2018-10-04 03:11:20,719 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-04 03:11:20,725 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 03:11:20,725 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 03:11:20,727 - 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-04 03:11:20,746 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-10-04 03:11:30,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:11:30,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:11:30,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:11:30,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:11:30,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:11:30,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:11:30,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:11:30,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:11:30,921 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:11:30,939 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:11:30,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:11:30,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:11:30,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bff71f9-e849-4f19-aa91-74201f4c2912 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:11:30,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4bff71f9-e849-4f19-aa91-74201f4c2912 2018-10-04 03:11:30,951 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:31,400 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["MMVucirjSBOy9xEM8YfcfQ"], "issued_at": "2018-10-04T03:11:31.000000Z"}} 2018-10-04 03:11:31,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:31,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:11: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:11:31,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:31,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-242796b8-39e1-4554-b67b-e9bd13204759 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:11:31,503 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-242796b8-39e1-4554-b67b-e9bd13204759 2018-10-04 03:11:31,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.561991930008s 2018-10-04 03:11:31,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 03:11:31,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}}' 2018-10-04 03:11:31,703 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:11:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0837f236-a04b-4c2c-bb84-5ba1b7943a7c Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5"}, "enabled": true, "id": "25aee42b84e8444faa5caa5da2b2eba5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}} 2018-10-04 03:11:31,704 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0837f236-a04b-4c2c-bb84-5ba1b7943a7c 2018-10-04 03:11:31,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.198786973953s 2018-10-04 03:11:31,704 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0837f236-a04b-4c2c-bb84-5ba1b7943a7c 2018-10-04 03:11:31,705 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50', 'id': u'25aee42b84e8444faa5caa5da2b2eba5', '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-04 03:11:31,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 03:11:32,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.507696151733s 2018-10-04 03:11:32,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:32,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbd0eef8-dc4e-41e3-9003-aee1b46dd183 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa"}, "enabled": true, "id": "c298cf64828a4e33bce5ed809688f6aa", "options": {}, "domain_id": "default", "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50"}} 2018-10-04 03:11:32,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa used request id req-cbd0eef8-dc4e-41e3-9003-aee1b46dd183 2018-10-04 03:11:32,321 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c298cf64828a4e33bce5ed809688f6aa', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50'}) 2018-10-04 03:11:32,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:32,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:32,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dac2994-c468-44e6-95d0-c2ccfda59490 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:32,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8dac2994-c468-44e6-95d0-c2ccfda59490 2018-10-04 03:11:32,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.127217054367s 2018-10-04 03:11:32,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:32,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:32,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ed1e83-b1c8-4d9b-842c-89ec494e7f9a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:32,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-70ed1e83-b1c8-4d9b-842c-89ec494e7f9a 2018-10-04 03:11:32,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753040313721s 2018-10-04 03:11:32,527 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:11:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:11:32,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" -d '{"role": {"name": "Member"}}' 2018-10-04 03:11:32,733 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:11:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cac8d7bc-a047-42a8-97d7-e165dc629a84 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}} 2018-10-04 03:11:32,733 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-cac8d7bc-a047-42a8-97d7-e165dc629a84 2018-10-04 03:11:32,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.20600104332s 2018-10-04 03:11:32,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:32,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54969d5d-1da4-4e8a-b609-6ea9290ffd36 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "domain_id": null, "name": "Member", "id": "8ede06643345429681280b2c1b445479"}} 2018-10-04 03:11:32,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479 used request id req-54969d5d-1da4-4e8a-b609-6ea9290ffd36 2018-10-04 03:11:32,807 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479'}, 'domain_id': None, 'human_id': None, 'id': u'8ede06643345429681280b2c1b445479', 'HUMAN_ID': False}) 2018-10-04 03:11:32,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:32,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:32,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3cbc6d5-2879-48f6-b7ed-b61b8ed3eb1c Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:32,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d3cbc6d5-2879-48f6-b7ed-b61b8ed3eb1c 2018-10-04 03:11:32,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.133980989456s 2018-10-04 03:11:32,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:11:32,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8a35fa-9eac-4b7e-aee5-4433d201680c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:11:33,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3f8a35fa-9eac-4b7e-aee5-4433d201680c 2018-10-04 03:11:33,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0873839855194s 2018-10-04 03:11:33,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:33,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e8dcca2-81f4-495f-be00-dbee78134792 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "links": {"self": "http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa"}, "domain_id": "default", "enabled": true, "id": "c298cf64828a4e33bce5ed809688f6aa", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:33,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6e8dcca2-81f4-495f-be00-dbee78134792 2018-10-04 03:11:33,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.166947126389s 2018-10-04 03:11:33,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6e8dcca2-81f4-495f-be00-dbee78134792 2018-10-04 03:11:33,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:11:33,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ff59549-edd6-479c-9571-6de6e49cc347 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5"}, "enabled": true, "id": "25aee42b84e8444faa5caa5da2b2eba5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:11:33,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8ff59549-edd6-479c-9571-6de6e49cc347 2018-10-04 03:11:33,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0794761180878s 2018-10-04 03:11:33,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-8ff59549-edd6-479c-9571-6de6e49cc347 2018-10-04 03:11:33,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:11:33,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=8ede06643345429681280b2c1b445479 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3f0ae7e-1191-493c-8427-57440e040fb6 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=8ede06643345429681280b2c1b445479", "previous": null, "next": null}} 2018-10-04 03:11:33,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=8ede06643345429681280b2c1b445479 used request id req-a3f0ae7e-1191-493c-8427-57440e040fb6 2018-10-04 03:11:33,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0783009529114s 2018-10-04 03:11:33,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:11:33,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5/users/c298cf64828a4e33bce5ed809688f6aa/roles/8ede06643345429681280b2c1b445479 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,570 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac2d388e-8833-483c-8385-4e059e3f8df9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:33,570 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5/users/c298cf64828a4e33bce5ed809688f6aa/roles/8ede06643345429681280b2c1b445479 used request id req-ac2d388e-8833-483c-8385-4e059e3f8df9 2018-10-04 03:11:33,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.20410990715s 2018-10-04 03:11:33,571 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50', 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': '6446ec5c-ce1e-4c60-b1ff-095a8b474e7a', 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_c9f88d4a-3b30-4425-af92-c51206f30c50', 'project_id': u'25aee42b84e8444faa5caa5da2b2eba5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:11:33,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:11:33,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:11:33,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:11:33,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:11:33,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:11:33,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:11:33,576 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50', 'password': '6446ec5c-ce1e-4c60-b1ff-095a8b474e7a', 'project_name': 'connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '25aee42b84e8444faa5caa5da2b2eba5', 'project_domain_name': 'Default'} 2018-10-04 03:11:33,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:33,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61c007d2-f0fc-49fd-8a00-9b460065e7b0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:33,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-61c007d2-f0fc-49fd-8a00-9b460065e7b0 2018-10-04 03:11:33,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824630260468s 2018-10-04 03:11:33,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:33,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f1ecae-cfdf-4363-9904-9cda94070342 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:33,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-74f1ecae-cfdf-4363-9904-9cda94070342 2018-10-04 03:11:33,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.155275821686s 2018-10-04 03:11:33,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:11:33,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85ac8964-43d3-47f9-b4f5-5b6956e362fd Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:11:33,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-85ac8964-43d3-47f9-b4f5-5b6956e362fd 2018-10-04 03:11:33,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0751070976257s 2018-10-04 03:11:33,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:33,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e60225bf-d2a3-4353-b619-13e5b55a8955 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "links": {"self": "http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa"}, "domain_id": "default", "enabled": true, "id": "c298cf64828a4e33bce5ed809688f6aa", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:33,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e60225bf-d2a3-4353-b619-13e5b55a8955 2018-10-04 03:11:33,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103377819061s 2018-10-04 03:11:33,997 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e60225bf-d2a3-4353-b619-13e5b55a8955 2018-10-04 03:11:34,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:11:34,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:34,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5de2cd2-dc90-4ab9-b5ad-3d488ce1a119 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5"}, "enabled": true, "id": "25aee42b84e8444faa5caa5da2b2eba5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:11:34,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c5de2cd2-dc90-4ab9-b5ad-3d488ce1a119 2018-10-04 03:11:34,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.170089006424s 2018-10-04 03:11:34,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c5de2cd2-dc90-4ab9-b5ad-3d488ce1a119 2018-10-04 03:11:34,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:11:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:34,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be17d5ad-cec9-4b99-a272-cf9b5fef5148 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 03:11:34,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=7490eca731204278990d3f9370066ffb used request id req-be17d5ad-cec9-4b99-a272-cf9b5fef5148 2018-10-04 03:11:34,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.132729053497s 2018-10-04 03:11:34,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:11:34,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5/users/c298cf64828a4e33bce5ed809688f6aa/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:34,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5aed189a-9701-4bbc-9fc3-4aa2eee5b76d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:34,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5/users/c298cf64828a4e33bce5ed809688f6aa/roles/7490eca731204278990d3f9370066ffb used request id req-5aed189a-9701-4bbc-9fc3-4aa2eee5b76d 2018-10-04 03:11:34,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.179176807404s 2018-10-04 03:11:34,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:34,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:34,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99ff4a29-6d4a-474c-87fd-969b17782bed Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:34,625 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-99ff4a29-6d4a-474c-87fd-969b17782bed 2018-10-04 03:11:34,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.137279987335s 2018-10-04 03:11:34,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:11:34,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-04 03:11:34,775 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:11:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28d4f7f3-cd9e-40cd-86c7-233e9d335bad Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "331e69d669e444e1bf622c4534a87f6a", "links": {"self": "http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a"}, "name": "heat_stack_owner"}} 2018-10-04 03:11:34,775 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-28d4f7f3-cd9e-40cd-86c7-233e9d335bad 2018-10-04 03:11:34,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.148012876511s 2018-10-04 03:11:34,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:34,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe0c9cfe-0b7c-4752-94f5-8300df1a06d9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a"}, "domain_id": null, "name": "heat_stack_owner", "id": "331e69d669e444e1bf622c4534a87f6a"}} 2018-10-04 03:11:34,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a used request id req-fe0c9cfe-0b7c-4752-94f5-8300df1a06d9 2018-10-04 03:11:34,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:34,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:34,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f509887d-ec34-4bee-a7ac-4a39fe3a18db Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331e69d669e444e1bf622c4534a87f6a", "links": {"self": "http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:34,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f509887d-ec34-4bee-a7ac-4a39fe3a18db 2018-10-04 03:11:34,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.133410930634s 2018-10-04 03:11:34,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:11:34,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:35,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de2d7377-264b-4008-90e9-4dc65a178eaf Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:11:35,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-de2d7377-264b-4008-90e9-4dc65a178eaf 2018-10-04 03:11:35,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0762231349945s 2018-10-04 03:11:35,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:35,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:35,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16587882-36c2-475f-a36c-a56b43876e81 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "links": {"self": "http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa"}, "domain_id": "default", "enabled": true, "id": "c298cf64828a4e33bce5ed809688f6aa", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:35,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-16587882-36c2-475f-a36c-a56b43876e81 2018-10-04 03:11:35,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0987100601196s 2018-10-04 03:11:35,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-16587882-36c2-475f-a36c-a56b43876e81 2018-10-04 03:11:35,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:11:35,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:35,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22312e4a-ae51-4712-9bb9-b5212c15d53d Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5"}, "enabled": true, "id": "25aee42b84e8444faa5caa5da2b2eba5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:11:35,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-22312e4a-ae51-4712-9bb9-b5212c15d53d 2018-10-04 03:11:35,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0828590393066s 2018-10-04 03:11:35,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-22312e4a-ae51-4712-9bb9-b5212c15d53d 2018-10-04 03:11:35,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:11:35,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=331e69d669e444e1bf622c4534a87f6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:35,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c45265a4-15a8-4a3e-8ad1-c8d68cdec3f1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=331e69d669e444e1bf622c4534a87f6a", "previous": null, "next": null}} 2018-10-04 03:11:35,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c298cf64828a4e33bce5ed809688f6aa&scope.project.id=25aee42b84e8444faa5caa5da2b2eba5&role.id=331e69d669e444e1bf622c4534a87f6a used request id req-c45265a4-15a8-4a3e-8ad1-c8d68cdec3f1 2018-10-04 03:11:35,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0904769897461s 2018-10-04 03:11:35,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:11:35,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5/users/c298cf64828a4e33bce5ed809688f6aa/roles/331e69d669e444e1bf622c4534a87f6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:35,541 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eccd6b39-6022-4c34-8dfc-c4b96c8d970e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:35,541 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5/users/c298cf64828a4e33bce5ed809688f6aa/roles/331e69d669e444e1bf622c4534a87f6a used request id req-eccd6b39-6022-4c34-8dfc-c4b96c8d970e 2018-10-04 03:11:35,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.18833899498s 2018-10-04 03:11:35,542 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-04 03:11:35,542 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 03:11:35,543 - openstack_tests - INFO - OS Credentials = > 2018-10-04 03:11:35,543 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:35,545 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:35,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["7102LjkfRqKEiI0opudlWw"], "issued_at": "2018-10-04T03:11:35.000000Z"}} 2018-10-04 03:11:35,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f66cd86e2b26ebafc100b20154b8efed25ff6b" 2018-10-04 03:11:36,840 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4f3f66c0-ef33-4e01-afa5-b396bf740518 Date: Thu, 04 Oct 2018 03:11:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:11:36,840 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-4f3f66c0-ef33-4e01-afa5-b396bf740518 2018-10-04 03:11:36,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}97f66cd86e2b26ebafc100b20154b8efed25ff6b" 2018-10-04 03:11:37,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d1306970-38e4-49be-bee3-3dfd0f95ec63 Date: Thu, 04 Oct 2018 03:11:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:11:37,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-d1306970-38e4-49be-bee3-3dfd0f95ec63 2018-10-04 03:11:37,758 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 03:11:37,758 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-10-04 03:11:37,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,759 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,760 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,761 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,762 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,763 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,764 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,765 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,766 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,767 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,768 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,769 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,770 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:37,839 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 03:11:37,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:38,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["tYSqQ_s8TpGwFqs7SgL1SA"], "issued_at": "2018-10-04T03:11:38.000000Z"}} 2018-10-04 03:11:38,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}610883dbc7dfc8574a561316b526d81cb7d9ff89" 2018-10-04 03:11:39,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-47f431c3-886c-434f-9afa-b6531a03a9ea Date: Thu, 04 Oct 2018 03:11:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-10-04 03:11:39,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=foo used request id req-47f431c3-886c-434f-9afa-b6531a03a9ea 2018-10-04 03:11:39,023 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:39,024 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 03:11:39,025 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:39,405 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["5NOeyq36Rhu5fR1Z_Td39A"], "issued_at": "2018-10-04T03:11:39.000000Z"}} 2018-10-04 03:11:39,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc476d275081174a5bf9a1832bee3a106a6d2a37" 2018-10-04 03:11:39,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7c8864b-cc37-42b5-90f5-dc5521fa57cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:11:39,485 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a7c8864b-cc37-42b5-90f5-dc5521fa57cf 2018-10-04 03:11:39,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:11:39,495 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:11: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:11:39,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc476d275081174a5bf9a1832bee3a106a6d2a37" 2018-10-04 03:11:39,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df2f215a-f206-4d16-97dd-acb395a862f4 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "links": {"self": "http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa"}, "domain_id": "default", "enabled": true, "id": "c298cf64828a4e33bce5ed809688f6aa", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:39,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-df2f215a-f206-4d16-97dd-acb395a862f4 2018-10-04 03:11:39,596 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:39,597 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 03:11:39,597 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:39,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["qv1Pq5HnTVWHsntDBEFzfQ"], "issued_at": "2018-10-04T03:11:39.000000Z"}} 2018-10-04 03:11:39,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c9d808a33d4b725917e4a117a493a4604a610ac2" 2018-10-04 03:11:40,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-36585062-0f6f-47bb-8a6c-e5a626aefba6 Date: Thu, 04 Oct 2018 03:11:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:11:40,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-36585062-0f6f-47bb-8a6c-e5a626aefba6 2018-10-04 03:11:40,892 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:41,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["9gF9fPRtRE-Rq9MoM-8tiw"], "issued_at": "2018-10-04T03:11:41.000000Z"}} 2018-10-04 03:11:41,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6580df6f2da95886ee5cd8ffd404a78a539b052" 2018-10-04 03:11:42,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e4f8dd40-c174-4546-94b4-8c6d531b8723 Date: Thu, 04 Oct 2018 03:11:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:11:42,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-e4f8dd40-c174-4546-94b4-8c6d531b8723 2018-10-04 03:11:42,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b6580df6f2da95886ee5cd8ffd404a78a539b052" 2018-10-04 03:11:43,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-be90cf95-83ce-46e9-9230-ea78fa6ce74a Date: Thu, 04 Oct 2018 03:11:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:11:43,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-be90cf95-83ce-46e9-9230-ea78fa6ce74a 2018-10-04 03:11:43,208 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:11:43,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:43,298 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-10-04 03:11:43,316 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-04 03:11:43,317 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:11:43,319 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:43,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["S9y4X_HsTKWHs36A--bnHQ"], "issued_at": "2018-10-04T03:11:43.000000Z"}} 2018-10-04 03:11:43,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b0e49d269171e7e5d39d5e63f9bc6a0f1e2ddc" 2018-10-04 03:11:44,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11: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-8a6a70a8-119a-4473-8e86-0d029dccffa2 x-compute-request-id: req-8a6a70a8-119a-4473-8e86-0d029dccffa2 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:11:44,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-8a6a70a8-119a-4473-8e86-0d029dccffa2 2018-10-04 03:11:44,484 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:11:44,486 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:44,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["ZE0Zu0uATc6FRjrx6CG_sg"], "issued_at": "2018-10-04T03:11:44.000000Z"}} 2018-10-04 03:11:44,932 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dba16495d01dd8ebb30f7303db5922009b19e54b" 2018-10-04 03:11:45,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11: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-eb999381-499b-4f0c-9fb9-398ce235f171 x-compute-request-id: req-eb999381-499b-4f0c-9fb9-398ce235f171 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 03:11:45,646 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-eb999381-499b-4f0c-9fb9-398ce235f171 2018-10-04 03:11:45,647 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:11:45,648 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:45,719 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.23:5000/v2.0/tokens 2018-10-04 03:11:45,735 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-10-04 03:11:45,735 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:11:45,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:46,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["mB3Kb_oKQoy3yiq_33DGcA"], "issued_at": "2018-10-04T03:11:46.000000Z"}} 2018-10-04 03:11:46,201 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fed958c94a9bfbdcd6052453cd46af8c1f3d7075" 2018-10-04 03:11:47,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:46 GMT Server: Apache x-openstack-request-id: req-3b9564cb-a76f-45f3-a57e-54ae7ed05db5 Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-10-04 03:11:47,067 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5/stacks used request id req-3b9564cb-a76f-45f3-a57e-54ae7ed05db5 2018-10-04 03:11:47,067 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:47,235 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 03:11:47,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:47,674 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "331e69d669e444e1bf622c4534a87f6a", "name": "heat_stack_owner"}, {"id": "8ede06643345429681280b2c1b445479", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25aee42b84e8444faa5caa5da2b2eba5", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/25aee42b84e8444faa5caa5da2b2eba5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "id": "c298cf64828a4e33bce5ed809688f6aa"}, "audit_ids": ["jtZ5sBjvTcKCm9FmkO4lPw"], "issued_at": "2018-10-04T03:11:47.000000Z"}} 2018-10-04 03:11:47,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8fb778f8376d844ced7564990a4813d27762163" 2018-10-04 03:11:48,539 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:47 GMT Server: Apache x-compute-request-id: req-6e778184-0d03-46e6-bd9b-d3fa9c9610cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6e778184-0d03-46e6-bd9b-d3fa9c9610cd Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 03:11:48,539 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/25aee42b84e8444faa5caa5da2b2eba5/volumes/detail used request id req-6e778184-0d03-46e6-bd9b-d3fa9c9610cd 2018-10-04 03:11:48,541 - 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.771s OK 2018-10-04 03:11:48,666 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:11:48,667 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:11 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-10-04 03:11:48,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:48,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:48,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc8b564-1d85-4b24-b568-a7c448af6c2d Content-Encoding: gzip Content-Length: 345 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "331e69d669e444e1bf622c4534a87f6a", "links": {"self": "http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:48,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2fc8b564-1d85-4b24-b568-a7c448af6c2d 2018-10-04 03:11:48,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0911898612976s 2018-10-04 03:11:48,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:11:48,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:48,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5136b9f-9848-4f06-989d-48a8608a4ae1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:48,941 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/331e69d669e444e1bf622c4534a87f6a used request id req-c5136b9f-9848-4f06-989d-48a8608a4ae1 2018-10-04 03:11:48,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.176787137985s 2018-10-04 03:11:48,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:48,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:49,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22284d8-fbce-41c9-88fc-a920b401d1ab Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50", "links": {"self": "http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa"}, "domain_id": "default", "enabled": true, "id": "c298cf64828a4e33bce5ed809688f6aa", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:49,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b22284d8-fbce-41c9-88fc-a920b401d1ab 2018-10-04 03:11:49,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0915291309357s 2018-10-04 03:11:49,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-b22284d8-fbce-41c9-88fc-a920b401d1ab 2018-10-04 03:11:49,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:49,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:49,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2451b89-cd8d-44f5-92b7-177e72c17080 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa"}, "enabled": true, "id": "c298cf64828a4e33bce5ed809688f6aa", "options": {}, "domain_id": "default", "name": "connection_check-user_c9f88d4a-3b30-4425-af92-c51206f30c50"}} 2018-10-04 03:11:49,143 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa used request id req-d2451b89-cd8d-44f5-92b7-177e72c17080 2018-10-04 03:11:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103260040283s 2018-10-04 03:11:49,144 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa used request id req-d2451b89-cd8d-44f5-92b7-177e72c17080 2018-10-04 03:11:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 03:11:49,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:49,352 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-12df620b-f375-4041-ae6c-f44976b38e77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:49,352 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa used request id req-12df620b-f375-4041-ae6c-f44976b38e77 2018-10-04 03:11:49,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.20792388916s 2018-10-04 03:11:49,353 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c298cf64828a4e33bce5ed809688f6aa used request id req-12df620b-f375-4041-ae6c-f44976b38e77 2018-10-04 03:11:49,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:11:49,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:49,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daa6cf20-d5c2-4f49-9b26-e0dde82c4deb Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5"}, "enabled": true, "id": "25aee42b84e8444faa5caa5da2b2eba5", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_c9f88d4a-3b30-4425-af92-c51206f30c50"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:11:49,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-daa6cf20-d5c2-4f49-9b26-e0dde82c4deb 2018-10-04 03:11:49,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0770218372345s 2018-10-04 03:11:49,431 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-daa6cf20-d5c2-4f49-9b26-e0dde82c4deb 2018-10-04 03:11:49,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 03:11:49,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:49,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b436f370-2927-48aa-8558-045ec6e49392 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:49,634 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5 used request id req-b436f370-2927-48aa-8558-045ec6e49392 2018-10-04 03:11:49,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.200347900391s 2018-10-04 03:11:49,634 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/25aee42b84e8444faa5caa5da2b2eba5 used request id req-b436f370-2927-48aa-8558-045ec6e49392 2018-10-04 03:11:49,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:49,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:49,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdd7b5ed-e6a3-415e-b4da-b7b51a93b35b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8ede06643345429681280b2c1b445479", "links": {"self": "http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:49,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fdd7b5ed-e6a3-415e-b4da-b7b51a93b35b 2018-10-04 03:11:49,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.133152961731s 2018-10-04 03:11:49,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:11:49,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:49,960 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29020565-d1d9-4612-88c5-3785944f147f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:49,960 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/8ede06643345429681280b2c1b445479 used request id req-29020565-d1d9-4612-88c5-3785944f147f 2018-10-04 03:11:49,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.19119811058s 2018-10-04 03:11:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:11:49,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=25aee42b84e8444faa5caa5da2b2eba5&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}bb0bb148a38cc8ecbe42f81e5428c5f56c4cef95" 2018-10-04 03:11:50,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-4fa8f669-f1d8-402b-a6e6-49f716156191 Date: Thu, 04 Oct 2018 03:11:50 GMT RESP BODY: {"security_groups": []} 2018-10-04 03:11:50,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=25aee42b84e8444faa5caa5da2b2eba5&name=default used request id req-4fa8f669-f1d8-402b-a6e6-49f716156191 2018-10-04 03:11:50,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.986345052719s 2018-10-04 03:11:50,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=25aee42b84e8444faa5caa5da2b2eba5&name=default used request id req-4fa8f669-f1d8-402b-a6e6-49f716156191 2018-10-04 03:11:50,972 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-10-04 03:11:50,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:11:50,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:11:50,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:11:50,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:11:51,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:11:51,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:11:51,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f270a0-0000-402c-9d75-781a75877842 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:11:51,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d7f270a0-0000-402c-9d75-781a75877842 2018-10-04 03:11:51,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:51,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:11:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["paz7fRd4Rca9gZ7TP41EwQ"], "issued_at": "2018-10-04T03:11:51.000000Z"}} 2018-10-04 03:11:51,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:51,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:11: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:11:51,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:51,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84b3fdb6-424a-4863-b2d5-7d935a89e624 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:11:51,481 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-84b3fdb6-424a-4863-b2d5-7d935a89e624 2018-10-04 03:11:51,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.479964017868s 2018-10-04 03:11:51,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 03:11:51,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}}' 2018-10-04 03:11:51,640 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:11:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05b6baea-b013-4f06-b8f7-58413063cd62 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:11:51,640 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-05b6baea-b013-4f06-b8f7-58413063cd62 2018-10-04 03:11:51,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.157567024231s 2018-10-04 03:11:51,640 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-05b6baea-b013-4f06-b8f7-58413063cd62 2018-10-04 03:11:51,641 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'id': u'3bd9fdb58042454785b75b915cc07acf', '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-04 03:11:51,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 03:11:52,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.397990942001s 2018-10-04 03:11:52,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4dfaa0a-b3f6-4ea0-b2f5-e0d7cf08b06d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}, "domain_id": "default", "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:11:52,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 used request id req-a4dfaa0a-b3f6-4ea0-b2f5-e0d7cf08b06d 2018-10-04 03:11:52,134 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c0360f11565f4369acca37ec4c00a187', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8'}) 2018-10-04 03:11:52,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b257e4fe-0a7d-4492-9c80-8402976be2d6 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:52,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b257e4fe-0a7d-4492-9c80-8402976be2d6 2018-10-04 03:11:52,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.078192949295s 2018-10-04 03:11:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:52,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d8c297b-41e1-4c1f-84d7-2951ffd12e26 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:52,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1d8c297b-41e1-4c1f-84d7-2951ffd12e26 2018-10-04 03:11:52,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0735549926758s 2018-10-04 03:11:52,288 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:11:52,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:11:52,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" -d '{"role": {"name": "Member"}}' 2018-10-04 03:11:52,434 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7301ea5b-61d4-4fec-a836-36577cb999bb Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}} 2018-10-04 03:11:52,434 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-7301ea5b-61d4-4fec-a836-36577cb999bb 2018-10-04 03:11:52,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.146100997925s 2018-10-04 03:11:52,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71c854d4-d3ae-40c9-9f3e-7071167cbfd8 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "domain_id": null, "name": "Member", "id": "7c3f6a78751b4f3691370c83830307e4"}} 2018-10-04 03:11:52,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4 used request id req-71c854d4-d3ae-40c9-9f3e-7071167cbfd8 2018-10-04 03:11:52,570 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4'}, 'domain_id': None, 'human_id': None, 'id': u'7c3f6a78751b4f3691370c83830307e4', 'HUMAN_ID': False}) 2018-10-04 03:11:52,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:52,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d916d85f-eccd-4de3-bc94-34a34c484689 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:52,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d916d85f-eccd-4de3-bc94-34a34c484689 2018-10-04 03:11:52,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.073982000351s 2018-10-04 03:11:52,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:11:52,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c75cd3d5-c44f-462b-a4b1-0311f3e65a89 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:11:52,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-c75cd3d5-c44f-462b-a4b1-0311f3e65a89 2018-10-04 03:11:52,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.082004070282s 2018-10-04 03:11:52,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:52,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f9eced1-ce15-493e-b456-33505c52bf58 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:52,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8f9eced1-ce15-493e-b456-33505c52bf58 2018-10-04 03:11:52,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.175370931625s 2018-10-04 03:11:52,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-8f9eced1-ce15-493e-b456-33505c52bf58 2018-10-04 03:11:52,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:11:52,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:52,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54e63eb8-17f7-46f8-83ae-5aae259ef89f Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:11:52,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-54e63eb8-17f7-46f8-83ae-5aae259ef89f 2018-10-04 03:11:52,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.074273109436s 2018-10-04 03:11:52,986 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-54e63eb8-17f7-46f8-83ae-5aae259ef89f 2018-10-04 03:11:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:11:52,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=7c3f6a78751b4f3691370c83830307e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97ad457c-3b0f-41bc-ab6c-949d0aabee1b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=7c3f6a78751b4f3691370c83830307e4", "previous": null, "next": null}} 2018-10-04 03:11:53,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=7c3f6a78751b4f3691370c83830307e4 used request id req-97ad457c-3b0f-41bc-ab6c-949d0aabee1b 2018-10-04 03:11:53,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.084095954895s 2018-10-04 03:11:53,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:11:53,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/c0360f11565f4369acca37ec4c00a187/roles/7c3f6a78751b4f3691370c83830307e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,234 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f77b2f0c-9c96-422d-8755-0e4c908b2ff4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:53,234 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/c0360f11565f4369acca37ec4c00a187/roles/7c3f6a78751b4f3691370c83830307e4 used request id req-f77b2f0c-9c96-422d-8755-0e4c908b2ff4 2018-10-04 03:11:53,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.161539793015s 2018-10-04 03:11:53,235 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 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': '79c9feb0-c6ad-4215-a9cb-28ab255a0f6d', 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_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'project_id': u'3bd9fdb58042454785b75b915cc07acf', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:11:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:11:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:11:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:11:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:11:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:11:53,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:11:53,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:11:53,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:11:53,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:11:53,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:11:53,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:11:53,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:11:53,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:11:53,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:11:53,241 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'password': '79c9feb0-c6ad-4215-a9cb-28ab255a0f6d', 'project_name': 'api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3bd9fdb58042454785b75b915cc07acf', 'project_domain_name': 'Default'} 2018-10-04 03:11:53,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:53,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-287c1fce-1bb3-40b5-a517-af8b627d17c6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:53,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-287c1fce-1bb3-40b5-a517-af8b627d17c6 2018-10-04 03:11:53,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0712320804596s 2018-10-04 03:11:53,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:53,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7150f25b-208b-47a3-bed0-12e0e14422a5 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:53,397 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7150f25b-208b-47a3-bed0-12e0e14422a5 2018-10-04 03:11:53,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804560184479s 2018-10-04 03:11:53,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:11:53,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75fcfb47-8c40-4272-8778-203121cc54b1 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:11:53,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-75fcfb47-8c40-4272-8778-203121cc54b1 2018-10-04 03:11:53,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0793688297272s 2018-10-04 03:11:53,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:53,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58d4c4e3-b2ee-47fb-86d5-227b5a529853 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:53,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-58d4c4e3-b2ee-47fb-86d5-227b5a529853 2018-10-04 03:11:53,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0867550373077s 2018-10-04 03:11:53,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-58d4c4e3-b2ee-47fb-86d5-227b5a529853 2018-10-04 03:11:53,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:11:53,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62bcc4d6-9796-49f0-a471-a470b4a29b7b Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:11:53,654 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-62bcc4d6-9796-49f0-a471-a470b4a29b7b 2018-10-04 03:11:53,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0819299221039s 2018-10-04 03:11:53,654 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-62bcc4d6-9796-49f0-a471-a470b4a29b7b 2018-10-04 03:11:53,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:11:53,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f4176a1-cef1-4b62-9df6-eca40d696e1d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 03:11:53,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=7490eca731204278990d3f9370066ffb used request id req-4f4176a1-cef1-4b62-9df6-eca40d696e1d 2018-10-04 03:11:53,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0806491374969s 2018-10-04 03:11:53,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:11:53,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/c0360f11565f4369acca37ec4c00a187/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6453b02-f8c5-41d0-b9c1-82516f909bd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:53,846 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/c0360f11565f4369acca37ec4c00a187/roles/7490eca731204278990d3f9370066ffb used request id req-e6453b02-f8c5-41d0-b9c1-82516f909bd9 2018-10-04 03:11:53,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108582019806s 2018-10-04 03:11:53,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:53,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:53,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921a7e80-6f0e-4b2f-9d26-7354fc91eb37 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:11:53,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-921a7e80-6f0e-4b2f-9d26-7354fc91eb37 2018-10-04 03:11:53,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0828258991241s 2018-10-04 03:11:53,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:11:53,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-04 03:11:54,142 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:11:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0018eeb-3857-4e05-b622-5469f27ddc4a Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}} 2018-10-04 03:11:54,142 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f0018eeb-3857-4e05-b622-5469f27ddc4a 2018-10-04 03:11:54,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.211554050446s 2018-10-04 03:11:54,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:54,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f271640-d15e-4dad-ba0d-e983378daa11 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "domain_id": null, "name": "heat_stack_owner", "id": "c6b05018d9274b809f96f7648cbcf612"}} 2018-10-04 03:11:54,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612 used request id req-2f271640-d15e-4dad-ba0d-e983378daa11 2018-10-04 03:11:54,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:11:54,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:54,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c246e7af-fdab-47e5-8e7b-551cb97b824e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:11:54,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c246e7af-fdab-47e5-8e7b-551cb97b824e 2018-10-04 03:11:54,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0811541080475s 2018-10-04 03:11:54,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:11:54,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:54,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5176990b-b8eb-44be-bbd2-4aa3b400ee21 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:11:54,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-5176990b-b8eb-44be-bbd2-4aa3b400ee21 2018-10-04 03:11:54,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0740802288055s 2018-10-04 03:11:54,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:11:54,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:54,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc07ed3b-1db7-4b14-b2be-d15aed1df855 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:11:54,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc07ed3b-1db7-4b14-b2be-d15aed1df855 2018-10-04 03:11:54,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0920519828796s 2018-10-04 03:11:54,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-dc07ed3b-1db7-4b14-b2be-d15aed1df855 2018-10-04 03:11:54,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:11:54,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:54,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73726779-ceba-447c-83a7-bb8981c4cfd2 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:11:54,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-73726779-ceba-447c-83a7-bb8981c4cfd2 2018-10-04 03:11:54,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0993738174438s 2018-10-04 03:11:54,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-73726779-ceba-447c-83a7-bb8981c4cfd2 2018-10-04 03:11:54,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:11:54,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=c6b05018d9274b809f96f7648cbcf612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:54,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26ff986d-6665-474e-9e90-ff25475c4a84 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=c6b05018d9274b809f96f7648cbcf612", "previous": null, "next": null}} 2018-10-04 03:11:54,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c0360f11565f4369acca37ec4c00a187&scope.project.id=3bd9fdb58042454785b75b915cc07acf&role.id=c6b05018d9274b809f96f7648cbcf612 used request id req-26ff986d-6665-474e-9e90-ff25475c4a84 2018-10-04 03:11:54,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0796859264374s 2018-10-04 03:11:54,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:11:54,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/c0360f11565f4369acca37ec4c00a187/roles/c6b05018d9274b809f96f7648cbcf612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:11:54,875 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:11:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-819040c9-bf02-4811-a153-f37f0eb89f77 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:11:54,875 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/c0360f11565f4369acca37ec4c00a187/roles/c6b05018d9274b809f96f7648cbcf612 used request id req-819040c9-bf02-4811-a153-f37f0eb89f77 2018-10-04 03:11:54,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.160262107849s 2018-10-04 03:11:54,876 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-04 03:11:54,876 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 03:11:54,876 - openstack_tests - INFO - OS Credentials = > 2018-10-04 03:11:54,876 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:54,877 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:55,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:11:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["f-ocLTbyTyKdf0VZt_Zs3g"], "issued_at": "2018-10-04T03:11:55.000000Z"}} 2018-10-04 03:11:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e10a6601b463ce2663bf57623d9830804f2ae6" 2018-10-04 03:11:56,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1e5bd3c3-8951-4541-bb08-1af1e2cf2c15 Date: Thu, 04 Oct 2018 03:11:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:11:56,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-1e5bd3c3-8951-4541-bb08-1af1e2cf2c15 2018-10-04 03:11:56,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12e10a6601b463ce2663bf57623d9830804f2ae6" 2018-10-04 03:11:57,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-071a8f77-8d16-434b-8926-92a119625d6f Date: Thu, 04 Oct 2018 03:11:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:11:57,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-071a8f77-8d16-434b-8926-92a119625d6f 2018-10-04 03:11:57,262 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 03:11:57,262 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-10-04 03:11:57,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,264 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,265 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,266 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,267 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,268 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,380 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:11:57,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:11:57,788 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:11:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["G4pzN1eZRHe4jUOhv6Z3cw"], "issued_at": "2018-10-04T03:11:57.000000Z"}} 2018-10-04 03:11:57,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:57,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ff61ce1-d452-4b1f-8856-c439e77026d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:11:57,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3ff61ce1-d452-4b1f-8856-c439e77026d2 2018-10-04 03:11:57,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:11:57,875 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:11:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:11:57,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:57,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85bc6037-088b-4aab-b0b6-ea54c5aa21bc Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:11:57,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-85bc6037-088b-4aab-b0b6-ea54c5aa21bc 2018-10-04 03:11:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName"}}' 2018-10-04 03:11:58,125 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:11:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6355f96e-84ed-4b95-9ece-cbf0d67dda20 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/43775878aff14ef9bea0204236e98f2d"}, "enabled": true, "id": "43775878aff14ef9bea0204236e98f2d", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName"}} 2018-10-04 03:11:58,125 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-6355f96e-84ed-4b95-9ece-cbf0d67dda20 2018-10-04 03:11:58,125 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName 2018-10-04 03:11:58,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:58,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29f0b8e3-c37c-425c-856f-310ae1e46961 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/43775878aff14ef9bea0204236e98f2d"}, "enabled": true, "id": "43775878aff14ef9bea0204236e98f2d", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName"}]} 2018-10-04 03:11:58,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName used request id req-29f0b8e3-c37c-425c-856f-310ae1e46961 2018-10-04 03:11:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:58,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02072332-9b14-4598-9aa0-5de16a666bb2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:11:58,299 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-02072332-9b14-4598-9aa0-5de16a666bb2 2018-10-04 03:11:58,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:58,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-dfc54057-86b5-469e-a650-01910624d23b Date: Thu, 04 Oct 2018 03:11:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:11:58Z", "updated_at": "2018-10-04T03:11:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:58Z", "revision_number": 0, "id": "11e80240-ae47-4d2e-bf2b-3604d676d3d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:58Z", "revision_number": 0, "id": "84f98d62-c846-4755-af67-960dfbcd306a", "remote_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:58Z", "revision_number": 0, "id": "a0487539-8e2c-46e8-84bd-9a5e26dd00b5", "remote_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:58Z", "revision_number": 0, "id": "fddafeea-10e0-4702-bc6c-be5e20ece2ec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "name": "default"}]} 2018-10-04 03:11:58,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-dfc54057-86b5-469e-a650-01910624d23b 2018-10-04 03:11:58,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:58,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5bf673-5dfd-462f-a8c5-7a659c5317f1 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:11:58,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-2f5bf673-5dfd-462f-a8c5-7a659c5317f1 2018-10-04 03:11:58,781 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:58,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af648b8c-85fa-434d-9b06-1d0031fb9445 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:11:58,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-af648b8c-85fa-434d-9b06-1d0031fb9445 2018-10-04 03:11:58,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:58,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:11:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68efc5a4-6286-421d-906f-af1c4ee4d859 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:11:58,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-68efc5a4-6286-421d-906f-af1c4ee4d859 2018-10-04 03:11:58,969 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cc168473-3a2d-4b97-a8b3-b525204e4564 2018-10-04 03:11:58,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cc168473-3a2d-4b97-a8b3-b525204e4564 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:11:59,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-d68c0447-bda9-4b77-81b6-36fbeb33013c Date: Thu, 04 Oct 2018 03:11: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-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:11:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "11e80240-ae47-4d2e-bf2b-3604d676d3d1"}, {"remote_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:11:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "84f98d62-c846-4755-af67-960dfbcd306a"}, {"remote_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:11:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "a0487539-8e2c-46e8-84bd-9a5e26dd00b5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:58Z", "security_group_id": "cc168473-3a2d-4b97-a8b3-b525204e4564", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:11:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "fddafeea-10e0-4702-bc6c-be5e20ece2ec"}]} 2018-10-04 03:11:59,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=cc168473-3a2d-4b97-a8b3-b525204e4564 used request id req-d68c0447-bda9-4b77-81b6-36fbeb33013c 2018-10-04 03:11:59,664 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 03:11:59,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/cc168473-3a2d-4b97-a8b3-b525204e4564 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:12:00,734 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-290a063f-23ed-425b-94d1-1fc9ccae768b Content-Length: 0 Date: Thu, 04 Oct 2018 03:12:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:12:00,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/cc168473-3a2d-4b97-a8b3-b525204e4564 used request id req-290a063f-23ed-425b-94d1-1fc9ccae768b 2018-10-04 03:12:00,734 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-06622a99-97b7-4e09-8629-315847d7f4b2-projName 2018-10-04 03:12:00,738 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/43775878aff14ef9bea0204236e98f2d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5127940298eff7497d40aa4f36361a59b84bd44f" 2018-10-04 03:12:00,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8d784471-1f09-4238-a4b5-4bb479b5a2c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:00,991 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/43775878aff14ef9bea0204236e98f2d used request id req-8d784471-1f09-4238-a4b5-4bb479b5a2c9 2018-10-04 03:12:00,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:01,383 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["3vdX3ZLiR7yOl13xQ1M36w"], "issued_at": "2018-10-04T03:12:01.000000Z"}} 2018-10-04 03:12:01,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b263fb1bbb24ac19b107a2195732ccc7b9c34bb" 2018-10-04 03:12:01,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a903d6-875f-46dc-baec-ab8d35bc2178 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:01,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5a903d6-875f-46dc-baec-ab8d35bc2178 2018-10-04 03:12:01,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:01,479 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:01,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b263fb1bbb24ac19b107a2195732ccc7b9c34bb" 2018-10-04 03:12:01,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72eb5327-dd27-43b8-9783-88577c600306 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:01,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-72eb5327-dd27-43b8-9783-88577c600306 2018-10-04 03:12:01,958 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-42519d9e-e424-4c03-9502-4f82b8811164-username 2018-10-04 03:12:01,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b263fb1bbb24ac19b107a2195732ccc7b9c34bb" 2018-10-04 03:12:02,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ec49fb-af77-4c3b-a349-493f47b0e53e Content-Encoding: gzip Content-Length: 916 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-42519d9e-e424-4c03-9502-4f82b8811164-username", "links": {"self": "http://172.30.9.23:5000/v3/users/bf3787c54938434093e83f319e0fec52"}, "domain_id": "default", "enabled": true, "id": "bf3787c54938434093e83f319e0fec52", "options": {}}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:02,066 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-47ec49fb-af77-4c3b-a349-493f47b0e53e 2018-10-04 03:12:02,067 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-42519d9e-e424-4c03-9502-4f82b8811164-username 2018-10-04 03:12:02,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/bf3787c54938434093e83f319e0fec52 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b263fb1bbb24ac19b107a2195732ccc7b9c34bb" 2018-10-04 03:12:02,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb94c3a5-a9ba-409b-a908-6a6c33c61b5a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:02,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/bf3787c54938434093e83f319e0fec52 used request id req-fb94c3a5-a9ba-409b-a908-6a6c33c61b5a 2018-10-04 03:12:02,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:02,647 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["5O-7sjrDQtSQVBA0yPpX1g"], "issued_at": "2018-10-04T03:12:02.000000Z"}} 2018-10-04 03:12:02,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}784776c45ed7e6156315aadcc090845a44d5d2ad" 2018-10-04 03:12:02,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20772526-f785-4780-915a-12e957324f1f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:02,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-20772526-f785-4780-915a-12e957324f1f 2018-10-04 03:12:02,726 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:02,727 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-10-04 03:12:02,728 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:03,192 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["dgO4jCmNTTe2RJ9nvnn4MQ"], "issued_at": "2018-10-04T03:12:03.000000Z"}} 2018-10-04 03:12:03,192 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}209e1195c3e06cbe5199eac68a52b0836e65179a" 2018-10-04 03:12:03,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37c819dd-7d7e-4796-842b-36f627c07ebc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:03,341 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-37c819dd-7d7e-4796-842b-36f627c07ebc 2018-10-04 03:12:03,342 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:03,343 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:03,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["ODW1wpUSTG6CCotho41OxQ"], "issued_at": "2018-10-04T03:12:03.000000Z"}} 2018-10-04 03:12:03,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:04,198 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["4Cz4IMRjR2qZh7_3KmT5QA"], "issued_at": "2018-10-04T03:12:04.000000Z"}} 2018-10-04 03:12:04,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}414d607cf6bc1220f03be463e5b1521f25b171fa" 2018-10-04 03:12:04,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d82462c-6f09-441e-816e-ae95163ddb50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:04,280 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8d82462c-6f09-441e-816e-ae95163ddb50 2018-10-04 03:12:04,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:04,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:04,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["KxgDPXiUSpGlBCC9RFpbrw"], "issued_at": "2018-10-04T03:12:04.000000Z"}} 2018-10-04 03:12:04,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:05,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["bvdlX9VlQouhaoy_eld3zQ"], "issued_at": "2018-10-04T03:12:05.000000Z"}} 2018-10-04 03:12:05,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42a5b86daf5b47c2f7fa5241c0744fa7a4fb5b68" 2018-10-04 03:12:05,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49f0fe45-b9db-48b5-a330-59656e235981 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:05,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-49f0fe45-b9db-48b5-a330-59656e235981 2018-10-04 03:12:05,131 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:05,131 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:05,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["lYqpXvgzTAWJCKhglei9ww"], "issued_at": "2018-10-04T03:12:05.000000Z"}} 2018-10-04 03:12:05,522 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:05,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:05,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["yiaC-38NS5G-Wjb0iOFcvA"], "issued_at": "2018-10-04T03:12:05.000000Z"}} 2018-10-04 03:12:05,913 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:05,913 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:06,306 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["OOix1PRKSjSOpGnN7cMHSw"], "issued_at": "2018-10-04T03:12:06.000000Z"}} 2018-10-04 03:12:06,310 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:06,720 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["JRirnMQpTDWvrVTmHRu2jA"], "issued_at": "2018-10-04T03:12:06.000000Z"}} 2018-10-04 03:12:06,721 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:06,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-175b8cac-b18a-4431-933a-ff88e7ca0f6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:06,733 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-175b8cac-b18a-4431-933a-ff88e7ca0f6a 2018-10-04 03:12:06,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:06,742 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:06,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:06,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eeee973-f833-4a6d-99e5-b655a1f8b14f Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:06,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-2eeee973-f833-4a6d-99e5-b655a1f8b14f 2018-10-04 03:12:07,243 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-username 2018-10-04 03:12:07,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:07,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ffefb19-8ff3-42a3-86cf-42dcefd00987 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:07,335 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8ffefb19-8ff3-42a3-86cf-42dcefd00987 2018-10-04 03:12:07,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-projName"}}' 2018-10-04 03:12:07,448 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b14c2b18-fe8a-4870-9614-89d73c81bef0 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539"}, "enabled": true, "id": "cf5141922fdc44c7bc681a960ea7f539", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-projName"}} 2018-10-04 03:12:07,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b14c2b18-fe8a-4870-9614-89d73c81bef0 2018-10-04 03:12:07,449 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-projName 2018-10-04 03:12:07,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" -d '{"role": {"name": "KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-role"}}' 2018-10-04 03:12:07,561 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd6212b7-5250-4ec5-a00c-ad1d200f579a Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "df11dc9edd8c49449842ce49af748ccc", "links": {"self": "http://172.30.9.23:5000/v3/roles/df11dc9edd8c49449842ce49af748ccc"}, "name": "KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-role"}} 2018-10-04 03:12:07,562 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-fd6212b7-5250-4ec5-a00c-ad1d200f579a 2018-10-04 03:12:07,562 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-role 2018-10-04 03:12:07,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/df11dc9edd8c49449842ce49af748ccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:07,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f18d90-ffb1-4b72-86ef-6f25c52013e5 Content-Encoding: gzip Content-Length: 180 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/df11dc9edd8c49449842ce49af748ccc"}, "domain_id": null, "name": "KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-role", "id": "df11dc9edd8c49449842ce49af748ccc"}} 2018-10-04 03:12:07,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/df11dc9edd8c49449842ce49af748ccc used request id req-55f18d90-ffb1-4b72-86ef-6f25c52013e5 2018-10-04 03:12:07,584 - keystone_utils - INFO - Granting role KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-role to project KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-projName 2018-10-04 03:12:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539/users/ff8d577dab5b4510833b6809030255de/roles/df11dc9edd8c49449842ce49af748ccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:07,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1809aa3e-a6fa-4ef1-aad0-5d8385de4c13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:07,654 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539/users/ff8d577dab5b4510833b6809030255de/roles/df11dc9edd8c49449842ce49af748ccc used request id req-1809aa3e-a6fa-4ef1-aad0-5d8385de4c13 2018-10-04 03:12:07,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539/users/ff8d577dab5b4510833b6809030255de/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:07,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af90a31e-4f63-4151-87c1-098b66df7113 Content-Encoding: gzip Content-Length: 261 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539/users/ff8d577dab5b4510833b6809030255de/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "df11dc9edd8c49449842ce49af748ccc", "links": {"self": "http://172.30.9.23:5000/v3/roles/df11dc9edd8c49449842ce49af748ccc"}, "name": "KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-role"}]} 2018-10-04 03:12:07,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539/users/ff8d577dab5b4510833b6809030255de/roles used request id req-af90a31e-4f63-4151-87c1-098b66df7113 2018-10-04 03:12:07,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:08,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-d34bd9f9-2179-45c3-95a5-d666adb89f07 Date: Thu, 04 Oct 2018 03:12:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:08Z", "updated_at": "2018-10-04T03:12:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "revision_number": 0, "id": "4b10da71-0ddb-4a38-9bb0-3c447e9e058c", "remote_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "revision_number": 0, "id": "64ed4806-214b-46b3-87c7-672455abc051", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "revision_number": 0, "id": "79571ea9-c8d7-414a-99b3-ead96437bc07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "revision_number": 0, "id": "a6aac74b-ff99-46c1-8877-9a8046226297", "remote_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "8a3fca35-47a5-4676-a050-75557b86d830", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}]} 2018-10-04 03:12:08,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-d34bd9f9-2179-45c3-95a5-d666adb89f07 2018-10-04 03:12:08,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:08,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe700db-10fe-4ee3-8ddc-ef4a2acfb7eb Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:12:08,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-cbe700db-10fe-4ee3-8ddc-ef4a2acfb7eb 2018-10-04 03:12:09,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:09,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ba3432-d11b-4361-b163-87f0098e40ee 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:12:09,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-c8ba3432-d11b-4361-b163-87f0098e40ee 2018-10-04 03:12:09,017 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a3fca35-47a5-4676-a050-75557b86d830 2018-10-04 03:12:09,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a3fca35-47a5-4676-a050-75557b86d830 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:09,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-346c651e-3e7a-4f67-957c-2e4440ff0329 Date: Thu, 04 Oct 2018 03:12:09 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:08Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "4b10da71-0ddb-4a38-9bb0-3c447e9e058c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:08Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "64ed4806-214b-46b3-87c7-672455abc051"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:08Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "79571ea9-c8d7-414a-99b3-ead96437bc07"}, {"remote_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:08Z", "security_group_id": "8a3fca35-47a5-4676-a050-75557b86d830", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:08Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "a6aac74b-ff99-46c1-8877-9a8046226297"}]} 2018-10-04 03:12:09,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a3fca35-47a5-4676-a050-75557b86d830 used request id req-346c651e-3e7a-4f67-957c-2e4440ff0329 2018-10-04 03:12:09,191 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 03:12:09,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/8a3fca35-47a5-4676-a050-75557b86d830 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:10,250 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5bfad0f8-d6ab-4985-9bd9-43a2bc51f310 Content-Length: 0 Date: Thu, 04 Oct 2018 03:12:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:12:10,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/8a3fca35-47a5-4676-a050-75557b86d830 used request id req-5bfad0f8-d6ab-4985-9bd9-43a2bc51f310 2018-10-04 03:12:10,250 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-projName 2018-10-04 03:12:10,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:10,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5598210-2b83-4bba-9c70-babd1ab6e432 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:10,591 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/cf5141922fdc44c7bc681a960ea7f539 used request id req-d5598210-2b83-4bba-9c70-babd1ab6e432 2018-10-04 03:12:10,591 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-username 2018-10-04 03:12:10,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/ff8d577dab5b4510833b6809030255de -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:10,806 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-07955607-71f3-4a27-ab84-dc1e54b5f24c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:10,806 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ff8d577dab5b4510833b6809030255de used request id req-07955607-71f3-4a27-ab84-dc1e54b5f24c 2018-10-04 03:12:10,807 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-c9e265f5-16ff-4a25-8678-1aa976982b19-role 2018-10-04 03:12:10,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/df11dc9edd8c49449842ce49af748ccc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e98c959795d79ac85a753add9608591cf8eaf62b" 2018-10-04 03:12:11,032 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da2b44ae-5f0b-4dbe-8463-0016769019b3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:11,033 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/df11dc9edd8c49449842ce49af748ccc used request id req-da2b44ae-5f0b-4dbe-8463-0016769019b3 2018-10-04 03:12:11,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:11,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["4qKe-PQsR_Gp3qX9KKEReg"], "issued_at": "2018-10-04T03:12:11.000000Z"}} 2018-10-04 03:12:11,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c2029f0853969a9c04c7627d9c34212b5269e7" 2018-10-04 03:12:11,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38116081-dfb4-4a36-a252-534b34f84905 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:11,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38116081-dfb4-4a36-a252-534b34f84905 2018-10-04 03:12:11,514 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:11,515 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:11,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["WEOFLbjWTb2vnSK6fbcjTQ"], "issued_at": "2018-10-04T03:12:11.000000Z"}} 2018-10-04 03:12:11,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:12,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca4ce658-8931-471e-9788-c9ace8751932 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:12,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ca4ce658-8931-471e-9788-c9ace8751932 2018-10-04 03:12:12,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:12,068 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:12 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:12,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:12,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-028c6e1e-e227-4e09-a742-3dde2229cfcb Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:12,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-028c6e1e-e227-4e09-a742-3dde2229cfcb 2018-10-04 03:12:12,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:12,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e951170f-541d-460f-b440-180afcdcc66b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:12,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e951170f-541d-460f-b440-180afcdcc66b 2018-10-04 03:12:12,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:12,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e6f7474-b550-4176-8baa-b98abc93d806 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:12,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3e6f7474-b550-4176-8baa-b98abc93d806 2018-10-04 03:12:12,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:12,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39a7f7b0-4286-4a30-aa25-f2907e220786 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:12,901 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-39a7f7b0-4286-4a30-aa25-f2907e220786 2018-10-04 03:12:12,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/6bc8beb376d24d80b09faa6f40a6b77d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:13,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16012909-d379-4533-a140-7789adc5c9ce Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/6bc8beb376d24d80b09faa6f40a6b77d"}, "enabled": true, "id": "6bc8beb376d24d80b09faa6f40a6b77d", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-ab6cfaf5-61f4-472-name"}} 2018-10-04 03:12:13,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/6bc8beb376d24d80b09faa6f40a6b77d used request id req-16012909-d379-4533-a140-7789adc5c9ce 2018-10-04 03:12:13,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:13,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d0d282-cdc2-4556-9333-9ba5c6ba76e1 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 03:12:13,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles used request id req-90d0d282-cdc2-4556-9333-9ba5c6ba76e1 2018-10-04 03:12:13,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:13,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3e2b172-2ba1-4425-9432-7d200f3a4330 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "domain_id": null, "name": "admin", "id": "7490eca731204278990d3f9370066ffb"}} 2018-10-04 03:12:13,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb used request id req-f3e2b172-2ba1-4425-9432-7d200f3a4330 2018-10-04 03:12:13,193 - keystone_utils - INFO - Granting role admin to project api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 2018-10-04 03:12:13,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:13,325 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-05f735a3-fd5a-479e-9c58-f7a34382c326 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:13,325 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles/7490eca731204278990d3f9370066ffb used request id req-05f735a3-fd5a-479e-9c58-f7a34382c326 2018-10-04 03:12:13,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:13,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8da55cb8-5169-415d-b9f9-a4fee1a49774 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:13,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8da55cb8-5169-415d-b9f9-a4fee1a49774 2018-10-04 03:12:13,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:13,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-340f2ea2-a888-4b4b-8919-ffe5147d1332 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:13,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-340f2ea2-a888-4b4b-8919-ffe5147d1332 2018-10-04 03:12:13,508 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-ab6cfaf5-61f4-472-name 2018-10-04 03:12:13,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:13,516 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:13,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c2029f0853969a9c04c7627d9c34212b5269e7" 2018-10-04 03:12:13,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-804e8660-a10f-4be9-8632-96acd2d6ab69 Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-ab6cfaf5-61f4-472-name", "links": {"self": "http://172.30.9.23:5000/v3/users/6bc8beb376d24d80b09faa6f40a6b77d"}, "domain_id": "default", "enabled": true, "id": "6bc8beb376d24d80b09faa6f40a6b77d", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:13,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-804e8660-a10f-4be9-8632-96acd2d6ab69 2018-10-04 03:12:13,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c2029f0853969a9c04c7627d9c34212b5269e7" 2018-10-04 03:12:13,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-019a2888-80fb-440f-bd41-c72e26ee10e5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:13,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-019a2888-80fb-440f-bd41-c72e26ee10e5 2018-10-04 03:12:13,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c2029f0853969a9c04c7627d9c34212b5269e7" 2018-10-04 03:12:13,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8211896e-68e0-4276-8cde-f0f410cfb61e Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:13,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-8211896e-68e0-4276-8cde-f0f410cfb61e 2018-10-04 03:12:13,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8c2029f0853969a9c04c7627d9c34212b5269e7" 2018-10-04 03:12:13,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33eccf09-820a-466f-92b8-680a1ebb02df Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}]} 2018-10-04 03:12:13,921 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/6bc8beb376d24d80b09faa6f40a6b77d/roles used request id req-33eccf09-820a-466f-92b8-680a1ebb02df 2018-10-04 03:12:13,922 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-ab6cfaf5-61f4-472-name 2018-10-04 03:12:13,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/6bc8beb376d24d80b09faa6f40a6b77d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}849f68a2a55fa03624c2856ef66dfd90b9de5b4b" 2018-10-04 03:12:14,240 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81e0a95a-e4cb-4187-8f6a-3756d7f057d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:14,240 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/6bc8beb376d24d80b09faa6f40a6b77d used request id req-81e0a95a-e4cb-4187-8f6a-3756d7f057d1 2018-10-04 03:12:14,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:14,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["zhJnTEVqRTWRBto1V9FbXg"], "issued_at": "2018-10-04T03:12:14.000000Z"}} 2018-10-04 03:12:14,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be702ad7d54b376ea6b4f2d03bfa6bf6883be137" 2018-10-04 03:12:14,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c0e6895-6abd-4da5-843b-6ec63c1588b0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:14,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9c0e6895-6abd-4da5-843b-6ec63c1588b0 2018-10-04 03:12:14,781 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:14,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:15,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["hxprQBwnR523ydPrCGCaJg"], "issued_at": "2018-10-04T03:12:15.000000Z"}} 2018-10-04 03:12:15,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:15,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6d9d4a-846c-408b-ba27-12c505f4b637 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:15,267 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1e6d9d4a-846c-408b-ba27-12c505f4b637 2018-10-04 03:12:15,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:15,275 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:15,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:15,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d71179a6-4f7e-4f75-9886-9920839e0bda Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:15,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-d71179a6-4f7e-4f75-9886-9920839e0bda 2018-10-04 03:12:15,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:15,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edb4cca5-032e-452c-bb71-408e6a9279c6 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:15,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-edb4cca5-032e-452c-bb71-408e6a9279c6 2018-10-04 03:12:15,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:15,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b53c2e5-a009-47bd-a6cf-a4e7ce74e8f8 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:15,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2b53c2e5-a009-47bd-a6cf-a4e7ce74e8f8 2018-10-04 03:12:15,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:15,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d11b13d-bea7-45bd-8ba6-b5e489371f7d Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:15,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-1d11b13d-bea7-45bd-8ba6-b5e489371f7d 2018-10-04 03:12:15,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/4d8ea0a7a18646f290cd6b26414d8b97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:16,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6052396-0719-4cee-bc0f-4dd11a2a92c3 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/4d8ea0a7a18646f290cd6b26414d8b97"}, "enabled": true, "id": "4d8ea0a7a18646f290cd6b26414d8b97", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-362ce118-a7b7-45e-name"}} 2018-10-04 03:12:16,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/4d8ea0a7a18646f290cd6b26414d8b97 used request id req-a6052396-0719-4cee-bc0f-4dd11a2a92c3 2018-10-04 03:12:16,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/4d8ea0a7a18646f290cd6b26414d8b97/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:16,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94f87b19-a3fd-493f-b40e-429de944063b Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/4d8ea0a7a18646f290cd6b26414d8b97/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 03:12:16,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/4d8ea0a7a18646f290cd6b26414d8b97/roles used request id req-94f87b19-a3fd-493f-b40e-429de944063b 2018-10-04 03:12:16,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:16,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c97b3ca-796d-4e43-83f4-87b44117a4dd Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "domain_id": null, "name": "admin", "id": "7490eca731204278990d3f9370066ffb"}} 2018-10-04 03:12:16,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb used request id req-2c97b3ca-796d-4e43-83f4-87b44117a4dd 2018-10-04 03:12:16,243 - keystone_utils - INFO - Granting role admin to project api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 2018-10-04 03:12:16,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/4d8ea0a7a18646f290cd6b26414d8b97/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:16,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-65592cb6-333a-4dd4-9df4-4c4fb43a2f4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:16,373 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/4d8ea0a7a18646f290cd6b26414d8b97/roles/7490eca731204278990d3f9370066ffb used request id req-65592cb6-333a-4dd4-9df4-4c4fb43a2f4e 2018-10-04 03:12:16,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:16,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672491cd-2d29-4e6a-9947-c91de0664869 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:16,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-672491cd-2d29-4e6a-9947-c91de0664869 2018-10-04 03:12:16,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:16,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347608c9-a66d-49e1-a765-45efa425f418 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:16,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-347608c9-a66d-49e1-a765-45efa425f418 2018-10-04 03:12:16,554 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-362ce118-a7b7-45e-name 2018-10-04 03:12:16,554 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-362ce118-a7b7-45e-name 2018-10-04 03:12:16,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:16,563 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:16,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/4d8ea0a7a18646f290cd6b26414d8b97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be702ad7d54b376ea6b4f2d03bfa6bf6883be137" 2018-10-04 03:12:16,770 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24fbfdcc-ce9b-4bc5-907f-df9196bb6f64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:16,770 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/4d8ea0a7a18646f290cd6b26414d8b97 used request id req-24fbfdcc-ce9b-4bc5-907f-df9196bb6f64 2018-10-04 03:12:16,771 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-362ce118-a7b7-45e-name 2018-10-04 03:12:16,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/4d8ea0a7a18646f290cd6b26414d8b97 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}739b77443bf6879660fc43d37baece2287c57e77" 2018-10-04 03:12:16,864 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:12:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eef9b2f7-d10f-4fb1-8c63-5d46227c811b Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: 4d8ea0a7a18646f290cd6b26414d8b97.", "code": 404, "title": "Not Found"}} 2018-10-04 03:12:16,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/4d8ea0a7a18646f290cd6b26414d8b97 used request id req-eef9b2f7-d10f-4fb1-8c63-5d46227c811b 2018-10-04 03:12:16,864 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-04 03:12:16,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:17,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["TCfptDTwR_2oMngCZSXsjg"], "issued_at": "2018-10-04T03:12:17.000000Z"}} 2018-10-04 03:12:17,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735493d502b6d577b9097773abcf55c2e985d2ce" 2018-10-04 03:12:17,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8299022c-86b6-4552-8469-82acf183c337 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:17,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8299022c-86b6-4552-8469-82acf183c337 2018-10-04 03:12:17,427 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:17,428 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:17,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["KymS10KCSAGGOAEdRdcUfA"], "issued_at": "2018-10-04T03:12:17.000000Z"}} 2018-10-04 03:12:17,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:17,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb15758b-d2ad-4ebb-a5c1-9aaa6b4cbea5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:17,905 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb15758b-d2ad-4ebb-a5c1-9aaa6b4cbea5 2018-10-04 03:12:17,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:17,914 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:17,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:18,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a0f2e5-f0bd-4cb1-94f1-919df663c35a Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:18,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-89a0f2e5-f0bd-4cb1-94f1-919df663c35a 2018-10-04 03:12:18,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:18,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06d93578-9c2d-46e5-8739-63b9fabf563e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:18,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-06d93578-9c2d-46e5-8739-63b9fabf563e 2018-10-04 03:12:18,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:18,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1adec646-de65-450e-bd0e-9080fc4bb2d0 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:18,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1adec646-de65-450e-bd0e-9080fc4bb2d0 2018-10-04 03:12:18,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:18,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36b0eba0-d940-45a7-93aa-5bb7a26ccbed Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:18,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-36b0eba0-d940-45a7-93aa-5bb7a26ccbed 2018-10-04 03:12:18,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/e1a8898bbb85478fbdd686c6c0dcfea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:18,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65f7141d-484f-4e8a-87bd-500d20411a1e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/e1a8898bbb85478fbdd686c6c0dcfea1"}, "enabled": true, "id": "e1a8898bbb85478fbdd686c6c0dcfea1", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-dced41d3-7265-44f-name"}} 2018-10-04 03:12:18,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e1a8898bbb85478fbdd686c6c0dcfea1 used request id req-65f7141d-484f-4e8a-87bd-500d20411a1e 2018-10-04 03:12:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/e1a8898bbb85478fbdd686c6c0dcfea1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:18,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b17b32e6-f741-4da6-8f42-0498682842e7 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/e1a8898bbb85478fbdd686c6c0dcfea1/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 03:12:18,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/e1a8898bbb85478fbdd686c6c0dcfea1/roles used request id req-b17b32e6-f741-4da6-8f42-0498682842e7 2018-10-04 03:12:18,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:18,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4f218c8-416a-43fe-b9f3-964db047e911 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "domain_id": null, "name": "admin", "id": "7490eca731204278990d3f9370066ffb"}} 2018-10-04 03:12:18,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb used request id req-a4f218c8-416a-43fe-b9f3-964db047e911 2018-10-04 03:12:18,959 - keystone_utils - INFO - Granting role admin to project api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 2018-10-04 03:12:18,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/e1a8898bbb85478fbdd686c6c0dcfea1/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:19,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccca6cca-6283-4bf1-ab07-deb4cabbce45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:19,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/e1a8898bbb85478fbdd686c6c0dcfea1/roles/7490eca731204278990d3f9370066ffb used request id req-ccca6cca-6283-4bf1-ab07-deb4cabbce45 2018-10-04 03:12:19,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:19,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-776226e4-6f84-4c54-8e50-e9b2a98f192d Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:19,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-776226e4-6f84-4c54-8e50-e9b2a98f192d 2018-10-04 03:12:19,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:19,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-218272bc-7fbe-496e-9f6d-07010d719771 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:19,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-218272bc-7fbe-496e-9f6d-07010d719771 2018-10-04 03:12:19,273 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-dced41d3-7265-44f-name 2018-10-04 03:12:19,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:19,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:19,283 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}735493d502b6d577b9097773abcf55c2e985d2ce" 2018-10-04 03:12:19,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ad74a0-eadb-4c4f-ae0b-5cf4a7a9d377 Content-Encoding: gzip Content-Length: 908 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-dced41d3-7265-44f-name", "links": {"self": "http://172.30.9.23:5000/v3/users/e1a8898bbb85478fbdd686c6c0dcfea1"}, "domain_id": "default", "enabled": true, "id": "e1a8898bbb85478fbdd686c6c0dcfea1", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:19,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f9ad74a0-eadb-4c4f-ae0b-5cf4a7a9d377 2018-10-04 03:12:19,387 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-dced41d3-7265-44f-name 2018-10-04 03:12:19,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/e1a8898bbb85478fbdd686c6c0dcfea1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b65754c9e7d26b27f27755e33b3264c7d8e8b771" 2018-10-04 03:12:19,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d63f496-0429-4006-8fb1-41524c80eeda Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:19,571 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e1a8898bbb85478fbdd686c6c0dcfea1 used request id req-9d63f496-0429-4006-8fb1-41524c80eeda 2018-10-04 03:12:19,573 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:19,958 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["wKqmkN2pRzuMaXFHrG-vqg"], "issued_at": "2018-10-04T03:12:19.000000Z"}} 2018-10-04 03:12:19,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0686665fed8fb2a9ccecd0ef69870ea94002068d" 2018-10-04 03:12:20,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b16a3ac3-28c6-43d6-9d24-ce55ce479023 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:20,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b16a3ac3-28c6-43d6-9d24-ce55ce479023 2018-10-04 03:12:20,050 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:20,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:20,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["DqhEHBv3RX-Kz_jiemcDjg"], "issued_at": "2018-10-04T03:12:20.000000Z"}} 2018-10-04 03:12:20,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:20,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93de7b25-8bed-4e06-80c6-ffbaffa5f5f3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:20,508 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93de7b25-8bed-4e06-80c6-ffbaffa5f5f3 2018-10-04 03:12:20,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:20,518 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:20,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:20,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2274edc5-a4cd-4aac-b713-7928eb56154e Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:20,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2274edc5-a4cd-4aac-b713-7928eb56154e 2018-10-04 03:12:20,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:20,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3e53400-9ad6-4fdd-aa0a-3c56d6c9ad84 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:20,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c3e53400-9ad6-4fdd-aa0a-3c56d6c9ad84 2018-10-04 03:12:21,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42556fe9-dc7f-4526-84e7-0bec33c36700 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:21,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-42556fe9-dc7f-4526-84e7-0bec33c36700 2018-10-04 03:12:21,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2efacd57-7a65-43c6-841b-d7b50aff251d Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:21,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-2efacd57-7a65-43c6-841b-d7b50aff251d 2018-10-04 03:12:21,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/b45ad7688c934ad695814e5d0bd0d360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e63d06-3360-4cde-ada1-3104d33b5675 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b45ad7688c934ad695814e5d0bd0d360"}, "enabled": true, "id": "b45ad7688c934ad695814e5d0bd0d360", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-7c3f2a89-46ff-4f2-name"}} 2018-10-04 03:12:21,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b45ad7688c934ad695814e5d0bd0d360 used request id req-26e63d06-3360-4cde-ada1-3104d33b5675 2018-10-04 03:12:21,233 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/b45ad7688c934ad695814e5d0bd0d360/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c572fc37-4e34-48d0-9568-b9f12a1093f6 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/b45ad7688c934ad695814e5d0bd0d360/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 03:12:21,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/b45ad7688c934ad695814e5d0bd0d360/roles used request id req-c572fc37-4e34-48d0-9568-b9f12a1093f6 2018-10-04 03:12:21,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162417fb-0a18-4f0c-9eb7-22cf55e5609e Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "domain_id": null, "name": "admin", "id": "7490eca731204278990d3f9370066ffb"}} 2018-10-04 03:12:21,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb used request id req-162417fb-0a18-4f0c-9eb7-22cf55e5609e 2018-10-04 03:12:21,353 - keystone_utils - INFO - Granting role admin to project api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 2018-10-04 03:12:21,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/b45ad7688c934ad695814e5d0bd0d360/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,517 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af2b4b8d-89c7-4da2-9639-d229db9b281f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:21,517 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf/users/b45ad7688c934ad695814e5d0bd0d360/roles/7490eca731204278990d3f9370066ffb used request id req-af2b4b8d-89c7-4da2-9639-d229db9b281f 2018-10-04 03:12:21,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3921dcca-2d4e-4788-a296-89c3fc9b5306 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:21,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3921dcca-2d4e-4788-a296-89c3fc9b5306 2018-10-04 03:12:21,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:21,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-094aab86-a73c-45fe-9725-f3d49cfd74d1 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}]} 2018-10-04 03:12:21,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8 used request id req-094aab86-a73c-45fe-9725-f3d49cfd74d1 2018-10-04 03:12:21,692 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-7c3f2a89-46ff-4f2-name 2018-10-04 03:12:21,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:21,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:21,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0686665fed8fb2a9ccecd0ef69870ea94002068d" 2018-10-04 03:12:21,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9f0ac58-2a71-40b2-9b4f-78cab8ac8964 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-7c3f2a89-46ff-4f2-name", "links": {"self": "http://172.30.9.23:5000/v3/users/b45ad7688c934ad695814e5d0bd0d360"}, "domain_id": "default", "enabled": true, "id": "b45ad7688c934ad695814e5d0bd0d360", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:21,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a9f0ac58-2a71-40b2-9b4f-78cab8ac8964 2018-10-04 03:12:21,797 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:21,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:22,183 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["aRwVz2eWSKqLSPtMk5sQ5g"], "issued_at": "2018-10-04T03:12:22.000000Z"}} 2018-10-04 03:12:22,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb267e66adc0a4292df53686f4017b7f3b00250" 2018-10-04 03:12:22,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece61d95-fd90-4ced-b413-45155e0f16b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:22,269 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ece61d95-fd90-4ced-b413-45155e0f16b5 2018-10-04 03:12:22,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:22,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:22,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb267e66adc0a4292df53686f4017b7f3b00250" 2018-10-04 03:12:22,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f42de4d-c6a0-456e-9920-231e4c0d4e22 Content-Encoding: gzip Content-Length: 905 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-7c3f2a89-46ff-4f2-name", "links": {"self": "http://172.30.9.23:5000/v3/users/b45ad7688c934ad695814e5d0bd0d360"}, "domain_id": "default", "enabled": true, "id": "b45ad7688c934ad695814e5d0bd0d360", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:22,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2f42de4d-c6a0-456e-9920-231e4c0d4e22 2018-10-04 03:12:22,388 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-7c3f2a89-46ff-4f2-name 2018-10-04 03:12:22,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b45ad7688c934ad695814e5d0bd0d360 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8869d31e734bd4b68c2d32e4bc40b7df5624c3" 2018-10-04 03:12:22,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a0196a8-42d2-4f8f-8c18-afcc88b17955 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:22,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b45ad7688c934ad695814e5d0bd0d360 used request id req-7a0196a8-42d2-4f8f-8c18-afcc88b17955 2018-10-04 03:12:22,582 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:22,953 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["9zabxiOLThWEXhBm2fZgFQ"], "issued_at": "2018-10-04T03:12:22.000000Z"}} 2018-10-04 03:12:22,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30707bf2cacabc1306858af316ccb83bb7883578" 2018-10-04 03:12:22,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80df0861-e183-40f1-ab70-4c2d5f5bd851 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:22,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80df0861-e183-40f1-ab70-4c2d5f5bd851 2018-10-04 03:12:22,968 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:22,969 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:23,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["x0yCZJWsRv-JHk7gGvB7CQ"], "issued_at": "2018-10-04T03:12:23.000000Z"}} 2018-10-04 03:12:23,359 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:23,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe594758-7999-4297-a41a-019f9bc44bba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:23,436 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fe594758-7999-4297-a41a-019f9bc44bba 2018-10-04 03:12:23,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:23,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:23,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-266cea56-a683-4d8-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:23,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-559c9c8d-26db-4040-b8db-077ae6bf89a2 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-266cea56-a683-4d8-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:23,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-266cea56-a683-4d8-name used request id req-559c9c8d-26db-4040-b8db-077ae6bf89a2 2018-10-04 03:12:23,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:23,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29857cc9-44e7-4f35-bd1b-d7ac6a61320b Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:23,613 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-29857cc9-44e7-4f35-bd1b-d7ac6a61320b 2018-10-04 03:12:23,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-266cea56-a683-4d8-name"}}' 2018-10-04 03:12:23,742 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-110ad1f6-0e55-4716-8b1d-6bd606155c11 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/5022db2fe6124e9ab5399f7d48f78b98"}, "enabled": true, "id": "5022db2fe6124e9ab5399f7d48f78b98", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-266cea56-a683-4d8-name"}} 2018-10-04 03:12:23,742 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-110ad1f6-0e55-4716-8b1d-6bd606155c11 2018-10-04 03:12:23,742 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-266cea56-a683-4d8-name 2018-10-04 03:12:23,742 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-266cea56-a683-4d8-name 2018-10-04 03:12:23,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:23,751 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:23,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5022db2fe6124e9ab5399f7d48f78b98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30707bf2cacabc1306858af316ccb83bb7883578" 2018-10-04 03:12:23,829 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0bd4f7e-dae2-4301-aa15-5276742d4bd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:23,829 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5022db2fe6124e9ab5399f7d48f78b98 used request id req-a0bd4f7e-dae2-4301-aa15-5276742d4bd8 2018-10-04 03:12:23,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:24,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-68a432cb-84bb-408d-a083-1a8b3f10b670 Date: Thu, 04 Oct 2018 03:12:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}]} 2018-10-04 03:12:24,248 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-68a432cb-84bb-408d-a083-1a8b3f10b670 2018-10-04 03:12:24,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:24,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c494dce8-6bde-45a2-b384-ed1b63336610 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:12:24,340 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-c494dce8-6bde-45a2-b384-ed1b63336610 2018-10-04 03:12:24,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:24,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dbfe857-0c39-45b1-b64f-8e4b3039e4a6 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:12:24,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-8dbfe857-0c39-45b1-b64f-8e4b3039e4a6 2018-10-04 03:12:24,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:24,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76113461-9558-49a6-ad46-8be81f7210da 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:12:24,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-76113461-9558-49a6-ad46-8be81f7210da 2018-10-04 03:12:24,526 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-266cea56-a683-4d8-name 2018-10-04 03:12:24,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/5022db2fe6124e9ab5399f7d48f78b98 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:24,618 - keystoneauth.session - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d067d304-57f9-4547-ae71-7fe86480bf28 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5022db2fe6124e9ab5399f7d48f78b98.", "code": 404, "title": "Not Found"}} 2018-10-04 03:12:24,618 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5022db2fe6124e9ab5399f7d48f78b98 used request id req-d067d304-57f9-4547-ae71-7fe86480bf28 2018-10-04 03:12:24,618 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-10-04 03:12:24,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:24,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2375313-d8e6-4529-844b-64fd1f4280d5 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:24,707 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f2375313-d8e6-4529-844b-64fd1f4280d5 2018-10-04 03:12:24,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30707bf2cacabc1306858af316ccb83bb7883578" 2018-10-04 03:12:24,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e97b7a-f270-420f-8307-bfcc5fa1b045 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:12:24,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-89e97b7a-f270-420f-8307-bfcc5fa1b045 2018-10-04 03:12:24,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6c2c2682920047875d602c8467222dab4b75208" 2018-10-04 03:12:24,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d56eaf27-93f6-418f-a32d-a08463b42f79 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:24,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d56eaf27-93f6-418f-a32d-a08463b42f79 2018-10-04 03:12:24,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:25,371 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Lkg0UgAzThukN3wQzOtZHQ"], "issued_at": "2018-10-04T03:12:25.000000Z"}} 2018-10-04 03:12:25,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c131e50d4d56ee9776f6a59c9cdebf896f1885cc" 2018-10-04 03:12:25,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56d9622e-7d1d-4263-930e-f5ca7672732b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:25,445 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-56d9622e-7d1d-4263-930e-f5ca7672732b 2018-10-04 03:12:25,446 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:25,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:25,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["VUwmTOWzRaiJz53NYfqBgQ"], "issued_at": "2018-10-04T03:12:25.000000Z"}} 2018-10-04 03:12:25,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:25,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9abadf8-0af4-4b99-bf96-0c8b0f846c81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:25,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d9abadf8-0af4-4b99-bf96-0c8b0f846c81 2018-10-04 03:12:25,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:25,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:25,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ddacb682-f360-402-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:26,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7decc8-390d-481c-a0ad-b457966fa3b3 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ddacb682-f360-402-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:26,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ddacb682-f360-402-name used request id req-6d7decc8-390d-481c-a0ad-b457966fa3b3 2018-10-04 03:12:26,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:26,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ced1e51-040c-4aa9-919d-efb7fb08584e Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:26,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0ced1e51-040c-4aa9-919d-efb7fb08584e 2018-10-04 03:12:26,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-ddacb682-f360-402-name"}}' 2018-10-04 03:12:26,143 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9c318d2-5c13-49ed-997a-2d0b8b078f35 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f1804c73d9194934ab38cee302ea1dbf"}, "enabled": true, "id": "f1804c73d9194934ab38cee302ea1dbf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ddacb682-f360-402-name"}} 2018-10-04 03:12:26,143 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-f9c318d2-5c13-49ed-997a-2d0b8b078f35 2018-10-04 03:12:26,143 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ddacb682-f360-402-name 2018-10-04 03:12:26,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:26,151 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:26,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ddacb682-f360-402-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c131e50d4d56ee9776f6a59c9cdebf896f1885cc" 2018-10-04 03:12:26,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5225dba-b231-4a51-b721-c0eb97f639c6 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ddacb682-f360-402-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/f1804c73d9194934ab38cee302ea1dbf"}, "enabled": true, "id": "f1804c73d9194934ab38cee302ea1dbf", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ddacb682-f360-402-name"}]} 2018-10-04 03:12:26,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ddacb682-f360-402-name used request id req-f5225dba-b231-4a51-b721-c0eb97f639c6 2018-10-04 03:12:26,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c131e50d4d56ee9776f6a59c9cdebf896f1885cc" 2018-10-04 03:12:26,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fa38c6e-c675-43ea-a13c-7c427188d176 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:12:26,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3fa38c6e-c675-43ea-a13c-7c427188d176 2018-10-04 03:12:26,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:26,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-cb567393-e9da-4480-97e2-03ca0f8af965 Date: Thu, 04 Oct 2018 03:12:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}]} 2018-10-04 03:12:26,646 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-cb567393-e9da-4480-97e2-03ca0f8af965 2018-10-04 03:12:26,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:26,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c9ac66c-c131-4daf-bedf-f3b697e0c426 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:12:26,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-2c9ac66c-c131-4daf-bedf-f3b697e0c426 2018-10-04 03:12:26,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:26,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16b0da5-e5ab-48cf-b0f0-1d2c8de41215 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:12:26,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e16b0da5-e5ab-48cf-b0f0-1d2c8de41215 2018-10-04 03:12:26,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:26,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3de51cb4-f816-410a-8d9e-4cea61c530f4 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:12:26,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-3de51cb4-f816-410a-8d9e-4cea61c530f4 2018-10-04 03:12:26,917 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ddacb682-f360-402-name 2018-10-04 03:12:26,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/f1804c73d9194934ab38cee302ea1dbf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:27,119 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36ac315c-8b6e-462f-9537-1783f0f1b0bc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:27,119 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/f1804c73d9194934ab38cee302ea1dbf used request id req-36ac315c-8b6e-462f-9537-1783f0f1b0bc 2018-10-04 03:12:27,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}433ad0a0489b0a0c65bd4dadc369e769c7b5a93b" 2018-10-04 03:12:27,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff237e76-a694-42de-9c44-f55b0245a80b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:27,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ff237e76-a694-42de-9c44-f55b0245a80b 2018-10-04 03:12:27,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:27,586 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["S2tWaIKISwmx26LQYyZU7Q"], "issued_at": "2018-10-04T03:12:27.000000Z"}} 2018-10-04 03:12:27,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a23f1486d4076670b5c54d0128d0ee51dfb37b8" 2018-10-04 03:12:27,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bd16d14-b065-4ad2-8a19-2aa83caac8a9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:27,670 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8bd16d14-b065-4ad2-8a19-2aa83caac8a9 2018-10-04 03:12:27,671 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:27,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:28,150 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["wCRL-lb6RgOSpld9Fqc55Q"], "issued_at": "2018-10-04T03:12:28.000000Z"}} 2018-10-04 03:12:28,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:28,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c50887-c0d5-4ac5-a2a6-c606285da5a3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:28,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a0c50887-c0d5-4ac5-a2a6-c606285da5a3 2018-10-04 03:12:28,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:28,240 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:28,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:28,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7979e15e-50dd-42c8-b4a2-73b8c14be2cf Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:28,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name used request id req-7979e15e-50dd-42c8-b4a2-73b8c14be2cf 2018-10-04 03:12:28,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:28,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4df09c0-802b-471b-9739-6c673d32de42 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:28,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e4df09c0-802b-471b-9739-6c673d32de42 2018-10-04 03:12:28,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-851e543b-d913-474-name"}}' 2018-10-04 03:12:28,466 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8e2072b7-3b6d-4267-8319-860762af72d4 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/cc6791c511c046ee8b13bed125a378a9"}, "enabled": true, "id": "cc6791c511c046ee8b13bed125a378a9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-851e543b-d913-474-name"}} 2018-10-04 03:12:28,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8e2072b7-3b6d-4267-8319-860762af72d4 2018-10-04 03:12:28,467 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-851e543b-d913-474-name 2018-10-04 03:12:28,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:28,475 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:28,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a23f1486d4076670b5c54d0128d0ee51dfb37b8" 2018-10-04 03:12:28,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fb1c7c-6162-452e-9c5b-cfe5d42cbf3c Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/cc6791c511c046ee8b13bed125a378a9"}, "enabled": true, "id": "cc6791c511c046ee8b13bed125a378a9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-851e543b-d913-474-name"}]} 2018-10-04 03:12:28,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name used request id req-77fb1c7c-6162-452e-9c5b-cfe5d42cbf3c 2018-10-04 03:12:28,555 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:28,556 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:28,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["iaisEOemRku7qHuJ9IPJXw"], "issued_at": "2018-10-04T03:12:28.000000Z"}} 2018-10-04 03:12:28,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e8516832573bbfdfd44067cfef44e1a744a9e5" 2018-10-04 03:12:29,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609e3ded-f3ea-4141-ae85-8e0d01b0e4eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:29,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-609e3ded-f3ea-4141-ae85-8e0d01b0e4eb 2018-10-04 03:12:29,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:29,046 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:29 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:29,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}67e8516832573bbfdfd44067cfef44e1a744a9e5" 2018-10-04 03:12:29,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-834dff6c-5b55-4ac6-9fcb-76b2207a64a0 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/cc6791c511c046ee8b13bed125a378a9"}, "enabled": true, "id": "cc6791c511c046ee8b13bed125a378a9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-851e543b-d913-474-name"}]} 2018-10-04 03:12:29,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-851e543b-d913-474-name used request id req-834dff6c-5b55-4ac6-9fcb-76b2207a64a0 2018-10-04 03:12:29,137 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a23f1486d4076670b5c54d0128d0ee51dfb37b8" 2018-10-04 03:12:29,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed39fbd5-02c0-48ae-ad11-82c1ac107b3f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:12:29,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ed39fbd5-02c0-48ae-ad11-82c1ac107b3f 2018-10-04 03:12:29,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:30,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-e7ba75bb-7474-4bbb-89d5-faa257f07c27 Date: Thu, 04 Oct 2018 03:12:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}]} 2018-10-04 03:12:30,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e7ba75bb-7474-4bbb-89d5-faa257f07c27 2018-10-04 03:12:30,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:30,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b91c2523-faae-44e3-b1c9-e58fd46ae25f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:12:30,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-b91c2523-faae-44e3-b1c9-e58fd46ae25f 2018-10-04 03:12:30,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:30,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bea79ca7-cbe8-46a7-8a62-fde22f8a076a 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:12:30,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-bea79ca7-cbe8-46a7-8a62-fde22f8a076a 2018-10-04 03:12:30,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:30,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f803972e-4daa-4e49-bd07-deac335be615 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:12:30,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-f803972e-4daa-4e49-bd07-deac335be615 2018-10-04 03:12:30,398 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-851e543b-d913-474-name 2018-10-04 03:12:30,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/cc6791c511c046ee8b13bed125a378a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:30,604 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b2d0ccf-c978-41ae-a744-756ca3fc0238 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:30,604 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/cc6791c511c046ee8b13bed125a378a9 used request id req-7b2d0ccf-c978-41ae-a744-756ca3fc0238 2018-10-04 03:12:30,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8de5472fce5bb436e77b3790907c57d27dc636ec" 2018-10-04 03:12:30,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaf40d1d-f4b5-4790-a0ed-9740a70c127c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:30,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-aaf40d1d-f4b5-4790-a0ed-9740a70c127c 2018-10-04 03:12:30,705 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:31,085 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["PCGw_EgnT4mvAtcrl3rOMw"], "issued_at": "2018-10-04T03:12:31.000000Z"}} 2018-10-04 03:12:31,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7c494626ca0c83d355dc73358f3e5f7bfc8cdc21" 2018-10-04 03:12:31,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19a6fe07-1638-49f2-a01b-ce0f8a8cb41a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:31,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-19a6fe07-1638-49f2-a01b-ce0f8a8cb41a 2018-10-04 03:12:31,164 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:31,165 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:31,571 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["eDClw4cNTlmi3xvDiuHMaQ"], "issued_at": "2018-10-04T03:12:31.000000Z"}} 2018-10-04 03:12:31,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726549a8c45982a4e9c73bef9145e51087ac4dab" 2018-10-04 03:12:31,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f38a191-c29a-43a7-97bf-3e8ec3ec1b4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:31,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f38a191-c29a-43a7-97bf-3e8ec3ec1b4f 2018-10-04 03:12:31,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:31,664 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:31,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b6a156a7-141a-4bc-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726549a8c45982a4e9c73bef9145e51087ac4dab" 2018-10-04 03:12:31,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-634c32c9-e28a-4298-b2b5-26e4945ae26e Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b6a156a7-141a-4bc-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:31,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-b6a156a7-141a-4bc-name used request id req-634c32c9-e28a-4298-b2b5-26e4945ae26e 2018-10-04 03:12:31,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726549a8c45982a4e9c73bef9145e51087ac4dab" 2018-10-04 03:12:31,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dadf90c6-e1d9-4813-9736-7223a1bcb9b0 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-10-04 03:12:31,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=foo used request id req-dadf90c6-e1d9-4813-9736-7223a1bcb9b0 2018-10-04 03:12:31,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726549a8c45982a4e9c73bef9145e51087ac4dab" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-b6a156a7-141a-4bc-name"}}' 2018-10-04 03:12:31,863 - keystoneauth.session - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 03:12:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ebb0fc78-0e0a-456b-ba76-b4002ee2bce3 Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-10-04 03:12:31,863 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ebb0fc78-0e0a-456b-ba76-b4002ee2bce3 2018-10-04 03:12:31,863 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-10-04 03:12:31,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}726549a8c45982a4e9c73bef9145e51087ac4dab" 2018-10-04 03:12:31,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-451a03d1-5269-44fb-a675-79da145f224c Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:31,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-451a03d1-5269-44fb-a675-79da145f224c 2018-10-04 03:12:31,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:32,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["OHwG-k7WS9-1-uyF99UDaw"], "issued_at": "2018-10-04T03:12:32.000000Z"}} 2018-10-04 03:12:32,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a26e56609f89c9c20780bdc5215d9018929c021" 2018-10-04 03:12:32,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7af3c77-4505-4176-9a81-d7a08ca2d346 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:32,413 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c7af3c77-4505-4176-9a81-d7a08ca2d346 2018-10-04 03:12:32,414 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:32,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:32,799 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["SY81we-7Qfe2wYSg3LXlRg"], "issued_at": "2018-10-04T03:12:32.000000Z"}} 2018-10-04 03:12:32,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:32,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa6fa7ff-5f77-49ad-8c5d-19750d3d1a72 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:32,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aa6fa7ff-5f77-49ad-8c5d-19750d3d1a72 2018-10-04 03:12:32,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:32,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:32,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee474c35-aef5-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:32,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d77fc112-9be9-462c-a024-e83671d0c877 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee474c35-aef5-48f-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:32,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee474c35-aef5-48f-name used request id req-d77fc112-9be9-462c-a024-e83671d0c877 2018-10-04 03:12:32,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:33,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a82a038-663e-4ea4-b963-c8414f14ff59 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:33,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8a82a038-663e-4ea4-b963-c8414f14ff59 2018-10-04 03:12:33,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-ee474c35-aef5-48f-name"}}' 2018-10-04 03:12:33,118 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d86610b9-9932-4b00-b794-7bfaa58f0f24 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7ba8465ce5a04375ab84e6e12febba9b"}, "enabled": true, "id": "7ba8465ce5a04375ab84e6e12febba9b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ee474c35-aef5-48f-name"}} 2018-10-04 03:12:33,119 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d86610b9-9932-4b00-b794-7bfaa58f0f24 2018-10-04 03:12:33,119 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ee474c35-aef5-48f-name 2018-10-04 03:12:33,119 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:12:33,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/7ba8465ce5a04375ab84e6e12febba9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:33,896 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12: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-06462ac6-65ef-4be1-82d7-9a55dbca8bba x-compute-request-id: req-06462ac6-65ef-4be1-82d7-9a55dbca8bba Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 10240, "metadata_items": 128, "server_group_members": 10, "server_groups": 10, "ram": 51200, "floating_ips": 10, "key_pairs": 100, "id": "7ba8465ce5a04375ab84e6e12febba9b", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 03:12:33,896 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/7ba8465ce5a04375ab84e6e12febba9b used request id req-06462ac6-65ef-4be1-82d7-9a55dbca8bba 2018-10-04 03:12:33,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/7ba8465ce5a04375ab84e6e12febba9b -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" -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-04 03:12:34,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12: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-7042d721-faa9-42f6-aa8e-547a666800ac x-compute-request-id: req-7042d721-faa9-42f6-aa8e-547a666800ac 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-04 03:12:34,710 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/7ba8465ce5a04375ab84e6e12febba9b used request id req-7042d721-faa9-42f6-aa8e-547a666800ac 2018-10-04 03:12:34,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:34,719 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:34 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:34,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee474c35-aef5-48f-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a26e56609f89c9c20780bdc5215d9018929c021" 2018-10-04 03:12:34,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bd21dac-d9aa-401f-9eae-5d40ffe1ce22 Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee474c35-aef5-48f-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7ba8465ce5a04375ab84e6e12febba9b"}, "enabled": true, "id": "7ba8465ce5a04375ab84e6e12febba9b", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ee474c35-aef5-48f-name"}]} 2018-10-04 03:12:34,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ee474c35-aef5-48f-name used request id req-3bd21dac-d9aa-401f-9eae-5d40ffe1ce22 2018-10-04 03:12:34,806 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a26e56609f89c9c20780bdc5215d9018929c021" 2018-10-04 03:12:34,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86957464-eeec-4c86-b47c-ce9a08ba02d0 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:12:34,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-86957464-eeec-4c86-b47c-ce9a08ba02d0 2018-10-04 03:12:34,895 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:12:34,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/7ba8465ce5a04375ab84e6e12febba9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a26e56609f89c9c20780bdc5215d9018929c021" 2018-10-04 03:12:35,811 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12: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-93a31098-6d8b-4c1d-a935-fd0de42943a4 x-compute-request-id: req-93a31098-6d8b-4c1d-a935-fd0de42943a4 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": "7ba8465ce5a04375ab84e6e12febba9b", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 03:12:35,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/7ba8465ce5a04375ab84e6e12febba9b used request id req-93a31098-6d8b-4c1d-a935-fd0de42943a4 2018-10-04 03:12:35,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:36,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-079410c2-a646-4e7e-8bee-dbe83d1cc60f Date: Thu, 04 Oct 2018 03:12:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}]} 2018-10-04 03:12:36,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-079410c2-a646-4e7e-8bee-dbe83d1cc60f 2018-10-04 03:12:36,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:36,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62211b3e-66a5-45ee-846d-6b981f8c295f Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:12:36,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-62211b3e-66a5-45ee-846d-6b981f8c295f 2018-10-04 03:12:36,770 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:36,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9225593b-0a73-4c11-be36-0d2be5888642 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:12:36,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-9225593b-0a73-4c11-be36-0d2be5888642 2018-10-04 03:12:36,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:36,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3094b854-9853-4c8f-9079-9733dade35b5 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:12:36,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-3094b854-9853-4c8f-9079-9733dade35b5 2018-10-04 03:12:36,937 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ee474c35-aef5-48f-name 2018-10-04 03:12:36,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/7ba8465ce5a04375ab84e6e12febba9b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:37,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db710597-7cf8-467b-8df6-b217fdf2b1f0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:37,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7ba8465ce5a04375ab84e6e12febba9b used request id req-db710597-7cf8-467b-8df6-b217fdf2b1f0 2018-10-04 03:12:37,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9500e8eec31b8f49baea7714d2d79937fbad7cb" 2018-10-04 03:12:37,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f88c22b8-fe6b-4dda-ae78-f6133d8b91a3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:37,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f88c22b8-fe6b-4dda-ae78-f6133d8b91a3 2018-10-04 03:12:37,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:37,590 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["bsg-KHoqSLG3YH3MmXoTmA"], "issued_at": "2018-10-04T03:12:37.000000Z"}} 2018-10-04 03:12:37,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4f2cd6b86072500a0629d941734b15eaedcca4" 2018-10-04 03:12:37,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df7e68b8-a7f6-435e-99d8-f8fd8dfb9d1b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:37,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-df7e68b8-a7f6-435e-99d8-f8fd8dfb9d1b 2018-10-04 03:12:37,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:37,608 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:37,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Tx7km4KpRc-WgyY2o1N9dg"], "issued_at": "2018-10-04T03:12:37.000000Z"}} 2018-10-04 03:12:37,987 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:38,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0eee2c-5967-4917-bf64-da267e99f410 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:38,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6f0eee2c-5967-4917-bf64-da267e99f410 2018-10-04 03:12:38,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:38,072 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:38,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61baf98a-f9c4-442-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:38,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c0b257-86b5-4517-9411-cbc99f951d58 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61baf98a-f9c4-442-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:38,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61baf98a-f9c4-442-name used request id req-87c0b257-86b5-4517-9411-cbc99f951d58 2018-10-04 03:12:38,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:38,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfb6f8c6-c3fd-4a48-9b09-2394152e4217 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:38,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-cfb6f8c6-c3fd-4a48-9b09-2394152e4217 2018-10-04 03:12:38,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-61baf98a-f9c4-442-name"}}' 2018-10-04 03:12:38,370 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74373ab1-6b06-4c82-967f-c3c0f881b812 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3b471e5e7554e96844c4a06915c9a7c"}, "enabled": true, "id": "d3b471e5e7554e96844c4a06915c9a7c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-61baf98a-f9c4-442-name"}} 2018-10-04 03:12:38,371 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-74373ab1-6b06-4c82-967f-c3c0f881b812 2018-10-04 03:12:38,371 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-61baf98a-f9c4-442-name 2018-10-04 03:12:38,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:38,379 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:38,380 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61baf98a-f9c4-442-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4f2cd6b86072500a0629d941734b15eaedcca4" 2018-10-04 03:12:38,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a57cd57-9254-4471-8cd5-1818e3fd942c Content-Encoding: gzip Content-Length: 270 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61baf98a-f9c4-442-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/d3b471e5e7554e96844c4a06915c9a7c"}, "enabled": true, "id": "d3b471e5e7554e96844c4a06915c9a7c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-61baf98a-f9c4-442-name"}]} 2018-10-04 03:12:38,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-61baf98a-f9c4-442-name used request id req-2a57cd57-9254-4471-8cd5-1818e3fd942c 2018-10-04 03:12:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4f2cd6b86072500a0629d941734b15eaedcca4" 2018-10-04 03:12:38,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40a50582-3059-4669-80d4-0b6e9cd58d5c Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:12:38,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-40a50582-3059-4669-80d4-0b6e9cd58d5c 2018-10-04 03:12:38,551 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:12:38,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:8774/v2.1/os-quota-sets/d3b471e5e7554e96844c4a06915c9a7c -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" -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-04 03:12:39,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12: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-b1415a3c-767f-475e-9396-3e6285230c9f x-compute-request-id: req-b1415a3c-767f-475e-9396-3e6285230c9f 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-04 03:12:39,669 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/d3b471e5e7554e96844c4a06915c9a7c used request id req-b1415a3c-767f-475e-9396-3e6285230c9f 2018-10-04 03:12:39,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/quotas/d3b471e5e7554e96844c4a06915c9a7c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-10-04 03:12:40,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-ecb002ba-7d20-46d2-906e-957ce1ee6d41 Date: Thu, 04 Oct 2018 03:12:40 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-04 03:12:40,486 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/d3b471e5e7554e96844c4a06915c9a7c used request id req-ecb002ba-7d20-46d2-906e-957ce1ee6d41 2018-10-04 03:12:40,486 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:12:40,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/d3b471e5e7554e96844c4a06915c9a7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:41,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12: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-af414b00-023e-4584-b47e-abac5ca9d8d4 x-compute-request-id: req-af414b00-023e-4584-b47e-abac5ca9d8d4 Content-Encoding: gzip Content-Length: 222 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": "d3b471e5e7554e96844c4a06915c9a7c", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 03:12:41,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/d3b471e5e7554e96844c4a06915c9a7c used request id req-af414b00-023e-4584-b47e-abac5ca9d8d4 2018-10-04 03:12:41,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/d3b471e5e7554e96844c4a06915c9a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:41,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-91f1225a-4196-4521-ba0f-10cd59c48b22 Date: Thu, 04 Oct 2018 03:12:41 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-04 03:12:41,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/d3b471e5e7554e96844c4a06915c9a7c used request id req-91f1225a-4196-4521-ba0f-10cd59c48b22 2018-10-04 03:12:41,398 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:12:41,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-quota-sets/d3b471e5e7554e96844c4a06915c9a7c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4f2cd6b86072500a0629d941734b15eaedcca4" 2018-10-04 03:12:42,290 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12: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-4e16cd18-e9b1-4244-9368-c0ca7d3d506b x-compute-request-id: req-4e16cd18-e9b1-4244-9368-c0ca7d3d506b Content-Encoding: gzip Content-Length: 222 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": "d3b471e5e7554e96844c4a06915c9a7c", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-10-04 03:12:42,290 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-sets/d3b471e5e7554e96844c4a06915c9a7c used request id req-4e16cd18-e9b1-4244-9368-c0ca7d3d506b 2018-10-04 03:12:42,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/quotas/d3b471e5e7554e96844c4a06915c9a7c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}de4f2cd6b86072500a0629d941734b15eaedcca4" 2018-10-04 03:12:42,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-3f92eac7-dc62-4b34-972a-bd7749e2006b Date: Thu, 04 Oct 2018 03:12:42 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-04 03:12:42,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/d3b471e5e7554e96844c4a06915c9a7c used request id req-3f92eac7-dc62-4b34-972a-bd7749e2006b 2018-10-04 03:12:42,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:42,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-443f26e3-51c5-4c46-a616-2023ada5f2f0 Date: Thu, 04 Oct 2018 03:12:42 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}]} 2018-10-04 03:12:42,664 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-443f26e3-51c5-4c46-a616-2023ada5f2f0 2018-10-04 03:12:42,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:42,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dec55681-1581-40f5-9cd8-de18df351ed8 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:12:42,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-dec55681-1581-40f5-9cd8-de18df351ed8 2018-10-04 03:12:42,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:42,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13f61536-d30f-4e18-a0f8-ad5904b49da1 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:12:42,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-13f61536-d30f-4e18-a0f8-ad5904b49da1 2018-10-04 03:12:42,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:42,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-507bcef2-fe9f-43c5-bf9b-e417ee5e042f 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:12:42,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-507bcef2-fe9f-43c5-bf9b-e417ee5e042f 2018-10-04 03:12:42,923 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-61baf98a-f9c4-442-name 2018-10-04 03:12:42,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/d3b471e5e7554e96844c4a06915c9a7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:43,086 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-937a7b41-c300-4b4d-a747-366c8cde9b31 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:43,086 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d3b471e5e7554e96844c4a06915c9a7c used request id req-937a7b41-c300-4b4d-a747-366c8cde9b31 2018-10-04 03:12:43,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eae2cc647abae6a5da8374fa8bff27b927f56261" 2018-10-04 03:12:43,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f74bfca5-a92e-492c-a275-c6aad43aa4fd Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:43,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f74bfca5-a92e-492c-a275-c6aad43aa4fd 2018-10-04 03:12:43,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:43,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["DhAlp7Q2QZC9bgOiscH_gg"], "issued_at": "2018-10-04T03:12:43.000000Z"}} 2018-10-04 03:12:43,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f8e6b7b87244f8c8b6f3d27b06087ac4fecb2013" 2018-10-04 03:12:43,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8305a334-7629-4e6b-9276-82fc9099693b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:43,651 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8305a334-7629-4e6b-9276-82fc9099693b 2018-10-04 03:12:43,652 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:43,653 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:44,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["1BVWFE2dS4q4UhlJ4mv9hw"], "issued_at": "2018-10-04T03:12:44.000000Z"}} 2018-10-04 03:12:44,024 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:44,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48230146-443d-4301-981b-b34778fe446c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:44,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-48230146-443d-4301-981b-b34778fe446c 2018-10-04 03:12:44,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:44,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:44,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-50aa3990-b1a6-439-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:44,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9d5376-0ec4-4db9-b592-673a884e2564 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-50aa3990-b1a6-439-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:44,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-50aa3990-b1a6-439-name used request id req-df9d5376-0ec4-4db9-b592-673a884e2564 2018-10-04 03:12:44,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:44,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c058c659-2504-4237-ad5c-e658578a01e9 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:44,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-c058c659-2504-4237-ad5c-e658578a01e9 2018-10-04 03:12:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}}' 2018-10-04 03:12:44,441 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c88164f5-3c17-47e4-8988-1f3be5c96112 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6"}, "enabled": true, "id": "258665af4fa047bab2a5d6e532f9b9b6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}} 2018-10-04 03:12:44,441 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c88164f5-3c17-47e4-8988-1f3be5c96112 2018-10-04 03:12:44,441 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-50aa3990-b1a6-439-name 2018-10-04 03:12:44,441 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:44,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:44,836 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["qWot508mRcKzCHfAVq32sg"], "issued_at": "2018-10-04T03:12:44.000000Z"}} 2018-10-04 03:12:44,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:44,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03228996-3969-4fbf-880c-9341bd13fefa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:44,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-03228996-3969-4fbf-880c-9341bd13fefa 2018-10-04 03:12:44,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:44,926 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:44,927 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:45,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38122368-fac0-4a3f-90c1-64ea06162019 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:45,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-38122368-fac0-4a3f-90c1-64ea06162019 2018-10-04 03:12:45,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:45,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8897f9c1-f86b-417b-a16c-99d22f17b1a4 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:45,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-8897f9c1-f86b-417b-a16c-99d22f17b1a4 2018-10-04 03:12:45,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:45,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ecf7229d-c0b5-407d-92e2-15814cc7398a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:45,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ecf7229d-c0b5-407d-92e2-15814cc7398a 2018-10-04 03:12:45,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-50aa3990-b1a6-439-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:45,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa45280c-c1a1-40b6-a633-c2d27d542572 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-50aa3990-b1a6-439-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6"}, "enabled": true, "id": "258665af4fa047bab2a5d6e532f9b9b6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}]} 2018-10-04 03:12:45,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-50aa3990-b1a6-439-name used request id req-fa45280c-c1a1-40b6-a633-c2d27d542572 2018-10-04 03:12:45,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/df4a503dccd3449a9bd631499c538673 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:45,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0678eee9-672e-4ec3-99af-823d8d233fe3 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/df4a503dccd3449a9bd631499c538673"}, "enabled": true, "id": "df4a503dccd3449a9bd631499c538673", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-50aa3990-b1a6-439-user"}} 2018-10-04 03:12:45,782 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/df4a503dccd3449a9bd631499c538673 used request id req-0678eee9-672e-4ec3-99af-823d8d233fe3 2018-10-04 03:12:45,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6/users/df4a503dccd3449a9bd631499c538673/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:45,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b85efe9c-cb6d-4b06-9e56-d366c46d01fe Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6/users/df4a503dccd3449a9bd631499c538673/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 03:12:45,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6/users/df4a503dccd3449a9bd631499c538673/roles used request id req-b85efe9c-cb6d-4b06-9e56-d366c46d01fe 2018-10-04 03:12:45,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:45,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd45c27f-61a3-495d-8258-260fc4b2b719 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "domain_id": null, "name": "admin", "id": "7490eca731204278990d3f9370066ffb"}} 2018-10-04 03:12:45,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb used request id req-fd45c27f-61a3-495d-8258-260fc4b2b719 2018-10-04 03:12:45,970 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-50aa3990-b1a6-439-name 2018-10-04 03:12:45,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6/users/df4a503dccd3449a9bd631499c538673/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:46,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9221c1fe-dd23-491e-bce2-9cc2f9fd9e7c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:46,230 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6/users/df4a503dccd3449a9bd631499c538673/roles/7490eca731204278990d3f9370066ffb used request id req-9221c1fe-dd23-491e-bce2-9cc2f9fd9e7c 2018-10-04 03:12:46,230 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-50aa3990-b1a6-439-user 2018-10-04 03:12:46,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:46,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6e44565-6bca-471b-8ee0-5d7f491df08f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:46,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c6e44565-6bca-471b-8ee0-5d7f491df08f 2018-10-04 03:12:46,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" -d '{"role": {"name": "CreateProjectUserTests-50aa3990-b1a6-439-name-role"}}' 2018-10-04 03:12:46,478 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88a0cf64-f4bc-4f1e-b4b9-38c8ab024a4d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7efc723b6c8a40d284f0fc8a44e96ce8", "links": {"self": "http://172.30.9.23:5000/v3/roles/7efc723b6c8a40d284f0fc8a44e96ce8"}, "name": "CreateProjectUserTests-50aa3990-b1a6-439-name-role"}} 2018-10-04 03:12:46,479 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-88a0cf64-f4bc-4f1e-b4b9-38c8ab024a4d 2018-10-04 03:12:46,479 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-50aa3990-b1a6-439-name-role 2018-10-04 03:12:46,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7efc723b6c8a40d284f0fc8a44e96ce8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:46,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2eec21ba-c9ab-4c73-bb8c-fd7365d0c06c Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7efc723b6c8a40d284f0fc8a44e96ce8"}, "domain_id": null, "name": "CreateProjectUserTests-50aa3990-b1a6-439-name-role", "id": "7efc723b6c8a40d284f0fc8a44e96ce8"}} 2018-10-04 03:12:46,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7efc723b6c8a40d284f0fc8a44e96ce8 used request id req-2eec21ba-c9ab-4c73-bb8c-fd7365d0c06c 2018-10-04 03:12:46,579 - keystone_utils - INFO - Granting role CreateProjectUserTests-50aa3990-b1a6-439-name-role to project CreateProjectUserTests-50aa3990-b1a6-439-name 2018-10-04 03:12:46,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6/users/df4a503dccd3449a9bd631499c538673/roles/7efc723b6c8a40d284f0fc8a44e96ce8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:46,690 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ac8a97c-7d0b-4f91-9736-c4f1c07cea2b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:46,691 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6/users/df4a503dccd3449a9bd631499c538673/roles/7efc723b6c8a40d284f0fc8a44e96ce8 used request id req-8ac8a97c-7d0b-4f91-9736-c4f1c07cea2b 2018-10-04 03:12:46,691 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:46,692 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:47,069 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "7efc723b6c8a40d284f0fc8a44e96ce8", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name-role"}], "expires_at": "2018-10-04T04:12:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "258665af4fa047bab2a5d6e532f9b9b6", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/258665af4fa047bab2a5d6e532f9b9b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/258665af4fa047bab2a5d6e532f9b9b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/258665af4fa047bab2a5d6e532f9b9b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/258665af4fa047bab2a5d6e532f9b9b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/258665af4fa047bab2a5d6e532f9b9b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/258665af4fa047bab2a5d6e532f9b9b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/258665af4fa047bab2a5d6e532f9b9b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/258665af4fa047bab2a5d6e532f9b9b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/258665af4fa047bab2a5d6e532f9b9b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/258665af4fa047bab2a5d6e532f9b9b6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/258665af4fa047bab2a5d6e532f9b9b6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/258665af4fa047bab2a5d6e532f9b9b6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-50aa3990-b1a6-439-user", "id": "df4a503dccd3449a9bd631499c538673"}, "audit_ids": ["57-s7-tPSceVYLeF0VG2Ng"], "issued_at": "2018-10-04T03:12:47.000000Z"}} 2018-10-04 03:12:47,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:47,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcbd9516-ac14-4892-bb51-fa64b759dec2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:47,133 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fcbd9516-ac14-4892-bb51-fa64b759dec2 2018-10-04 03:12:47,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-50aa3990-b1a6-439-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:47,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-9c806221-b403-4d61-b203-235e6d125f73 Date: Thu, 04 Oct 2018 03:12:47 GMT RESP BODY: {"security_groups": []} 2018-10-04 03:12:47,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-50aa3990-b1a6-439-name&description=hello+group used request id req-9c806221-b403-4d61-b203-235e6d125f73 2018-10-04 03:12:47,469 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-50aa3990-b1a6-439-name... 2018-10-04 03:12:47,469 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-50aa3990-b1a6-439-name 2018-10-04 03:12:47,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" -d '{"security_group": {"name": "CreateProjectUserTests-50aa3990-b1a6-439-name", "description": "hello group"}}' 2018-10-04 03:12:48,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-f574d3ca-85d2-4003-8dc7-d11bf33106cb Date: Thu, 04 Oct 2018 03:12:48 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "updated_at": "2018-10-04T03:12:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}], "revision_number": 2, "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "d729198f-706f-48a1-91ba-a6501270f125", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}} 2018-10-04 03:12:48,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-f574d3ca-85d2-4003-8dc7-d11bf33106cb 2018-10-04 03:12:48,591 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:48,596 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:49,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8d554d1c-f6b9-4ab3-b8a6-91422be7cb02 Date: Thu, 04 Oct 2018 03:12:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785"}]} 2018-10-04 03:12:49,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-8d554d1c-f6b9-4ab3-b8a6-91422be7cb02 2018-10-04 03:12:49,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:49,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:49,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-66e60ad7-0f12-4d51-b1df-f09989f44c6d Date: Thu, 04 Oct 2018 03:12:49 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785"}]} 2018-10-04 03:12:49,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-66e60ad7-0f12-4d51-b1df-f09989f44c6d 2018-10-04 03:12:49,485 - neutron_utils - INFO - Retrieving security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:49,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:50,428 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-fd4da402-9c79-464e-8547-93bb50615e6c Date: Thu, 04 Oct 2018 03:12:50 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "updated_at": "2018-10-04T03:12:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}], "revision_number": 2, "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "d729198f-706f-48a1-91ba-a6501270f125", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}]} 2018-10-04 03:12:50,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-fd4da402-9c79-464e-8547-93bb50615e6c 2018-10-04 03:12:50,429 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:50,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:51,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-95271b32-19b8-4c7f-80bf-6307e8689eef Date: Thu, 04 Oct 2018 03:12:51 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-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785"}]} 2018-10-04 03:12:51,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-95271b32-19b8-4c7f-80bf-6307e8689eef 2018-10-04 03:12:51,148 - neutron_utils - INFO - Retrieving security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:51,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:51,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-14dc91ce-67d9-43b5-bf75-073fe8b5a72f Date: Thu, 04 Oct 2018 03:12:51 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "updated_at": "2018-10-04T03:12:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}], "revision_number": 2, "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "d729198f-706f-48a1-91ba-a6501270f125", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}]} 2018-10-04 03:12:51,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-14dc91ce-67d9-43b5-bf75-073fe8b5a72f 2018-10-04 03:12:51,994 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:51,999 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:52,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cbac54d-eaa5-48d5-844b-942a74ec0ec6 Date: Thu, 04 Oct 2018 03:12: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-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785"}]} 2018-10-04 03:12:52,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-0cbac54d-eaa5-48d5-844b-942a74ec0ec6 2018-10-04 03:12:52,046 - neutron_utils - INFO - Retrieving security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:52,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:52,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0c0e04bf-052b-43b5-b754-79ff015aa543 Date: Thu, 04 Oct 2018 03:12:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "updated_at": "2018-10-04T03:12:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "revision_number": 0, "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}], "revision_number": 2, "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "d729198f-706f-48a1-91ba-a6501270f125", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}]} 2018-10-04 03:12:52,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-0c0e04bf-052b-43b5-b754-79ff015aa543 2018-10-04 03:12:52,981 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d729198f-706f-48a1-91ba-a6501270f125 2018-10-04 03:12:52,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:53,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ff19295e-9d5f-451e-a696-44b1293fed8a Date: Thu, 04 Oct 2018 03:12: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-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "b6821c4a-bf19-4aec-9723-8e207ce5981d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:48Z", "security_group_id": "d729198f-706f-48a1-91ba-a6501270f125", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:48Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "ebe23cb4-6b72-4a5b-a0ca-eb6915403785"}]} 2018-10-04 03:12:53,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d729198f-706f-48a1-91ba-a6501270f125 used request id req-ff19295e-9d5f-451e-a696-44b1293fed8a 2018-10-04 03:12:53,669 - neutron_utils - INFO - Deleting security group rule with ID - b6821c4a-bf19-4aec-9723-8e207ce5981d 2018-10-04 03:12:53,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b6821c4a-bf19-4aec-9723-8e207ce5981d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:53,809 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03315a29-6c7a-4145-bc1c-c9e7872d22de Content-Length: 0 Date: Thu, 04 Oct 2018 03:12:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:12:53,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b6821c4a-bf19-4aec-9723-8e207ce5981d used request id req-03315a29-6c7a-4145-bc1c-c9e7872d22de 2018-10-04 03:12:53,809 - neutron_utils - INFO - Deleting security group rule with ID - ebe23cb4-6b72-4a5b-a0ca-eb6915403785 2018-10-04 03:12:53,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/ebe23cb4-6b72-4a5b-a0ca-eb6915403785 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:54,804 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35b4a9ab-afb4-4a46-8a96-40ee83d9230e Content-Length: 0 Date: Thu, 04 Oct 2018 03:12:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:12:54,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/ebe23cb4-6b72-4a5b-a0ca-eb6915403785 used request id req-35b4a9ab-afb4-4a46-8a96-40ee83d9230e 2018-10-04 03:12:54,804 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-50aa3990-b1a6-439-name 2018-10-04 03:12:54,810 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/d729198f-706f-48a1-91ba-a6501270f125 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a266011b71934c3fdfa49b130ae3385cc29fa8c2" 2018-10-04 03:12:55,759 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2041b654-88ea-46d6-b27a-ee3e6fb005f0 Content-Length: 0 Date: Thu, 04 Oct 2018 03:12:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:12:55,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d729198f-706f-48a1-91ba-a6501270f125 used request id req-2041b654-88ea-46d6-b27a-ee3e6fb005f0 2018-10-04 03:12:55,760 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-50aa3990-b1a6-439-user 2018-10-04 03:12:55,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/df4a503dccd3449a9bd631499c538673 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d7d238d195383b45d454c6e3b6b3f04a8003df39" 2018-10-04 03:12:55,970 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d66d629-872b-4543-8d28-6f807ea5868b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:55,971 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/df4a503dccd3449a9bd631499c538673 used request id req-1d66d629-872b-4543-8d28-6f807ea5868b 2018-10-04 03:12:55,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:56,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-7769a353-4996-4987-92c9-9323d237eb2d Date: Thu, 04 Oct 2018 03:12:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:47Z", "updated_at": "2018-10-04T03:12:47Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:47Z", "revision_number": 0, "id": "58c5e4cf-d2e7-40f2-a728-c123e9355c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:47Z", "revision_number": 0, "id": "84e670d3-b0c9-4d8c-a7aa-a8223aaade10", "remote_group_id": "e477e907-813b-47de-80fa-038990576671", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv6", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:47Z", "revision_number": 0, "id": "8e010f43-2092-4585-a2da-ac635268cf7b", "remote_group_id": "e477e907-813b-47de-80fa-038990576671", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:47Z", "revision_number": 0, "id": "b5107067-75c5-46a0-b4c1-20f85cbda594", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "port_range_min": null, "ethertype": "IPv4", "project_id": "258665af4fa047bab2a5d6e532f9b9b6"}], "revision_number": 4, "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "e477e907-813b-47de-80fa-038990576671", "name": "default"}]} 2018-10-04 03:12:56,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-7769a353-4996-4987-92c9-9323d237eb2d 2018-10-04 03:12:56,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:56,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfb0069a-b5fb-4981-bf79-914708574685 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:12:56,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-bfb0069a-b5fb-4981-bf79-914708574685 2018-10-04 03:12:56,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:57,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-494e037b-9364-4032-9260-1ba46ed1adc6 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:12:57,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-494e037b-9364-4032-9260-1ba46ed1adc6 2018-10-04 03:12:57,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:57,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b25f2f-ef58-415b-88dc-9ce3fae3ea72 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:12:57,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-38b25f2f-ef58-415b-88dc-9ce3fae3ea72 2018-10-04 03:12:57,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:57,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eca08c45-5a69-4451-96e3-26c8a82be005 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6"}, "enabled": true, "id": "258665af4fa047bab2a5d6e532f9b9b6", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-50aa3990-b1a6-439-name"}} 2018-10-04 03:12:57,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6 used request id req-eca08c45-5a69-4451-96e3-26c8a82be005 2018-10-04 03:12:57,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e477e907-813b-47de-80fa-038990576671 2018-10-04 03:12:57,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e477e907-813b-47de-80fa-038990576671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:57,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-051ea412-ce29-4f07-8634-9691ead74dec Date: Thu, 04 Oct 2018 03:12:57 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-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:47Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "58c5e4cf-d2e7-40f2-a728-c123e9355c76"}, {"remote_group_id": "e477e907-813b-47de-80fa-038990576671", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:47Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "84e670d3-b0c9-4d8c-a7aa-a8223aaade10"}, {"remote_group_id": "e477e907-813b-47de-80fa-038990576671", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:47Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "8e010f43-2092-4585-a2da-ac635268cf7b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:12:47Z", "security_group_id": "e477e907-813b-47de-80fa-038990576671", "port_range_min": null, "revision_number": 0, "tenant_id": "258665af4fa047bab2a5d6e532f9b9b6", "created_at": "2018-10-04T03:12:47Z", "project_id": "258665af4fa047bab2a5d6e532f9b9b6", "id": "b5107067-75c5-46a0-b4c1-20f85cbda594"}]} 2018-10-04 03:12:57,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e477e907-813b-47de-80fa-038990576671 used request id req-051ea412-ce29-4f07-8634-9691ead74dec 2018-10-04 03:12:57,410 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 03:12:57,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e477e907-813b-47de-80fa-038990576671 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:57,799 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-707caa82-b5bc-4d08-a722-ff902aff0377 Content-Length: 0 Date: Thu, 04 Oct 2018 03:12:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:12:57,799 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e477e907-813b-47de-80fa-038990576671 used request id req-707caa82-b5bc-4d08-a722-ff902aff0377 2018-10-04 03:12:57,800 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-50aa3990-b1a6-439-name 2018-10-04 03:12:57,803 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:57,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be7d7ca5-995c-4d55-9dc1-8c9a7a2042fc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:57,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/258665af4fa047bab2a5d6e532f9b9b6 used request id req-be7d7ca5-995c-4d55-9dc1-8c9a7a2042fc 2018-10-04 03:12:57,973 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-50aa3990-b1a6-439-name-role 2018-10-04 03:12:57,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/7efc723b6c8a40d284f0fc8a44e96ce8 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:58,084 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:12:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ef929d2c-ee7b-44cc-a7f4-b291228e9513 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:12:58,084 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7efc723b6c8a40d284f0fc8a44e96ce8 used request id req-ef929d2c-ee7b-44cc-a7f4-b291228e9513 2018-10-04 03:12:58,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60716b50e973ef6a0f68afc30bc3872bc6ffe2e4" 2018-10-04 03:12:58,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1135756c-f55c-4efc-a2b5-8b026f3dcec4 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:12:58,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1135756c-f55c-4efc-a2b5-8b026f3dcec4 2018-10-04 03:12:58,173 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:58,558 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["SRNH-5uVRwe0tdC5BFk-dQ"], "issued_at": "2018-10-04T03:12:58.000000Z"}} 2018-10-04 03:12:58,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38461018de6e85780ad453f439a51ae95c97e899" 2018-10-04 03:12:58,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-949a8d1a-3469-4e30-9807-6ebd3cc2f0e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:58,633 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-949a8d1a-3469-4e30-9807-6ebd3cc2f0e1 2018-10-04 03:12:58,634 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:58,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:59,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["xP7PqgpCQHSEr1b3W45uCQ"], "issued_at": "2018-10-04T03:12:59.000000Z"}} 2018-10-04 03:12:59,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:12:59,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14040910-81e4-4e67-b16e-bc18b3b667d9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:59,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-14040910-81e4-4e67-b16e-bc18b3b667d9 2018-10-04 03:12:59,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:59,109 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:59,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-30ff15ac-5d07-47a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:12:59,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2160dd43-8d4c-479e-b788-737728bd9f10 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-30ff15ac-5d07-47a-name", "previous": null, "next": null}, "projects": []} 2018-10-04 03:12:59,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-30ff15ac-5d07-47a-name used request id req-2160dd43-8d4c-479e-b788-737728bd9f10 2018-10-04 03:12:59,199 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:12:59,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e952e3e4-abef-4085-9d00-cc26e743b5a3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:12:59,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e952e3e4-abef-4085-9d00-cc26e743b5a3 2018-10-04 03:12:59,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}}' 2018-10-04 03:12:59,335 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39bbf1b2-465b-4cd0-a321-8dea9f384002 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4"}, "enabled": true, "id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}} 2018-10-04 03:12:59,335 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-39bbf1b2-465b-4cd0-a321-8dea9f384002 2018-10-04 03:12:59,335 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:12:59,335 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:12:59,336 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:12:59,725 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:12:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["jgy5-M85STSFbKSOZVYFYA"], "issued_at": "2018-10-04T03:12:59.000000Z"}} 2018-10-04 03:12:59,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:12:59,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7455104e-995d-4056-9b15-ab0efcf7a1ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:12:59,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7455104e-995d-4056-9b15-ab0efcf7a1ad 2018-10-04 03:12:59,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:12:59,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:12:59,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:12:59,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02d5e45b-7afb-4a06-9d0b-bb879df98196 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:12:59,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-02d5e45b-7afb-4a06-9d0b-bb879df98196 2018-10-04 03:12:59,936 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:00,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:12:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1bde2d8-378c-4396-8876-240400c31af1 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:13:00,026 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d1bde2d8-378c-4396-8876-240400c31af1 2018-10-04 03:13:00,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:00,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1628c561-c80a-4c96-89a5-bd4845787860 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:13:00,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1628c561-c80a-4c96-89a5-bd4845787860 2018-10-04 03:13:00,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-30ff15ac-5d07-47a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:00,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3537865-ff8a-455c-b82e-ec3faa2f075d Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-30ff15ac-5d07-47a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4"}, "enabled": true, "id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}]} 2018-10-04 03:13:00,533 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-30ff15ac-5d07-47a-name used request id req-b3537865-ff8a-455c-b82e-ec3faa2f075d 2018-10-04 03:13:00,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/3b26394be1f34dbda2f6479af06db82f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:00,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37afecbe-30b7-47ee-958a-b56d0a3645ca Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/3b26394be1f34dbda2f6479af06db82f"}, "enabled": true, "id": "3b26394be1f34dbda2f6479af06db82f", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-user1"}} 2018-10-04 03:13:00,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/3b26394be1f34dbda2f6479af06db82f used request id req-37afecbe-30b7-47ee-958a-b56d0a3645ca 2018-10-04 03:13:00,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/3b26394be1f34dbda2f6479af06db82f/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:00,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4aabd61-ad0c-4959-b915-b9747e55dd15 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/3b26394be1f34dbda2f6479af06db82f/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 03:13:00,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/3b26394be1f34dbda2f6479af06db82f/roles used request id req-d4aabd61-ad0c-4959-b915-b9747e55dd15 2018-10-04 03:13:00,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:00,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dcc7b12-8f8a-41ee-9277-9738a1b62586 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "domain_id": null, "name": "admin", "id": "7490eca731204278990d3f9370066ffb"}} 2018-10-04 03:13:00,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb used request id req-0dcc7b12-8f8a-41ee-9277-9738a1b62586 2018-10-04 03:13:00,838 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:00,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/3b26394be1f34dbda2f6479af06db82f/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:01,016 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2828c319-c01f-4c0e-96ca-f22d4f42ecfd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:01,016 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/3b26394be1f34dbda2f6479af06db82f/roles/7490eca731204278990d3f9370066ffb used request id req-2828c319-c01f-4c0e-96ca-f22d4f42ecfd 2018-10-04 03:13:01,016 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-30ff15ac-5d07-47a-user1 2018-10-04 03:13:01,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:01,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47c7d5b2-e2a6-4614-9067-3fe61086f8b3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:13:01,108 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-47c7d5b2-e2a6-4614-9067-3fe61086f8b3 2018-10-04 03:13:01,112 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" -d '{"role": {"name": "CreateProjectUserTests-30ff15ac-5d07-47a-name-role"}}' 2018-10-04 03:13:01,208 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ff6bf13-2fb0-4139-931c-706b7ab0e89d Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9ddbe7527faf4b549d2a4dc01f96c22f", "links": {"self": "http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f"}, "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name-role"}} 2018-10-04 03:13:01,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8ff6bf13-2fb0-4139-931c-706b7ab0e89d 2018-10-04 03:13:01,209 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-30ff15ac-5d07-47a-name-role 2018-10-04 03:13:01,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:01,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2110871b-ddb3-4abf-83ea-3e9101171c83 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f"}, "domain_id": null, "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name-role", "id": "9ddbe7527faf4b549d2a4dc01f96c22f"}} 2018-10-04 03:13:01,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f used request id req-2110871b-ddb3-4abf-83ea-3e9101171c83 2018-10-04 03:13:01,294 - keystone_utils - INFO - Granting role CreateProjectUserTests-30ff15ac-5d07-47a-name-role to project CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:01,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/3b26394be1f34dbda2f6479af06db82f/roles/9ddbe7527faf4b549d2a4dc01f96c22f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:01,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57b35c18-8d6f-4bb5-8e68-adab811c00d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:01,427 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/3b26394be1f34dbda2f6479af06db82f/roles/9ddbe7527faf4b549d2a4dc01f96c22f used request id req-57b35c18-8d6f-4bb5-8e68-adab811c00d9 2018-10-04 03:13:01,428 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:13:01,429 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:01,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["3enuJYWtRKOJesj0xM3z5g"], "issued_at": "2018-10-04T03:13:01.000000Z"}} 2018-10-04 03:13:01,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:01,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eaefa05-9220-419a-8817-efcb85e951e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:01,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1eaefa05-9220-419a-8817-efcb85e951e4 2018-10-04 03:13:01,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:13:01,907 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:13:01 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:13:01,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:02,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6da5a815-dbb7-484f-8ee5-93e317b3a2fe Content-Encoding: gzip Content-Length: 911 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-30ff15ac-5d07-47a-user1", "links": {"self": "http://172.30.9.23:5000/v3/users/3b26394be1f34dbda2f6479af06db82f"}, "domain_id": "default", "enabled": true, "id": "3b26394be1f34dbda2f6479af06db82f", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:13:02,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6da5a815-dbb7-484f-8ee5-93e317b3a2fe 2018-10-04 03:13:02,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:02,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f30a3a20-6263-47b1-a9c7-5ff2ec6ca535 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:13:02,090 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-f30a3a20-6263-47b1-a9c7-5ff2ec6ca535 2018-10-04 03:13:02,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:02,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c13226f8-4cf2-4b98-a80a-1de2ff18a182 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9ddbe7527faf4b549d2a4dc01f96c22f", "links": {"self": "http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f"}, "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name-role"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:13:02,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c13226f8-4cf2-4b98-a80a-1de2ff18a182 2018-10-04 03:13:02,547 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-30ff15ac-5d07-47a-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:02,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b2d15e9-0929-4b04-828c-55d37022eb0e Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-30ff15ac-5d07-47a-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4"}, "enabled": true, "id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}]} 2018-10-04 03:13:02,630 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=CreateProjectUserTests-30ff15ac-5d07-47a-name used request id req-3b2d15e9-0929-4b04-828c-55d37022eb0e 2018-10-04 03:13:02,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/23fef2463fec4ff68c68a4032e590886 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:02,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1073074-3658-4d56-b649-4eaabff9616c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/23fef2463fec4ff68c68a4032e590886"}, "enabled": true, "id": "23fef2463fec4ff68c68a4032e590886", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-user2"}} 2018-10-04 03:13:02,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/23fef2463fec4ff68c68a4032e590886 used request id req-a1073074-3658-4d56-b649-4eaabff9616c 2018-10-04 03:13:02,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/23fef2463fec4ff68c68a4032e590886/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:02,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62c7fc9a-d1e0-4811-8d00-c0f6b948afbd Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/23fef2463fec4ff68c68a4032e590886/roles", "previous": null, "next": null}, "roles": []} 2018-10-04 03:13:02,837 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/23fef2463fec4ff68c68a4032e590886/roles used request id req-62c7fc9a-d1e0-4811-8d00-c0f6b948afbd 2018-10-04 03:13:02,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:02,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d305091b-4a88-4caf-8211-0079df33c6c6 Content-Encoding: gzip Content-Length: 140 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "domain_id": null, "name": "admin", "id": "7490eca731204278990d3f9370066ffb"}} 2018-10-04 03:13:02,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb used request id req-d305091b-4a88-4caf-8211-0079df33c6c6 2018-10-04 03:13:02,923 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:02,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/23fef2463fec4ff68c68a4032e590886/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:03,062 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-64180e3f-ffbc-4187-8697-9af3d8919e45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:03,062 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/23fef2463fec4ff68c68a4032e590886/roles/7490eca731204278990d3f9370066ffb used request id req-64180e3f-ffbc-4187-8697-9af3d8919e45 2018-10-04 03:13:03,062 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-30ff15ac-5d07-47a-user2 2018-10-04 03:13:03,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:03,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b81c465b-9b04-42ba-b19f-eec9b8032240 Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f"}, "domain_id": null, "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name-role", "id": "9ddbe7527faf4b549d2a4dc01f96c22f"}} 2018-10-04 03:13:03,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f used request id req-b81c465b-9b04-42ba-b19f-eec9b8032240 2018-10-04 03:13:03,164 - keystone_utils - INFO - Granting role CreateProjectUserTests-30ff15ac-5d07-47a-name-role to project CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:03,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/23fef2463fec4ff68c68a4032e590886/roles/9ddbe7527faf4b549d2a4dc01f96c22f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:03,283 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17243d6c-aadc-472e-ad92-2f1172740343 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:03,283 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4/users/23fef2463fec4ff68c68a4032e590886/roles/9ddbe7527faf4b549d2a4dc01f96c22f used request id req-17243d6c-aadc-472e-ad92-2f1172740343 2018-10-04 03:13:03,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:13:03,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:03,662 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "9ddbe7527faf4b549d2a4dc01f96c22f", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name-role"}], "expires_at": "2018-10-04T04:13:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-30ff15ac-5d07-47a-user1", "id": "3b26394be1f34dbda2f6479af06db82f"}, "audit_ids": ["NiLvpT0sTVSR7IayAzQT7w"], "issued_at": "2018-10-04T03:13:03.000000Z"}} 2018-10-04 03:13:03,662 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:03,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84a0680d-c2bd-4e21-9bd8-7317e15b22dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:03,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84a0680d-c2bd-4e21-9bd8-7317e15b22dc 2018-10-04 03:13:03,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-30ff15ac-5d07-47a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:04,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-178d555e-1bac-4598-9cbf-9304092f964a Date: Thu, 04 Oct 2018 03:13:04 GMT RESP BODY: {"security_groups": []} 2018-10-04 03:13:04,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-30ff15ac-5d07-47a-name&description=hello+group used request id req-178d555e-1bac-4598-9cbf-9304092f964a 2018-10-04 03:13:04,117 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-30ff15ac-5d07-47a-name... 2018-10-04 03:13:04,117 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:04,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" -d '{"security_group": {"name": "CreateProjectUserTests-30ff15ac-5d07-47a-name", "description": "hello group"}}' 2018-10-04 03:13:04,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-51a36f4c-5ef6-40df-8c6e-bd3d1c28bea1 Date: Thu, 04 Oct 2018 03:13:04 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "updated_at": "2018-10-04T03:13:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}], "revision_number": 2, "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "27048a05-1f3a-4971-af62-455c282b8f38", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}} 2018-10-04 03:13:04,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-51a36f4c-5ef6-40df-8c6e-bd3d1c28bea1 2018-10-04 03:13:04,722 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:04,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:04,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-55323f30-7174-4a3f-b6bd-01b7ced3db1f Date: Thu, 04 Oct 2018 03:13:04 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:04,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-55323f30-7174-4a3f-b6bd-01b7ced3db1f 2018-10-04 03:13:04,893 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:04,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:05,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c520302c-b5b5-4934-9c13-69706f8d8b05 Date: Thu, 04 Oct 2018 03:13:05 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:05,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-c520302c-b5b5-4934-9c13-69706f8d8b05 2018-10-04 03:13:05,069 - neutron_utils - INFO - Retrieving security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:05,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:05,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-77522197-302b-4458-b89f-d73eb016b98d Date: Thu, 04 Oct 2018 03:13:05 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "updated_at": "2018-10-04T03:13:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}], "revision_number": 2, "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "27048a05-1f3a-4971-af62-455c282b8f38", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}]} 2018-10-04 03:13:05,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-77522197-302b-4458-b89f-d73eb016b98d 2018-10-04 03:13:05,142 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:05,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:05,932 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4b7618f9-2f3b-41e9-b7c9-08423ae1e168 Date: Thu, 04 Oct 2018 03:13:05 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:05,932 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-4b7618f9-2f3b-41e9-b7c9-08423ae1e168 2018-10-04 03:13:05,933 - neutron_utils - INFO - Retrieving security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:06,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-6dd63dc9-4be8-4047-b013-34cea6f509ab Date: Thu, 04 Oct 2018 03:13:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "updated_at": "2018-10-04T03:13:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}], "revision_number": 2, "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "27048a05-1f3a-4971-af62-455c282b8f38", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}]} 2018-10-04 03:13:06,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-6dd63dc9-4be8-4047-b013-34cea6f509ab 2018-10-04 03:13:06,136 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:06,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:06,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ce6bd44b-2d0c-4664-a4db-7a01048d10ec Date: Thu, 04 Oct 2018 03:13:06 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:06,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-ce6bd44b-2d0c-4664-a4db-7a01048d10ec 2018-10-04 03:13:06,322 - neutron_utils - INFO - Retrieving security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:06,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:06,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f7cc364a-bb4a-4530-930b-b14c0e1c7c34 Date: Thu, 04 Oct 2018 03:13:06 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "updated_at": "2018-10-04T03:13:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}], "revision_number": 2, "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "27048a05-1f3a-4971-af62-455c282b8f38", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}]} 2018-10-04 03:13:06,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-f7cc364a-bb4a-4530-930b-b14c0e1c7c34 2018-10-04 03:13:06,506 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:06,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:07,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-67840b17-5403-44ed-b318-3214e0569ab3 Date: Thu, 04 Oct 2018 03:13:07 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:07,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-67840b17-5403-44ed-b318-3214e0569ab3 2018-10-04 03:13:07,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:13:07,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:07,596 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "9ddbe7527faf4b549d2a4dc01f96c22f", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name-role"}], "expires_at": "2018-10-04T04:13:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/7b1cec0e24aa49449e50b3f74e2eb9e4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-30ff15ac-5d07-47a-user2", "id": "23fef2463fec4ff68c68a4032e590886"}, "audit_ids": ["AxrL-1SOSuCACJ8vjoYW1Q"], "issued_at": "2018-10-04T03:13:07.000000Z"}} 2018-10-04 03:13:07,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:07,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55698faa-e5a5-4a42-8788-6a7ccc2fa5c0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:07,675 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-55698faa-e5a5-4a42-8788-6a7ccc2fa5c0 2018-10-04 03:13:07,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-30ff15ac-5d07-47a-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:07,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-7104b77a-7007-4797-bf7a-238e969700ef Date: Thu, 04 Oct 2018 03:13:07 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "updated_at": "2018-10-04T03:13:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}], "revision_number": 2, "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "27048a05-1f3a-4971-af62-455c282b8f38", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}]} 2018-10-04 03:13:07,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=CreateProjectUserTests-30ff15ac-5d07-47a-name&description=hello+group used request id req-7104b77a-7007-4797-bf7a-238e969700ef 2018-10-04 03:13:07,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:13:07,983 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:13:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:13:07,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:08,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52c1f51a-3486-44de-abfc-d80753ad295c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4"}, "enabled": true, "id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}} 2018-10-04 03:13:08,060 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4 used request id req-52c1f51a-3486-44de-abfc-d80753ad295c 2018-10-04 03:13:08,060 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:08,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:08,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0ca52d7c-bddb-4fe9-949e-3213d3aec626 Date: Thu, 04 Oct 2018 03:13:08 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:08,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-0ca52d7c-bddb-4fe9-949e-3213d3aec626 2018-10-04 03:13:08,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:08,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:08,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-61a1b5ca-3691-4a03-83d8-e2eae855e2a6 Date: Thu, 04 Oct 2018 03:13:08 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:08,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-61a1b5ca-3691-4a03-83d8-e2eae855e2a6 2018-10-04 03:13:08,397 - neutron_utils - INFO - Retrieving security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:08,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:08,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-279d81e8-017a-4af7-b4c4-4f24334571bc Date: Thu, 04 Oct 2018 03:13:08 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "updated_at": "2018-10-04T03:13:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "revision_number": 0, "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}], "revision_number": 2, "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "27048a05-1f3a-4971-af62-455c282b8f38", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}]} 2018-10-04 03:13:08,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-279d81e8-017a-4af7-b4c4-4f24334571bc 2018-10-04 03:13:08,584 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 27048a05-1f3a-4971-af62-455c282b8f38 2018-10-04 03:13:08,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:09,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4bbfad85-323a-42b1-943d-fcef45ff7ccb Date: Thu, 04 Oct 2018 03:13:09 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-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "60c4c85a-9103-4b6c-9164-11ec22b359d2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:04Z", "security_group_id": "27048a05-1f3a-4971-af62-455c282b8f38", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:04Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "f23f4ca4-685c-455e-8465-3a51ec936dbc"}]} 2018-10-04 03:13:09,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=27048a05-1f3a-4971-af62-455c282b8f38 used request id req-4bbfad85-323a-42b1-943d-fcef45ff7ccb 2018-10-04 03:13:09,294 - neutron_utils - INFO - Deleting security group rule with ID - 60c4c85a-9103-4b6c-9164-11ec22b359d2 2018-10-04 03:13:09,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/60c4c85a-9103-4b6c-9164-11ec22b359d2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:09,588 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40cbb1fd-b5c9-4429-82c6-d00f4dae3cd0 Content-Length: 0 Date: Thu, 04 Oct 2018 03:13:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:09,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/60c4c85a-9103-4b6c-9164-11ec22b359d2 used request id req-40cbb1fd-b5c9-4429-82c6-d00f4dae3cd0 2018-10-04 03:13:09,589 - neutron_utils - INFO - Deleting security group rule with ID - f23f4ca4-685c-455e-8465-3a51ec936dbc 2018-10-04 03:13:09,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/f23f4ca4-685c-455e-8465-3a51ec936dbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:09,831 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21709f6c-f716-4f70-b9b2-426873e5c0f8 Content-Length: 0 Date: Thu, 04 Oct 2018 03:13:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:09,831 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/f23f4ca4-685c-455e-8465-3a51ec936dbc used request id req-21709f6c-f716-4f70-b9b2-426873e5c0f8 2018-10-04 03:13:09,831 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:09,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}19a5543a912328de69ec0595b4a9b4285cc1ee6d" 2018-10-04 03:13:10,126 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b599346-a22d-429f-85d5-c6054fa69434 Content-Length: 0 Date: Thu, 04 Oct 2018 03:13:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:10,126 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/27048a05-1f3a-4971-af62-455c282b8f38 used request id req-3b599346-a22d-429f-85d5-c6054fa69434 2018-10-04 03:13:10,127 - neutron_utils - INFO - Deleting security group rule with ID - f23f4ca4-685c-455e-8465-3a51ec936dbc 2018-10-04 03:13:10,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/f23f4ca4-685c-455e-8465-3a51ec936dbc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:10,341 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-e259588e-f540-4bdc-b588-95ca244dbccf Date: Thu, 04 Oct 2018 03:13:10 GMT RESP BODY: {"NeutronError": {"message": "Security group rule f23f4ca4-685c-455e-8465-3a51ec936dbc does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 03:13:10,341 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/f23f4ca4-685c-455e-8465-3a51ec936dbc used request id req-e259588e-f540-4bdc-b588-95ca244dbccf 2018-10-04 03:13:10,341 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule f23f4ca4-685c-455e-8465-3a51ec936dbc does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-10-04 03:13:10,342 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule f23f4ca4-685c-455e-8465-3a51ec936dbc does not exist Neutron server returns request_ids: ['req-e259588e-f540-4bdc-b588-95ca244dbccf'] 2018-10-04 03:13:10,342 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:10,347 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/27048a05-1f3a-4971-af62-455c282b8f38 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c2cb0a37e5beb9c33d410fa4dcc2d5d4868217" 2018-10-04 03:13:10,524 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-09656258-0fc7-4b6c-b184-faddf54e9d3c Date: Thu, 04 Oct 2018 03:13:10 GMT RESP BODY: {"NeutronError": {"message": "Security group 27048a05-1f3a-4971-af62-455c282b8f38 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-04 03:13:10,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/27048a05-1f3a-4971-af62-455c282b8f38 used request id req-09656258-0fc7-4b6c-b184-faddf54e9d3c 2018-10-04 03:13:10,525 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 27048a05-1f3a-4971-af62-455c282b8f38 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-10-04 03:13:10,525 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 27048a05-1f3a-4971-af62-455c282b8f38 does not exist Neutron server returns request_ids: ['req-09656258-0fc7-4b6c-b184-faddf54e9d3c'] 2018-10-04 03:13:10,526 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-30ff15ac-5d07-47a-user1 2018-10-04 03:13:10,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/3b26394be1f34dbda2f6479af06db82f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c6f5842a87a97cb17a3c3098e8c72fb2ceeaa16c" 2018-10-04 03:13:10,781 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-51ee1f2f-78fd-46f7-ae73-eab35fa52210 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:10,781 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/3b26394be1f34dbda2f6479af06db82f used request id req-51ee1f2f-78fd-46f7-ae73-eab35fa52210 2018-10-04 03:13:10,781 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-30ff15ac-5d07-47a-user2 2018-10-04 03:13:10,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/23fef2463fec4ff68c68a4032e590886 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5828326d90de2a53d461b10a108886d958e4b57" 2018-10-04 03:13:10,987 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-54c8b059-322e-4163-9f7b-66e1d9fedcca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:10,988 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/23fef2463fec4ff68c68a4032e590886 used request id req-54c8b059-322e-4163-9f7b-66e1d9fedcca 2018-10-04 03:13:10,993 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:11,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-d46868ce-bc0f-481e-aba3-a34da1156d4b Date: Thu, 04 Oct 2018 03:13:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:03Z", "updated_at": "2018-10-04T03:13:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "revision_number": 0, "id": "4db9f72d-c914-4bc4-95bf-a1cf51d06b7a", "remote_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "revision_number": 0, "id": "948beeca-d33e-4218-a918-3d186a79264f", "remote_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "revision_number": 0, "id": "95d9a592-d7ae-4cc7-bd1d-867ff5528ec0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv6", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "revision_number": 0, "id": "d2654cff-1396-4799-912c-4244a9bf8086", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "port_range_min": null, "ethertype": "IPv4", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4"}], "revision_number": 4, "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}]} 2018-10-04 03:13:11,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-d46868ce-bc0f-481e-aba3-a34da1156d4b 2018-10-04 03:13:11,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:11,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c42b0a2a-2833-42f4-9496-fbfa4314cf26 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:13:11,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-c42b0a2a-2833-42f4-9496-fbfa4314cf26 2018-10-04 03:13:11,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:11,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55f3d87f-8fa3-48e3-ae5d-7148d00c9624 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:13:11,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-55f3d87f-8fa3-48e3-ae5d-7148d00c9624 2018-10-04 03:13:11,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:11,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e3a900f-3192-43f0-ba8c-61a327d31bca Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4"}, "enabled": true, "id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-30ff15ac-5d07-47a-name"}} 2018-10-04 03:13:11,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4 used request id req-7e3a900f-3192-43f0-ba8c-61a327d31bca 2018-10-04 03:13:11,494 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 551748e7-b4cc-4ef7-b35a-6b76cd0436fe 2018-10-04 03:13:11,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=551748e7-b4cc-4ef7-b35a-6b76cd0436fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:11,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-117e23d3-2a60-4a65-9022-b27190c22374 Date: Thu, 04 Oct 2018 03:13:11 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:03Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "4db9f72d-c914-4bc4-95bf-a1cf51d06b7a"}, {"remote_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:03Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "948beeca-d33e-4218-a918-3d186a79264f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:03Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "95d9a592-d7ae-4cc7-bd1d-867ff5528ec0"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:03Z", "security_group_id": "551748e7-b4cc-4ef7-b35a-6b76cd0436fe", "port_range_min": null, "revision_number": 0, "tenant_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "created_at": "2018-10-04T03:13:03Z", "project_id": "7b1cec0e24aa49449e50b3f74e2eb9e4", "id": "d2654cff-1396-4799-912c-4244a9bf8086"}]} 2018-10-04 03:13:11,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=551748e7-b4cc-4ef7-b35a-6b76cd0436fe used request id req-117e23d3-2a60-4a65-9022-b27190c22374 2018-10-04 03:13:11,723 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 03:13:11,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/551748e7-b4cc-4ef7-b35a-6b76cd0436fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:12,148 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8f9fc65-a140-4021-af6a-74145660efdb Content-Length: 0 Date: Thu, 04 Oct 2018 03:13:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:12,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/551748e7-b4cc-4ef7-b35a-6b76cd0436fe used request id req-e8f9fc65-a140-4021-af6a-74145660efdb 2018-10-04 03:13:12,149 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-30ff15ac-5d07-47a-name 2018-10-04 03:13:12,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:12,319 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db71646d-0fb2-4086-a33f-e005fecccaf2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:12,319 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/7b1cec0e24aa49449e50b3f74e2eb9e4 used request id req-db71646d-0fb2-4086-a33f-e005fecccaf2 2018-10-04 03:13:12,320 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-30ff15ac-5d07-47a-name-role 2018-10-04 03:13:12,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:12,436 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:13:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-718d8c3b-4bba-4bc3-8991-71032e3351ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:13:12,436 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/9ddbe7527faf4b549d2a4dc01f96c22f used request id req-718d8c3b-4bba-4bc3-8991-71032e3351ff 2018-10-04 03:13:12,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef4a86b3e9f126489ed44bc8ff789e346d5aa11d" 2018-10-04 03:13:12,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9606a46-3bfd-4adb-800a-893d60c168d3 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:13:12,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a9606a46-3bfd-4adb-800a-893d60c168d3 2018-10-04 03:13:12,555 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:12,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["2-BAKhHfRhuWUdyYw6OLdw"], "issued_at": "2018-10-04T03:13:12.000000Z"}} 2018-10-04 03:13:12,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad2177be9f36779ed358671bb295a3cb6bbc14d2" 2018-10-04 03:13:13,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7a11d428-10be-4c25-bbfc-87f55dcf85cb Date: Thu, 04 Oct 2018 03:13:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:13:13,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7a11d428-10be-4c25-bbfc-87f55dcf85cb 2018-10-04 03:13:13,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ad2177be9f36779ed358671bb295a3cb6bbc14d2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5"}' 2018-10-04 03:13:14,334 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4 X-Openstack-Request-Id: req-dc3d5b80-eb9f-4613-a3a1-9be047f47aa1 Date: Thu, 04 Oct 2018 03:13:14 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:13:14Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:13:14Z", "visibility": "shared", "locations": [], "self": "/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4", "min_disk": 0, "protected": false, "id": "3d072807-62f9-43c0-b424-d90d56a0abc4", "file": "/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:13:14,334 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-dc3d5b80-eb9f-4613-a3a1-9be047f47aa1 2018-10-04 03:13:14,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad2177be9f36779ed358671bb295a3cb6bbc14d2" -d '' 2018-10-04 03:13:18,289 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b3f07b0-b28b-42b7-811d-aaed8f2afba1 Date: Thu, 04 Oct 2018 03:13: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-04 03:13:18,289 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4/file used request id req-2b3f07b0-b28b-42b7-811d-aaed8f2afba1 2018-10-04 03:13:18,289 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:13:18,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad2177be9f36779ed358671bb295a3cb6bbc14d2" 2018-10-04 03:13:18,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-83fae993-fe4a-44a4-ac92-9c33673b5416 Date: Thu, 04 Oct 2018 03:13:18 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:13:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:13:18Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3d072807-62f9-43c0-b424-d90d56a0abc4/snap", "metadata": {}}], "self": "/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4", "min_disk": 0, "protected": false, "id": "3d072807-62f9-43c0-b424-d90d56a0abc4", "file": "/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3d072807-62f9-43c0-b424-d90d56a0abc4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:13:18,936 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4 used request id req-83fae993-fe4a-44a4-ac92-9c33673b5416 2018-10-04 03:13:18,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad2177be9f36779ed358671bb295a3cb6bbc14d2" 2018-10-04 03:13:19,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7cafad0e-f409-4ea3-a4c0-f7ce89d2eb6f Date: Thu, 04 Oct 2018 03:13: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-04 03:13:19,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7cafad0e-f409-4ea3-a4c0-f7ce89d2eb6f 2018-10-04 03:13:19,594 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad2177be9f36779ed358671bb295a3cb6bbc14d2" 2018-10-04 03:13:20,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-5f8787d1-48e6-46b8-b836-2e911f62bb69 Date: Thu, 04 Oct 2018 03:13:20 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:13:14Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:13:18Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3d072807-62f9-43c0-b424-d90d56a0abc4/snap", "metadata": {}}], "self": "/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4", "min_disk": 0, "protected": false, "id": "3d072807-62f9-43c0-b424-d90d56a0abc4", "file": "/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3d072807-62f9-43c0-b424-d90d56a0abc4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5"} 2018-10-04 03:13:20,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5 used request id req-5f8787d1-48e6-46b8-b836-2e911f62bb69 2018-10-04 03:13:20,211 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-39ab271e-0aac-4ef5-9b16-d88f096901e5 2018-10-04 03:13:20,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ad2177be9f36779ed358671bb295a3cb6bbc14d2" 2018-10-04 03:13:21,718 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04b73ecd-d3c6-4497-894b-d7065f9629c6 Date: Thu, 04 Oct 2018 03:13: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-04 03:13:21,719 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/3d072807-62f9-43c0-b424-d90d56a0abc4 used request id req-04b73ecd-d3c6-4497-894b-d7065f9629c6 2018-10-04 03:13:21,720 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-04 03:13:21,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:22,107 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Uj86H0HuTu-tNDBlC2js4Q"], "issued_at": "2018-10-04T03:13:22.000000Z"}} 2018-10-04 03:13:22,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:22,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39cb8b0c-5942-4c8d-bc97-7dc5982631a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:22,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-39cb8b0c-5942-4c8d-bc97-7dc5982631a5 2018-10-04 03:13:22,189 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net 2018-10-04 03:13:22,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" -d '{"network": {"name": "NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net", "admin_state_up": true}}' 2018-10-04 03:13:22,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-935bff69-75af-4fdb-8610-84584e1b9b58 Date: Thu, 04 Oct 2018 03:13:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"044d4bde-ca6e-4e07-a4fe-5d5556d16bfd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:22Z","is_default":false,"provider:segmentation_id":11,"name":"NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:22Z","mtu":1450}} 2018-10-04 03:13:22,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-935bff69-75af-4fdb-8610-84584e1b9b58 2018-10-04 03:13:22,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:23,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-899a3e0a-5928-4641-a7ba-e4a8f5e7b0da Date: Thu, 04 Oct 2018 03:13:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"044d4bde-ca6e-4e07-a4fe-5d5556d16bfd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:22Z","provider:segmentation_id":11,"name":"NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:22Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:23,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd used request id req-899a3e0a-5928-4641-a7ba-e4a8f5e7b0da 2018-10-04 03:13:23,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:23,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a72dce88-0f41-4ff5-a84c-76a2a22c7b49 Date: Thu, 04 Oct 2018 03:13:23 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:23,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd used request id req-a72dce88-0f41-4ff5-a84c-76a2a22c7b49 2018-10-04 03:13:23,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:23,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-785763dc-3491-4fd6-9124-3ead35ac024a Date: Thu, 04 Oct 2018 03:13:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"044d4bde-ca6e-4e07-a4fe-5d5556d16bfd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:22Z","provider:segmentation_id":11,"name":"NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:22Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:23,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd used request id req-785763dc-3491-4fd6-9124-3ead35ac024a 2018-10-04 03:13:23,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:23,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f73870e6-3123-4e5e-85d8-fa2b81e00939 Date: Thu, 04 Oct 2018 03:13:23 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:23,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd used request id req-f73870e6-3123-4e5e-85d8-fa2b81e00939 2018-10-04 03:13:23,408 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:23,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1158acbf-1244-4ef7-b437-3733f3550cbb Date: Thu, 04 Oct 2018 03:13:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"044d4bde-ca6e-4e07-a4fe-5d5556d16bfd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:22Z","provider:segmentation_id":11,"name":"NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:22Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:23,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net used request id req-1158acbf-1244-4ef7-b437-3733f3550cbb 2018-10-04 03:13:23,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:13:23,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:13:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:13:23,501 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:23,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d71db7b2-32bb-4303-88a2-ded625d46d90 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:13:23,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-d71db7b2-32bb-4303-88a2-ded625d46d90 2018-10-04 03:13:23,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:23,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6a46a061-ee0d-499e-8645-2092ee559f41 Date: Thu, 04 Oct 2018 03:13:23 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:23,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=044d4bde-ca6e-4e07-a4fe-5d5556d16bfd used request id req-6a46a061-ee0d-499e-8645-2092ee559f41 2018-10-04 03:13:23,754 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-ed15a9d3-c462-44dc-b92e-d6c1755ef6e2-pub-net 2018-10-04 03:13:23,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/044d4bde-ca6e-4e07-a4fe-5d5556d16bfd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c76ca88ca7f76ff83cfe5f8288e1848fd5283fea" 2018-10-04 03:13:24,524 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84d6a383-0efe-46c8-a15a-4800b315ca09 Date: Thu, 04 Oct 2018 03:13:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:24,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/044d4bde-ca6e-4e07-a4fe-5d5556d16bfd used request id req-84d6a383-0efe-46c8-a15a-4800b315ca09 2018-10-04 03:13:24,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:24,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["wKWnNF2gTceUDa2bfilhAQ"], "issued_at": "2018-10-04T03:13:24.000000Z"}} 2018-10-04 03:13:24,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3abedba5462d120780fc5ef772144f26efa8bf75" 2018-10-04 03:13:24,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a73961ac-0a86-4524-8096-a2815a097fdd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:24,999 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a73961ac-0a86-4524-8096-a2815a097fdd 2018-10-04 03:13:25,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:25,385 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["dOISND_oRCihxFxXgIvFBA"], "issued_at": "2018-10-04T03:13:25.000000Z"}} 2018-10-04 03:13:25,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}79add3285eb1776e698f68957a06b8356033116a" 2018-10-04 03:13:25,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fb17ba3-6255-4927-98be-eac77f6927ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:25,480 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5fb17ba3-6255-4927-98be-eac77f6927ad 2018-10-04 03:13:25,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:25,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["l7xH3vtaR0iTvP7F2FucBg"], "issued_at": "2018-10-04T03:13:25.000000Z"}} 2018-10-04 03:13:25,861 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:25,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ee4e5f7-2f33-4fd5-91c0-6dcd6d714395 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:25,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0ee4e5f7-2f33-4fd5-91c0-6dcd6d714395 2018-10-04 03:13:25,944 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net 2018-10-04 03:13:25,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" -d '{"network": {"name": "NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net", "admin_state_up": true}}' 2018-10-04 03:13:26,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c5b5f053-bdd2-4f37-a9ac-7db4648ec788 Date: Thu, 04 Oct 2018 03:13: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":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:26Z","is_default":false,"provider:segmentation_id":61,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:26Z","mtu":1450}} 2018-10-04 03:13:26,452 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c5b5f053-bdd2-4f37-a9ac-7db4648ec788 2018-10-04 03:13:26,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:26,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-67988080-8a45-4892-906c-28769c53de14 Date: Thu, 04 Oct 2018 03:13:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:26Z","provider:segmentation_id":61,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:26Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:26,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 used request id req-67988080-8a45-4892-906c-28769c53de14 2018-10-04 03:13:26,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:26,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2bcf812c-80e6-4d67-8789-148d8a182a8a Date: Thu, 04 Oct 2018 03:13:26 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:26,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 used request id req-2bcf812c-80e6-4d67-8789-148d8a182a8a 2018-10-04 03:13:26,852 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet 2018-10-04 03:13:26,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" -d '{"subnets": [{"ip_version": 4, "network_id": "c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]}' 2018-10-04 03:13:27,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b24ef4ae-8932-4356-affd-0b26d5741c4f Date: Thu, 04 Oct 2018 03:13:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:27Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13: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":"3bd9fdb58042454785b75b915cc07acf","id":"252741ce-7e2f-4094-a099-3a190d4b73fe","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]} 2018-10-04 03:13:27,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b24ef4ae-8932-4356-affd-0b26d5741c4f 2018-10-04 03:13:27,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:27,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c10954d7-e94b-4236-9b2a-3df872aec245 Date: Thu, 04 Oct 2018 03:13:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["252741ce-7e2f-4094-a099-3a190d4b73fe"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:27Z","provider:segmentation_id":61,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:26Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:27,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 used request id req-c10954d7-e94b-4236-9b2a-3df872aec245 2018-10-04 03:13:27,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:28,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-de43bc14-ec47-4234-8c79-ed239b0c2c63 Date: Thu, 04 Oct 2018 03:13:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:27Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13: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":"3bd9fdb58042454785b75b915cc07acf","id":"252741ce-7e2f-4094-a099-3a190d4b73fe","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]} 2018-10-04 03:13:28,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 used request id req-de43bc14-ec47-4234-8c79-ed239b0c2c63 2018-10-04 03:13:28,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:28,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-4b1da17a-367f-494e-b792-654b37f4bc31 Date: Thu, 04 Oct 2018 03:13:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["252741ce-7e2f-4094-a099-3a190d4b73fe"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:27Z","provider:segmentation_id":61,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:26Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:28,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net used request id req-4b1da17a-367f-494e-b792-654b37f4bc31 2018-10-04 03:13:28,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:13:28,855 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:13:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:13:28,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:28,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-685fdfeb-726e-4bb8-b43b-1bd66316a1fd 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:13:28,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-685fdfeb-726e-4bb8-b43b-1bd66316a1fd 2018-10-04 03:13:28,964 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:29,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c2302a9a-93cd-40d5-a993-7907a00be977 Date: Thu, 04 Oct 2018 03:13:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:27Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13: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":"3bd9fdb58042454785b75b915cc07acf","id":"252741ce-7e2f-4094-a099-3a190d4b73fe","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]} 2018-10-04 03:13:29,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 used request id req-c2302a9a-93cd-40d5-a993-7907a00be977 2018-10-04 03:13:29,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65&name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:29,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0611a02c-2a7c-430c-8956-23299fae4822 Date: Thu, 04 Oct 2018 03:13:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:27Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13: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":"3bd9fdb58042454785b75b915cc07acf","id":"252741ce-7e2f-4094-a099-3a190d4b73fe","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]} 2018-10-04 03:13:29,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65&name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet used request id req-0611a02c-2a7c-430c-8956-23299fae4822 2018-10-04 03:13:29,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65&name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:29,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7821dbae-dc46-4979-9825-d16b05e093bc Date: Thu, 04 Oct 2018 03:13:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:27Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13: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":"3bd9fdb58042454785b75b915cc07acf","id":"252741ce-7e2f-4094-a099-3a190d4b73fe","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]} 2018-10-04 03:13:29,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65&name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet used request id req-7821dbae-dc46-4979-9825-d16b05e093bc 2018-10-04 03:13:29,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:29,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-57990cd5-9970-4a81-acb8-173e5c7d3e30 Date: Thu, 04 Oct 2018 03:13:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:27Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13: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":"3bd9fdb58042454785b75b915cc07acf","id":"252741ce-7e2f-4094-a099-3a190d4b73fe","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]} 2018-10-04 03:13:29,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 used request id req-57990cd5-9970-4a81-acb8-173e5c7d3e30 2018-10-04 03:13:29,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:29,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cad517b8-e970-4478-a0f5-8a93a694cb7d Date: Thu, 04 Oct 2018 03:13:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:27Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13: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":"3bd9fdb58042454785b75b915cc07acf","id":"252741ce-7e2f-4094-a099-3a190d4b73fe","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet"}]} 2018-10-04 03:13:29,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet used request id req-cad517b8-e970-4478-a0f5-8a93a694cb7d 2018-10-04 03:13:29,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:29,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-862517b5-6465-4650-8bc3-bf5761642ac5 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:13:29,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-862517b5-6465-4650-8bc3-bf5761642ac5 2018-10-04 03:13:29,787 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet 2018-10-04 03:13:29,787 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-subnet 2018-10-04 03:13:29,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/252741ce-7e2f-4094-a099-3a190d4b73fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:31,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-403f9b8b-cb0d-45fb-aa19-70695b04cd29 Date: Thu, 04 Oct 2018 03:13:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:31,922 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/252741ce-7e2f-4094-a099-3a190d4b73fe used request id req-403f9b8b-cb0d-45fb-aa19-70695b04cd29 2018-10-04 03:13:31,923 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d4ee17bd-4f43-457e-89b7-785bb1077d6c-pub-net 2018-10-04 03:13:31,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bc8fb92a5155be28439fef2a262f5da3ba370e51" 2018-10-04 03:13:33,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1498a330-2096-4825-ac0a-3fc0471b9b1a Date: Thu, 04 Oct 2018 03:13:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:33,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c44235c2-92d8-4d7a-8f07-e2b6c0d0dd65 used request id req-1498a330-2096-4825-ac0a-3fc0471b9b1a 2018-10-04 03:13:33,561 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:33,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["p9I5G2aOSuGRx6fmfDQ2zQ"], "issued_at": "2018-10-04T03:13:33.000000Z"}} 2018-10-04 03:13:33,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49436d3a40ebdc0753fff1efa25e40c91512ba2" 2018-10-04 03:13:34,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa189e8a-7b2b-4236-8896-92b03163897f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:34,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fa189e8a-7b2b-4236-8896-92b03163897f 2018-10-04 03:13:34,057 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-net 2018-10-04 03:13:34,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49436d3a40ebdc0753fff1efa25e40c91512ba2" -d '{"network": {"name": "NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-net", "admin_state_up": true}}' 2018-10-04 03:13:34,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-93a3ee26-36f9-46cd-a65d-c5a626c5fccb Date: Thu, 04 Oct 2018 03:13: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":"19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:34Z","is_default":false,"provider:segmentation_id":12,"name":"NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:34Z","mtu":1450}} 2018-10-04 03:13:34,548 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-93a3ee26-36f9-46cd-a65d-c5a626c5fccb 2018-10-04 03:13:34,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49436d3a40ebdc0753fff1efa25e40c91512ba2" 2018-10-04 03:13:34,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-efcaba10-a08c-4202-8545-bbdce96295a4 Date: Thu, 04 Oct 2018 03:13:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:34Z","provider:segmentation_id":12,"name":"NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:34Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:34,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e used request id req-efcaba10-a08c-4202-8545-bbdce96295a4 2018-10-04 03:13:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49436d3a40ebdc0753fff1efa25e40c91512ba2" 2018-10-04 03:13:35,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b52aea70-3269-4e87-b3c3-d4a811ac037a Date: Thu, 04 Oct 2018 03:13:35 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:35,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e used request id req-b52aea70-3269-4e87-b3c3-d4a811ac037a 2018-10-04 03:13:35,071 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-subnet 2018-10-04 03:13:35,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49436d3a40ebdc0753fff1efa25e40c91512ba2" -d '{"subnets": [{"ip_version": 4, "network_id": "19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e", "cidr": "", "name": "NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-subnet"}]}' 2018-10-04 03:13:35,088 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-703a0aa8-1cba-4d5b-a052-b34f34d89eb3 Date: Thu, 04 Oct 2018 03:13:35 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 03:13:35,088 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-703a0aa8-1cba-4d5b-a052-b34f34d89eb3 2018-10-04 03:13:35,089 - 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-04 03:13:35,089 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-subnet] for network [NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-net] 2018-10-04 03:13:35,089 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-876588d4-4b74-4325-a722-44db0edbe8c6-pub-net 2018-10-04 03:13:35,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b49436d3a40ebdc0753fff1efa25e40c91512ba2" 2018-10-04 03:13:36,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ab2ad87-e32b-40f4-9c1c-456031b8f1ca Date: Thu, 04 Oct 2018 03:13:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:36,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/19a8bc7d-7741-4fbe-b02c-ef3cab5bcd0e used request id req-2ab2ad87-e32b-40f4-9c1c-456031b8f1ca 2018-10-04 03:13:36,022 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:36,411 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["OUH8z1M8TFCNjn2sgEfJPQ"], "issued_at": "2018-10-04T03:13:36.000000Z"}} 2018-10-04 03:13:36,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:36,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d812cca-1b2e-4eaa-9bbe-bca9688a5f2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:36,425 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5d812cca-1b2e-4eaa-9bbe-bca9688a5f2a 2018-10-04 03:13:36,426 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net 2018-10-04 03:13:36,431 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" -d '{"network": {"name": "NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net", "admin_state_up": true}}' 2018-10-04 03:13:36,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f45064c5-244f-4e54-9071-53070bd15da5 Date: Thu, 04 Oct 2018 03:13: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":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:36Z","is_default":false,"provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:36Z","mtu":1450}} 2018-10-04 03:13:36,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f45064c5-244f-4e54-9071-53070bd15da5 2018-10-04 03:13:36,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:37,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-06ff69eb-8321-4d60-b85c-70d5f3c5a9ca Date: Thu, 04 Oct 2018 03:13:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:36Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:36Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:37,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a used request id req-06ff69eb-8321-4d60-b85c-70d5f3c5a9ca 2018-10-04 03:13:37,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:37,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-83e6b6c9-622a-43a9-b268-21219d04b032 Date: Thu, 04 Oct 2018 03:13:37 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:37,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a used request id req-83e6b6c9-622a-43a9-b268-21219d04b032 2018-10-04 03:13:37,334 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet 2018-10-04 03:13:37,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" -d '{"subnets": [{"ip_version": 4, "network_id": "9b03629b-6fe5-4ae5-81e7-7c1904afc23a", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet"}]}' 2018-10-04 03:13:38,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ceaaeb85-b4d5-41d7-ba69-e3351a5c66a7 Date: Thu, 04 Oct 2018 03:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:37Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:37Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d5f75fa6-3c9b-424c-aea4-880cafbcec56","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet"}]} 2018-10-04 03:13:38,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-ceaaeb85-b4d5-41d7-ba69-e3351a5c66a7 2018-10-04 03:13:38,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:38,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-61c200b3-6158-4bf2-af46-c1574663d542 Date: Thu, 04 Oct 2018 03:13:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["d5f75fa6-3c9b-424c-aea4-880cafbcec56"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:37Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:36Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:38,123 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a used request id req-61c200b3-6158-4bf2-af46-c1574663d542 2018-10-04 03:13:38,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:38,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-979d69cc-1bc0-4db2-a958-d95b092a48db Date: Thu, 04 Oct 2018 03:13:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:37Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d5f75fa6-3c9b-424c-aea4-880cafbcec56","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet"}]} 2018-10-04 03:13:38,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a used request id req-979d69cc-1bc0-4db2-a958-d95b092a48db 2018-10-04 03:13:38,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:38,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3bde8d22-0ca2-43a6-90c7-64acd3156035 Date: Thu, 04 Oct 2018 03:13:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["d5f75fa6-3c9b-424c-aea4-880cafbcec56"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:37Z","provider:segmentation_id":83,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:36Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:38,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net used request id req-3bde8d22-0ca2-43a6-90c7-64acd3156035 2018-10-04 03:13:38,735 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:13:38,741 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:13: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:13:38,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:38,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a81036-cdc7-460d-8439-9f844d03128d 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:13:38,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-a2a81036-cdc7-460d-8439-9f844d03128d 2018-10-04 03:13:38,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:39,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5a6326c7-ee17-4216-af20-33755d58f01a Date: Thu, 04 Oct 2018 03:13:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:37Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d5f75fa6-3c9b-424c-aea4-880cafbcec56","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet"}]} 2018-10-04 03:13:39,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a used request id req-5a6326c7-ee17-4216-af20-33755d58f01a 2018-10-04 03:13:39,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a&name=NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:39,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8b328cfe-8255-4b7a-a65d-9b7638d3d088 Date: Thu, 04 Oct 2018 03:13:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:37Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d5f75fa6-3c9b-424c-aea4-880cafbcec56","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet"}]} 2018-10-04 03:13:39,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a&name=NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet used request id req-8b328cfe-8255-4b7a-a65d-9b7638d3d088 2018-10-04 03:13:39,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a&name=NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:39,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-087d733f-fd66-408c-945f-973f5d75e4d9 Date: Thu, 04 Oct 2018 03:13:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:37Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d5f75fa6-3c9b-424c-aea4-880cafbcec56","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet"}]} 2018-10-04 03:13:39,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a&name=NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet used request id req-087d733f-fd66-408c-945f-973f5d75e4d9 2018-10-04 03:13:39,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:39,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-55c85726-1be8-4503-99f9-c618cd308f0b Date: Thu, 04 Oct 2018 03:13:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9b03629b-6fe5-4ae5-81e7-7c1904afc23a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:37Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d5f75fa6-3c9b-424c-aea4-880cafbcec56","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet"}]} 2018-10-04 03:13:39,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9b03629b-6fe5-4ae5-81e7-7c1904afc23a used request id req-55c85726-1be8-4503-99f9-c618cd308f0b 2018-10-04 03:13:39,664 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet 2018-10-04 03:13:39,664 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-subnet 2018-10-04 03:13:39,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/d5f75fa6-3c9b-424c-aea4-880cafbcec56 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:42,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc0af9f1-6e84-4902-b7fd-eced6fd64a6a Date: Thu, 04 Oct 2018 03:13:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:42,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d5f75fa6-3c9b-424c-aea4-880cafbcec56 used request id req-cc0af9f1-6e84-4902-b7fd-eced6fd64a6a 2018-10-04 03:13:42,075 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-b5acfb3e-8b53-48af-ac89-306a1191697f-pub-net 2018-10-04 03:13:42,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/9b03629b-6fe5-4ae5-81e7-7c1904afc23a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}820251416224e70aa15c05262efc3f2b691de7e7" 2018-10-04 03:13:43,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d9c49275-85d1-4717-8088-b3e83ff9bb20 Date: Thu, 04 Oct 2018 03:13:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:43,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9b03629b-6fe5-4ae5-81e7-7c1904afc23a used request id req-d9c49275-85d1-4717-8088-b3e83ff9bb20 2018-10-04 03:13:43,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:44,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["FR7TkgTyTNGe1pa-tTi-4Q"], "issued_at": "2018-10-04T03:13:44.000000Z"}} 2018-10-04 03:13:44,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130de688a9367ac9522c93c326bd180dcb8a4bb2" 2018-10-04 03:13:44,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-162d1629-ab65-4bda-8428-c61aa22bbea3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:44,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-162d1629-ab65-4bda-8428-c61aa22bbea3 2018-10-04 03:13:44,116 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-net 2018-10-04 03:13:44,122 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130de688a9367ac9522c93c326bd180dcb8a4bb2" -d '{"network": {"name": "NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-net", "admin_state_up": true}}' 2018-10-04 03:13:44,500 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-738fdebc-1580-4264-822f-9b3beacbadcb Date: Thu, 04 Oct 2018 03:13:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cb114368-4247-43be-a17b-f8f99177ab9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:44Z","is_default":false,"provider:segmentation_id":2,"name":"NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:44Z","mtu":1450}} 2018-10-04 03:13:44,500 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-738fdebc-1580-4264-822f-9b3beacbadcb 2018-10-04 03:13:44,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=cb114368-4247-43be-a17b-f8f99177ab9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130de688a9367ac9522c93c326bd180dcb8a4bb2" 2018-10-04 03:13:44,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-688a62aa-777b-4e01-b9a6-e853721c0df7 Date: Thu, 04 Oct 2018 03:13:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cb114368-4247-43be-a17b-f8f99177ab9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:44Z","provider:segmentation_id":2,"name":"NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:44Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:44,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=cb114368-4247-43be-a17b-f8f99177ab9c used request id req-688a62aa-777b-4e01-b9a6-e853721c0df7 2018-10-04 03:13:44,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=cb114368-4247-43be-a17b-f8f99177ab9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130de688a9367ac9522c93c326bd180dcb8a4bb2" 2018-10-04 03:13:44,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f071def5-665e-4028-902e-5d5f6de6fd18 Date: Thu, 04 Oct 2018 03:13:44 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:44,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=cb114368-4247-43be-a17b-f8f99177ab9c used request id req-f071def5-665e-4028-902e-5d5f6de6fd18 2018-10-04 03:13:44,914 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-subnet 2018-10-04 03:13:44,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130de688a9367ac9522c93c326bd180dcb8a4bb2" -d '{"subnets": [{"ip_version": 4, "network_id": "cb114368-4247-43be-a17b-f8f99177ab9c", "cidr": null, "name": "NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-subnet"}]}' 2018-10-04 03:13:44,991 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-178150c4-0930-4e24-a6c9-8488c2e9d43e Date: Thu, 04 Oct 2018 03:13:44 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-10-04 03:13:44,991 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-178150c4-0930-4e24-a6c9-8488c2e9d43e 2018-10-04 03:13:44,991 - 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-04 03:13:44,992 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-subnet] for network [NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-net] 2018-10-04 03:13:44,992 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d9b46b4b-3817-4d1a-b982-3aa562e781aa-pub-net 2018-10-04 03:13:44,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/cb114368-4247-43be-a17b-f8f99177ab9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}130de688a9367ac9522c93c326bd180dcb8a4bb2" 2018-10-04 03:13:45,869 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4af76418-ebae-4780-a802-5305979b5197 Date: Thu, 04 Oct 2018 03:13:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:45,869 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/cb114368-4247-43be-a17b-f8f99177ab9c used request id req-4af76418-ebae-4780-a802-5305979b5197 2018-10-04 03:13:45,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:46,260 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["7ZdwhJSKTKGu68VcvaqDfA"], "issued_at": "2018-10-04T03:13:46.000000Z"}} 2018-10-04 03:13:46,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:46,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6171365-b87b-4c74-a39c-ecc4eb7a83eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:46,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a6171365-b87b-4c74-a39c-ecc4eb7a83eb 2018-10-04 03:13:46,277 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net 2018-10-04 03:13:46,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" -d '{"network": {"name": "NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net", "admin_state_up": true}}' 2018-10-04 03:13:46,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-cd31453e-18cd-47e1-854c-3efc9d9a9998 Date: Thu, 04 Oct 2018 03:13: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":"9c22933c-2be5-4002-a4f0-953b73e1e9b5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:46Z","is_default":false,"provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:46Z","mtu":1450}} 2018-10-04 03:13:46,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-cd31453e-18cd-47e1-854c-3efc9d9a9998 2018-10-04 03:13:46,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:46,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-fc5a2a4e-e233-4d4e-b577-19fe7f9d65bd Date: Thu, 04 Oct 2018 03:13:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9c22933c-2be5-4002-a4f0-953b73e1e9b5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:46Z","provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:46Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:46,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 used request id req-fc5a2a4e-e233-4d4e-b577-19fe7f9d65bd 2018-10-04 03:13:46,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:47,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4e4b8717-7685-40c4-bc6e-5cd019138aaa Date: Thu, 04 Oct 2018 03:13:47 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:47,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 used request id req-4e4b8717-7685-40c4-bc6e-5cd019138aaa 2018-10-04 03:13:47,167 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-subnet 2018-10-04 03:13:47,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" -d '{"subnets": [{"ip_version": 4, "network_id": "9c22933c-2be5-4002-a4f0-953b73e1e9b5", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-subnet"}]}' 2018-10-04 03:13:47,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a8a5e0bf-fa3b-4d07-916f-f90b0d879eb7 Date: Thu, 04 Oct 2018 03:13:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c22933c-2be5-4002-a4f0-953b73e1e9b5","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:47Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:47Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"132fa31a-13da-4ae1-a115-3c8a4b4c2748","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-subnet"}]} 2018-10-04 03:13:47,752 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-a8a5e0bf-fa3b-4d07-916f-f90b0d879eb7 2018-10-04 03:13:47,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:48,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3bfc65d1-f0ee-432f-97be-c1b8d99b3ebe Date: Thu, 04 Oct 2018 03:13:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c22933c-2be5-4002-a4f0-953b73e1e9b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["132fa31a-13da-4ae1-a115-3c8a4b4c2748"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:47Z","provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:46Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:48,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 used request id req-3bfc65d1-f0ee-432f-97be-c1b8d99b3ebe 2018-10-04 03:13:48,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:48,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-131b415c-bb04-4eaa-a81f-e731706d0a6c Date: Thu, 04 Oct 2018 03:13:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c22933c-2be5-4002-a4f0-953b73e1e9b5","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:47Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:47Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"132fa31a-13da-4ae1-a115-3c8a4b4c2748","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-subnet"}]} 2018-10-04 03:13:48,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 used request id req-131b415c-bb04-4eaa-a81f-e731706d0a6c 2018-10-04 03:13:48,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:49,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b2bd2f98-1cfc-4df9-859b-ece2d294fcf8 Date: Thu, 04 Oct 2018 03:13:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9c22933c-2be5-4002-a4f0-953b73e1e9b5","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["132fa31a-13da-4ae1-a115-3c8a4b4c2748"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:47Z","provider:segmentation_id":66,"name":"NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:46Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:49,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net used request id req-b2bd2f98-1cfc-4df9-859b-ece2d294fcf8 2018-10-04 03:13:49,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:13:49,326 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:13: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:13:49,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:49,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e91d35e-f313-4d92-98ef-8edf83e3f684 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:13:49,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-1e91d35e-f313-4d92-98ef-8edf83e3f684 2018-10-04 03:13:49,425 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:49,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-91a8d4f6-7ddc-48db-9863-7ba081977e21 Date: Thu, 04 Oct 2018 03:13:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9c22933c-2be5-4002-a4f0-953b73e1e9b5","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:47Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:47Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"132fa31a-13da-4ae1-a115-3c8a4b4c2748","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-subnet"}]} 2018-10-04 03:13:49,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9c22933c-2be5-4002-a4f0-953b73e1e9b5 used request id req-91a8d4f6-7ddc-48db-9863-7ba081977e21 2018-10-04 03:13:49,670 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-subnet 2018-10-04 03:13:49,670 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-subnet 2018-10-04 03:13:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/132fa31a-13da-4ae1-a115-3c8a4b4c2748 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:51,966 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-07e07cf7-4156-41c9-bd96-995de9872a7e Date: Thu, 04 Oct 2018 03:13:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:51,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/132fa31a-13da-4ae1-a115-3c8a4b4c2748 used request id req-07e07cf7-4156-41c9-bd96-995de9872a7e 2018-10-04 03:13:51,966 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-353276f1-3371-45d5-845b-ed4b646c8196-pub-net 2018-10-04 03:13:51,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/9c22933c-2be5-4002-a4f0-953b73e1e9b5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0345149c34c661f7170acf63c5917b8c198ee41c" 2018-10-04 03:13:53,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e2f33bd-fbcc-49c0-a9c7-9c760fba9003 Date: Thu, 04 Oct 2018 03:13:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:13:53,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9c22933c-2be5-4002-a4f0-953b73e1e9b5 used request id req-9e2f33bd-fbcc-49c0-a9c7-9c760fba9003 2018-10-04 03:13:53,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:53,767 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["N8bCWfggTMiOiLKn46TdGw"], "issued_at": "2018-10-04T03:13:53.000000Z"}} 2018-10-04 03:13:53,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:53,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c5ab0ad-1ea5-4874-a9fa-937abf960a8c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:53,845 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c5ab0ad-1ea5-4874-a9fa-937abf960a8c 2018-10-04 03:13:53,846 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net 2018-10-04 03:13:53,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" -d '{"network": {"name": "NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net", "admin_state_up": true}}' 2018-10-04 03:13:54,422 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-03c5bc53-e492-4951-be21-748b2ee9d24a Date: Thu, 04 Oct 2018 03:13:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:54Z","is_default":false,"provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:54Z","mtu":1450}} 2018-10-04 03:13:54,422 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-03c5bc53-e492-4951-be21-748b2ee9d24a 2018-10-04 03:13:54,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6bb6f93a-e5fb-44f9-bae1-b940205204be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:55,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-78ec4090-d61f-484d-b165-64fdff8fc6ca Date: Thu, 04 Oct 2018 03:13:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:13:54Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:54Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:55,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6bb6f93a-e5fb-44f9-bae1-b940205204be used request id req-78ec4090-d61f-484d-b165-64fdff8fc6ca 2018-10-04 03:13:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:55,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ead0f306-e165-42f6-8a37-f3444ea6aed4 Date: Thu, 04 Oct 2018 03:13:55 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:13:55,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be used request id req-ead0f306-e165-42f6-8a37-f3444ea6aed4 2018-10-04 03:13:55,523 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet 2018-10-04 03:13:55,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" -d '{"subnets": [{"ip_version": 4, "network_id": "6bb6f93a-e5fb-44f9-bae1-b940205204be", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet"}]}' 2018-10-04 03:13:56,140 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-33d12d01-a13e-4bd0-948e-92b53e1e2595 Date: Thu, 04 Oct 2018 03:13:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:55Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d14a3348-c839-4f9e-9946-94c376af5307","subnetpool_id":null,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet"}]} 2018-10-04 03:13:56,141 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-33d12d01-a13e-4bd0-948e-92b53e1e2595 2018-10-04 03:13:56,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6bb6f93a-e5fb-44f9-bae1-b940205204be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:56,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b6835acc-744c-4817-9360-c07c8f66b7c6 Date: Thu, 04 Oct 2018 03:13:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["d14a3348-c839-4f9e-9946-94c376af5307"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:55Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:54Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:56,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6bb6f93a-e5fb-44f9-bae1-b940205204be used request id req-b6835acc-744c-4817-9360-c07c8f66b7c6 2018-10-04 03:13:56,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:56,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bb43f801-d42a-4c89-87cd-077ab4019dc2 Date: Thu, 04 Oct 2018 03:13:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d14a3348-c839-4f9e-9946-94c376af5307","subnetpool_id":null,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet"}]} 2018-10-04 03:13:56,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be used request id req-bb43f801-d42a-4c89-87cd-077ab4019dc2 2018-10-04 03:13:56,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:56,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b4855287-7926-40c2-9cce-f26579d8406a Date: Thu, 04 Oct 2018 03:13:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["d14a3348-c839-4f9e-9946-94c376af5307"],"description":"","tags":[],"updated_at":"2018-10-04T03:13:55Z","provider:segmentation_id":81,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:54Z","provider:network_type":"vxlan"}]} 2018-10-04 03:13:56,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net used request id req-b4855287-7926-40c2-9cce-f26579d8406a 2018-10-04 03:13:56,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:13:56,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:13:56 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:13:56,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:56,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f29cd80-95c2-4ef3-a0bc-7b3ebbac0504 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:13:56,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-3f29cd80-95c2-4ef3-a0bc-7b3ebbac0504 2018-10-04 03:13:56,935 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:57,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31c82c31-55a5-4bd8-b8af-620e934f3f61 Date: Thu, 04 Oct 2018 03:13:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d14a3348-c839-4f9e-9946-94c376af5307","subnetpool_id":null,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet"}]} 2018-10-04 03:13:57,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be used request id req-31c82c31-55a5-4bd8-b8af-620e934f3f61 2018-10-04 03:13:57,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be&name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:57,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-63f0535c-268c-4db6-addc-839194cb3269 Date: Thu, 04 Oct 2018 03:13:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6bb6f93a-e5fb-44f9-bae1-b940205204be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:13:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:13:55Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"d14a3348-c839-4f9e-9946-94c376af5307","subnetpool_id":null,"name":"NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet"}]} 2018-10-04 03:13:57,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6bb6f93a-e5fb-44f9-bae1-b940205204be&name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet used request id req-63f0535c-268c-4db6-addc-839194cb3269 2018-10-04 03:13:57,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:13:57,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:13:57,594 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:13:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["w8e7-etjS-WJ_lsmvWyr4g"], "issued_at": "2018-10-04T03:13:57.000000Z"}} 2018-10-04 03:13:57,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b6175b17c352cc2159912c1210acea658bf4038" 2018-10-04 03:13:57,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:13:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46c33381-0a87-4a07-96bb-0ddb0ca1e95b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:13:57,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-46c33381-0a87-4a07-96bb-0ddb0ca1e95b 2018-10-04 03:13:57,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:58,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cb8f7254-fbac-4d8c-a481-8bf4634efb3c Date: Thu, 04 Oct 2018 03:13:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:13:58,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-cb8f7254-fbac-4d8c-a481-8bf4634efb3c 2018-10-04 03:13:58,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:13:58,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4caefc86-7bda-4003-bbf8-c2c5a7e60285 Date: Thu, 04 Oct 2018 03:13:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:13:58,819 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-4caefc86-7bda-4003-bbf8-c2c5a7e60285 2018-10-04 03:13:58,820 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router 2018-10-04 03:13:58,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router", "admin_state_up": true}}' 2018-10-04 03:14:00,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-cc147cad-eaf8-4f68-89ca-2df32877852d Date: Thu, 04 Oct 2018 03:14:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:13:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b571929c-65a6-451d-95b5-0f8c4f89415a", "name": "NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router"}} 2018-10-04 03:14:00,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-cc147cad-eaf8-4f68-89ca-2df32877852d 2018-10-04 03:14:00,071 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b571929c-65a6-451d-95b5-0f8c4f89415a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:00,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-31088acb-6e51-4588-9ac8-9e2fe7d9b005 Date: Thu, 04 Oct 2018 03:14:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:13:59Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.207"}],"id":"0d6d620b-2441-47da-b1ce-39d906519c73","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:57:12:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b571929c-65a6-451d-95b5-0f8c4f89415a","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:13:59Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:00,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b571929c-65a6-451d-95b5-0f8c4f89415a used request id req-31088acb-6e51-4588-9ac8-9e2fe7d9b005 2018-10-04 03:14:00,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:00,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-cfface60-224d-4429-b912-016b74a3539f Date: Thu, 04 Oct 2018 03:14:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:14:00,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-cfface60-224d-4429-b912-016b74a3539f 2018-10-04 03:14:00,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:00,248 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-abd0b590-36bf-4544-87a5-d21aba937e73 Date: Thu, 04 Oct 2018 03:14:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:13:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b571929c-65a6-451d-95b5-0f8c4f89415a", "name": "NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router"}]} 2018-10-04 03:14:00,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router used request id req-abd0b590-36bf-4544-87a5-d21aba937e73 2018-10-04 03:14:00,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:00,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1a55240-465e-4464-8497-a419151d556c 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:00,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e1a55240-465e-4464-8497-a419151d556c 2018-10-04 03:14:00,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b571929c-65a6-451d-95b5-0f8c4f89415a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:00,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-0fa64455-a31a-4e21-a1b9-c2e82b951788 Date: Thu, 04 Oct 2018 03:14:00 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:13:59Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.207"}],"id":"0d6d620b-2441-47da-b1ce-39d906519c73","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:57:12:b7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b571929c-65a6-451d-95b5-0f8c4f89415a","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:13:59Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:00,389 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b571929c-65a6-451d-95b5-0f8c4f89415a used request id req-0fa64455-a31a-4e21-a1b9-c2e82b951788 2018-10-04 03:14:00,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:00,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-0d24b1f3-59de-444f-9724-0a9968457e41 Date: Thu, 04 Oct 2018 03:14:00 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:14:00,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-0d24b1f3-59de-444f-9724-0a9968457e41 2018-10-04 03:14:00,586 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router 2018-10-04 03:14:00,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/b571929c-65a6-451d-95b5-0f8c4f89415a/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" -d '{"subnet_id": "d14a3348-c839-4f9e-9946-94c376af5307"}' 2018-10-04 03:14:02,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-12acc36c-fea0-4d98-b7cd-daa643effc5f Date: Thu, 04 Oct 2018 03:14:02 GMT RESP BODY: {"network_id": "6bb6f93a-e5fb-44f9-bae1-b940205204be", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "subnet_id": "d14a3348-c839-4f9e-9946-94c376af5307", "subnet_ids": ["d14a3348-c839-4f9e-9946-94c376af5307"], "port_id": "7065f0a6-8cdb-4d7c-85fe-d1f725bd02a9", "id": "b571929c-65a6-451d-95b5-0f8c4f89415a"} 2018-10-04 03:14:02,425 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b571929c-65a6-451d-95b5-0f8c4f89415a/add_router_interface used request id req-12acc36c-fea0-4d98-b7cd-daa643effc5f 2018-10-04 03:14:02,425 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router 2018-10-04 03:14:02,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/b571929c-65a6-451d-95b5-0f8c4f89415a/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" -d '{"subnet_id": "d14a3348-c839-4f9e-9946-94c376af5307"}' 2018-10-04 03:14:03,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f7428de2-6d7f-4c56-855e-a79df5f09eb5 Date: Thu, 04 Oct 2018 03:14:03 GMT RESP BODY: {"network_id": "6bb6f93a-e5fb-44f9-bae1-b940205204be", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "subnet_id": "d14a3348-c839-4f9e-9946-94c376af5307", "subnet_ids": ["d14a3348-c839-4f9e-9946-94c376af5307"], "port_id": "7065f0a6-8cdb-4d7c-85fe-d1f725bd02a9", "id": "b571929c-65a6-451d-95b5-0f8c4f89415a"} 2018-10-04 03:14:03,634 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b571929c-65a6-451d-95b5-0f8c4f89415a/remove_router_interface used request id req-f7428de2-6d7f-4c56-855e-a79df5f09eb5 2018-10-04 03:14:03,635 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router 2018-10-04 03:14:03,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/b571929c-65a6-451d-95b5-0f8c4f89415a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:04,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6603661a-a3ff-4914-8211-c8e0927f37fa Content-Length: 0 Date: Thu, 04 Oct 2018 03:14:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:04,908 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b571929c-65a6-451d-95b5-0f8c4f89415a used request id req-6603661a-a3ff-4914-8211-c8e0927f37fa 2018-10-04 03:14:04,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:04,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e6ca45c3-b15e-41ff-9bd5-8f0b95f9c613 Date: Thu, 04 Oct 2018 03:14:04 GMT RESP BODY: {"routers": []} 2018-10-04 03:14:04,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-router used request id req-e6ca45c3-b15e-41ff-9bd5-8f0b95f9c613 2018-10-04 03:14:04,975 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet 2018-10-04 03:14:04,975 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-subnet 2018-10-04 03:14:04,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/d14a3348-c839-4f9e-9946-94c376af5307 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:07,350 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95bf7ca5-686c-4db5-be84-e342a6deaf49 Date: Thu, 04 Oct 2018 03:14:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:07,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/d14a3348-c839-4f9e-9946-94c376af5307 used request id req-95bf7ca5-686c-4db5-be84-e342a6deaf49 2018-10-04 03:14:07,350 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-26361444-adc7-4396-b2e6-41eaea37d37b-pub-net 2018-10-04 03:14:07,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/6bb6f93a-e5fb-44f9-bae1-b940205204be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a44679bb4f6d0616769f304da9d52383fee28c98" 2018-10-04 03:14:08,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ed80b3e-63b5-4cad-b831-a94b2012acf6 Date: Thu, 04 Oct 2018 03:14:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:08,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6bb6f93a-e5fb-44f9-bae1-b940205204be used request id req-9ed80b3e-63b5-4cad-b831-a94b2012acf6 2018-10-04 03:14:08,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:09,224 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["thHAqqTFR66_yyF-SFhuwQ"], "issued_at": "2018-10-04T03:14:09.000000Z"}} 2018-10-04 03:14:09,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:09,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d7ef29c-4c12-4d9f-b3f6-91b74007f4fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:09,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3d7ef29c-4c12-4d9f-b3f6-91b74007f4fc 2018-10-04 03:14:09,306 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net 2018-10-04 03:14:09,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" -d '{"network": {"name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net", "admin_state_up": true}}' 2018-10-04 03:14:09,860 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-99adebc0-07bf-4b2e-8e46-0094728c35f3 Date: Thu, 04 Oct 2018 03:14:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7a88a839-1306-4293-a522-bcd1a653a53e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:09Z","is_default":false,"provider:segmentation_id":69,"name":"NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:09Z","mtu":1450}} 2018-10-04 03:14:09,860 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-99adebc0-07bf-4b2e-8e46-0094728c35f3 2018-10-04 03:14:09,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7a88a839-1306-4293-a522-bcd1a653a53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:10,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-b5e95313-8024-4ccd-abf8-544f262dbbae Date: Thu, 04 Oct 2018 03:14:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7a88a839-1306-4293-a522-bcd1a653a53e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:09Z","provider:segmentation_id":69,"name":"NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:09Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:10,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7a88a839-1306-4293-a522-bcd1a653a53e used request id req-b5e95313-8024-4ccd-abf8-544f262dbbae 2018-10-04 03:14:10,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7a88a839-1306-4293-a522-bcd1a653a53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:10,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-710a016f-e82f-48e4-865e-a576498ea39c Date: Thu, 04 Oct 2018 03:14:10 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:14:10,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7a88a839-1306-4293-a522-bcd1a653a53e used request id req-710a016f-e82f-48e4-865e-a576498ea39c 2018-10-04 03:14:10,274 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet 2018-10-04 03:14:10,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" -d '{"subnets": [{"ip_version": 4, "network_id": "7a88a839-1306-4293-a522-bcd1a653a53e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet"}]}' 2018-10-04 03:14:10,847 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3719dfac-9062-4dd3-83a2-ebeb0e640cf8 Date: Thu, 04 Oct 2018 03:14:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a88a839-1306-4293-a522-bcd1a653a53e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:10Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"70e2b33b-a7bf-49cd-87eb-001ed3970413","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet"}]} 2018-10-04 03:14:10,847 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3719dfac-9062-4dd3-83a2-ebeb0e640cf8 2018-10-04 03:14:10,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=7a88a839-1306-4293-a522-bcd1a653a53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:11,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9de82948-566c-417b-9c43-86921a8a50bd Date: Thu, 04 Oct 2018 03:14:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7a88a839-1306-4293-a522-bcd1a653a53e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["70e2b33b-a7bf-49cd-87eb-001ed3970413"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:10Z","provider:segmentation_id":69,"name":"NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:09Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:11,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=7a88a839-1306-4293-a522-bcd1a653a53e used request id req-9de82948-566c-417b-9c43-86921a8a50bd 2018-10-04 03:14:11,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7a88a839-1306-4293-a522-bcd1a653a53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:11,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bd5e110e-53f7-4f9a-b598-7d0c7701cc7b Date: Thu, 04 Oct 2018 03:14:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a88a839-1306-4293-a522-bcd1a653a53e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:10Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"70e2b33b-a7bf-49cd-87eb-001ed3970413","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet"}]} 2018-10-04 03:14:11,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7a88a839-1306-4293-a522-bcd1a653a53e used request id req-bd5e110e-53f7-4f9a-b598-7d0c7701cc7b 2018-10-04 03:14:11,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:11,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-32beb781-2d60-4163-ad83-9b5f0d8de632 Date: Thu, 04 Oct 2018 03:14:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7a88a839-1306-4293-a522-bcd1a653a53e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["70e2b33b-a7bf-49cd-87eb-001ed3970413"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:10Z","provider:segmentation_id":69,"name":"NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:09Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:11,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net used request id req-32beb781-2d60-4163-ad83-9b5f0d8de632 2018-10-04 03:14:11,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:14:11,613 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:14:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:14:11,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:11,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed3f9947-03d4-4ff8-979f-26ad60c620ad 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:11,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-ed3f9947-03d4-4ff8-979f-26ad60c620ad 2018-10-04 03:14:11,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=7a88a839-1306-4293-a522-bcd1a653a53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:11,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a6bc7709-2e3c-4edd-84c1-5c69f212a651 Date: Thu, 04 Oct 2018 03:14:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7a88a839-1306-4293-a522-bcd1a653a53e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:10Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"70e2b33b-a7bf-49cd-87eb-001ed3970413","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet"}]} 2018-10-04 03:14:11,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=7a88a839-1306-4293-a522-bcd1a653a53e used request id req-a6bc7709-2e3c-4edd-84c1-5c69f212a651 2018-10-04 03:14:11,682 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:14:11,683 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:12,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["g9HHwr4TTIip_B1B5SgfOA"], "issued_at": "2018-10-04T03:14:12.000000Z"}} 2018-10-04 03:14:12,065 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1dd8f440fdc5234b51ead89323d6f2ae91b4b739" 2018-10-04 03:14:12,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7caa3532-b11d-4fff-95c0-3d8f093b05b2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:12,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7caa3532-b11d-4fff-95c0-3d8f093b05b2 2018-10-04 03:14:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:12,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fdb31eab-b070-4058-8a50-7a780acf8c73 Date: Thu, 04 Oct 2018 03:14:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:14:12,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-fdb31eab-b070-4058-8a50-7a780acf8c73 2018-10-04 03:14:12,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:12,631 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0c539e36-9d35-4791-94b0-8c223a6bedb3 Date: Thu, 04 Oct 2018 03:14:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:14:12,631 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-0c539e36-9d35-4791-94b0-8c223a6bedb3 2018-10-04 03:14:12,632 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router 2018-10-04 03:14:12,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router", "admin_state_up": true}}' 2018-10-04 03:14:19,042 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-658d828d-d353-4dd3-96b4-dca9613a5988 Date: Thu, 04 Oct 2018 03:14:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:18Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "7e5a513a-194c-490b-8cd0-3d9b056c6a5d", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}} 2018-10-04 03:14:19,043 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-658d828d-d353-4dd3-96b4-dca9613a5988 2018-10-04 03:14:19,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=7e5a513a-194c-490b-8cd0-3d9b056c6a5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:19,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-06b8f39c-78ed-466f-9248-b7500d572618 Date: Thu, 04 Oct 2018 03:14:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:18Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.208"}],"id":"cb63d9d5-8878-47e6-a5e6-991d48ef0f13","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:b9:ea","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7e5a513a-194c-490b-8cd0-3d9b056c6a5d","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:18Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:19,309 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=7e5a513a-194c-490b-8cd0-3d9b056c6a5d used request id req-06b8f39c-78ed-466f-9248-b7500d572618 2018-10-04 03:14:19,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:19,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-80e36c7d-aaf4-4b6c-8f38-276ddf39c0ed Date: Thu, 04 Oct 2018 03:14:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:14:19,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-80e36c7d-aaf4-4b6c-8f38-276ddf39c0ed 2018-10-04 03:14:19,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:19,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3263 X-Openstack-Request-Id: req-27eabac2-5c12-47ec-b8cd-9091c97bfd6f Date: Thu, 04 Oct 2018 03:14:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:17Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "350cb31a-d179-4bd3-83ec-51b8218e5f8f", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:14Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "3ffd5924-d57a-443a-9f49-8263d109fd21", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:18Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:18Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "7e5a513a-194c-490b-8cd0-3d9b056c6a5d", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:15Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "c1fde3d7-b62e-4379-bcb3-c65c00bf0394", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:13Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e5e98ad3-7bb1-4347-80d3-46f40a21bf83", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}]} 2018-10-04 03:14:19,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router used request id req-27eabac2-5c12-47ec-b8cd-9091c97bfd6f 2018-10-04 03:14:19,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:19,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01c2983d-c5d8-47f0-b434-2ea8485cb8ca 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:19,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-01c2983d-c5d8-47f0-b434-2ea8485cb8ca 2018-10-04 03:14:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=350cb31a-d179-4bd3-83ec-51b8218e5f8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:20,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a183c59a-12dc-4b73-9160-90c6d6718ed6 Date: Thu, 04 Oct 2018 03:14:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.203"}],"id":"dfbf76a4-dbf6-4200-be54-5fd621791d6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:5e:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"350cb31a-d179-4bd3-83ec-51b8218e5f8f","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:16Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:20,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=350cb31a-d179-4bd3-83ec-51b8218e5f8f used request id req-a183c59a-12dc-4b73-9160-90c6d6718ed6 2018-10-04 03:14:20,155 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:20,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e24cd19d-a410-4132-bd8a-326630e596b1 Date: Thu, 04 Oct 2018 03:14:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:14:20,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-e24cd19d-a410-4132-bd8a-326630e596b1 2018-10-04 03:14:20,349 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet 2018-10-04 03:14:20,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/70e2b33b-a7bf-49cd-87eb-001ed3970413 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:22,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6aa4a51b-6892-4429-ac8c-13901e52b200 Date: Thu, 04 Oct 2018 03:14:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:22,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/70e2b33b-a7bf-49cd-87eb-001ed3970413 used request id req-6aa4a51b-6892-4429-ac8c-13901e52b200 2018-10-04 03:14:22,434 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router 2018-10-04 03:14:22,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/7e5a513a-194c-490b-8cd0-3d9b056c6a5d/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" -d '{"subnet_id": "70e2b33b-a7bf-49cd-87eb-001ed3970413"}' 2018-10-04 03:14:22,784 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-0a3edfa3-17c0-40e6-99de-669b1360fdae Date: Thu, 04 Oct 2018 03:14:22 GMT RESP BODY: {"NeutronError": {"message": "Subnet 70e2b33b-a7bf-49cd-87eb-001ed3970413 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 03:14:22,784 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/7e5a513a-194c-490b-8cd0-3d9b056c6a5d/add_router_interface used request id req-0a3edfa3-17c0-40e6-99de-669b1360fdae 2018-10-04 03:14:22,784 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 70e2b33b-a7bf-49cd-87eb-001ed3970413 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 03:14:22,785 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router 2018-10-04 03:14:22,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/7e5a513a-194c-490b-8cd0-3d9b056c6a5d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:23,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dcee7594-ab52-4b83-9a57-7ae556b0955a Content-Length: 0 Date: Thu, 04 Oct 2018 03:14:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:23,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/7e5a513a-194c-490b-8cd0-3d9b056c6a5d used request id req-dcee7594-ab52-4b83-9a57-7ae556b0955a 2018-10-04 03:14:23,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:23,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2613 X-Openstack-Request-Id: req-dd05405a-52d2-4714-89d0-1d8ed657a892 Date: Thu, 04 Oct 2018 03:14:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:17Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "350cb31a-d179-4bd3-83ec-51b8218e5f8f", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:14Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "3ffd5924-d57a-443a-9f49-8263d109fd21", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:15Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "c1fde3d7-b62e-4379-bcb3-c65c00bf0394", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:13Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e5e98ad3-7bb1-4347-80d3-46f40a21bf83", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}]} 2018-10-04 03:14:23,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router used request id req-dd05405a-52d2-4714-89d0-1d8ed657a892 2018-10-04 03:14:23,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:24,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf0effab-fd63-4653-a1f5-89a59ef02c8a 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:24,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-cf0effab-fd63-4653-a1f5-89a59ef02c8a 2018-10-04 03:14:24,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=350cb31a-d179-4bd3-83ec-51b8218e5f8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:24,121 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-ee263fbb-3c7a-42f9-9d27-e89c6a812856 Date: Thu, 04 Oct 2018 03:14:24 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.203"}],"id":"dfbf76a4-dbf6-4200-be54-5fd621791d6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:5e:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"350cb31a-d179-4bd3-83ec-51b8218e5f8f","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:16Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:24,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=350cb31a-d179-4bd3-83ec-51b8218e5f8f used request id req-ee263fbb-3c7a-42f9-9d27-e89c6a812856 2018-10-04 03:14:24,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:24,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-e486d54c-bdce-4ea3-84d1-617ce7e69c60 Date: Thu, 04 Oct 2018 03:14:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:14:24,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-e486d54c-bdce-4ea3-84d1-617ce7e69c60 2018-10-04 03:14:24,176 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet 2018-10-04 03:14:24,176 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-subnet 2018-10-04 03:14:24,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/70e2b33b-a7bf-49cd-87eb-001ed3970413 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:24,211 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-4ba0cc16-8adb-4e3c-8a0f-921e900bcb7f Date: Thu, 04 Oct 2018 03:14:24 GMT RESP BODY: {"NeutronError": {"message": "Subnet 70e2b33b-a7bf-49cd-87eb-001ed3970413 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 03:14:24,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/70e2b33b-a7bf-49cd-87eb-001ed3970413 used request id req-4ba0cc16-8adb-4e3c-8a0f-921e900bcb7f 2018-10-04 03:14:24,211 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet 70e2b33b-a7bf-49cd-87eb-001ed3970413 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-10-04 03:14:24,211 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-net 2018-10-04 03:14:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/7a88a839-1306-4293-a522-bcd1a653a53e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f319efcbcfc5c567498c3f86cf4f0df546787bb4" 2018-10-04 03:14:24,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6d7da4e8-5abd-40bf-95d8-f1eb419464c8 Date: Thu, 04 Oct 2018 03:14:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:24,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7a88a839-1306-4293-a522-bcd1a653a53e used request id req-6d7da4e8-5abd-40bf-95d8-f1eb419464c8 2018-10-04 03:14:24,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:25,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["w2Q4P1dJRlK8JwKZqE3sCw"], "issued_at": "2018-10-04T03:14:25.000000Z"}} 2018-10-04 03:14:25,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:25,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-316e9d1c-0a1e-410f-8f76-c0f2afc50909 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:25,208 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-316e9d1c-0a1e-410f-8f76-c0f2afc50909 2018-10-04 03:14:25,209 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net 2018-10-04 03:14:25,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" -d '{"network": {"name": "NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net", "admin_state_up": true}}' 2018-10-04 03:14:25,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-71d2de45-41b7-473b-a2a9-c7f7815bea83 Date: Thu, 04 Oct 2018 03:14: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":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:25Z","is_default":false,"provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:25Z","mtu":1450}} 2018-10-04 03:14:25,692 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-71d2de45-41b7-473b-a2a9-c7f7815bea83 2018-10-04 03:14:25,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:25,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-32f44126-e5fc-4e99-8cc1-667e7fb63465 Date: Thu, 04 Oct 2018 03:14:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:25Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:25,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b used request id req-32f44126-e5fc-4e99-8cc1-667e7fb63465 2018-10-04 03:14:25,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:26,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7e9125d0-af41-401b-b475-82f3cf84651e Date: Thu, 04 Oct 2018 03:14:26 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:14:26,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b used request id req-7e9125d0-af41-401b-b475-82f3cf84651e 2018-10-04 03:14:26,110 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet 2018-10-04 03:14:26,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" -d '{"subnets": [{"ip_version": 4, "network_id": "e3b41a96-916a-4a8b-8df9-fe75fb72ee7b", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet"}]}' 2018-10-04 03:14:26,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3075a6c6-81d7-4810-9f93-3f1ce12be50a Date: Thu, 04 Oct 2018 03:14:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"1017dcbd-da62-403e-9b45-bb58531fd454","subnetpool_id":null,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet"}]} 2018-10-04 03:14:26,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3075a6c6-81d7-4810-9f93-3f1ce12be50a 2018-10-04 03:14:26,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:27,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2c0bc683-7aea-4803-be17-a904a74eef80 Date: Thu, 04 Oct 2018 03:14:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["1017dcbd-da62-403e-9b45-bb58531fd454"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:26Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:27,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b used request id req-2c0bc683-7aea-4803-be17-a904a74eef80 2018-10-04 03:14:27,164 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:27,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-f3637ec0-26d4-4415-a72b-73fe0f0ebaef Date: Thu, 04 Oct 2018 03:14:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"1017dcbd-da62-403e-9b45-bb58531fd454","subnetpool_id":null,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet"}]} 2018-10-04 03:14:27,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b used request id req-f3637ec0-26d4-4415-a72b-73fe0f0ebaef 2018-10-04 03:14:27,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:27,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-53c3a4b3-c7fa-4178-a2e0-7a59114c1dfc Date: Thu, 04 Oct 2018 03:14:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["1017dcbd-da62-403e-9b45-bb58531fd454"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:26Z","provider:segmentation_id":51,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:27,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net used request id req-53c3a4b3-c7fa-4178-a2e0-7a59114c1dfc 2018-10-04 03:14:27,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:14:27,613 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:14:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:14:27,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:27,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e16d74a9-e0fe-4044-b316-37ee4cfebeb6 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:27,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e16d74a9-e0fe-4044-b316-37ee4cfebeb6 2018-10-04 03:14:27,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:27,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e4a50170-cb23-4039-bc39-87168792dcc7 Date: Thu, 04 Oct 2018 03:14:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"1017dcbd-da62-403e-9b45-bb58531fd454","subnetpool_id":null,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet"}]} 2018-10-04 03:14:27,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b used request id req-e4a50170-cb23-4039-bc39-87168792dcc7 2018-10-04 03:14:27,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b&name=NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:27,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6ad458fd-0841-4fd6-bfad-8babcf70ff77 Date: Thu, 04 Oct 2018 03:14:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e3b41a96-916a-4a8b-8df9-fe75fb72ee7b","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"1017dcbd-da62-403e-9b45-bb58531fd454","subnetpool_id":null,"name":"NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet"}]} 2018-10-04 03:14:27,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=e3b41a96-916a-4a8b-8df9-fe75fb72ee7b&name=NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet used request id req-6ad458fd-0841-4fd6-bfad-8babcf70ff77 2018-10-04 03:14:27,968 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet 2018-10-04 03:14:27,968 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-subnet 2018-10-04 03:14:27,973 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/1017dcbd-da62-403e-9b45-bb58531fd454 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:29,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d4ee80ba-a2b4-448f-bfb7-75dee3643c9e Date: Thu, 04 Oct 2018 03:14:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:29,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1017dcbd-da62-403e-9b45-bb58531fd454 used request id req-d4ee80ba-a2b4-448f-bfb7-75dee3643c9e 2018-10-04 03:14:29,735 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-56a6cbc4-6971-4a44-a04f-9745e98aed51-pub-net 2018-10-04 03:14:29,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/e3b41a96-916a-4a8b-8df9-fe75fb72ee7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d32c09cdefaa3246cdb581c6c5033e59edc0bc6a" 2018-10-04 03:14:31,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0dbfc4db-10a0-4878-922f-d1e9eb4aa672 Date: Thu, 04 Oct 2018 03:14:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:31,237 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e3b41a96-916a-4a8b-8df9-fe75fb72ee7b used request id req-0dbfc4db-10a0-4878-922f-d1e9eb4aa672 2018-10-04 03:14:31,238 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:31,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["ds2LYt4gTNq_wuXhd7rveQ"], "issued_at": "2018-10-04T03:14:31.000000Z"}} 2018-10-04 03:14:31,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:31,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec2f36f6-527c-46a9-9c79-f1cd4f028dbe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:31,696 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ec2f36f6-527c-46a9-9c79-f1cd4f028dbe 2018-10-04 03:14:31,698 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net 2018-10-04 03:14:31,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" -d '{"network": {"name": "NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net", "admin_state_up": true}}' 2018-10-04 03:14:32,129 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-a29b4ce3-e068-4e2e-b7f4-872d7edc210d Date: Thu, 04 Oct 2018 03:14: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":"d8a490c1-1254-4540-ada4-da96552dbd03","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:32Z","is_default":false,"provider:segmentation_id":23,"name":"NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:31Z","mtu":1450}} 2018-10-04 03:14:32,129 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a29b4ce3-e068-4e2e-b7f4-872d7edc210d 2018-10-04 03:14:32,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d8a490c1-1254-4540-ada4-da96552dbd03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:32,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-955fe0d3-6824-4a97-b369-0b9e40f28263 Date: Thu, 04 Oct 2018 03:14:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d8a490c1-1254-4540-ada4-da96552dbd03","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:32Z","provider:segmentation_id":23,"name":"NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:32,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d8a490c1-1254-4540-ada4-da96552dbd03 used request id req-955fe0d3-6824-4a97-b369-0b9e40f28263 2018-10-04 03:14:32,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8a490c1-1254-4540-ada4-da96552dbd03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:32,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-4eb93827-5425-4ba5-b773-d0b777d2c2b8 Date: Thu, 04 Oct 2018 03:14:32 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:14:32,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8a490c1-1254-4540-ada4-da96552dbd03 used request id req-4eb93827-5425-4ba5-b773-d0b777d2c2b8 2018-10-04 03:14:32,614 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-subnet 2018-10-04 03:14:32,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" -d '{"subnets": [{"ip_version": 4, "network_id": "d8a490c1-1254-4540-ada4-da96552dbd03", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-subnet"}]}' 2018-10-04 03:14:33,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3014c88f-dce1-4616-80df-2578556ed07f Date: Thu, 04 Oct 2018 03:14:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8a490c1-1254-4540-ada4-da96552dbd03","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"aaa85a7d-5ad2-4e85-be82-c96a13dd7390","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-subnet"}]} 2018-10-04 03:14:33,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-3014c88f-dce1-4616-80df-2578556ed07f 2018-10-04 03:14:33,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d8a490c1-1254-4540-ada4-da96552dbd03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:33,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-09374cac-fa73-4e9e-bd0e-4fbcd4ca4ef0 Date: Thu, 04 Oct 2018 03:14:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8a490c1-1254-4540-ada4-da96552dbd03","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["aaa85a7d-5ad2-4e85-be82-c96a13dd7390"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:32Z","provider:segmentation_id":23,"name":"NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:33,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d8a490c1-1254-4540-ada4-da96552dbd03 used request id req-09374cac-fa73-4e9e-bd0e-4fbcd4ca4ef0 2018-10-04 03:14:33,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8a490c1-1254-4540-ada4-da96552dbd03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:33,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-08f40e05-06e4-46b3-85f2-58feacbf21aa Date: Thu, 04 Oct 2018 03:14:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8a490c1-1254-4540-ada4-da96552dbd03","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"aaa85a7d-5ad2-4e85-be82-c96a13dd7390","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-subnet"}]} 2018-10-04 03:14:33,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8a490c1-1254-4540-ada4-da96552dbd03 used request id req-08f40e05-06e4-46b3-85f2-58feacbf21aa 2018-10-04 03:14:33,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:33,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2e14bf3f-54f6-49f5-9c02-0a0c21337b63 Date: Thu, 04 Oct 2018 03:14:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d8a490c1-1254-4540-ada4-da96552dbd03","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["aaa85a7d-5ad2-4e85-be82-c96a13dd7390"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:32Z","provider:segmentation_id":23,"name":"NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:33,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net used request id req-2e14bf3f-54f6-49f5-9c02-0a0c21337b63 2018-10-04 03:14:33,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:14:33,850 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:14:33 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:14:33,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:33,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91012ec9-ab71-43f2-b49f-1e5f72b35e9d 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:33,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-91012ec9-ab71-43f2-b49f-1e5f72b35e9d 2018-10-04 03:14:33,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d8a490c1-1254-4540-ada4-da96552dbd03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:34,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3d9947ad-ee33-4273-916f-648bd228c4ac Date: Thu, 04 Oct 2018 03:14:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d8a490c1-1254-4540-ada4-da96552dbd03","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"aaa85a7d-5ad2-4e85-be82-c96a13dd7390","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-subnet"}]} 2018-10-04 03:14:34,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d8a490c1-1254-4540-ada4-da96552dbd03 used request id req-3d9947ad-ee33-4273-916f-648bd228c4ac 2018-10-04 03:14:34,139 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:14:34,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:34,513 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["4QxYLSa-S9GLvCCm2BeTZw"], "issued_at": "2018-10-04T03:14:34.000000Z"}} 2018-10-04 03:14:34,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bdd18802886eea33fae543edceade59462e28ad2" 2018-10-04 03:14:34,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a19c93f6-107b-4c7a-855e-0ccdc0b2140b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:34,597 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a19c93f6-107b-4c7a-855e-0ccdc0b2140b 2018-10-04 03:14:34,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:34,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a9376983-2cce-4bce-85c7-3998fcb60f43 Date: Thu, 04 Oct 2018 03:14:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:14:34,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-a9376983-2cce-4bce-85c7-3998fcb60f43 2018-10-04 03:14:34,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:34,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-00c9248a-7744-4c00-9680-6478e4cf6ac0 Date: Thu, 04 Oct 2018 03:14:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:14:34,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-00c9248a-7744-4c00-9680-6478e4cf6ac0 2018-10-04 03:14:34,944 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router 2018-10-04 03:14:34,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router", "admin_state_up": true}}' 2018-10-04 03:14:35,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-9f889534-7820-4e8a-811c-5b459af2eb84 Date: Thu, 04 Oct 2018 03:14:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:35Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "c4684e9d-bedf-4b6a-a16a-2291a5ef16eb", "name": "NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router"}} 2018-10-04 03:14:35,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-9f889534-7820-4e8a-811c-5b459af2eb84 2018-10-04 03:14:35,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=c4684e9d-bedf-4b6a-a16a-2291a5ef16eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:35,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9864d2bd-b21a-4634-8069-9a03b093693e Date: Thu, 04 Oct 2018 03:14:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.201"}],"id":"ef9dd925-db2f-4910-9490-4b665d5b7cdc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:6e:d7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c4684e9d-bedf-4b6a-a16a-2291a5ef16eb","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:35Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:35,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=c4684e9d-bedf-4b6a-a16a-2291a5ef16eb used request id req-9864d2bd-b21a-4634-8069-9a03b093693e 2018-10-04 03:14:35,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:36,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6314cbfd-ebcd-43a6-87f2-39d8c6d72622 Date: Thu, 04 Oct 2018 03:14:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:14:36,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-6314cbfd-ebcd-43a6-87f2-39d8c6d72622 2018-10-04 03:14:36,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:36,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c75a5f0a-cdf9-47d6-b788-25f36db7ebb1 Date: Thu, 04 Oct 2018 03:14:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:34Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:35Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "c4684e9d-bedf-4b6a-a16a-2291a5ef16eb", "name": "NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router"}]} 2018-10-04 03:14:36,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router used request id req-c75a5f0a-cdf9-47d6-b788-25f36db7ebb1 2018-10-04 03:14:36,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:36,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f48123a-8938-4e6c-9475-3ee2bdf3d7b3 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:36,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-6f48123a-8938-4e6c-9475-3ee2bdf3d7b3 2018-10-04 03:14:36,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=c4684e9d-bedf-4b6a-a16a-2291a5ef16eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:36,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-e249a1d8-af8e-48bf-b680-f9a7b6554336 Date: Thu, 04 Oct 2018 03:14:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:35Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.201"}],"id":"ef9dd925-db2f-4910-9490-4b665d5b7cdc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:64:6e:d7","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c4684e9d-bedf-4b6a-a16a-2291a5ef16eb","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:35Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:36,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=c4684e9d-bedf-4b6a-a16a-2291a5ef16eb used request id req-e249a1d8-af8e-48bf-b680-f9a7b6554336 2018-10-04 03:14:36,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:36,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-3d892848-85cb-4e1d-a01f-6d6f85643672 Date: Thu, 04 Oct 2018 03:14:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:14:36,917 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-3d892848-85cb-4e1d-a01f-6d6f85643672 2018-10-04 03:14:36,917 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router 2018-10-04 03:14:36,917 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router 2018-10-04 03:14:36,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/c4684e9d-bedf-4b6a-a16a-2291a5ef16eb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:37,993 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3d1ab13a-0e80-4992-bfdd-a6ed793b5d18 Content-Length: 0 Date: Thu, 04 Oct 2018 03:14:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:37,993 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c4684e9d-bedf-4b6a-a16a-2291a5ef16eb used request id req-3d1ab13a-0e80-4992-bfdd-a6ed793b5d18 2018-10-04 03:14:37,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:38,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b0260e33-4bcd-4d7b-a55c-bad9c933ac13 Date: Thu, 04 Oct 2018 03:14:38 GMT RESP BODY: {"routers": []} 2018-10-04 03:14:38,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-router used request id req-b0260e33-4bcd-4d7b-a55c-bad9c933ac13 2018-10-04 03:14:38,049 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-subnet 2018-10-04 03:14:38,049 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-subnet 2018-10-04 03:14:38,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/aaa85a7d-5ad2-4e85-be82-c96a13dd7390 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:40,111 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2658c235-9732-4292-87b1-62fd36634194 Date: Thu, 04 Oct 2018 03:14:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:40,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/aaa85a7d-5ad2-4e85-be82-c96a13dd7390 used request id req-2658c235-9732-4292-87b1-62fd36634194 2018-10-04 03:14:40,111 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b2b5b041-d72d-42b3-82f1-799a94b8572f-pub-net 2018-10-04 03:14:40,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d8a490c1-1254-4540-ada4-da96552dbd03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b5ef5e5aff6bc22ad0beb3d2b40826854a60be1" 2018-10-04 03:14:41,440 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5ca10ed6-33be-4b17-9e9b-6463d7f62c01 Date: Thu, 04 Oct 2018 03:14:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:41,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d8a490c1-1254-4540-ada4-da96552dbd03 used request id req-5ca10ed6-33be-4b17-9e9b-6463d7f62c01 2018-10-04 03:14:41,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:41,825 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["NYlB40JkRmm8KY8cS7qAbg"], "issued_at": "2018-10-04T03:14:41.000000Z"}} 2018-10-04 03:14:41,825 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:41,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94180185-4dbe-4a81-8dd0-92ae21ca500b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:41,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-94180185-4dbe-4a81-8dd0-92ae21ca500b 2018-10-04 03:14:41,910 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net 2018-10-04 03:14:41,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" -d '{"network": {"name": "NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net", "admin_state_up": true}}' 2018-10-04 03:14:42,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-e4b75d7a-e06c-446c-873c-5b2ba5b8f679 Date: Thu, 04 Oct 2018 03:14: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":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:42Z","is_default":false,"provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:42Z","mtu":1450}} 2018-10-04 03:14:42,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e4b75d7a-e06c-446c-873c-5b2ba5b8f679 2018-10-04 03:14:42,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:42,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f00df8c9-f176-40a1-8677-2880d1a6f733 Date: Thu, 04 Oct 2018 03:14:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:42Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:42Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:42,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-f00df8c9-f176-40a1-8677-2880d1a6f733 2018-10-04 03:14:42,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:42,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-bd04686f-b9d1-4fd6-8aa3-07cc77228fdb Date: Thu, 04 Oct 2018 03:14:42 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:14:42,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-bd04686f-b9d1-4fd6-8aa3-07cc77228fdb 2018-10-04 03:14:42,924 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet 2018-10-04 03:14:42,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" -d '{"subnets": [{"ip_version": 4, "network_id": "0a9d3c31-efc2-40b5-8737-fc2a935af1cc", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]}' 2018-10-04 03:14:44,213 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-18a9e5fa-cc23-4446-96dc-d2975e862641 Date: Thu, 04 Oct 2018 03:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:43Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]} 2018-10-04 03:14:44,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-18a9e5fa-cc23-4446-96dc-d2975e862641 2018-10-04 03:14:44,218 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:44,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9fc5b99c-3033-43f5-991a-25be20841c26 Date: Thu, 04 Oct 2018 03:14:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c4e9c705-a72a-4acf-9235-bd580c728ff5"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:43Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:42Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:44,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-9fc5b99c-3033-43f5-991a-25be20841c26 2018-10-04 03:14:44,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:44,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-62ab049e-e776-4ae7-a9c1-78c943d97561 Date: Thu, 04 Oct 2018 03:14:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:43Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]} 2018-10-04 03:14:44,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-62ab049e-e776-4ae7-a9c1-78c943d97561 2018-10-04 03:14:44,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:44,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-99f806e9-e31a-4745-bf28-e76521954791 Date: Thu, 04 Oct 2018 03:14:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c4e9c705-a72a-4acf-9235-bd580c728ff5"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:43Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:42Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:44,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net used request id req-99f806e9-e31a-4745-bf28-e76521954791 2018-10-04 03:14:44,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:14:44,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:14:44 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:14:44,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:45,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85933dcf-0af0-4157-9839-5bc97b9be84f 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:45,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-85933dcf-0af0-4157-9839-5bc97b9be84f 2018-10-04 03:14:45,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:45,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-69ce94de-f4d7-4e61-b541-5b180964b327 Date: Thu, 04 Oct 2018 03:14:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:43Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]} 2018-10-04 03:14:45,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-69ce94de-f4d7-4e61-b541-5b180964b327 2018-10-04 03:14:45,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc&name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:45,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1585d0d6-f222-4a0d-b253-161e5356536f Date: Thu, 04 Oct 2018 03:14:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:43Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]} 2018-10-04 03:14:45,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc&name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet used request id req-1585d0d6-f222-4a0d-b253-161e5356536f 2018-10-04 03:14:45,262 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:14:45,263 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:45,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["rd2y7SD-T6KUt3b2EcPxIw"], "issued_at": "2018-10-04T03:14:45.000000Z"}} 2018-10-04 03:14:45,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c6d60fd52fea76740bd0ba56cd22b5d3d1e22" 2018-10-04 03:14:45,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81427db3-da77-47f1-803a-952c6448f01b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:45,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-81427db3-da77-47f1-803a-952c6448f01b 2018-10-04 03:14:45,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:45,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7867c116-5604-440f-9ddc-bc7938987563 Date: Thu, 04 Oct 2018 03:14:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c4e9c705-a72a-4acf-9235-bd580c728ff5"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:43Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:42Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:45,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net used request id req-7867c116-5604-440f-9ddc-bc7938987563 2018-10-04 03:14:45,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:45,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2cb52fae-6822-4ba1-93ef-e483a464529b Date: Thu, 04 Oct 2018 03:14:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:43Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]} 2018-10-04 03:14:45,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-2cb52fae-6822-4ba1-93ef-e483a464529b 2018-10-04 03:14:45,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:46,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c2988bdd-cf58-4c14-8358-edf56983eb27 Date: Thu, 04 Oct 2018 03:14:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c4e9c705-a72a-4acf-9235-bd580c728ff5"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:43Z","provider:segmentation_id":11,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:42Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:46,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net used request id req-c2988bdd-cf58-4c14-8358-edf56983eb27 2018-10-04 03:14:46,134 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:14:46,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:14:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:14:46,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b7c6d60fd52fea76740bd0ba56cd22b5d3d1e22" 2018-10-04 03:14:46,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29dfa6f6-da33-4100-9b31-4f3c95bb411c 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:46,223 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-29dfa6f6-da33-4100-9b31-4f3c95bb411c 2018-10-04 03:14:46,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:46,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ab70ba45-d7d4-4825-a13d-b855e1b074be Date: Thu, 04 Oct 2018 03:14:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:43Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]} 2018-10-04 03:14:46,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-ab70ba45-d7d4-4825-a13d-b855e1b074be 2018-10-04 03:14:46,424 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc&name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:46,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e416fba1-925c-4556-8135-7417467a1818 Date: Thu, 04 Oct 2018 03:14:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:43Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","subnetpool_id":null,"name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet"}]} 2018-10-04 03:14:46,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a9d3c31-efc2-40b5-8737-fc2a935af1cc&name=NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet used request id req-e416fba1-925c-4556-8135-7417467a1818 2018-10-04 03:14:46,472 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net 2018-10-04 03:14:46,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" -d '{"port": {"network_id": "0a9d3c31-efc2-40b5-8737-fc2a935af1cc", "fixed_ips": [{"subnet_id": "c4e9c705-a72a-4acf-9235-bd580c728ff5", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-port", "admin_state_up": true}}' 2018-10-04 03:14:47,308 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-7cecd1ab-0b8d-4977-a866-6c8f61a67eb0 Date: Thu, 04 Oct 2018 03:14:47 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:47Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","ip_address":"10.55.1.100"}],"id":"74604191-dca2-4a36-adde-eacdbbdbd9a6","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:99:54","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-port","admin_state_up":true,"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:46Z","binding:vnic_type":"normal"}} 2018-10-04 03:14:47,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-7cecd1ab-0b8d-4977-a866-6c8f61a67eb0 2018-10-04 03:14:47,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:47,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6410 X-Openstack-Request-Id: req-31070815-8b24-4ce6-8911-06b7f2236660 Date: Thu, 04 Oct 2018 03:14:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:45Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","ip_address":"10.55.1.2"}],"id":"1abbc094-45a5-43fa-bc05-7db3036ba5d7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a2:47:c0","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0a9d3c31-efc2-40b5-8737-fc2a935af1cc","name":"","admin_state_up":true,"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.207"}],"id":"43582771-7474-4e56-a427-e743b4d6f7cf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:00:fc:35","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e5e98ad3-7bb1-4347-80d3-46f40a21bf83","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:45Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","ip_address":"10.55.1.3"}],"id":"45a6fed7-9c86-47b0-8525-829796ce5be2","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d9:72:a8","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0a9d3c31-efc2-40b5-8737-fc2a935af1cc","name":"","admin_state_up":true,"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:44Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:47Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","ip_address":"10.55.1.100"}],"id":"74604191-dca2-4a36-adde-eacdbbdbd9a6","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:10:99:54","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-port","admin_state_up":true,"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.204"}],"id":"8086fd7f-4446-40b3-83e9-56c10ad66778","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:64:55","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c1fde3d7-b62e-4379-bcb3-c65c00bf0394","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.203"}],"id":"dfbf76a4-dbf6-4200-be54-5fd621791d6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:5e:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"350cb31a-d179-4bd3-83ec-51b8218e5f8f","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:46Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c4e9c705-a72a-4acf-9235-bd580c728ff5","ip_address":"10.55.1.4"}],"id":"e2621793-be36-4a1c-9aad-5190fbc9033a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:0b:b9:79","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0a9d3c31-efc2-40b5-8737-fc2a935af1cc","name":"","admin_state_up":true,"network_id":"0a9d3c31-efc2-40b5-8737-fc2a935af1cc","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.209"}],"id":"eb46759a-8dcf-4991-ae98-c81001fccb01","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:65:9a:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ffd5924-d57a-443a-9f49-8263d109fd21","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:14Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:47,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-31070815-8b24-4ce6-8911-06b7f2236660 2018-10-04 03:14:47,516 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-port 2018-10-04 03:14:47,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/74604191-dca2-4a36-adde-eacdbbdbd9a6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:48,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa7262c4-6d51-45b0-9187-a4f89506ebff Date: Thu, 04 Oct 2018 03:14:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:48,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/74604191-dca2-4a36-adde-eacdbbdbd9a6 used request id req-fa7262c4-6d51-45b0-9187-a4f89506ebff 2018-10-04 03:14:48,203 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet 2018-10-04 03:14:48,203 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-subnet 2018-10-04 03:14:48,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c4e9c705-a72a-4acf-9235-bd580c728ff5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:50,502 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-43d3c7ac-10c8-4d17-8529-94b72f6787ae Date: Thu, 04 Oct 2018 03:14:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:50,502 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c4e9c705-a72a-4acf-9235-bd580c728ff5 used request id req-43d3c7ac-10c8-4d17-8529-94b72f6787ae 2018-10-04 03:14:50,502 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-148a38c2-0651-4076-9566-3a6aefc83667-pub-net 2018-10-04 03:14:50,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0a9d3c31-efc2-40b5-8737-fc2a935af1cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}df3958c655d84beb9ee515cf31d95cf11537f845" 2018-10-04 03:14:51,917 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fcd9d4d0-3321-4047-971b-1a1fb58b75b0 Date: Thu, 04 Oct 2018 03:14:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:51,917 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0a9d3c31-efc2-40b5-8737-fc2a935af1cc used request id req-fcd9d4d0-3321-4047-971b-1a1fb58b75b0 2018-10-04 03:14:51,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:52,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["mA4RFatvTlChs0lktZh98Q"], "issued_at": "2018-10-04T03:14:52.000000Z"}} 2018-10-04 03:14:52,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:52,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31ac9574-ab33-422b-8511-49a41285e582 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:52,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-31ac9574-ab33-422b-8511-49a41285e582 2018-10-04 03:14:52,378 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net 2018-10-04 03:14:52,384 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" -d '{"network": {"name": "NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net", "admin_state_up": true}}' 2018-10-04 03:14:52,794 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-03f8e534-35e1-4193-bb44-6d79c1c2c4ec Date: Thu, 04 Oct 2018 03:14: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":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:52Z","is_default":false,"provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:52Z","mtu":1450}} 2018-10-04 03:14:52,794 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-03f8e534-35e1-4193-bb44-6d79c1c2c4ec 2018-10-04 03:14:52,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:53,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d5d332c1-ac9e-476c-888e-2e7f091eb904 Date: Thu, 04 Oct 2018 03:14:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:14:52Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:52Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:53,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-d5d332c1-ac9e-476c-888e-2e7f091eb904 2018-10-04 03:14:53,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:53,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-5e5a9ccb-1634-47d6-8260-6c3c2581f0ab Date: Thu, 04 Oct 2018 03:14:53 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:14:53,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-5e5a9ccb-1634-47d6-8260-6c3c2581f0ab 2018-10-04 03:14:53,441 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet 2018-10-04 03:14:53,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" -d '{"subnets": [{"ip_version": 4, "network_id": "1f4128e9-6b56-451f-a1a7-9320f324a3d8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]}' 2018-10-04 03:14:53,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-93c05b03-2f4b-4f4a-a154-18711b6b8f2c Date: Thu, 04 Oct 2018 03:14:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:53Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"e1d37513-8561-4965-9fc1-04cdd349655b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]} 2018-10-04 03:14:53,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-93c05b03-2f4b-4f4a-a154-18711b6b8f2c 2018-10-04 03:14:53,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:54,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ca17c022-5198-4a1c-bd24-30144f4937f0 Date: Thu, 04 Oct 2018 03:14:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["e1d37513-8561-4965-9fc1-04cdd349655b"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:53Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:52Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:54,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-ca17c022-5198-4a1c-bd24-30144f4937f0 2018-10-04 03:14:54,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:54,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8fa53990-2c49-4b70-962d-b87895995de2 Date: Thu, 04 Oct 2018 03:14:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:53Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"e1d37513-8561-4965-9fc1-04cdd349655b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]} 2018-10-04 03:14:54,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-8fa53990-2c49-4b70-962d-b87895995de2 2018-10-04 03:14:54,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:55,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-65be2a71-054c-4642-8509-b5937991db4b Date: Thu, 04 Oct 2018 03:14:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["e1d37513-8561-4965-9fc1-04cdd349655b"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:53Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:52Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:55,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net used request id req-65be2a71-054c-4642-8509-b5937991db4b 2018-10-04 03:14:55,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:14:55,357 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:14:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:14:55,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:55,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45131da6-a836-47c0-a82f-389b27a2503d 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:55,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-45131da6-a836-47c0-a82f-389b27a2503d 2018-10-04 03:14:55,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:55,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-13ef720e-46d5-48c1-8932-ca41989c9e1d Date: Thu, 04 Oct 2018 03:14:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:53Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"e1d37513-8561-4965-9fc1-04cdd349655b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]} 2018-10-04 03:14:55,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-13ef720e-46d5-48c1-8932-ca41989c9e1d 2018-10-04 03:14:55,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8&name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:55,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d643ccb8-bb69-4996-a836-45e90d3c9b87 Date: Thu, 04 Oct 2018 03:14:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:53Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"e1d37513-8561-4965-9fc1-04cdd349655b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]} 2018-10-04 03:14:55,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8&name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet used request id req-d643ccb8-bb69-4996-a836-45e90d3c9b87 2018-10-04 03:14:55,852 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:14:55,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:14:56,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:14:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["jsBe01zVT52vztZZXfBnEw"], "issued_at": "2018-10-04T03:14:56.000000Z"}} 2018-10-04 03:14:56,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d192821bc6c656ba79c3a4933896c0aa1609339" 2018-10-04 03:14:56,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2920e3f4-81f5-407c-ab85-3ede79dc9a36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:14:56,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2920e3f4-81f5-407c-ab85-3ede79dc9a36 2018-10-04 03:14:56,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:56,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-02f168f0-b7e8-44d3-9b14-753c8fbbadfe Date: Thu, 04 Oct 2018 03:14:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["e1d37513-8561-4965-9fc1-04cdd349655b"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:53Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:52Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:56,554 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net used request id req-02f168f0-b7e8-44d3-9b14-753c8fbbadfe 2018-10-04 03:14:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:56,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0dd61871-567f-4e07-822f-7c94d206252c Date: Thu, 04 Oct 2018 03:14:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:53Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"e1d37513-8561-4965-9fc1-04cdd349655b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]} 2018-10-04 03:14:56,753 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-0dd61871-567f-4e07-822f-7c94d206252c 2018-10-04 03:14:56,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:56,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b66d4fd2-5fe1-4097-9478-1cab1dcaacd9 Date: Thu, 04 Oct 2018 03:14:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["e1d37513-8561-4965-9fc1-04cdd349655b"],"description":"","tags":[],"updated_at":"2018-10-04T03:14:53Z","provider:segmentation_id":34,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:52Z","provider:network_type":"vxlan"}]} 2018-10-04 03:14:56,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net used request id req-b66d4fd2-5fe1-4097-9478-1cab1dcaacd9 2018-10-04 03:14:56,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:14:56,996 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:14:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:14:56,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d192821bc6c656ba79c3a4933896c0aa1609339" 2018-10-04 03:14:57,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:14:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c83f2f8-1350-49f7-9893-99d5d733002b 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:14:57,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-0c83f2f8-1350-49f7-9893-99d5d733002b 2018-10-04 03:14:57,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:57,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6e70cffa-11d2-43cb-9cb4-a24a38fa60c2 Date: Thu, 04 Oct 2018 03:14:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:53Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"e1d37513-8561-4965-9fc1-04cdd349655b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]} 2018-10-04 03:14:57,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-6e70cffa-11d2-43cb-9cb4-a24a38fa60c2 2018-10-04 03:14:57,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8&name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:57,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4783f490-ce9b-4748-b532-256f525675e2 Date: Thu, 04 Oct 2018 03:14:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:53Z","dns_nameservers":[],"updated_at":"2018-10-04T03:14: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":"3bd9fdb58042454785b75b915cc07acf","id":"e1d37513-8561-4965-9fc1-04cdd349655b","subnetpool_id":null,"name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet"}]} 2018-10-04 03:14:57,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=1f4128e9-6b56-451f-a1a7-9320f324a3d8&name=NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet used request id req-4783f490-ce9b-4748-b532-256f525675e2 2018-10-04 03:14:57,333 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net 2018-10-04 03:14:57,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" -d '{"port": {"network_id": "1f4128e9-6b56-451f-a1a7-9320f324a3d8", "fixed_ips": [{"subnet_id": "e1d37513-8561-4965-9fc1-04cdd349655b", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-port", "admin_state_up": true}}' 2018-10-04 03:14:58,010 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-9c88fea1-f0e4-45d6-8471-0595baa58b85 Date: Thu, 04 Oct 2018 03:14:58 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:57Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"e1d37513-8561-4965-9fc1-04cdd349655b","ip_address":"10.55.1.100"}],"id":"a8692c56-4c53-4c52-b8f1-a8fe20680496","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:89:12:23","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-port","admin_state_up":true,"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:57Z","binding:vnic_type":"normal"}} 2018-10-04 03:14:58,010 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-9c88fea1-f0e4-45d6-8471-0595baa58b85 2018-10-04 03:14:58,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:58,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6410 X-Openstack-Request-Id: req-40173aa6-411a-4e31-b75b-7155b7a702ae Date: Thu, 04 Oct 2018 03:14:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.207"}],"id":"43582771-7474-4e56-a427-e743b4d6f7cf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:00:fc:35","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e5e98ad3-7bb1-4347-80d3-46f40a21bf83","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e1d37513-8561-4965-9fc1-04cdd349655b","ip_address":"10.55.1.4"}],"id":"711f89dd-0c4f-4bd6-9fda-bd0da4523ebf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:fe:b3:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-1f4128e9-6b56-451f-a1a7-9320f324a3d8","name":"","admin_state_up":true,"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.204"}],"id":"8086fd7f-4446-40b3-83e9-56c10ad66778","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:64:55","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c1fde3d7-b62e-4379-bcb3-c65c00bf0394","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:54Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e1d37513-8561-4965-9fc1-04cdd349655b","ip_address":"10.55.1.2"}],"id":"8dafbffe-d2c2-4476-9eab-6a6d99a8ed03","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:81:b8:4a","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-1f4128e9-6b56-451f-a1a7-9320f324a3d8","name":"","admin_state_up":true,"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:57Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"e1d37513-8561-4965-9fc1-04cdd349655b","ip_address":"10.55.1.100"}],"id":"a8692c56-4c53-4c52-b8f1-a8fe20680496","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:89:12:23","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-port","admin_state_up":true,"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:55Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"e1d37513-8561-4965-9fc1-04cdd349655b","ip_address":"10.55.1.3"}],"id":"d5f44f4e-6299-498d-a691-dd6526a1b0ff","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:0c:db","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-1f4128e9-6b56-451f-a1a7-9320f324a3d8","name":"","admin_state_up":true,"network_id":"1f4128e9-6b56-451f-a1a7-9320f324a3d8","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:14:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.203"}],"id":"dfbf76a4-dbf6-4200-be54-5fd621791d6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:5e:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"350cb31a-d179-4bd3-83ec-51b8218e5f8f","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.209"}],"id":"eb46759a-8dcf-4991-ae98-c81001fccb01","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:65:9a:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ffd5924-d57a-443a-9f49-8263d109fd21","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:14Z","binding:vnic_type":"normal"}]} 2018-10-04 03:14:58,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-40173aa6-411a-4e31-b75b-7155b7a702ae 2018-10-04 03:14:58,216 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-port 2018-10-04 03:14:58,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/a8692c56-4c53-4c52-b8f1-a8fe20680496 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:14:58,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ff9f8076-d509-42f2-916e-40bda7849d05 Date: Thu, 04 Oct 2018 03:14:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:14:58,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/a8692c56-4c53-4c52-b8f1-a8fe20680496 used request id req-ff9f8076-d509-42f2-916e-40bda7849d05 2018-10-04 03:14:58,768 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet 2018-10-04 03:14:58,768 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-subnet 2018-10-04 03:14:58,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/e1d37513-8561-4965-9fc1-04cdd349655b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:15:00,811 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54709216-e7dd-4644-80b6-bac409d7ee1a Date: Thu, 04 Oct 2018 03:15:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:00,811 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e1d37513-8561-4965-9fc1-04cdd349655b used request id req-54709216-e7dd-4644-80b6-bac409d7ee1a 2018-10-04 03:15:00,811 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-42a111b0-c793-4a78-95ec-58752491def5-pub-net 2018-10-04 03:15:00,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/1f4128e9-6b56-451f-a1a7-9320f324a3d8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1537ee6558b1c3fc97774f99d0d861360c5bd16e" 2018-10-04 03:15:02,374 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c01938de-f8f1-4938-9511-8bcb2d5d909a Date: Thu, 04 Oct 2018 03:15:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:02,375 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/1f4128e9-6b56-451f-a1a7-9320f324a3d8 used request id req-c01938de-f8f1-4938-9511-8bcb2d5d909a 2018-10-04 03:15:02,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:02,757 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["4gtapoeyTZm1eu-BV7Rz2g"], "issued_at": "2018-10-04T03:15:02.000000Z"}} 2018-10-04 03:15:02,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:02,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb148e35-4649-4e28-8e2b-d710ebaefe62 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:02,833 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fb148e35-4649-4e28-8e2b-d710ebaefe62 2018-10-04 03:15:02,834 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net 2018-10-04 03:15:02,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" -d '{"network": {"name": "NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net", "admin_state_up": true}}' 2018-10-04 03:15:03,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-83fa19d7-513f-46e7-985e-1a7f424f50e1 Date: Thu, 04 Oct 2018 03:15:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:03Z","is_default":false,"provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:03Z","mtu":1450}} 2018-10-04 03:15:03,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-83fa19d7-513f-46e7-985e-1a7f424f50e1 2018-10-04 03:15:03,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:03,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-3e244fa9-39d6-412c-bad0-fe17493daeb3 Date: Thu, 04 Oct 2018 03:15:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:03Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:03Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:03,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-3e244fa9-39d6-412c-bad0-fe17493daeb3 2018-10-04 03:15:03,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:03,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-e204a7b1-ce44-4238-8d8a-d93b2cf6f49c Date: Thu, 04 Oct 2018 03:15:03 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:15:03,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-e204a7b1-ce44-4238-8d8a-d93b2cf6f49c 2018-10-04 03:15:03,686 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet 2018-10-04 03:15:03,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" -d '{"subnets": [{"ip_version": 4, "network_id": "0a8f14f3-a8b9-4342-b46a-8bd78df57f86", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]}' 2018-10-04 03:15:04,434 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b1bb2bc3-a381-41b2-bf34-1d8269c8ccac Date: Thu, 04 Oct 2018 03:15:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dd0fc0b0-d214-4320-808a-1216cd2fa743","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]} 2018-10-04 03:15:04,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b1bb2bc3-a381-41b2-bf34-1d8269c8ccac 2018-10-04 03:15:04,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:04,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-586dbbb0-9cd8-4aba-84ec-032ec8e498e4 Date: Thu, 04 Oct 2018 03:15:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dd0fc0b0-d214-4320-808a-1216cd2fa743"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:04Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:03Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:04,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-586dbbb0-9cd8-4aba-84ec-032ec8e498e4 2018-10-04 03:15:04,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:04,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2d70e140-1878-4397-a038-d33fe0f0a192 Date: Thu, 04 Oct 2018 03:15:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dd0fc0b0-d214-4320-808a-1216cd2fa743","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]} 2018-10-04 03:15:04,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-2d70e140-1878-4397-a038-d33fe0f0a192 2018-10-04 03:15:04,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:04,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e5d29706-9d7d-4035-9154-f2e1861e6a28 Date: Thu, 04 Oct 2018 03:15:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dd0fc0b0-d214-4320-808a-1216cd2fa743"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:04Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:03Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:04,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net used request id req-e5d29706-9d7d-4035-9154-f2e1861e6a28 2018-10-04 03:15:04,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:05,002 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:05,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:05,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9623f634-c517-48d7-84b3-bf08dae3cf36 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:05,085 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-9623f634-c517-48d7-84b3-bf08dae3cf36 2018-10-04 03:15:05,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:05,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a6881e2e-ea95-4aa1-a320-5f8e61098f14 Date: Thu, 04 Oct 2018 03:15:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dd0fc0b0-d214-4320-808a-1216cd2fa743","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]} 2018-10-04 03:15:05,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-a6881e2e-ea95-4aa1-a320-5f8e61098f14 2018-10-04 03:15:05,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86&name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:05,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6040239e-10be-4476-b365-d531094c0811 Date: Thu, 04 Oct 2018 03:15:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dd0fc0b0-d214-4320-808a-1216cd2fa743","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]} 2018-10-04 03:15:05,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86&name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet used request id req-6040239e-10be-4476-b365-d531094c0811 2018-10-04 03:15:05,381 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:15:05,382 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:05,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["1XvqYHXySr6LUjnpllUTQQ"], "issued_at": "2018-10-04T03:15:05.000000Z"}} 2018-10-04 03:15:05,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75579b234a07cb49a67b4a12bd46e8171f5c0776" 2018-10-04 03:15:05,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007a640c-4310-4456-8b6c-0b37b274e9b5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:05,855 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-007a640c-4310-4456-8b6c-0b37b274e9b5 2018-10-04 03:15:05,862 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:06,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-867857f4-6158-4b12-978b-1d19b6036559 Date: Thu, 04 Oct 2018 03:15:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dd0fc0b0-d214-4320-808a-1216cd2fa743"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:04Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:03Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:06,110 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net used request id req-867857f4-6158-4b12-978b-1d19b6036559 2018-10-04 03:15:06,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:06,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9ab6686a-9435-43a6-a237-ca865e08f5c5 Date: Thu, 04 Oct 2018 03:15:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dd0fc0b0-d214-4320-808a-1216cd2fa743","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]} 2018-10-04 03:15:06,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-9ab6686a-9435-43a6-a237-ca865e08f5c5 2018-10-04 03:15:06,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:07,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6615316e-1511-4e85-b4f2-8180bf827815 Date: Thu, 04 Oct 2018 03:15:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dd0fc0b0-d214-4320-808a-1216cd2fa743"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:04Z","provider:segmentation_id":7,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:03Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:07,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net used request id req-6615316e-1511-4e85-b4f2-8180bf827815 2018-10-04 03:15:07,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:07,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:07,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75579b234a07cb49a67b4a12bd46e8171f5c0776" 2018-10-04 03:15:07,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f244c9e-17dc-406a-ba74-0c003dcab530 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:07,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-8f244c9e-17dc-406a-ba74-0c003dcab530 2018-10-04 03:15:07,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:07,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-74f2ddd3-b1f1-4bbd-801c-3905e827aeca Date: Thu, 04 Oct 2018 03:15:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dd0fc0b0-d214-4320-808a-1216cd2fa743","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]} 2018-10-04 03:15:07,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-74f2ddd3-b1f1-4bbd-801c-3905e827aeca 2018-10-04 03:15:07,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86&name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:07,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b812d7d7-5135-40fc-bf23-fdccacceffac Date: Thu, 04 Oct 2018 03:15:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0a8f14f3-a8b9-4342-b46a-8bd78df57f86","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dd0fc0b0-d214-4320-808a-1216cd2fa743","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet"}]} 2018-10-04 03:15:07,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=0a8f14f3-a8b9-4342-b46a-8bd78df57f86&name=NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet used request id req-b812d7d7-5135-40fc-bf23-fdccacceffac 2018-10-04 03:15:07,771 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net 2018-10-04 03:15:07,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" -d '{"port": {"network_id": "0a8f14f3-a8b9-4342-b46a-8bd78df57f86", "fixed_ips": [{"subnet_id": "dd0fc0b0-d214-4320-808a-1216cd2fa743", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-port", "admin_state_up": true}}' 2018-10-04 03:15:07,939 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-d6b88bad-7448-4de8-b559-bd7ae67f9577 Date: Thu, 04 Oct 2018 03:15:07 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 03:15:07,939 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-d6b88bad-7448-4de8-b559-bd7ae67f9577 2018-10-04 03:15:07,939 - 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-04 03:15:07,940 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet 2018-10-04 03:15:07,940 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-subnet 2018-10-04 03:15:07,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/dd0fc0b0-d214-4320-808a-1216cd2fa743 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:10,170 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-24eca188-9e96-453d-9cc2-29f61fdee48a Date: Thu, 04 Oct 2018 03:15:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:10,171 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/dd0fc0b0-d214-4320-808a-1216cd2fa743 used request id req-24eca188-9e96-453d-9cc2-29f61fdee48a 2018-10-04 03:15:10,171 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-1e66f9a3-3a9b-4c31-9192-8a4109b0a47d-pub-net 2018-10-04 03:15:10,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/0a8f14f3-a8b9-4342-b46a-8bd78df57f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f90febac6b0303c269ffb464bc3ddb9f70886b8" 2018-10-04 03:15:11,531 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b7fdb430-0d83-4cd4-9f77-dd8979d3df3b Date: Thu, 04 Oct 2018 03:15:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:11,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0a8f14f3-a8b9-4342-b46a-8bd78df57f86 used request id req-b7fdb430-0d83-4cd4-9f77-dd8979d3df3b 2018-10-04 03:15:11,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:11,919 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Kh0tKpQSTIKYUzT3vEPzFg"], "issued_at": "2018-10-04T03:15:11.000000Z"}} 2018-10-04 03:15:11,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:12,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73f43cd8-0cd0-4382-9081-1c38def0576b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:12,015 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-73f43cd8-0cd0-4382-9081-1c38def0576b 2018-10-04 03:15:12,016 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net 2018-10-04 03:15:12,022 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" -d '{"network": {"name": "NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net", "admin_state_up": true}}' 2018-10-04 03:15:12,442 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-f1e9c675-dbbd-41e6-a293-67f7fd111551 Date: Thu, 04 Oct 2018 03:15:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:12Z","is_default":false,"provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:12Z","mtu":1450}} 2018-10-04 03:15:12,442 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-f1e9c675-dbbd-41e6-a293-67f7fd111551 2018-10-04 03:15:12,448 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:12,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-c9e6e1dd-83f1-4dae-8719-c1fbf99c1901 Date: Thu, 04 Oct 2018 03:15:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:12Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:12Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:12,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-c9e6e1dd-83f1-4dae-8719-c1fbf99c1901 2018-10-04 03:15:12,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:12,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7dfeb62b-05a1-49e5-9400-a9c443a41a2a Date: Thu, 04 Oct 2018 03:15:12 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:15:12,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-7dfeb62b-05a1-49e5-9400-a9c443a41a2a 2018-10-04 03:15:12,939 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet 2018-10-04 03:15:12,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" -d '{"subnets": [{"ip_version": 4, "network_id": "ac7f60ee-b34e-48dd-b53e-1e8e807414da", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]}' 2018-10-04 03:15:13,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b48182f0-d888-4604-88d0-13fca820671e Date: Thu, 04 Oct 2018 03:15:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:13Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:13Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]} 2018-10-04 03:15:13,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-b48182f0-d888-4604-88d0-13fca820671e 2018-10-04 03:15:13,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:13,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-54d455c5-8b31-4da5-9334-43bee0f198b7 Date: Thu, 04 Oct 2018 03:15:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:13Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:12Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:13,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-54d455c5-8b31-4da5-9334-43bee0f198b7 2018-10-04 03:15:13,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:14,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-67f5387e-0869-4043-b507-ab0d3fc085ba Date: Thu, 04 Oct 2018 03:15:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:13Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]} 2018-10-04 03:15:14,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-67f5387e-0869-4043-b507-ab0d3fc085ba 2018-10-04 03:15:14,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:14,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-c70641f8-3048-4ded-aacd-93d706e15527 Date: Thu, 04 Oct 2018 03:15:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:13Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:12Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:14,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net used request id req-c70641f8-3048-4ded-aacd-93d706e15527 2018-10-04 03:15:14,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:14,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:14 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:14,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:14,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a58ec80b-5725-47fc-83b1-ef182e6fdaa7 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:14,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-a58ec80b-5725-47fc-83b1-ef182e6fdaa7 2018-10-04 03:15:14,390 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:14,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b48073d0-6c00-4e9b-9352-6926b74d0a88 Date: Thu, 04 Oct 2018 03:15:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:13Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]} 2018-10-04 03:15:14,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-b48073d0-6c00-4e9b-9352-6926b74d0a88 2018-10-04 03:15:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da&name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:15,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b635c6a0-23ab-4ad2-a37b-656bb54298a2 Date: Thu, 04 Oct 2018 03:15:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:13Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]} 2018-10-04 03:15:15,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da&name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet used request id req-b635c6a0-23ab-4ad2-a37b-656bb54298a2 2018-10-04 03:15:15,502 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:15:15,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:15,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["uU_pxZj0TSKYeVZ97jWBPQ"], "issued_at": "2018-10-04T03:15:15.000000Z"}} 2018-10-04 03:15:15,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2f09c181c351b4af742815f7a463773f1064061" 2018-10-04 03:15:15,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01b4b01-c365-4282-978a-f34a9c4107c1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:15,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e01b4b01-c365-4282-978a-f34a9c4107c1 2018-10-04 03:15:15,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:16,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-5bf4953b-fcd0-4724-ac6e-f8898fc1027a Date: Thu, 04 Oct 2018 03:15:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:13Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:12Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:16,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net used request id req-5bf4953b-fcd0-4724-ac6e-f8898fc1027a 2018-10-04 03:15:16,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:16,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1c373960-3d8c-4578-98cf-ae06a868bdb1 Date: Thu, 04 Oct 2018 03:15:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:13Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]} 2018-10-04 03:15:16,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-1c373960-3d8c-4578-98cf-ae06a868bdb1 2018-10-04 03:15:16,386 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:16,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-c9db774e-4799-4f25-8be3-ccaef320f84f Date: Thu, 04 Oct 2018 03:15:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:13Z","provider:segmentation_id":4,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:12Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:16,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net used request id req-c9db774e-4799-4f25-8be3-ccaef320f84f 2018-10-04 03:15:16,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:16,636 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:16,636 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2f09c181c351b4af742815f7a463773f1064061" 2018-10-04 03:15:16,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3c96fe5-2b4e-4bac-ba08-ffa79b224642 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:16,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e3c96fe5-2b4e-4bac-ba08-ffa79b224642 2018-10-04 03:15:16,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:16,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-063017b6-f4bd-4553-96e1-66798040b1fe Date: Thu, 04 Oct 2018 03:15:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:13Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]} 2018-10-04 03:15:16,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-063017b6-f4bd-4553-96e1-66798040b1fe 2018-10-04 03:15:16,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da&name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:16,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d3b5736c-4e25-48b8-a8df-930cf58a89c1 Date: Thu, 04 Oct 2018 03:15:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac7f60ee-b34e-48dd-b53e-1e8e807414da","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:13Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:13Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"3bd9fdb58042454785b75b915cc07acf","id":"c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652","subnetpool_id":null,"name":"NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet"}]} 2018-10-04 03:15:16,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ac7f60ee-b34e-48dd-b53e-1e8e807414da&name=NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet used request id req-d3b5736c-4e25-48b8-a8df-930cf58a89c1 2018-10-04 03:15:16,975 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net 2018-10-04 03:15:16,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" -d '{"port": {"network_id": "ac7f60ee-b34e-48dd-b53e-1e8e807414da", "fixed_ips": [{"subnet_id": "c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-port", "admin_state_up": true}}' 2018-10-04 03:15:17,332 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-669d708f-4490-41ca-b79d-c944bdc88ce3 Date: Thu, 04 Oct 2018 03:15:17 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-04 03:15:17,332 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-669d708f-4490-41ca-b79d-c944bdc88ce3 2018-10-04 03:15:17,333 - 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-04 03:15:17,333 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet 2018-10-04 03:15:17,333 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-subnet 2018-10-04 03:15:17,338 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:19,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3af1f31b-72c8-4783-988e-dd5b5ab111ef Date: Thu, 04 Oct 2018 03:15:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:19,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7bb7e68-4e89-47a4-9a3c-fb27d7f2b652 used request id req-3af1f31b-72c8-4783-988e-dd5b5ab111ef 2018-10-04 03:15:19,554 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-1832cb95-5b53-4858-975f-e81fb8ecea4e-pub-net 2018-10-04 03:15:19,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/ac7f60ee-b34e-48dd-b53e-1e8e807414da -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}73dadbe6e547da586188a7c48b4d601b18e4df98" 2018-10-04 03:15:20,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71dfd002-2243-4756-bd43-d65e56af55f5 Date: Thu, 04 Oct 2018 03:15:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:20,991 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ac7f60ee-b34e-48dd-b53e-1e8e807414da used request id req-71dfd002-2243-4756-bd43-d65e56af55f5 2018-10-04 03:15:20,992 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:21,380 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Se8lkNwQToq_474BaphZYg"], "issued_at": "2018-10-04T03:15:21.000000Z"}} 2018-10-04 03:15:21,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:21,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a6295f-c5a4-40c9-87dd-4146fc510391 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:21,466 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-25a6295f-c5a4-40c9-87dd-4146fc510391 2018-10-04 03:15:21,467 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net 2018-10-04 03:15:21,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" -d '{"network": {"name": "NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net", "admin_state_up": true}}' 2018-10-04 03:15:21,853 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-7d6c7aec-ff86-4072-b87f-5a15ad216d9a Date: Thu, 04 Oct 2018 03:15:21 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f288a141-e965-4bfa-bca1-683a101a4df1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:21Z","is_default":false,"provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:21Z","mtu":1450}} 2018-10-04 03:15:21,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7d6c7aec-ff86-4072-b87f-5a15ad216d9a 2018-10-04 03:15:21,859 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:22,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-017dd686-f658-4ee2-9573-66c2a75dd4ef Date: Thu, 04 Oct 2018 03:15:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f288a141-e965-4bfa-bca1-683a101a4df1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:21Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:21Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:22,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-017dd686-f658-4ee2-9573-66c2a75dd4ef 2018-10-04 03:15:22,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:22,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-215372c3-1370-4cb8-a060-3d9916e803d4 Date: Thu, 04 Oct 2018 03:15:22 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:15:22,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-215372c3-1370-4cb8-a060-3d9916e803d4 2018-10-04 03:15:22,471 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet 2018-10-04 03:15:22,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" -d '{"subnets": [{"ip_version": 4, "network_id": "f288a141-e965-4bfa-bca1-683a101a4df1", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]}' 2018-10-04 03:15:23,135 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-777dc7a0-da65-443c-b241-e4036634f0cb Date: Thu, 04 Oct 2018 03:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f288a141-e965-4bfa-bca1-683a101a4df1","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:22Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:22Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dbfe9e21-2fe9-4592-bc28-8d0211ae9553","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]} 2018-10-04 03:15:23,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-777dc7a0-da65-443c-b241-e4036634f0cb 2018-10-04 03:15:23,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:23,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0bd1054b-136e-492b-97a4-47978abde2ac Date: Thu, 04 Oct 2018 03:15:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f288a141-e965-4bfa-bca1-683a101a4df1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dbfe9e21-2fe9-4592-bc28-8d0211ae9553"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:22Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:21Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:23,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-0bd1054b-136e-492b-97a4-47978abde2ac 2018-10-04 03:15:23,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:23,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-32dbad17-3cab-4bb9-ab95-b6a1e861004d Date: Thu, 04 Oct 2018 03:15:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f288a141-e965-4bfa-bca1-683a101a4df1","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:22Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:22Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dbfe9e21-2fe9-4592-bc28-8d0211ae9553","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]} 2018-10-04 03:15:23,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-32dbad17-3cab-4bb9-ab95-b6a1e861004d 2018-10-04 03:15:23,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:23,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ccf2cb6c-a725-4bac-b7ea-cd876f9a8d18 Date: Thu, 04 Oct 2018 03:15:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f288a141-e965-4bfa-bca1-683a101a4df1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dbfe9e21-2fe9-4592-bc28-8d0211ae9553"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:22Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:21Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:23,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net used request id req-ccf2cb6c-a725-4bac-b7ea-cd876f9a8d18 2018-10-04 03:15:23,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:23,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:23,881 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:23,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59e308f1-9ebf-47d4-975f-d53d89fc8dce 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:23,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-59e308f1-9ebf-47d4-975f-d53d89fc8dce 2018-10-04 03:15:23,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:24,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-094243d3-d8d3-4a4b-be71-35654291f7a8 Date: Thu, 04 Oct 2018 03:15:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f288a141-e965-4bfa-bca1-683a101a4df1","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:22Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:22Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dbfe9e21-2fe9-4592-bc28-8d0211ae9553","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]} 2018-10-04 03:15:24,154 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-094243d3-d8d3-4a4b-be71-35654291f7a8 2018-10-04 03:15:24,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1&name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:24,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-316ed9bc-50dd-4976-919a-82cad67576b3 Date: Thu, 04 Oct 2018 03:15:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f288a141-e965-4bfa-bca1-683a101a4df1","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:22Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:22Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dbfe9e21-2fe9-4592-bc28-8d0211ae9553","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]} 2018-10-04 03:15:24,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1&name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet used request id req-316ed9bc-50dd-4976-919a-82cad67576b3 2018-10-04 03:15:24,209 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:15:24,210 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:24,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["P6r-ZcTlS8OXRaTgo1JXEA"], "issued_at": "2018-10-04T03:15:24.000000Z"}} 2018-10-04 03:15:24,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b72a9a3aeb548eb455fbb305bff56c4970ce0d" 2018-10-04 03:15:24,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-600c8821-5231-4e4e-95f1-df0c31cbd831 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:24,686 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-600c8821-5231-4e4e-95f1-df0c31cbd831 2018-10-04 03:15:24,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:24,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e430bd32-c0c2-4c4d-80ff-953121ff4f9f Date: Thu, 04 Oct 2018 03:15:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f288a141-e965-4bfa-bca1-683a101a4df1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dbfe9e21-2fe9-4592-bc28-8d0211ae9553"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:22Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:21Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:24,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net used request id req-e430bd32-c0c2-4c4d-80ff-953121ff4f9f 2018-10-04 03:15:24,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:24,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-55fccb1b-035f-4f14-9990-537cadf6318d Date: Thu, 04 Oct 2018 03:15:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f288a141-e965-4bfa-bca1-683a101a4df1","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:22Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:22Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dbfe9e21-2fe9-4592-bc28-8d0211ae9553","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]} 2018-10-04 03:15:24,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-55fccb1b-035f-4f14-9990-537cadf6318d 2018-10-04 03:15:24,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:25,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-923e384f-7f51-4d16-bce3-527c65153ec1 Date: Thu, 04 Oct 2018 03:15:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f288a141-e965-4bfa-bca1-683a101a4df1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["dbfe9e21-2fe9-4592-bc28-8d0211ae9553"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:22Z","provider:segmentation_id":71,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:21Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:25,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net used request id req-923e384f-7f51-4d16-bce3-527c65153ec1 2018-10-04 03:15:25,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:25,221 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:25,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55b72a9a3aeb548eb455fbb305bff56c4970ce0d" 2018-10-04 03:15:25,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9a4f7e4-f63d-4ecf-a103-4df37e74f212 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:25,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-f9a4f7e4-f63d-4ecf-a103-4df37e74f212 2018-10-04 03:15:25,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:25,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6baee928-8af5-4521-b6cb-07f533f17674 Date: Thu, 04 Oct 2018 03:15:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f288a141-e965-4bfa-bca1-683a101a4df1","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:22Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:22Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dbfe9e21-2fe9-4592-bc28-8d0211ae9553","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]} 2018-10-04 03:15:25,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-6baee928-8af5-4521-b6cb-07f533f17674 2018-10-04 03:15:25,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1&name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:25,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7f420a77-a011-48a9-8666-45b778886e14 Date: Thu, 04 Oct 2018 03:15:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f288a141-e965-4bfa-bca1-683a101a4df1","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:22Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:22Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"dbfe9e21-2fe9-4592-bc28-8d0211ae9553","subnetpool_id":null,"name":"NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet"}]} 2018-10-04 03:15:25,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=f288a141-e965-4bfa-bca1-683a101a4df1&name=NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet used request id req-7f420a77-a011-48a9-8666-45b778886e14 2018-10-04 03:15:25,447 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net 2018-10-04 03:15:25,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" -d '{"port": {"network_id": "f288a141-e965-4bfa-bca1-683a101a4df1", "fixed_ips": [{"subnet_id": "dbfe9e21-2fe9-4592-bc28-8d0211ae9553", "ip_address": null}], "name": "NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-port", "admin_state_up": true}}' 2018-10-04 03:15:25,462 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-44772450-27d8-498e-aa8c-128ef57b3cc3 Date: Thu, 04 Oct 2018 03:15:25 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-10-04 03:15:25,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-44772450-27d8-498e-aa8c-128ef57b3cc3 2018-10-04 03:15:25,463 - 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-04 03:15:25,463 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet 2018-10-04 03:15:25,463 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-subnet 2018-10-04 03:15:25,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/dbfe9e21-2fe9-4592-bc28-8d0211ae9553 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:27,416 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84e97b04-0a41-451a-82c2-ed3b30c61231 Date: Thu, 04 Oct 2018 03:15:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:27,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/dbfe9e21-2fe9-4592-bc28-8d0211ae9553 used request id req-84e97b04-0a41-451a-82c2-ed3b30c61231 2018-10-04 03:15:27,417 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-a1ec70fa-8415-4430-8cc1-85f10fdff5c4-pub-net 2018-10-04 03:15:27,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/f288a141-e965-4bfa-bca1-683a101a4df1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1aff6f6f99d86319f81bf4237835f928bd540152" 2018-10-04 03:15:28,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e413b894-fea0-420a-bbc5-13296319d614 Date: Thu, 04 Oct 2018 03:15:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:28,931 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f288a141-e965-4bfa-bca1-683a101a4df1 used request id req-e413b894-fea0-420a-bbc5-13296319d614 2018-10-04 03:15:28,932 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:29,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["8ESbF9s8Qya_F_Xlfxrb8Q"], "issued_at": "2018-10-04T03:15:29.000000Z"}} 2018-10-04 03:15:29,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:29,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15ac0ad6-eb60-469b-bcbd-e8876594a5e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:29,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-15ac0ad6-eb60-469b-bcbd-e8876594a5e2 2018-10-04 03:15:29,394 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net 2018-10-04 03:15:29,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" -d '{"network": {"name": "NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net", "admin_state_up": true}}' 2018-10-04 03:15:29,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-43653016-97c3-4ea1-bf90-8d74cc935983 Date: Thu, 04 Oct 2018 03:15:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:29Z","is_default":false,"provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:29Z","mtu":1450}} 2018-10-04 03:15:29,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-43653016-97c3-4ea1-bf90-8d74cc935983 2018-10-04 03:15:29,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:30,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-074b9ea4-8b95-4841-b65d-6d752553978d Date: Thu, 04 Oct 2018 03:15:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:15:29Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:29Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:30,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-074b9ea4-8b95-4841-b65d-6d752553978d 2018-10-04 03:15:30,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:30,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-da0295a0-80ec-4764-b434-47a578498e77 Date: Thu, 04 Oct 2018 03:15:30 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:15:30,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-da0295a0-80ec-4764-b434-47a578498e77 2018-10-04 03:15:30,265 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet 2018-10-04 03:15:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" -d '{"subnets": [{"ip_version": 4, "network_id": "d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]}' 2018-10-04 03:15:30,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4f61ca05-9d42-490d-a1c9-a23b935254fc Date: Thu, 04 Oct 2018 03:15:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:30Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:30Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]} 2018-10-04 03:15:30,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-4f61ca05-9d42-490d-a1c9-a23b935254fc 2018-10-04 03:15:30,834 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:31,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d9aae408-76ec-4ad4-8fec-1411d6c522d0 Date: Thu, 04 Oct 2018 03:15:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:30Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:29Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:31,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-d9aae408-76ec-4ad4-8fec-1411d6c522d0 2018-10-04 03:15:31,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:31,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a7bb219d-c752-4008-9b0c-f97a8732c516 Date: Thu, 04 Oct 2018 03:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:30Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:30Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]} 2018-10-04 03:15:31,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-a7bb219d-c752-4008-9b0c-f97a8732c516 2018-10-04 03:15:31,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:31,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-44e4a8a9-39cd-45dc-b715-260690fba847 Date: Thu, 04 Oct 2018 03:15:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:30Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:29Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:31,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net used request id req-44e4a8a9-39cd-45dc-b715-260690fba847 2018-10-04 03:15:31,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:31,401 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:31,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:31,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27afd34b-0056-403e-b49d-4c2191edd48e 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:31,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-27afd34b-0056-403e-b49d-4c2191edd48e 2018-10-04 03:15:31,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:31,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2211a3ba-e7e4-4813-9bc2-b209d333572d Date: Thu, 04 Oct 2018 03:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:30Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:30Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]} 2018-10-04 03:15:31,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-2211a3ba-e7e4-4813-9bc2-b209d333572d 2018-10-04 03:15:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0&name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:31,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8d4b8822-1095-43da-a317-dae01e7f80c2 Date: Thu, 04 Oct 2018 03:15:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:30Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:30Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]} 2018-10-04 03:15:31,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0&name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet used request id req-8d4b8822-1095-43da-a317-dae01e7f80c2 2018-10-04 03:15:31,910 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:15:31,911 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:32,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["9jo4ZStvQYqCZxEo-O6FPA"], "issued_at": "2018-10-04T03:15:32.000000Z"}} 2018-10-04 03:15:32,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d48d1f688ee6d779443616e40fb40570faf4551" 2018-10-04 03:15:32,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2cf5d8a-c8f6-4d44-be45-a7e43d089872 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:32,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f2cf5d8a-c8f6-4d44-be45-a7e43d089872 2018-10-04 03:15:32,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:32,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-c367927c-cddf-4a57-90c2-bd1f9ebeea25 Date: Thu, 04 Oct 2018 03:15:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:30Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:29Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:32,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net used request id req-c367927c-cddf-4a57-90c2-bd1f9ebeea25 2018-10-04 03:15:32,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:32,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8fb59a01-a356-4db2-8daa-74121fc08790 Date: Thu, 04 Oct 2018 03:15:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:30Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:30Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]} 2018-10-04 03:15:32,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-8fb59a01-a356-4db2-8daa-74121fc08790 2018-10-04 03:15:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:32,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a2777b1a-0347-4095-94d9-81151fd44cfc Date: Thu, 04 Oct 2018 03:15:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6"],"description":"","tags":[],"updated_at":"2018-10-04T03:15:30Z","provider:segmentation_id":61,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:29Z","provider:network_type":"vxlan"}]} 2018-10-04 03:15:32,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net used request id req-a2777b1a-0347-4095-94d9-81151fd44cfc 2018-10-04 03:15:32,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:32,966 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:32,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d48d1f688ee6d779443616e40fb40570faf4551" 2018-10-04 03:15:33,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cbcbe7-8af2-4736-870c-c34a01c82aa0 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:33,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-b7cbcbe7-8af2-4736-870c-c34a01c82aa0 2018-10-04 03:15:33,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:33,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-41756792-57bc-4843-8701-5408bccd0d04 Date: Thu, 04 Oct 2018 03:15:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:30Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:30Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]} 2018-10-04 03:15:33,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-41756792-57bc-4843-8701-5408bccd0d04 2018-10-04 03:15:33,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0&name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:33,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8a82de91-97dc-4fd9-a628-3f5c86209950 Date: Thu, 04 Oct 2018 03:15:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:30Z","dns_nameservers":[],"updated_at":"2018-10-04T03:15:30Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","subnetpool_id":null,"name":"NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet"}]} 2018-10-04 03:15:33,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0&name=NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet used request id req-8a82de91-97dc-4fd9-a628-3f5c86209950 2018-10-04 03:15:33,309 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net 2018-10-04 03:15:33,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" -d '{"port": {"network_id": "d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0", "fixed_ips": [{"subnet_id": "6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-10-04 03:15:34,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-03334164-465d-4964-948f-639430c3ca9d Date: Thu, 04 Oct 2018 03:15:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:15:33Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","ip_address":"10.55.1.100"}],"id":"224932a5-f8a5-423e-af8a-fa99797ccb14","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ac:ef:e8","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:33Z","binding:vnic_type":"normal"}} 2018-10-04 03:15:34,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-03334164-465d-4964-948f-639430c3ca9d 2018-10-04 03:15:34,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports/224932a5-f8a5-423e-af8a-fa99797ccb14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:34,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-fbfc17a7-fcc9-4596-9073-2d5110d91a2a Date: Thu, 04 Oct 2018 03:15:34 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:15:33Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6","ip_address":"10.55.1.100"}],"id":"224932a5-f8a5-423e-af8a-fa99797ccb14","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ac:ef:e8","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:15:33Z","binding:vnic_type":"normal"}} 2018-10-04 03:15:34,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports/224932a5-f8a5-423e-af8a-fa99797ccb14 used request id req-fbfc17a7-fcc9-4596-9073-2d5110d91a2a 2018-10-04 03:15:34,513 - neutron_utils - INFO - Deleting port with name 2018-10-04 03:15:34,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/224932a5-f8a5-423e-af8a-fa99797ccb14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:35,278 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-96f42cca-15fa-4c83-a89d-34f828e332ca Date: Thu, 04 Oct 2018 03:15:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:35,279 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/224932a5-f8a5-423e-af8a-fa99797ccb14 used request id req-96f42cca-15fa-4c83-a89d-34f828e332ca 2018-10-04 03:15:35,279 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet 2018-10-04 03:15:35,279 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-subnet 2018-10-04 03:15:35,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:37,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-855548e1-aeb8-4b20-93ad-8235da5fdc37 Date: Thu, 04 Oct 2018 03:15:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:37,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/6ca00e8e-5e01-44ea-9497-3b2d1d5e81d6 used request id req-855548e1-aeb8-4b20-93ad-8235da5fdc37 2018-10-04 03:15:37,454 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-89440f07-620d-47c2-bd42-de34c96b44ea-pub-net 2018-10-04 03:15:37,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16c4f26b6379506c23d71a2f01982626b6e71887" 2018-10-04 03:15:38,524 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8e06fa20-39cc-48d2-965c-7667c2dfa807 Date: Thu, 04 Oct 2018 03:15:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:38,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d3dbb6ec-1f5e-45e8-b445-72de41f7cfe0 used request id req-8e06fa20-39cc-48d2-965c-7667c2dfa807 2018-10-04 03:15:38,526 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:38,907 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["kmTt5OJ_RECVH-0JWIhlzQ"], "issued_at": "2018-10-04T03:15:38.000000Z"}} 2018-10-04 03:15:38,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366a3650bac31c37bc11c965c8efba9e6588b52e" 2018-10-04 03:15:38,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f76a176a-9386-414b-b3be-d0974007ea7f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:38,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f76a176a-9386-414b-b3be-d0974007ea7f 2018-10-04 03:15:38,992 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:15:38,993 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:39,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["EkvWN_foRP-aoUNRITeY2g"], "issued_at": "2018-10-04T03:15:39.000000Z"}} 2018-10-04 03:15:39,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fa90cfbbfb60fb31229ba1301653a398d313cc9" 2018-10-04 03:15:39,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80562ca0-a287-4909-bcb8-fba9d2cb84ee Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:39,454 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-80562ca0-a287-4909-bcb8-fba9d2cb84ee 2018-10-04 03:15:39,460 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3bd086c0-9425-4310-9cf4-ab9ba5015b4e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}366a3650bac31c37bc11c965c8efba9e6588b52e" 2018-10-04 03:15:39,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e969da8e-3369-4eed-8734-e50532309833 Date: Thu, 04 Oct 2018 03:15:39 GMT RESP BODY: {"networks":[]} 2018-10-04 03:15:39,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NeutronUtilsRouterTests-3bd086c0-9425-4310-9cf4-ab9ba5015b4e-pub-net used request id req-e969da8e-3369-4eed-8734-e50532309833 2018-10-04 03:15:39,734 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:40,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["e3cNkuYaRceTcHma2f6A6Q"], "issued_at": "2018-10-04T03:15:40.000000Z"}} 2018-10-04 03:15:40,119 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:40,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26a105cd-e1dc-4c90-b840-7631f1c96a65 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:40,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-26a105cd-e1dc-4c90-b840-7631f1c96a65 2018-10-04 03:15:40,198 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:15:40,199 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:40,589 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["DiC9fJa4SZm2SnNbffiR3g"], "issued_at": "2018-10-04T03:15:40.000000Z"}} 2018-10-04 03:15:40,590 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a201aff550e8db718a89ccdf3af20320c13ac172" 2018-10-04 03:15:40,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ca9ab66-7c66-4507-82f7-330dc76a9212 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:40,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7ca9ab66-7c66-4507-82f7-330dc76a9212 2018-10-04 03:15:40,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:40,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9fa04c4e-0534-4d47-af16-62fa28aa469c Date: Thu, 04 Oct 2018 03:15:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:15:40,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-9fa04c4e-0534-4d47-af16-62fa28aa469c 2018-10-04 03:15:40,943 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:41,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-83932482-ee04-47b1-9fa3-de4ca0613398 Date: Thu, 04 Oct 2018 03:15:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:15:41,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-83932482-ee04-47b1-9fa3-de4ca0613398 2018-10-04 03:15:41,180 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router 2018-10-04 03:15:41,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router", "admin_state_up": true}}' 2018-10-04 03:15:42,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-99ee1411-f422-4fa0-9fd3-ab85c99725db Date: Thu, 04 Oct 2018 03:15:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:15:42Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b08054ca-1f3c-4c32-8876-2cc93bc2db17", "name": "NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router"}} 2018-10-04 03:15:42,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-99ee1411-f422-4fa0-9fd3-ab85c99725db 2018-10-04 03:15:42,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b08054ca-1f3c-4c32-8876-2cc93bc2db17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:42,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-c78ccb23-f72a-461a-976b-0cccd4f70a25 Date: Thu, 04 Oct 2018 03:15:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:15:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.206"}],"id":"a7177072-bcea-4f0e-b841-02a95af617c3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:93:4b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b08054ca-1f3c-4c32-8876-2cc93bc2db17","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:15:41Z","binding:vnic_type":"normal"}]} 2018-10-04 03:15:42,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b08054ca-1f3c-4c32-8876-2cc93bc2db17 used request id req-c78ccb23-f72a-461a-976b-0cccd4f70a25 2018-10-04 03:15:42,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:42,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-68d6d770-6cc5-4fd2-8854-924197fff34d Date: Thu, 04 Oct 2018 03:15:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:15:42,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-68d6d770-6cc5-4fd2-8854-924197fff34d 2018-10-04 03:15:42,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:42,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-99f7e34a-e4c1-45f2-8a15-5e2960d34654 Date: Thu, 04 Oct 2018 03:15:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:15:42Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b08054ca-1f3c-4c32-8876-2cc93bc2db17", "name": "NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router"}]} 2018-10-04 03:15:42,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router used request id req-99f7e34a-e4c1-45f2-8a15-5e2960d34654 2018-10-04 03:15:42,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:42,949 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:42 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:42,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:42,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46df8ae4-bf99-4890-b1dc-44d8daa3fde5 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:42,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-46df8ae4-bf99-4890-b1dc-44d8daa3fde5 2018-10-04 03:15:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b08054ca-1f3c-4c32-8876-2cc93bc2db17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:43,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-33a5afc1-c19d-4381-a552-25963ea92e85 Date: Thu, 04 Oct 2018 03:15:43 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:15:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.206"}],"id":"a7177072-bcea-4f0e-b841-02a95af617c3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8a:93:4b","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b08054ca-1f3c-4c32-8876-2cc93bc2db17","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:15:41Z","binding:vnic_type":"normal"}]} 2018-10-04 03:15:43,197 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b08054ca-1f3c-4c32-8876-2cc93bc2db17 used request id req-33a5afc1-c19d-4381-a552-25963ea92e85 2018-10-04 03:15:43,202 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:43,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-f930cff0-4a15-4dab-aa4b-309dcb4c762b Date: Thu, 04 Oct 2018 03:15:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:15:43,390 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-f930cff0-4a15-4dab-aa4b-309dcb4c762b 2018-10-04 03:15:43,391 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router 2018-10-04 03:15:43,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/b08054ca-1f3c-4c32-8876-2cc93bc2db17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:44,583 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0eb09fd0-d8dd-4312-885a-665522f3fe48 Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:44,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b08054ca-1f3c-4c32-8876-2cc93bc2db17 used request id req-0eb09fd0-d8dd-4312-885a-665522f3fe48 2018-10-04 03:15:44,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}baa098a2ba6ae0c1f2962300742747733434adb2" 2018-10-04 03:15:44,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b3213dfa-aa69-4b0f-9fbc-38a2e032e685 Date: Thu, 04 Oct 2018 03:15:44 GMT RESP BODY: {"routers": []} 2018-10-04 03:15:44,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4b65aeee-2ec7-4a20-b8fe-21b261d5c6fb-pub-router used request id req-b3213dfa-aa69-4b0f-9fbc-38a2e032e685 2018-10-04 03:15:44,635 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:45,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["8gYkXEc_QxW-QXnTVvDAUA"], "issued_at": "2018-10-04T03:15:45.000000Z"}} 2018-10-04 03:15:45,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:45,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-652c6c47-40dc-4dd8-84d9-2a2a666a0dff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:45,097 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-652c6c47-40dc-4dd8-84d9-2a2a666a0dff 2018-10-04 03:15:45,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:15:45,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:45,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["93bZZCsLQvOvvDcjOCvfqQ"], "issued_at": "2018-10-04T03:15:45.000000Z"}} 2018-10-04 03:15:45,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d070bc741bd9e5c6bfffb04e512a5b49a1d2c784" 2018-10-04 03:15:45,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-985697b3-d47d-4ebb-9519-41a0f4a9fa52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:45,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-985697b3-d47d-4ebb-9519-41a0f4a9fa52 2018-10-04 03:15:45,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:45,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-18a2a2dc-04a5-4e17-8935-fd8668c073bf Date: Thu, 04 Oct 2018 03:15:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:15:45,812 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-18a2a2dc-04a5-4e17-8935-fd8668c073bf 2018-10-04 03:15:45,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:46,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d249bfdb-b556-4a10-9cd1-92a487cad962 Date: Thu, 04 Oct 2018 03:15:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:15:46,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-d249bfdb-b556-4a10-9cd1-92a487cad962 2018-10-04 03:15:46,037 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router 2018-10-04 03:15:46,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router", "admin_state_up": true}}' 2018-10-04 03:15:47,144 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-46716736-0fde-41c3-a2c0-99727fc64150 Date: Thu, 04 Oct 2018 03:15:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:15:47Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495", "name": "NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router"}} 2018-10-04 03:15:47,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-46716736-0fde-41c3-a2c0-99727fc64150 2018-10-04 03:15:47,150 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:47,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-eba30c29-5e15-423a-b8be-f81d89832d29 Date: Thu, 04 Oct 2018 03:15:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:15:46Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.211"}],"id":"cd02b07f-881c-492f-bb69-96ab8121c9b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1b:8f:88","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:15:46Z","binding:vnic_type":"normal"}]} 2018-10-04 03:15:47,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495 used request id req-eba30c29-5e15-423a-b8be-f81d89832d29 2018-10-04 03:15:47,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:47,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a13da688-1ed0-4391-8084-29dfd364223b Date: Thu, 04 Oct 2018 03:15:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:15:47,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-a13da688-1ed0-4391-8084-29dfd364223b 2018-10-04 03:15:47,409 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:47,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-d19c9c1c-3de2-40f6-8843-77c977eafaa2 Date: Thu, 04 Oct 2018 03:15:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:46Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:15:47Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495", "name": "NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router"}]} 2018-10-04 03:15:47,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router used request id req-d19c9c1c-3de2-40f6-8843-77c977eafaa2 2018-10-04 03:15:47,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:47,478 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:47,479 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:47,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5faeea74-2453-449c-b525-818f7545efb2 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:47,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-5faeea74-2453-449c-b525-818f7545efb2 2018-10-04 03:15:47,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:47,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-a8a05c1a-8d73-4f27-bb69-e945572a6e9b Date: Thu, 04 Oct 2018 03:15:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:15:46Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.211"}],"id":"cd02b07f-881c-492f-bb69-96ab8121c9b5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:1b:8f:88","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:15:46Z","binding:vnic_type":"normal"}]} 2018-10-04 03:15:47,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495 used request id req-a8a05c1a-8d73-4f27-bb69-e945572a6e9b 2018-10-04 03:15:47,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:47,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-9fa56fa3-c68a-484c-9c4f-944f31d145f3 Date: Thu, 04 Oct 2018 03:15:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}} 2018-10-04 03:15:47,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/d452f0e4-634e-4c49-b427-841d4086f073 used request id req-9fa56fa3-c68a-484c-9c4f-944f31d145f3 2018-10-04 03:15:47,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:48,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b6283649-f356-4ace-a058-96349c4be613 Date: Thu, 04 Oct 2018 03:15:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:15:48,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-b6283649-f356-4ace-a058-96349c4be613 2018-10-04 03:15:48,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:48,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-47f233f0-2ba3-44dd-847a-1b6bb45ad854 Date: Thu, 04 Oct 2018 03:15:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:15:48,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-47f233f0-2ba3-44dd-847a-1b6bb45ad854 2018-10-04 03:15:48,272 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router 2018-10-04 03:15:48,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:49,359 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92ccab6f-8060-4b9a-afdb-5d540a307f08 Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:49,360 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b7ab1bab-be9e-49ee-9bb2-5ed8fe38e495 used request id req-92ccab6f-8060-4b9a-afdb-5d540a307f08 2018-10-04 03:15:49,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}057b517ec3d3c8946f239da8153e9d46d19fd86b" 2018-10-04 03:15:49,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7557695c-1bfd-40c0-9511-0709f423baa0 Date: Thu, 04 Oct 2018 03:15:49 GMT RESP BODY: {"routers": []} 2018-10-04 03:15:49,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=NeutronUtilsRouterTests-4e567998-75a4-4dc3-b487-44baa73ad430-pub-router used request id req-7557695c-1bfd-40c0-9511-0709f423baa0 2018-10-04 03:15:49,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:49,959 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["sNhwQRTURp6qQOYRlp6Qpg"], "issued_at": "2018-10-04T03:15:49.000000Z"}} 2018-10-04 03:15:49,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5a367dda129b5eda07876add58879a5502eb1" 2018-10-04 03:15:50,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f0a28c4-fbda-40e0-a438-0fa0bfb18f79 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:50,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6f0a28c4-fbda-40e0-a438-0fa0bfb18f79 2018-10-04 03:15:50,039 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name 2018-10-04 03:15:50,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5a367dda129b5eda07876add58879a5502eb1" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name"}}' 2018-10-04 03:15:50,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-757b3603-93c0-443d-936d-92b064f7faa2 Date: Thu, 04 Oct 2018 03:15:50 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:50Z", "updated_at": "2018-10-04T03:15:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:50Z", "revision_number": 0, "id": "9b71490a-4e37-46d4-bfcd-dc61eb2c2502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:50Z", "revision_number": 0, "id": "9e226c68-9b48-4718-96a3-eb32ccfc14b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "name": "NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name"}} 2018-10-04 03:15:50,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-757b3603-93c0-443d-936d-92b064f7faa2 2018-10-04 03:15:50,455 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b029489b-14f2-473c-8bdf-0e9bf80eced6 2018-10-04 03:15:50,461 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b029489b-14f2-473c-8bdf-0e9bf80eced6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5a367dda129b5eda07876add58879a5502eb1" 2018-10-04 03:15:50,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-906e005d-1300-4251-baa3-27996374151a Date: Thu, 04 Oct 2018 03:15:50 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-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:50Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9b71490a-4e37-46d4-bfcd-dc61eb2c2502"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:50Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9e226c68-9b48-4718-96a3-eb32ccfc14b3"}]} 2018-10-04 03:15:50,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b029489b-14f2-473c-8bdf-0e9bf80eced6 used request id req-906e005d-1300-4251-baa3-27996374151a 2018-10-04 03:15:50,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5a367dda129b5eda07876add58879a5502eb1" 2018-10-04 03:15:50,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-f27811c7-e0ad-474b-babc-58f572521225 Date: Thu, 04 Oct 2018 03:15:50 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:50Z", "updated_at": "2018-10-04T03:15:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:50Z", "revision_number": 0, "id": "9b71490a-4e37-46d4-bfcd-dc61eb2c2502", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:50Z", "revision_number": 0, "id": "9e226c68-9b48-4718-96a3-eb32ccfc14b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "name": "NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name"}]} 2018-10-04 03:15:50,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name used request id req-f27811c7-e0ad-474b-babc-58f572521225 2018-10-04 03:15:50,824 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b029489b-14f2-473c-8bdf-0e9bf80eced6 2018-10-04 03:15:50,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b029489b-14f2-473c-8bdf-0e9bf80eced6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5a367dda129b5eda07876add58879a5502eb1" 2018-10-04 03:15:51,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7290b097-70ac-4f23-9651-2d727fa57626 Date: Thu, 04 Oct 2018 03:15:51 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-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:50Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9b71490a-4e37-46d4-bfcd-dc61eb2c2502"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:50Z", "security_group_id": "b029489b-14f2-473c-8bdf-0e9bf80eced6", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:50Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9e226c68-9b48-4718-96a3-eb32ccfc14b3"}]} 2018-10-04 03:15:51,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=b029489b-14f2-473c-8bdf-0e9bf80eced6 used request id req-7290b097-70ac-4f23-9651-2d727fa57626 2018-10-04 03:15:51,006 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name 2018-10-04 03:15:51,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/b029489b-14f2-473c-8bdf-0e9bf80eced6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5a367dda129b5eda07876add58879a5502eb1" 2018-10-04 03:15:51,179 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-61829f7d-8af9-4e4e-b3ad-f72ba61f3f83 Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:51,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/b029489b-14f2-473c-8bdf-0e9bf80eced6 used request id req-61829f7d-8af9-4e4e-b3ad-f72ba61f3f83 2018-10-04 03:15:51,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bea5a367dda129b5eda07876add58879a5502eb1" 2018-10-04 03:15:51,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-f4adcdd1-6caf-40d9-b54f-48219e3f678c Date: Thu, 04 Oct 2018 03:15:51 GMT RESP BODY: {"security_groups": []} 2018-10-04 03:15:51,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9859a146-d7aa-42e7-8919-768cb3bf6d91name used request id req-f4adcdd1-6caf-40d9-b54f-48219e3f678c 2018-10-04 03:15:51,376 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:51,762 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["GRpqf64RQA6Yyt81Kyd85Q"], "issued_at": "2018-10-04T03:15:51.000000Z"}} 2018-10-04 03:15:51,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4a0d5d12b26d8023de9883b9faa41b0b7ff68bf8" 2018-10-04 03:15:51,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c70d0e2-eb11-428e-bad9-53e375650dd1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:51,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7c70d0e2-eb11-428e-bad9-53e375650dd1 2018-10-04 03:15:51,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:52,151 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["L4VqFIIAT6i139S8nFuHJQ"], "issued_at": "2018-10-04T03:15:52.000000Z"}} 2018-10-04 03:15:52,151 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc856670342aab019099211e3b53574550d07664" 2018-10-04 03:15:52,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bc207d2-527b-4b16-8b7a-1c64e627092a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:52,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5bc207d2-527b-4b16-8b7a-1c64e627092a 2018-10-04 03:15:52,233 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-eb4499f7-a064-418f-8709-7a308674b1d8name 2018-10-04 03:15:52,238 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc856670342aab019099211e3b53574550d07664" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-eb4499f7-a064-418f-8709-7a308674b1d8name", "description": "hello group"}}' 2018-10-04 03:15:52,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-3e9b519c-cd13-46a7-9419-0e31cdc95e62 Date: Thu, 04 Oct 2018 03:15:52 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:52Z", "updated_at": "2018-10-04T03:15:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:52Z", "revision_number": 0, "id": "467c547d-e842-4418-89a4-ebf91ec59ab8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:52Z", "revision_number": 0, "id": "4b50388e-56a2-45d4-a1df-37b15eb25664", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "name": "NeutronUtilsSecurityGroupTests-eb4499f7-a064-418f-8709-7a308674b1d8name"}} 2018-10-04 03:15:52,593 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-3e9b519c-cd13-46a7-9419-0e31cdc95e62 2018-10-04 03:15:52,594 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3d618cc-cae8-4629-b3ec-0e5749443ddb 2018-10-04 03:15:52,598 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3d618cc-cae8-4629-b3ec-0e5749443ddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc856670342aab019099211e3b53574550d07664" 2018-10-04 03:15:52,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9b2c75c0-a226-4c4c-a5b9-28606b6e73d6 Date: Thu, 04 Oct 2018 03:15:52 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:52Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "467c547d-e842-4418-89a4-ebf91ec59ab8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:52Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "4b50388e-56a2-45d4-a1df-37b15eb25664"}]} 2018-10-04 03:15:52,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3d618cc-cae8-4629-b3ec-0e5749443ddb used request id req-9b2c75c0-a226-4c4c-a5b9-28606b6e73d6 2018-10-04 03:15:52,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-eb4499f7-a064-418f-8709-7a308674b1d8name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc856670342aab019099211e3b53574550d07664" 2018-10-04 03:15:52,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-445ead41-d17a-478f-b5b2-4ce85ca6ff5a Date: Thu, 04 Oct 2018 03:15:52 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:52Z", "updated_at": "2018-10-04T03:15:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:52Z", "revision_number": 0, "id": "467c547d-e842-4418-89a4-ebf91ec59ab8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:52Z", "revision_number": 0, "id": "4b50388e-56a2-45d4-a1df-37b15eb25664", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "name": "NeutronUtilsSecurityGroupTests-eb4499f7-a064-418f-8709-7a308674b1d8name"}]} 2018-10-04 03:15:52,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-eb4499f7-a064-418f-8709-7a308674b1d8name&description=hello+group used request id req-445ead41-d17a-478f-b5b2-4ce85ca6ff5a 2018-10-04 03:15:52,971 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3d618cc-cae8-4629-b3ec-0e5749443ddb 2018-10-04 03:15:52,976 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3d618cc-cae8-4629-b3ec-0e5749443ddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc856670342aab019099211e3b53574550d07664" 2018-10-04 03:15:53,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7cdd859a-6a53-41d6-aab5-845f07dd35c6 Date: Thu, 04 Oct 2018 03:15:53 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-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:52Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "467c547d-e842-4418-89a4-ebf91ec59ab8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:52Z", "security_group_id": "e3d618cc-cae8-4629-b3ec-0e5749443ddb", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:52Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "4b50388e-56a2-45d4-a1df-37b15eb25664"}]} 2018-10-04 03:15:53,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e3d618cc-cae8-4629-b3ec-0e5749443ddb used request id req-7cdd859a-6a53-41d6-aab5-845f07dd35c6 2018-10-04 03:15:53,140 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-eb4499f7-a064-418f-8709-7a308674b1d8name 2018-10-04 03:15:53,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e3d618cc-cae8-4629-b3ec-0e5749443ddb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fc856670342aab019099211e3b53574550d07664" 2018-10-04 03:15:53,434 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-af351c5a-028f-4fe7-9ff6-a60006d50e66 Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:53,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e3d618cc-cae8-4629-b3ec-0e5749443ddb used request id req-af351c5a-028f-4fe7-9ff6-a60006d50e66 2018-10-04 03:15:53,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:53,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["VGNPrj0BQruUL2juZt6zOw"], "issued_at": "2018-10-04T03:15:53.000000Z"}} 2018-10-04 03:15:53,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:53,901 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc9a8dec-32d7-470d-bb1f-ade3e18bf662 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:53,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc9a8dec-32d7-470d-bb1f-ade3e18bf662 2018-10-04 03:15:53,903 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name 2018-10-04 03:15:53,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name", "description": "hello group"}}' 2018-10-04 03:15:54,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-a00a1504-590b-48b9-9b29-5dc9e85df9a0 Date: Thu, 04 Oct 2018 03:15:54 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "updated_at": "2018-10-04T03:15:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "5f48d18f-963b-4b07-aa9c-f282266c663e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "name": "NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name"}} 2018-10-04 03:15:54,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-a00a1504-590b-48b9-9b29-5dc9e85df9a0 2018-10-04 03:15:54,486 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b2b4dad-c60b-4c56-82cf-ad0ec9be4add 2018-10-04 03:15:54,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:54,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a2130d61-41a4-4771-a77e-78b0d9db73e6 Date: Thu, 04 Oct 2018 03:15:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "5f48d18f-963b-4b07-aa9c-f282266c663e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed"}]} 2018-10-04 03:15:54,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add used request id req-a2130d61-41a4-4771-a77e-78b0d9db73e6 2018-10-04 03:15:54,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b2b4dad-c60b-4c56-82cf-ad0ec9be4add 2018-10-04 03:15:54,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:54,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-13c3d5f3-c842-463c-864e-7cb404b67321 Date: Thu, 04 Oct 2018 03:15:54 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "5f48d18f-963b-4b07-aa9c-f282266c663e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed"}]} 2018-10-04 03:15:54,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add used request id req-13c3d5f3-c842-463c-864e-7cb404b67321 2018-10-04 03:15:54,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:55,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa249bca-f061-4b34-85df-bd742c213456 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:55,070 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fa249bca-f061-4b34-85df-bd742c213456 2018-10-04 03:15:55,071 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name 2018-10-04 03:15:55,076 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:55,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-f7703f7d-df3d-4bca-80ec-04ee2f509ed2 Date: Thu, 04 Oct 2018 03:15:55 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "updated_at": "2018-10-04T03:15:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "5f48d18f-963b-4b07-aa9c-f282266c663e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "name": "NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name"}]} 2018-10-04 03:15:55,264 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name used request id req-f7703f7d-df3d-4bca-80ec-04ee2f509ed2 2018-10-04 03:15:55,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:15:55,272 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:15:55 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:15:55,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:55,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-623b11e9-a8fd-4006-bb0b-f24792a854fe 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:15:55,355 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-623b11e9-a8fd-4006-bb0b-f24792a854fe 2018-10-04 03:15:55,355 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b2b4dad-c60b-4c56-82cf-ad0ec9be4add 2018-10-04 03:15:55,361 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:55,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1d9ce7ed-7aa4-45e1-b88d-e53b94347575 Date: Thu, 04 Oct 2018 03:15: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-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "5f48d18f-963b-4b07-aa9c-f282266c663e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed"}]} 2018-10-04 03:15:55,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add used request id req-1d9ce7ed-7aa4-45e1-b88d-e53b94347575 2018-10-04 03:15:55,538 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add"}}' 2018-10-04 03:15:55,861 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-64a46d77-3c63-429d-8498-f8dbdff445e3 Date: Thu, 04 Oct 2018 03:15:55 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-04T03:15:55Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:55Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "1b6f6a20-3c16-4bb9-9c4b-4378d249f933"}} 2018-10-04 03:15:55,861 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-64a46d77-3c63-429d-8498-f8dbdff445e3 2018-10-04 03:15:55,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:56,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-578029fc-c37a-45e6-a0d9-855ffda144df Date: Thu, 04 Oct 2018 03:15:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "updated_at": "2018-10-04T03:15:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "5f48d18f-963b-4b07-aa9c-f282266c663e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:55Z", "revision_number": 0, "id": "1b6f6a20-3c16-4bb9-9c4b-4378d249f933", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:55Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 3, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "name": "NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name"}]} 2018-10-04 03:15:56,077 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name&description=hello+group used request id req-578029fc-c37a-45e6-a0d9-855ffda144df 2018-10-04 03:15:56,078 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b2b4dad-c60b-4c56-82cf-ad0ec9be4add 2018-10-04 03:15:56,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:56,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-3291e6f8-5225-475a-a4d1-a6dd783805eb Date: Thu, 04 Oct 2018 03:15:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:55Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:55Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "1b6f6a20-3c16-4bb9-9c4b-4378d249f933"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "5f48d18f-963b-4b07-aa9c-f282266c663e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed"}]} 2018-10-04 03:15:56,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add used request id req-3291e6f8-5225-475a-a4d1-a6dd783805eb 2018-10-04 03:15:56,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b2b4dad-c60b-4c56-82cf-ad0ec9be4add 2018-10-04 03:15:56,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:56,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-c59fb0cc-032b-4c31-bb3b-394fed71e546 Date: Thu, 04 Oct 2018 03:15:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:55Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:55Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "1b6f6a20-3c16-4bb9-9c4b-4378d249f933"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "5f48d18f-963b-4b07-aa9c-f282266c663e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed"}]} 2018-10-04 03:15:56,418 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add used request id req-c59fb0cc-032b-4c31-bb3b-394fed71e546 2018-10-04 03:15:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:56,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-e9f7b962-5464-40af-aa14-b16ec9fb6c7f Date: Thu, 04 Oct 2018 03:15:56 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "updated_at": "2018-10-04T03:15:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "revision_number": 0, "id": "5f48d18f-963b-4b07-aa9c-f282266c663e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:55Z", "revision_number": 0, "id": "1b6f6a20-3c16-4bb9-9c4b-4378d249f933", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:55Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 3, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "name": "NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name"}]} 2018-10-04 03:15:56,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name&description=hello+group used request id req-e9f7b962-5464-40af-aa14-b16ec9fb6c7f 2018-10-04 03:15:56,768 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 2b2b4dad-c60b-4c56-82cf-ad0ec9be4add 2018-10-04 03:15:56,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:56,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-cee7a33a-5695-4f0b-bf65-129a3d432fca Date: Thu, 04 Oct 2018 03:15:56 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:55Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:55Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "1b6f6a20-3c16-4bb9-9c4b-4378d249f933"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "5f48d18f-963b-4b07-aa9c-f282266c663e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:54Z", "security_group_id": "2b2b4dad-c60b-4c56-82cf-ad0ec9be4add", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:54Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "b71cbc36-99c4-4106-b8cd-342bbe1898ed"}]} 2018-10-04 03:15:56,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=2b2b4dad-c60b-4c56-82cf-ad0ec9be4add used request id req-cee7a33a-5695-4f0b-bf65-129a3d432fca 2018-10-04 03:15:56,951 - neutron_utils - INFO - Deleting security group rule with ID - 5f48d18f-963b-4b07-aa9c-f282266c663e 2018-10-04 03:15:56,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/5f48d18f-963b-4b07-aa9c-f282266c663e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:57,070 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e6fadb97-cdc8-455d-98ba-005f64b10e10 Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:57,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/5f48d18f-963b-4b07-aa9c-f282266c663e used request id req-e6fadb97-cdc8-455d-98ba-005f64b10e10 2018-10-04 03:15:57,070 - neutron_utils - INFO - Deleting security group rule with ID - b71cbc36-99c4-4106-b8cd-342bbe1898ed 2018-10-04 03:15:57,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/b71cbc36-99c4-4106-b8cd-342bbe1898ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:57,324 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6ea63447-5b5d-48d3-974a-34d73878ea31 Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:57,324 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/b71cbc36-99c4-4106-b8cd-342bbe1898ed used request id req-6ea63447-5b5d-48d3-974a-34d73878ea31 2018-10-04 03:15:57,324 - neutron_utils - INFO - Deleting security group rule with ID - 1b6f6a20-3c16-4bb9-9c4b-4378d249f933 2018-10-04 03:15:57,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/1b6f6a20-3c16-4bb9-9c4b-4378d249f933 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:57,558 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09e544d7-3169-4318-b966-ddb4134cea0f Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:57,558 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/1b6f6a20-3c16-4bb9-9c4b-4378d249f933 used request id req-09e544d7-3169-4318-b966-ddb4134cea0f 2018-10-04 03:15:57,558 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-11c95527-3c27-411c-823a-dac78d95d751name 2018-10-04 03:15:57,563 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/2b2b4dad-c60b-4c56-82cf-ad0ec9be4add -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}61933c44a8c57499c1588e450255335582ba7513" 2018-10-04 03:15:57,963 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6a1165d-94e3-4a2c-8b02-eea31eaf6767 Content-Length: 0 Date: Thu, 04 Oct 2018 03:15:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:15:57,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/2b2b4dad-c60b-4c56-82cf-ad0ec9be4add used request id req-c6a1165d-94e3-4a2c-8b02-eea31eaf6767 2018-10-04 03:15:57,964 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:15:58,365 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:15:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["IYNiodZQTQu4lANU5a622A"], "issued_at": "2018-10-04T03:15:58.000000Z"}} 2018-10-04 03:15:58,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:15:58,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24f55e5a-fdc1-4faa-83f2-b16132bc780c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:15:58,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-24f55e5a-fdc1-4faa-83f2-b16132bc780c 2018-10-04 03:15:58,449 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-1 2018-10-04 03:15:58,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-1", "description": "hello group"}}' 2018-10-04 03:15:58,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-46b29b0a-a5c5-49f6-a1bd-2660b1583356 Date: Thu, 04 Oct 2018 03:15:58 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:58Z", "updated_at": "2018-10-04T03:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:58Z", "revision_number": 0, "id": "4d8fb286-5062-4754-95cb-66f0853d85ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:58Z", "revision_number": 0, "id": "aa540388-7e90-4ff5-8f7c-73d2af276420", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "name": "NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-1"}} 2018-10-04 03:15:58,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-46b29b0a-a5c5-49f6-a1bd-2660b1583356 2018-10-04 03:15:58,845 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e105dda9-35cb-430d-87ca-c22de51c2b82 2018-10-04 03:15:58,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e105dda9-35cb-430d-87ca-c22de51c2b82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:15:59,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-19d084c8-eee2-4dae-beba-782065c63cf1 Date: Thu, 04 Oct 2018 03:15: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-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "4d8fb286-5062-4754-95cb-66f0853d85ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "aa540388-7e90-4ff5-8f7c-73d2af276420"}]} 2018-10-04 03:15:59,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e105dda9-35cb-430d-87ca-c22de51c2b82 used request id req-19d084c8-eee2-4dae-beba-782065c63cf1 2018-10-04 03:15:59,036 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-2 2018-10-04 03:15:59,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-2", "description": "hello group"}}' 2018-10-04 03:15:59,461 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-44d0efea-cd70-444a-abe2-d6990e1eaf79 Date: Thu, 04 Oct 2018 03:15:59 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:59Z", "updated_at": "2018-10-04T03:15:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:59Z", "revision_number": 0, "id": "9552f143-d2e7-4f08-b0f0-c41893493a0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:59Z", "revision_number": 0, "id": "9a096dc8-2d30-4471-80ca-6513d8700ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "name": "NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-2"}} 2018-10-04 03:15:59,461 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-44d0efea-cd70-444a-abe2-d6990e1eaf79 2018-10-04 03:15:59,462 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e56ff51-1ab9-4c75-979e-6bcb2290aa11 2018-10-04 03:15:59,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0e56ff51-1ab9-4c75-979e-6bcb2290aa11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:15:59,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-ddde59fd-ca69-418f-b2fb-786233d735aa Date: Thu, 04 Oct 2018 03:15: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-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:59Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9552f143-d2e7-4f08-b0f0-c41893493a0e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:59Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9a096dc8-2d30-4471-80ca-6513d8700ccb"}]} 2018-10-04 03:15:59,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0e56ff51-1ab9-4c75-979e-6bcb2290aa11 used request id req-ddde59fd-ca69-418f-b2fb-786233d735aa 2018-10-04 03:15:59,626 - neutron_utils - INFO - Retrieving security group with ID - e105dda9-35cb-430d-87ca-c22de51c2b82 2018-10-04 03:15:59,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=e105dda9-35cb-430d-87ca-c22de51c2b82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:15:59,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-6ed4d378-47dd-4459-8d84-cce7812ae3f4 Date: Thu, 04 Oct 2018 03:15:59 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:58Z", "updated_at": "2018-10-04T03:15:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:58Z", "revision_number": 0, "id": "4d8fb286-5062-4754-95cb-66f0853d85ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:58Z", "revision_number": 0, "id": "aa540388-7e90-4ff5-8f7c-73d2af276420", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "name": "NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-1"}]} 2018-10-04 03:15:59,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=e105dda9-35cb-430d-87ca-c22de51c2b82 used request id req-6ed4d378-47dd-4459-8d84-cce7812ae3f4 2018-10-04 03:15:59,821 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e105dda9-35cb-430d-87ca-c22de51c2b82 2018-10-04 03:15:59,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e105dda9-35cb-430d-87ca-c22de51c2b82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:16:00,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7b42c515-4534-4e60-a807-c5620bea7043 Date: Thu, 04 Oct 2018 03:16:00 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-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "4d8fb286-5062-4754-95cb-66f0853d85ce"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:58Z", "security_group_id": "e105dda9-35cb-430d-87ca-c22de51c2b82", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:58Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "aa540388-7e90-4ff5-8f7c-73d2af276420"}]} 2018-10-04 03:16:00,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e105dda9-35cb-430d-87ca-c22de51c2b82 used request id req-7b42c515-4534-4e60-a807-c5620bea7043 2018-10-04 03:16:00,008 - neutron_utils - INFO - Retrieving security group with ID - 0e56ff51-1ab9-4c75-979e-6bcb2290aa11 2018-10-04 03:16:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=0e56ff51-1ab9-4c75-979e-6bcb2290aa11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:16:00,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-81caeaa4-ee82-4532-8ad7-c472f09128fd Date: Thu, 04 Oct 2018 03:16:00 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:59Z", "updated_at": "2018-10-04T03:15:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:59Z", "revision_number": 0, "id": "9552f143-d2e7-4f08-b0f0-c41893493a0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:15:59Z", "revision_number": 0, "id": "9a096dc8-2d30-4471-80ca-6513d8700ccb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 2, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "name": "NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-2"}]} 2018-10-04 03:16:00,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=0e56ff51-1ab9-4c75-979e-6bcb2290aa11 used request id req-81caeaa4-ee82-4532-8ad7-c472f09128fd 2018-10-04 03:16:00,225 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0e56ff51-1ab9-4c75-979e-6bcb2290aa11 2018-10-04 03:16:00,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0e56ff51-1ab9-4c75-979e-6bcb2290aa11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:16:00,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f5b7d187-24b6-4305-aeef-7fc222a9703f Date: Thu, 04 Oct 2018 03:16:00 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-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:59Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9552f143-d2e7-4f08-b0f0-c41893493a0e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:15:59Z", "security_group_id": "0e56ff51-1ab9-4c75-979e-6bcb2290aa11", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:15:59Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9a096dc8-2d30-4471-80ca-6513d8700ccb"}]} 2018-10-04 03:16:00,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=0e56ff51-1ab9-4c75-979e-6bcb2290aa11 used request id req-f5b7d187-24b6-4305-aeef-7fc222a9703f 2018-10-04 03:16:00,251 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-1 2018-10-04 03:16:00,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e105dda9-35cb-430d-87ca-c22de51c2b82 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:16:00,575 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b3b27e0-4578-45c6-ac96-e3c9c0462928 Content-Length: 0 Date: Thu, 04 Oct 2018 03:16:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:16:00,575 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e105dda9-35cb-430d-87ca-c22de51c2b82 used request id req-9b3b27e0-4578-45c6-ac96-e3c9c0462928 2018-10-04 03:16:00,575 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-1ed2a4e9-131f-440a-b1bb-3708ed603fcfname-2 2018-10-04 03:16:00,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/0e56ff51-1ab9-4c75-979e-6bcb2290aa11 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f219b7ff387a62389aa3d747f90613fcd57ff866" 2018-10-04 03:16:00,874 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3c4cd0ba-1abe-4b31-b25a-cbf58c811937 Content-Length: 0 Date: Thu, 04 Oct 2018 03:16:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:16:00,874 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/0e56ff51-1ab9-4c75-979e-6bcb2290aa11 used request id req-3c4cd0ba-1abe-4b31-b25a-cbf58c811937 2018-10-04 03:16:00,875 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:01,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["OsI1I0w9TV2MBV6cxCvr3g"], "issued_at": "2018-10-04T03:16:01.000000Z"}} 2018-10-04 03:16:01,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" 2018-10-04 03:16:01,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eda8af66-4f8b-419f-8718-e53f3f1105fb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:16:01,338 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eda8af66-4f8b-419f-8718-e53f3f1105fb 2018-10-04 03:16:01,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" 2018-10-04 03:16:01,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0aebc6a7-7e4f-41ec-b3d7-dd5713bdd504 Date: Thu, 04 Oct 2018 03:16:01 GMT RESP BODY: {"floatingips": []} 2018-10-04 03:16:01,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-0aebc6a7-7e4f-41ec-b3d7-dd5713bdd504 2018-10-04 03:16:01,505 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 03:16:01,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" 2018-10-04 03:16:01,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-02a41535-d521-4809-a3fa-01781b54cf94 Date: Thu, 04 Oct 2018 03:16:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:16:01,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-02a41535-d521-4809-a3fa-01781b54cf94 2018-10-04 03:16:01,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" 2018-10-04 03:16:01,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8305bb5f-013c-44a0-8f7a-23b76c66fea4 Date: Thu, 04 Oct 2018 03:16:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:16:01,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-8305bb5f-013c-44a0-8f7a-23b76c66fea4 2018-10-04 03:16:01,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" -d '{"floatingip": {"floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}' 2018-10-04 03:16:03,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-dc8bb7a4-0eff-40d1-855f-d7874f2ccf4e Date: Thu, 04 Oct 2018 03:16:03 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-04T03:16:02Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "a8413308-720f-4253-bde7-af28f16b4d7f", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:16:02Z", "project_id": "3bd9fdb58042454785b75b915cc07acf"}} 2018-10-04 03:16:03,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-dc8bb7a4-0eff-40d1-855f-d7874f2ccf4e 2018-10-04 03:16:03,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" 2018-10-04 03:16:03,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-f3250c99-d19b-424e-aea6-19e30ed30da9 Date: Thu, 04 Oct 2018 03:16:03 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-04T03:16:02Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "a8413308-720f-4253-bde7-af28f16b4d7f", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:16:02Z", "project_id": "3bd9fdb58042454785b75b915cc07acf"}]} 2018-10-04 03:16:03,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-f3250c99-d19b-424e-aea6-19e30ed30da9 2018-10-04 03:16:03,479 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.202 2018-10-04 03:16:03,479 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.202 2018-10-04 03:16:03,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips?ip=a8413308-720f-4253-bde7-af28f16b4d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" 2018-10-04 03:16:03,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-72ef224f-1a57-473c-adbd-03f9c16429cd Date: Thu, 04 Oct 2018 03:16:03 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-04T03:16:02Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": null, "id": "a8413308-720f-4253-bde7-af28f16b4d7f", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:16:02Z", "project_id": "3bd9fdb58042454785b75b915cc07acf"}]} 2018-10-04 03:16:03,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips?ip=a8413308-720f-4253-bde7-af28f16b4d7f used request id req-72ef224f-1a57-473c-adbd-03f9c16429cd 2018-10-04 03:16:03,670 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-10-04 03:16:03,675 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/a8413308-720f-4253-bde7-af28f16b4d7f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e17d118bee0b178075033708ddc96545a04a71f" 2018-10-04 03:16:04,358 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-277182b8-57b0-4c46-9420-6c1e48cb8755 Content-Length: 0 Date: Thu, 04 Oct 2018 03:16:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:16:04,358 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/a8413308-720f-4253-bde7-af28f16b4d7f used request id req-277182b8-57b0-4c46-9420-6c1e48cb8755 2018-10-04 03:16:04,359 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:16:04,400 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 2018-10-04 03:16:04,401 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:04,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["ioAYRq5cQo2n8p-GsyvkjQ"], "issued_at": "2018-10-04T03:16:04.000000Z"}} 2018-10-04 03:16:04,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011be64b0674ea47101763f8c41e8220636b8761" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfyJFgOBhyl4RSWcbdHMU8GrRKO8asZ09521VmDqIMWTewtjFTbsDrPQh5fKT35gI/auzOAnCZGgNrP2SKUxEZEc5FASD7QNh2gnmQgMfw2D0tJo2BRHFWJ+K8fTBWi1evarD6tWqmiC6CriJx3h9tipPMnz0K3n20hGrtBpkbAqWEOCZPHyW6v9y/9XLKtf1mm747MlKERByiVxPlkx+iWm776o+m3KVyzJbIHFrtlhujJp0NCuk/TN+2wU+uAG0XRS/Vsdv5tum7Ge9lSeT+kb8N30hImYtPjfYqqmUw6Yu+bb9LHRfZ6nJ++g6Ho2xSyjWY4MFrwayv8EuuDJpZ", "name": "NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35"}}' 2018-10-04 03:16:05,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-0b2f9785-4280-41aa-a887-d975378b45c6 x-compute-request-id: req-0b2f9785-4280-41aa-a887-d975378b45c6 Content-Encoding: gzip Content-Length: 500 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfyJFgOBhyl4RSWcbdHMU8GrRKO8asZ09521VmDqIMWTewtjFTbsDrPQh5fKT35gI/auzOAnCZGgNrP2SKUxEZEc5FASD7QNh2gnmQgMfw2D0tJo2BRHFWJ+K8fTBWi1evarD6tWqmiC6CriJx3h9tipPMnz0K3n20hGrtBpkbAqWEOCZPHyW6v9y/9XLKtf1mm747MlKERByiVxPlkx+iWm776o+m3KVyzJbIHFrtlhujJp0NCuk/TN+2wU+uAG0XRS/Vsdv5tum7Ge9lSeT+kb8N30hImYtPjfYqqmUw6Yu+bb9LHRfZ6nJ++g6Ho2xSyjWY4MFrwayv8EuuDJpZ", "user_id": "c0360f11565f4369acca37ec4c00a187", "name": "NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35", "fingerprint": "46:a6:ee:f3:06:30:ad:d5:fa:d3:51:66:ca:77:dc:49"}} 2018-10-04 03:16:05,563 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0b2f9785-4280-41aa-a887-d975378b45c6 2018-10-04 03:16:05,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011be64b0674ea47101763f8c41e8220636b8761" 2018-10-04 03:16:05,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-eb1f8e53-bb5f-4ccc-9268-2f3eae055f47 x-compute-request-id: req-eb1f8e53-bb5f-4ccc-9268-2f3eae055f47 Content-Encoding: gzip Content-Length: 558 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCfyJFgOBhyl4RSWcbdHMU8GrRKO8asZ09521VmDqIMWTewtjFTbsDrPQh5fKT35gI/auzOAnCZGgNrP2SKUxEZEc5FASD7QNh2gnmQgMfw2D0tJo2BRHFWJ+K8fTBWi1evarD6tWqmiC6CriJx3h9tipPMnz0K3n20hGrtBpkbAqWEOCZPHyW6v9y/9XLKtf1mm747MlKERByiVxPlkx+iWm776o+m3KVyzJbIHFrtlhujJp0NCuk/TN+2wU+uAG0XRS/Vsdv5tum7Ge9lSeT+kb8N30hImYtPjfYqqmUw6Yu+bb9LHRfZ6nJ++g6Ho2xSyjWY4MFrwayv8EuuDJpZ", "user_id": "c0360f11565f4369acca37ec4c00a187", "name": "NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35", "deleted": false, "created_at": "2018-10-04T03:16:05.000000", "updated_at": null, "fingerprint": "46:a6:ee:f3:06:30:ad:d5:fa:d3:51:66:ca:77:dc:49", "deleted_at": null, "id": 3}} 2018-10-04 03:16:05,681 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 used request id req-eb1f8e53-bb5f-4ccc-9268-2f3eae055f47 2018-10-04 03:16:05,681 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 2018-10-04 03:16:05,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011be64b0674ea47101763f8c41e8220636b8761" 2018-10-04 03:16:05,748 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:16: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-3db1f090-9d65-4bd9-a977-1c31f1d4eab3 x-compute-request-id: req-3db1f090-9d65-4bd9-a977-1c31f1d4eab3 Content-Length: 0 Content-Type: application/json 2018-10-04 03:16:05,748 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 used request id req-3db1f090-9d65-4bd9-a977-1c31f1d4eab3 2018-10-04 03:16:05,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011be64b0674ea47101763f8c41e8220636b8761" 2018-10-04 03:16:05,771 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:16: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-1c57311a-a790-4fff-ae9d-53da17c0a2b8 x-compute-request-id: req-1c57311a-a790-4fff-ae9d-53da17c0a2b8 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 not found for user c0360f11565f4369acca37ec4c00a187", "code": 404}} 2018-10-04 03:16:05,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 used request id req-1c57311a-a790-4fff-ae9d-53da17c0a2b8 2018-10-04 03:16:05,772 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 2018-10-04 03:16:05,774 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}011be64b0674ea47101763f8c41e8220636b8761" 2018-10-04 03:16:05,852 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:16: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-2a882510-9754-4f1d-b8b4-33f59820efb4 x-compute-request-id: req-2a882510-9754-4f1d-b8b4-33f59820efb4 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 not found for user c0360f11565f4369acca37ec4c00a187", "code": 404}} 2018-10-04 03:16:05,853 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-9280b1f7-57d5-4dbd-98e0-f410cfa65b35 used request id req-2a882510-9754-4f1d-b8b4-33f59820efb4 2018-10-04 03:16:05,854 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:16:05,923 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a.pub 2018-10-04 03:16:05,924 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a 2018-10-04 03:16:05,924 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a.pub 2018-10-04 03:16:05,924 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a 2018-10-04 03:16:05,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:06,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["5D3rHnY8Tk6HRe5dyoUJNg"], "issued_at": "2018-10-04T03:16:06.000000Z"}} 2018-10-04 03:16:06,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9f8bb29ac8cff379d73e4f20104c264ea1b05f" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnBjOl51GX4p6QJh8KVhAJbrWEXdbehdypLdgcVALp7aPNmGsPS7XHI6cF4nlYKcK5H4HvvbXiaq2X9PPrh4Y6h3/227r60a9VeGn1BhRZlTpULIhn0qKC+gr971SqAudy2XR5h0OccGHogqPj6aLQNwWXUDpmQhEYpIMqD/0Syu/fm7mLF4iqA80jP42XLfDHNUQRGWMSzU82v4kvxjl+p4/8pDu6O75OdNUc1ZfBmL7F8tGbuTw9Mhr8vfkFRlTi+V9Am7uTXZjGT52Pb6p64JCfg1AeiHsLxZ+1j9smcmS8kx6q372OhHly/wwiay+d1LxqAS91Kjovs+CfYicB", "name": "NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a"}}' 2018-10-04 03:16:06,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-580c892c-596d-4e79-be76-f9a5edb3d7e8 x-compute-request-id: req-580c892c-596d-4e79-be76-f9a5edb3d7e8 Content-Encoding: gzip Content-Length: 494 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnBjOl51GX4p6QJh8KVhAJbrWEXdbehdypLdgcVALp7aPNmGsPS7XHI6cF4nlYKcK5H4HvvbXiaq2X9PPrh4Y6h3/227r60a9VeGn1BhRZlTpULIhn0qKC+gr971SqAudy2XR5h0OccGHogqPj6aLQNwWXUDpmQhEYpIMqD/0Syu/fm7mLF4iqA80jP42XLfDHNUQRGWMSzU82v4kvxjl+p4/8pDu6O75OdNUc1ZfBmL7F8tGbuTw9Mhr8vfkFRlTi+V9Am7uTXZjGT52Pb6p64JCfg1AeiHsLxZ+1j9smcmS8kx6q372OhHly/wwiay+d1LxqAS91Kjovs+CfYicB", "user_id": "c0360f11565f4369acca37ec4c00a187", "name": "NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a", "fingerprint": "af:0b:5e:02:6d:8e:0f:b8:ef:b4:a7:6d:0d:fc:26:8e"}} 2018-10-04 03:16:06,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-580c892c-596d-4e79-be76-f9a5edb3d7e8 2018-10-04 03:16:06,558 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a 2018-10-04 03:16:06,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2d9f8bb29ac8cff379d73e4f20104c264ea1b05f" 2018-10-04 03:16:06,718 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:16:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b5c3113a-97ef-4661-ad5f-fc6d2aa91ee2 x-compute-request-id: req-b5c3113a-97ef-4661-ad5f-fc6d2aa91ee2 Content-Length: 0 Content-Type: application/json 2018-10-04 03:16:06,718 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-6a097bf7-b56e-4b81-8c41-8398ef675f6a used request id req-b5c3113a-97ef-4661-ad5f-fc6d2aa91ee2 2018-10-04 03:16:06,719 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:16:07,036 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c 2018-10-04 03:16:07,036 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:07,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["VEjGdO8PSJSv67e67rpKig"], "issued_at": "2018-10-04T03:16:07.000000Z"}} 2018-10-04 03:16:07,421 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b48c32f22c5a60b615896e18b732a49875a27a" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyIWTPVsAbvB8++yrGdrPPTqSjZWtaSSjZTk2f45Vg2EZuI2MDOszJa9vgYyDsXtr15aRELwYzWdMHU4TRiaRTwZ35LrC8Th39j9dYq+nzxaF/xZgrwTO+ZNC+qeCmA+/sOiW408eVhA30cwzye9tlT6EmV+V+ZnquSIrMRJ79b8TNUfPlLF6EXLwuSbTRQ5P434zf3cZQFdNY+YohZrMt68Lc4Lz7Lo7lAiImYF6dvz9DSk6pLTK+LnGEGdVQ2oOr13FBhYqJLFp2/2JDOo8HHbB8I13oOByK8ob9csqCIij3ADsJ02hZZa1reLzos/IGqJv+ERLIK0de9DWzN3jh", "name": "NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c"}}' 2018-10-04 03:16:07,658 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-4669dc67-2e0b-45d8-a9d7-cb4921f9f86f x-compute-request-id: req-4669dc67-2e0b-45d8-a9d7-cb4921f9f86f Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyIWTPVsAbvB8++yrGdrPPTqSjZWtaSSjZTk2f45Vg2EZuI2MDOszJa9vgYyDsXtr15aRELwYzWdMHU4TRiaRTwZ35LrC8Th39j9dYq+nzxaF/xZgrwTO+ZNC+qeCmA+/sOiW408eVhA30cwzye9tlT6EmV+V+ZnquSIrMRJ79b8TNUfPlLF6EXLwuSbTRQ5P434zf3cZQFdNY+YohZrMt68Lc4Lz7Lo7lAiImYF6dvz9DSk6pLTK+LnGEGdVQ2oOr13FBhYqJLFp2/2JDOo8HHbB8I13oOByK8ob9csqCIij3ADsJ02hZZa1reLzos/IGqJv+ERLIK0de9DWzN3jh", "user_id": "c0360f11565f4369acca37ec4c00a187", "name": "NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c", "fingerprint": "6c:ac:df:20:34:0c:2a:35:12:6d:d0:c7:e9:52:23:e8"}} 2018-10-04 03:16:07,658 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-4669dc67-2e0b-45d8-a9d7-cb4921f9f86f 2018-10-04 03:16:07,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b48c32f22c5a60b615896e18b732a49875a27a" 2018-10-04 03:16:07,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-d2dd4b3a-9094-4454-8558-9fd00d7b27f3 x-compute-request-id: req-d2dd4b3a-9094-4454-8558-9fd00d7b27f3 Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyIWTPVsAbvB8++yrGdrPPTqSjZWtaSSjZTk2f45Vg2EZuI2MDOszJa9vgYyDsXtr15aRELwYzWdMHU4TRiaRTwZ35LrC8Th39j9dYq+nzxaF/xZgrwTO+ZNC+qeCmA+/sOiW408eVhA30cwzye9tlT6EmV+V+ZnquSIrMRJ79b8TNUfPlLF6EXLwuSbTRQ5P434zf3cZQFdNY+YohZrMt68Lc4Lz7Lo7lAiImYF6dvz9DSk6pLTK+LnGEGdVQ2oOr13FBhYqJLFp2/2JDOo8HHbB8I13oOByK8ob9csqCIij3ADsJ02hZZa1reLzos/IGqJv+ERLIK0de9DWzN3jh", "user_id": "c0360f11565f4369acca37ec4c00a187", "name": "NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c", "deleted": false, "created_at": "2018-10-04T03:16:07.000000", "updated_at": null, "fingerprint": "6c:ac:df:20:34:0c:2a:35:12:6d:d0:c7:e9:52:23:e8", "deleted_at": null, "id": 9}} 2018-10-04 03:16:07,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c used request id req-d2dd4b3a-9094-4454-8558-9fd00d7b27f3 2018-10-04 03:16:07,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b48c32f22c5a60b615896e18b732a49875a27a" 2018-10-04 03:16:07,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-55c01b0d-2fa1-49f7-859c-087dfa2dc40c x-compute-request-id: req-55c01b0d-2fa1-49f7-859c-087dfa2dc40c Content-Encoding: gzip Content-Length: 476 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyIWTPVsAbvB8++yrGdrPPTqSjZWtaSSjZTk2f45Vg2EZuI2MDOszJa9vgYyDsXtr15aRELwYzWdMHU4TRiaRTwZ35LrC8Th39j9dYq+nzxaF/xZgrwTO+ZNC+qeCmA+/sOiW408eVhA30cwzye9tlT6EmV+V+ZnquSIrMRJ79b8TNUfPlLF6EXLwuSbTRQ5P434zf3cZQFdNY+YohZrMt68Lc4Lz7Lo7lAiImYF6dvz9DSk6pLTK+LnGEGdVQ2oOr13FBhYqJLFp2/2JDOo8HHbB8I13oOByK8ob9csqCIij3ADsJ02hZZa1reLzos/IGqJv+ERLIK0de9DWzN3jh", "name": "NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c", "fingerprint": "6c:ac:df:20:34:0c:2a:35:12:6d:d0:c7:e9:52:23:e8"}}]} 2018-10-04 03:16:07,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-55c01b0d-2fa1-49f7-859c-087dfa2dc40c 2018-10-04 03:16:07,699 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c 2018-10-04 03:16:07,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7b48c32f22c5a60b615896e18b732a49875a27a" 2018-10-04 03:16:07,753 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:16: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-9a1087dc-b5c5-4648-9315-d9321a00155f x-compute-request-id: req-9a1087dc-b5c5-4648-9315-d9321a00155f Content-Length: 0 Content-Type: application/json 2018-10-04 03:16:07,753 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-d891ae60-548f-411d-9dd8-ed330007fc6c used request id req-9a1087dc-b5c5-4648-9315-d9321a00155f 2018-10-04 03:16:07,754 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:16:07,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:08,132 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["dHoWtw5KR9ut45LBHZk4aA"], "issued_at": "2018-10-04T03:16:08.000000Z"}} 2018-10-04 03:16:08,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}791b5a9ecf56c0cfe71260379900261bb39bdf1a" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id", "swap": 2}}' 2018-10-04 03:16:08,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-7ab102cd-3f80-4d8c-9aa7-1bf33fd66bb7 x-compute-request-id: req-7ab102cd-3f80-4d8c-9aa7-1bf33fd66bb7 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id", "name": "NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-04 03:16:08,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-7ab102cd-3f80-4d8c-9aa7-1bf33fd66bb7 2018-10-04 03:16:08,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}791b5a9ecf56c0cfe71260379900261bb39bdf1a" 2018-10-04 03:16:08,942 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:16: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-3bdaff06-853e-4c65-b8f6-f2da3585d53f x-compute-request-id: req-3bdaff06-853e-4c65-b8f6-f2da3585d53f Content-Length: 0 Content-Type: application/json 2018-10-04 03:16:08,942 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id used request id req-3bdaff06-853e-4c65-b8f6-f2da3585d53f 2018-10-04 03:16:08,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}791b5a9ecf56c0cfe71260379900261bb39bdf1a" 2018-10-04 03:16:09,083 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-1b27b967-f711-4e4c-a1e9-df8f51a72795 x-compute-request-id: req-1b27b967-f711-4e4c-a1e9-df8f51a72795 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:16:09,083 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-1b27b967-f711-4e4c-a1e9-df8f51a72795 2018-10-04 03:16:09,086 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}791b5a9ecf56c0cfe71260379900261bb39bdf1a" 2018-10-04 03:16:09,206 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ea2f97e-ab11-4419-8e87-4470b0ca728e x-compute-request-id: req-2ea2f97e-ab11-4419-8e87-4470b0ca728e Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id could not be found.", "code": 404}} 2018-10-04 03:16:09,206 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-ec417679-8172-401a-8790-f55894cbde47-id used request id req-2ea2f97e-ab11-4419-8e87-4470b0ca728e 2018-10-04 03:16:09,207 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:16:09,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:09,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["ADHtG6NXRCu3h_R8qL-mWg"], "issued_at": "2018-10-04T03:16:09.000000Z"}} 2018-10-04 03:16:09,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18c5ff80fd273ca5e8e59be7dc825f5c3afa8bc9" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-id", "swap": 2}}' 2018-10-04 03:16:09,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d5d0395-7270-4e9e-8a1d-9691d141832e x-compute-request-id: req-5d5d0395-7270-4e9e-8a1d-9691d141832e Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-id", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-id", "name": "NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-10-04 03:16:09,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5d5d0395-7270-4e9e-8a1d-9691d141832e 2018-10-04 03:16:09,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}18c5ff80fd273ca5e8e59be7dc825f5c3afa8bc9" 2018-10-04 03:16:09,857 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:16:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b8f97370-772e-41ce-acc5-70c7c61f4a2f x-compute-request-id: req-b8f97370-772e-41ce-acc5-70c7c61f4a2f Content-Length: 0 Content-Type: application/json 2018-10-04 03:16:09,857 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/NovaUtilsFlavorTests-c91e99a5-22ed-448e-9a85-ceae496f728b-id used request id req-b8f97370-772e-41ce-acc5-70c7c61f4a2f 2018-10-04 03:16:09,858 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:16:09,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:10,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["-lKgCCpnQsSBQAPIX2y6kg"], "issued_at": "2018-10-04T03:16:10.000000Z"}} 2018-10-04 03:16:10,258 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:10,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5833d14b-ed4f-4886-8916-280a0518f40c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:16:10,342 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5833d14b-ed4f-4886-8916-280a0518f40c 2018-10-04 03:16:10,344 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:16:10,344 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:16:10,345 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:10,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["nEdIepPjRsOS7_s3p0q3Zg"], "issued_at": "2018-10-04T03:16:10.000000Z"}} 2018-10-04 03:16:10,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" 2018-10-04 03:16:10,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e7d4012-8eff-4954-8d9d-90dcac6c34ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:16:10,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e7d4012-8eff-4954-8d9d-90dcac6c34ad 2018-10-04 03:16:10,812 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" 2018-10-04 03:16:11,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-029e7080-0dc6-43a3-8824-79115ca4b55a Date: Thu, 04 Oct 2018 03:16:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image"} 2018-10-04 03:16:11,474 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image used request id req-029e7080-0dc6-43a3-8824-79115ca4b55a 2018-10-04 03:16:11,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" 2018-10-04 03:16:12,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-6e88e660-97b6-41c6-93a3-3a4d99a5e78c Date: Thu, 04 Oct 2018 03:16:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:16:12,027 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-6e88e660-97b6-41c6-93a3-3a4d99a5e78c 2018-10-04 03:16:12,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image"}' 2018-10-04 03:16:12,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d X-Openstack-Request-Id: req-736c1a7d-6329-4fb0-b6b0-0341a4e05b62 Date: Thu, 04 Oct 2018 03:16:12 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:16:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:16:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d", "min_disk": 0, "protected": false, "id": "356a9524-0344-4046-9ae9-d65557dea52d", "file": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:16:12,771 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-736c1a7d-6329-4fb0-b6b0-0341a4e05b62 2018-10-04 03:16:12,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" -d '' 2018-10-04 03:16:14,506 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e74a68c-4495-4a48-b7a6-63f90cfb75a1 Date: Thu, 04 Oct 2018 03:16: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-04 03:16:14,507 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d/file used request id req-6e74a68c-4495-4a48-b7a6-63f90cfb75a1 2018-10-04 03:16:14,507 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:16:14,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" 2018-10-04 03:16:15,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-560e321c-2bfb-4ff5-9947-b119905b4883 Date: Thu, 04 Oct 2018 03:16:15 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:16:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:16:14Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/356a9524-0344-4046-9ae9-d65557dea52d/snap", "metadata": {}}], "self": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d", "min_disk": 0, "protected": false, "id": "356a9524-0344-4046-9ae9-d65557dea52d", "file": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/356a9524-0344-4046-9ae9-d65557dea52d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:16:15,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d used request id req-560e321c-2bfb-4ff5-9947-b119905b4883 2018-10-04 03:16:15,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" 2018-10-04 03:16:15,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-213f9922-e620-4784-b001-a8f788ec1aa1 Date: Thu, 04 Oct 2018 03:16: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-04 03:16:15,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-213f9922-e620-4784-b001-a8f788ec1aa1 2018-10-04 03:16:15,742 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image 2018-10-04 03:16:15,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" 2018-10-04 03:16:16,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-5c44b2ea-f34f-4cce-8762-8710a2ef24a9 Date: Thu, 04 Oct 2018 03:16:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:16:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:16:14Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/356a9524-0344-4046-9ae9-d65557dea52d/snap", "metadata": {}}], "self": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d", "min_disk": 0, "protected": false, "id": "356a9524-0344-4046-9ae9-d65557dea52d", "file": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/356a9524-0344-4046-9ae9-d65557dea52d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:16:16,355 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d used request id req-5c44b2ea-f34f-4cce-8762-8710a2ef24a9 2018-10-04 03:16:16,356 - create_image - DEBUG - Instance status is - active 2018-10-04 03:16:16,356 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image 2018-10-04 03:16:16,356 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image 2018-10-04 03:16:16,357 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:16:16,358 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:16,740 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Klx9zfyhTt2hcIRJx5FUvg"], "issued_at": "2018-10-04T03:16:16.000000Z"}} 2018-10-04 03:16:16,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:16:16,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c26e4095-6568-493e-9150-bad66cb900b8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:16:16,814 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c26e4095-6568-493e-9150-bad66cb900b8 2018-10-04 03:16:16,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:16:17,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6f27e63f-99e3-49d1-b2b5-7f7281c8d7d8 Date: Thu, 04 Oct 2018 03:16:17 GMT RESP BODY: {"networks":[]} 2018-10-04 03:16:17,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net used request id req-6f27e63f-99e3-49d1-b2b5-7f7281c8d7d8 2018-10-04 03:16:17,010 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net 2018-10-04 03:16:17,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" -d '{"network": {"name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net", "admin_state_up": true}}' 2018-10-04 03:16:17,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5e73c3ca-570f-4b67-ad2e-cc7e9c6dcc05 Date: Thu, 04 Oct 2018 03:16: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":"9027433a-ba7e-402d-b9de-7a521c5bc9be","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:16:17Z","is_default":false,"provider:segmentation_id":23,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:17Z","mtu":1450}} 2018-10-04 03:16:17,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5e73c3ca-570f-4b67-ad2e-cc7e9c6dcc05 2018-10-04 03:16:17,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:16:17,805 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8457e78b-e856-40de-9cb5-ae544ededddf Date: Thu, 04 Oct 2018 03:16:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:16:17Z","provider:segmentation_id":23,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:17Z","provider:network_type":"vxlan"}]} 2018-10-04 03:16:17,806 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-8457e78b-e856-40de-9cb5-ae544ededddf 2018-10-04 03:16:17,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:16:18,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6d2fea19-af6f-4a38-9d95-0253a38abd59 Date: Thu, 04 Oct 2018 03:16:18 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:16:18,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-6d2fea19-af6f-4a38-9d95-0253a38abd59 2018-10-04 03:16:18,003 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet 2018-10-04 03:16:18,008 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" -d '{"subnets": [{"ip_version": 4, "network_id": "9027433a-ba7e-402d-b9de-7a521c5bc9be", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet"}]}' 2018-10-04 03:16:18,548 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-e59239a8-0f7e-4c50-9a4f-1a24f23867d4 Date: Thu, 04 Oct 2018 03:16:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:18Z","dns_nameservers":[],"updated_at":"2018-10-04T03:16:18Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet"}]} 2018-10-04 03:16:18,549 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e59239a8-0f7e-4c50-9a4f-1a24f23867d4 2018-10-04 03:16:18,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:16:18,637 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-1b7e856b-4f72-4b98-a42e-3a960b82d09e Date: Thu, 04 Oct 2018 03:16:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["05e9b2a5-271b-4a6f-9a24-1859feaab593"],"description":"","tags":[],"updated_at":"2018-10-04T03:16:18Z","provider:segmentation_id":23,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:17Z","provider:network_type":"vxlan"}]} 2018-10-04 03:16:18,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-1b7e856b-4f72-4b98-a42e-3a960b82d09e 2018-10-04 03:16:18,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:16:18,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-50abfffa-3185-4478-a9be-76376685f6cc Date: Thu, 04 Oct 2018 03:16:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:18Z","dns_nameservers":[],"updated_at":"2018-10-04T03:16:18Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet"}]} 2018-10-04 03:16:18,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-50abfffa-3185-4478-a9be-76376685f6cc 2018-10-04 03:16:18,860 - OpenStackNetwork - DEBUG - Network [9027433a-ba7e-402d-b9de-7a521c5bc9be] created successfully 2018-10-04 03:16:18,860 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:16:18,861 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:19,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["CpAC6gS0Sie1J1iEDMJeKw"], "issued_at": "2018-10-04T03:16:19.000000Z"}} 2018-10-04 03:16:19,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8ca01c7f19d8e68cfecee103539c20ef6caa84" 2018-10-04 03:16:19,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5ddbdb5-b10c-4775-ba57-6436a6f93a6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:16:19,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d5ddbdb5-b10c-4775-ba57-6436a6f93a6a 2018-10-04 03:16:19,323 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:16:19,328 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8ca01c7f19d8e68cfecee103539c20ef6caa84" 2018-10-04 03:16:19,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb0cb499-814a-4791-885a-c942dc921a96 x-compute-request-id: req-fb0cb499-814a-4791-885a-c942dc921a96 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:16:19,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fb0cb499-814a-4791-885a-c942dc921a96 2018-10-04 03:16:19,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8ca01c7f19d8e68cfecee103539c20ef6caa84" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-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-04 03:16:19,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0acfde2d-db4b-48ac-87cc-e12ce1fbf990 x-compute-request-id: req-0acfde2d-db4b-48ac-87cc-e12ce1fbf990 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7d6ea77b-b60a-4687-9240-00e306320836", "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:16:19,928 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0acfde2d-db4b-48ac-87cc-e12ce1fbf990 2018-10-04 03:16:19,929 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:16:19,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:16:20,313 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:16:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["TvUHIwskTemM07uAF9vJew"], "issued_at": "2018-10-04T03:16:20.000000Z"}} 2018-10-04 03:16:20,313 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf604af0941bd42175a4275ea1ece7268048c65a" 2018-10-04 03:16:20,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-919f8139-585c-4230-a244-bddea78de702 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:16:20,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-919f8139-585c-4230-a244-bddea78de702 2018-10-04 03:16:20,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:20,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-0134485e-c13e-4625-8b4a-ff3e56514c0c Date: Thu, 04 Oct 2018 03:16:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["05e9b2a5-271b-4a6f-9a24-1859feaab593"],"description":"","tags":[],"updated_at":"2018-10-04T03:16:18Z","provider:segmentation_id":23,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:17Z","provider:network_type":"vxlan"}]} 2018-10-04 03:16:20,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net used request id req-0134485e-c13e-4625-8b4a-ff3e56514c0c 2018-10-04 03:16:20,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:20,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-707549a9-5bc3-46ac-b931-9f2f15250d60 Date: Thu, 04 Oct 2018 03:16:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:18Z","dns_nameservers":[],"updated_at":"2018-10-04T03:16:18Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet"}]} 2018-10-04 03:16:20,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-707549a9-5bc3-46ac-b931-9f2f15250d60 2018-10-04 03:16:20,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:21,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-af43a554-c01a-4562-80d7-9405a22789fd Date: Thu, 04 Oct 2018 03:16:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["05e9b2a5-271b-4a6f-9a24-1859feaab593"],"description":"","tags":[],"updated_at":"2018-10-04T03:16:18Z","provider:segmentation_id":23,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:17Z","provider:network_type":"vxlan"}]} 2018-10-04 03:16:21,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net used request id req-af43a554-c01a-4562-80d7-9405a22789fd 2018-10-04 03:16:21,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:16:21,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:16: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:16:21,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf604af0941bd42175a4275ea1ece7268048c65a" 2018-10-04 03:16:21,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e36b564b-f613-409d-a4be-c10916be1009 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:16:21,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e36b564b-f613-409d-a4be-c10916be1009 2018-10-04 03:16:21,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:21,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-9d551ce4-fee5-41cf-99af-6c55d5834956 Date: Thu, 04 Oct 2018 03:16:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:18Z","dns_nameservers":[],"updated_at":"2018-10-04T03:16:18Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet"}]} 2018-10-04 03:16:21,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-9d551ce4-fee5-41cf-99af-6c55d5834956 2018-10-04 03:16:21,407 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net 2018-10-04 03:16:21,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" -d '{"port": {"network_id": "9027433a-ba7e-402d-b9de-7a521c5bc9be", "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-port", "admin_state_up": true}}' 2018-10-04 03:16:22,105 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-ea436ffc-2269-435a-9f46-3fd648d7dac7 Date: Thu, 04 Oct 2018 03:16:22 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:16:21Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","ip_address":"10.55.0.13"}],"id":"2a1936f9-7fce-45d2-b758-804085858893","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:18:fd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-port","admin_state_up":true,"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:21Z","binding:vnic_type":"normal"}} 2018-10-04 03:16:22,105 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-ea436ffc-2269-435a-9f46-3fd648d7dac7 2018-10-04 03:16:22,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:22,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-a044a37b-0fc3-40ab-94c9-aa38b5af8279 Date: Thu, 04 Oct 2018 03:16:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["05e9b2a5-271b-4a6f-9a24-1859feaab593"],"description":"","tags":[],"updated_at":"2018-10-04T03:16:18Z","provider:segmentation_id":23,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:17Z","provider:network_type":"vxlan"}]} 2018-10-04 03:16:22,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net used request id req-a044a37b-0fc3-40ab-94c9-aa38b5af8279 2018-10-04 03:16:22,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:16:22,381 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:16:22 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:16:22,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:22,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44aa3b8b-598c-414d-9f24-bcb5b409c6d9 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:16:22,467 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-44aa3b8b-598c-414d-9f24-bcb5b409c6d9 2018-10-04 03:16:22,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:22,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-fe593d50-b648-4992-81cc-6af741aaacec Date: Thu, 04 Oct 2018 03:16:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:18Z","dns_nameservers":[],"updated_at":"2018-10-04T03:16:18Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet"}]} 2018-10-04 03:16:22,680 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-fe593d50-b648-4992-81cc-6af741aaacec 2018-10-04 03:16:22,685 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:22,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-21f09e6b-5785-4709-a45b-0403db6e1f26 Date: Thu, 04 Oct 2018 03:16:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:16:21Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","ip_address":"10.55.0.13"}],"id":"2a1936f9-7fce-45d2-b758-804085858893","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:a8:18:fd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-port","admin_state_up":true,"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:21Z","binding:vnic_type":"normal"}]} 2018-10-04 03:16:22,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-port&admin_state_up=True used request id req-21f09e6b-5785-4709-a45b-0403db6e1f26 2018-10-04 03:16:22,893 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:22,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ded52a-5638-49e1-85ad-65d67ae919c2 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:16:22,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-32ded52a-5638-49e1-85ad-65d67ae919c2 2018-10-04 03:16:22,978 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst 2018-10-04 03:16:22,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:23,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e2d98e3-65cf-4791-8ac0-b3e0c26cf8d4 x-compute-request-id: req-5e2d98e3-65cf-4791-8ac0-b3e0c26cf8d4 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-flavor-name"}]} 2018-10-04 03:16:23,174 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-5e2d98e3-65cf-4791-8ac0-b3e0c26cf8d4 2018-10-04 03:16:23,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7d6ea77b-b60a-4687-9240-00e306320836 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:23,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-5bcdd9c9-207e-484f-bc58-8fb8a06fe2aa x-compute-request-id: req-5bcdd9c9-207e-484f-bc58-8fb8a06fe2aa Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7d6ea77b-b60a-4687-9240-00e306320836", "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:16:23,308 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7d6ea77b-b60a-4687-9240-00e306320836 used request id req-5bcdd9c9-207e-484f-bc58-8fb8a06fe2aa 2018-10-04 03:16:23,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:23,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-cf352213-1190-40f5-8272-4c0183539639 Date: Thu, 04 Oct 2018 03:16:23 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:16:12Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:16:14Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/356a9524-0344-4046-9ae9-d65557dea52d/snap", "metadata": {}}], "self": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d", "min_disk": 0, "protected": false, "id": "356a9524-0344-4046-9ae9-d65557dea52d", "file": "/v2/images/356a9524-0344-4046-9ae9-d65557dea52d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/356a9524-0344-4046-9ae9-d65557dea52d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image"} 2018-10-04 03:16:23,481 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image used request id req-cf352213-1190-40f5-8272-4c0183539639 2018-10-04 03:16:23,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:24,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-93c52497-8fd9-44ef-b688-b147c455ef8f Date: Thu, 04 Oct 2018 03:16: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-04 03:16:24,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-93c52497-8fd9-44ef-b688-b147c455ef8f 2018-10-04 03:16:24,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" -d '{"server": {"name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "imageRef": "356a9524-0344-4046-9ae9-d65557dea52d", "flavorRef": "7d6ea77b-b60a-4687-9240-00e306320836", "max_count": 1, "min_count": 1, "networks": [{"port": "2a1936f9-7fce-45d2-b758-804085858893"}]}}' 2018-10-04 03:16:26,403 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:16:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1f1b511e-90f2-407d-9a51-8422a8a02bea x-compute-request-id: req-1f1b511e-90f2-407d-9a51-8422a8a02bea Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "adminPass": "q5AtctSWifX4"}} 2018-10-04 03:16:26,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1f1b511e-90f2-407d-9a51-8422a8a02bea 2018-10-04 03:16:26,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:26,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-56ccb44a-54aa-4348-88c9-ad0eac69d9ca x-compute-request-id: req-56ccb44a-54aa-4348-88c9-ad0eac69d9ca Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16: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": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:26,960 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-56ccb44a-54aa-4348-88c9-ad0eac69d9ca 2018-10-04 03:16:26,964 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:27,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-dbd9d234-f2ad-42d5-9064-814cbdab7c16 x-compute-request-id: req-dbd9d234-f2ad-42d5-9064-814cbdab7c16 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16: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": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:27,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-dbd9d234-f2ad-42d5-9064-814cbdab7c16 2018-10-04 03:16:30,455 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:31,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-82cc40bb-9d46-4e68-b735-ec0a45149a3d x-compute-request-id: req-82cc40bb-9d46-4e68-b735-ec0a45149a3d Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:31,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-82cc40bb-9d46-4e68-b735-ec0a45149a3d 2018-10-04 03:16:34,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:34,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-e52b9dd7-9ea2-4ed6-9808-770abc4f0a3a x-compute-request-id: req-e52b9dd7-9ea2-4ed6-9808-770abc4f0a3a Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:34,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-e52b9dd7-9ea2-4ed6-9808-770abc4f0a3a 2018-10-04 03:16:37,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:38,073 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-bd837dff-93db-476a-9305-b3c500b9b9ad x-compute-request-id: req-bd837dff-93db-476a-9305-b3c500b9b9ad Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:38,073 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-bd837dff-93db-476a-9305-b3c500b9b9ad 2018-10-04 03:16:41,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:41,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-782129ee-0c56-4423-85b0-b8013326a73a x-compute-request-id: req-782129ee-0c56-4423-85b0-b8013326a73a Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:41,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-782129ee-0c56-4423-85b0-b8013326a73a 2018-10-04 03:16:44,500 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:44,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-000d31b3-1b99-4b4c-abd5-b5bd73aba703 x-compute-request-id: req-000d31b3-1b99-4b4c-abd5-b5bd73aba703 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:44,938 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-000d31b3-1b99-4b4c-abd5-b5bd73aba703 2018-10-04 03:16:47,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:48,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e642661-e68f-4649-af7f-9ad8a9ac02bf x-compute-request-id: req-4e642661-e68f-4649-af7f-9ad8a9ac02bf Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:48,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-4e642661-e68f-4649-af7f-9ad8a9ac02bf 2018-10-04 03:16:51,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:52,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16: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-636cf0fc-2099-4b2b-a1bd-471887e598d3 x-compute-request-id: req-636cf0fc-2099-4b2b-a1bd-471887e598d3 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:52,088 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-636cf0fc-2099-4b2b-a1bd-471887e598d3 2018-10-04 03:16:55,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:55,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:16:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-906f029b-8256-4b1d-a0ff-5c76ccfd8e17 x-compute-request-id: req-906f029b-8256-4b1d-a0ff-5c76ccfd8e17 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:55,519 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-906f029b-8256-4b1d-a0ff-5c76ccfd8e17 2018-10-04 03:16:58,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:16:58,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-4509ade8-9be9-43e4-b18d-319d2a24c688 x-compute-request-id: req-4509ade8-9be9-43e4-b18d-319d2a24c688 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:16:58,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-4509ade8-9be9-43e4-b18d-319d2a24c688 2018-10-04 03:17:01,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:03,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-766209a9-6023-446d-a801-c29f9e95e15b x-compute-request-id: req-766209a9-6023-446d-a801-c29f9e95e15b Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:59Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:03,235 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-766209a9-6023-446d-a801-c29f9e95e15b 2018-10-04 03:17:06,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:06,862 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-6e629e0f-a06b-47ce-90b6-cc79367cbd60 x-compute-request-id: req-6e629e0f-a06b-47ce-90b6-cc79367cbd60 Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:18:fd", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:16:59Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:06,862 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-6e629e0f-a06b-47ce-90b6-cc79367cbd60 2018-10-04 03:17:09,868 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:11,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-070a6c4f-814b-4260-8be9-95872084489d x-compute-request-id: req-070a6c4f-814b-4260-8be9-95872084489d Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:18:fd", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-04T03:17:05.000000", "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:17:06Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:11,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-070a6c4f-814b-4260-8be9-95872084489d 2018-10-04 03:17:11,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:11,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-0ac5ff6a-f19d-4140-b4de-4d1a7fc4444f x-compute-request-id: req-0ac5ff6a-f19d-4140-b4de-4d1a7fc4444f Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:18:fd", "version": 4, "addr": "10.55.0.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5c066295-f034-4dfe-9c40-b92cdd726d27", "rel": "bookmark"}], "image": {"id": "356a9524-0344-4046-9ae9-d65557dea52d", "links": [{"href": "http://172.30.9.23:8774/images/356a9524-0344-4046-9ae9-d65557dea52d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": "2018-10-04T03:17:05.000000", "flavor": {"id": "7d6ea77b-b60a-4687-9240-00e306320836", "links": [{"href": "http://172.30.9.23:8774/flavors/7d6ea77b-b60a-4687-9240-00e306320836", "rel": "bookmark"}]}, "id": "5c066295-f034-4dfe-9c40-b92cdd726d27", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:17:06Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-d8eb1102-0c37-4992-a69d-32fc298c36fc-vm_inst", "created": "2018-10-04T03:16:26Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:11,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-0ac5ff6a-f19d-4140-b4de-4d1a7fc4444f 2018-10-04 03:17:11,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:11,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-66dfb640-8ea6-4f15-a6c0-2336a6c0c259 Date: Thu, 04 Oct 2018 03:17:11 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["05e9b2a5-271b-4a6f-9a24-1859feaab593"],"description":"","tags":[],"updated_at":"2018-10-04T03:16:18Z","provider:segmentation_id":23,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:17Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:11,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net used request id req-66dfb640-8ea6-4f15-a6c0-2336a6c0c259 2018-10-04 03:17:11,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:11,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34c33688-3de1-4381-8e97-a0b2c15c8281 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:11,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-34c33688-3de1-4381-8e97-a0b2c15c8281 2018-10-04 03:17:11,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:11,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-b8376339-57cb-4b72-972c-60cc979a9a5f Date: Thu, 04 Oct 2018 03:17:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:18Z","dns_nameservers":[],"updated_at":"2018-10-04T03:16:18Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","subnetpool_id":null,"name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet"}]} 2018-10-04 03:17:11,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-b8376339-57cb-4b72-972c-60cc979a9a5f 2018-10-04 03:17:11,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:11,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3529 X-Openstack-Request-Id: req-d7757880-706b-482b-b581-82e14bb3f1f2 Date: Thu, 04 Oct 2018 03:17:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:16:19Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","ip_address":"10.55.0.3"}],"id":"08b07b69-20f4-4d59-a752-02f729fcdb7e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:94:b8","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-9027433a-ba7e-402d-b9de-7a521c5bc9be","name":"","admin_state_up":true,"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:01Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","ip_address":"10.55.0.13"}],"id":"2a1936f9-7fce-45d2-b758-804085858893","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:a8:18:fd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"5c066295-f034-4dfe-9c40-b92cdd726d27","name":"NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-port","admin_state_up":true,"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:16:19Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","ip_address":"10.55.0.2"}],"id":"66e62615-3e34-4eca-a4fa-b322d86fe0fa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f4:23:c3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-9027433a-ba7e-402d-b9de-7a521c5bc9be","name":"","admin_state_up":true,"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:16:20Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"05e9b2a5-271b-4a6f-9a24-1859feaab593","ip_address":"10.55.0.4"}],"id":"be748546-5a62-450c-9dd8-0974192d187a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c5:1d:14","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-9027433a-ba7e-402d-b9de-7a521c5bc9be","name":"","admin_state_up":true,"network_id":"9027433a-ba7e-402d-b9de-7a521c5bc9be","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:16:19Z","binding:vnic_type":"normal"}]} 2018-10-04 03:17:11,931 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-d7757880-706b-482b-b581-82e14bb3f1f2 2018-10-04 03:17:11,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:12,102 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-629e9995-f7ee-4e52-b27d-bb66b266b955 x-compute-request-id: req-629e9995-f7ee-4e52-b27d-bb66b266b955 Content-Type: application/json 2018-10-04 03:17:12,102 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/5c066295-f034-4dfe-9c40-b92cdd726d27 used request id req-629e9995-f7ee-4e52-b27d-bb66b266b955 2018-10-04 03:17:12,103 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-port 2018-10-04 03:17:12,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/2a1936f9-7fce-45d2-b758-804085858893 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12be387ff10da273762f23e3d1089f3097fa81ee" 2018-10-04 03:17:13,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35c3f3a5-4193-4a1c-9ccc-8a3761a2aa07 Date: Thu, 04 Oct 2018 03:17:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:17:13,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/2a1936f9-7fce-45d2-b758-804085858893 used request id req-35c3f3a5-4193-4a1c-9ccc-8a3761a2aa07 2018-10-04 03:17:13,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/7d6ea77b-b60a-4687-9240-00e306320836 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c8ca01c7f19d8e68cfecee103539c20ef6caa84" 2018-10-04 03:17:13,452 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:17:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-184478db-2be1-41aa-a46b-93891d50a827 x-compute-request-id: req-184478db-2be1-41aa-a46b-93891d50a827 Content-Length: 0 Content-Type: application/json 2018-10-04 03:17:13,452 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7d6ea77b-b60a-4687-9240-00e306320836 used request id req-184478db-2be1-41aa-a46b-93891d50a827 2018-10-04 03:17:13,453 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet 2018-10-04 03:17:13,453 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-subnet 2018-10-04 03:17:13,458 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/05e9b2a5-271b-4a6f-9a24-1859feaab593 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:17:15,842 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b914d5e-f0bc-4149-820e-a6d2e7fb1d15 Date: Thu, 04 Oct 2018 03:17:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:17:15,842 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/05e9b2a5-271b-4a6f-9a24-1859feaab593 used request id req-3b914d5e-f0bc-4149-820e-a6d2e7fb1d15 2018-10-04 03:17:15,842 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-net 2018-10-04 03:17:15,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/9027433a-ba7e-402d-b9de-7a521c5bc9be -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}af4e63dedbf8f34693e0fb7ee8f19076470fbd48" 2018-10-04 03:17:17,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60f739f9-9dea-4197-8519-d55de762723c Date: Thu, 04 Oct 2018 03:17:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:17:17,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9027433a-ba7e-402d-b9de-7a521c5bc9be used request id req-60f739f9-9dea-4197-8519-d55de762723c 2018-10-04 03:17:17,603 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-d8eb1102-0c37-4992-a69d-32fc298c36fc-image 2018-10-04 03:17:17,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0cc84e8f0bda12409686ecc9109cca6e6d6cf96e" 2018-10-04 03:17:18,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-60ecac3b-6b39-4180-914a-a8f7764d1d23 Date: Thu, 04 Oct 2018 03:17: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-04 03:17:18,928 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/356a9524-0344-4046-9ae9-d65557dea52d used request id req-60ecac3b-6b39-4180-914a-a8f7764d1d23 2018-10-04 03:17:18,931 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:17:18,934 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:17:18,934 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:17:18,935 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:17:19,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:17:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["b-awel-4RW6vfmPHNaGmdg"], "issued_at": "2018-10-04T03:17:19.000000Z"}} 2018-10-04 03:17:19,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" 2018-10-04 03:17:19,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac5812d2-209c-458b-82d3-b99c6fe9f9ed Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:19,392 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ac5812d2-209c-458b-82d3-b99c6fe9f9ed 2018-10-04 03:17:19,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" 2018-10-04 03:17:20,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-e44e05f4-1927-4d68-a7ca-3f671eed5122 Date: Thu, 04 Oct 2018 03:17:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image"} 2018-10-04 03:17:20,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image used request id req-e44e05f4-1927-4d68-a7ca-3f671eed5122 2018-10-04 03:17:20,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" 2018-10-04 03:17:20,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d66af6d3-1b5a-47d8-8d78-e3de754cbf24 Date: Thu, 04 Oct 2018 03:17: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-04 03:17:20,599 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d66af6d3-1b5a-47d8-8d78-e3de754cbf24 2018-10-04 03:17:20,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image"}' 2018-10-04 03:17:21,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c X-Openstack-Request-Id: req-7a53bd4d-f0be-46f1-b5b4-a7deceae5b2c Date: Thu, 04 Oct 2018 03:17:21 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:17:21Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:17:21Z", "visibility": "shared", "locations": [], "self": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "min_disk": 0, "protected": false, "id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "file": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:17:21,317 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7a53bd4d-f0be-46f1-b5b4-a7deceae5b2c 2018-10-04 03:17:21,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" -d '' 2018-10-04 03:17:23,918 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f116c750-da19-4647-a62a-496b07274343 Date: Thu, 04 Oct 2018 03:17: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-04 03:17:23,918 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/file used request id req-f116c750-da19-4647-a62a-496b07274343 2018-10-04 03:17:23,919 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:17:23,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" 2018-10-04 03:17:24,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-5636fa5b-9ff9-4696-b6c2-0dd9a5389d35 Date: Thu, 04 Oct 2018 03:17:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:17:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:17:23Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/snap", "metadata": {}}], "self": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "min_disk": 0, "protected": false, "id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "file": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:17:24,101 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c used request id req-5636fa5b-9ff9-4696-b6c2-0dd9a5389d35 2018-10-04 03:17:24,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" 2018-10-04 03:17:24,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e8a57e4c-9acc-406f-a7f7-02a5ba901239 Date: Thu, 04 Oct 2018 03:17: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-04 03:17:24,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e8a57e4c-9acc-406f-a7f7-02a5ba901239 2018-10-04 03:17:24,688 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image 2018-10-04 03:17:24,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" 2018-10-04 03:17:24,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-593a22ea-3b39-4299-9ba0-70679a55540a Date: Thu, 04 Oct 2018 03:17:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:17:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:17:23Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/snap", "metadata": {}}], "self": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "min_disk": 0, "protected": false, "id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "file": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:17:24,856 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c used request id req-593a22ea-3b39-4299-9ba0-70679a55540a 2018-10-04 03:17:24,857 - create_image - DEBUG - Instance status is - active 2018-10-04 03:17:24,857 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image 2018-10-04 03:17:24,857 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image 2018-10-04 03:17:24,857 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:17:24,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:17:25,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:17:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["ChNm9AfaS2uMpPIvO1I-fg"], "issued_at": "2018-10-04T03:17:25.000000Z"}} 2018-10-04 03:17:25,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:17:25,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e72923a-bf18-46ed-80bf-6a48830d32d0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:25,326 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e72923a-bf18-46ed-80bf-6a48830d32d0 2018-10-04 03:17:25,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:17:25,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7ccfa393-013a-483c-94c1-dd22d3f1ca57 Date: Thu, 04 Oct 2018 03:17:25 GMT RESP BODY: {"networks":[]} 2018-10-04 03:17:25,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-7ccfa393-013a-483c-94c1-dd22d3f1ca57 2018-10-04 03:17:25,516 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net 2018-10-04 03:17:25,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net", "admin_state_up": true}}' 2018-10-04 03:17:25,901 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-4a3fbf4f-ac95-4a35-9566-b6782262279e Date: Thu, 04 Oct 2018 03:17: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":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:17:25Z","is_default":false,"provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","mtu":1450}} 2018-10-04 03:17:25,901 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4a3fbf4f-ac95-4a35-9566-b6782262279e 2018-10-04 03:17:25,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:17:26,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-16f47ca8-bca7-46d0-9b22-bcec29393531 Date: Thu, 04 Oct 2018 03:17:26 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:17:25Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:26,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-16f47ca8-bca7-46d0-9b22-bcec29393531 2018-10-04 03:17:26,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:17:26,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-040094a4-8b15-4e45-b675-7cf2db113a51 Date: Thu, 04 Oct 2018 03:17:26 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:17:26,350 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-040094a4-8b15-4e45-b675-7cf2db113a51 2018-10-04 03:17:26,351 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet 2018-10-04 03:17:26,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" -d '{"subnets": [{"ip_version": 4, "network_id": "63d1f5c7-d23f-4176-993b-86dd67ea9f21", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]}' 2018-10-04 03:17:26,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d58fab78-a93d-4496-9977-00d917f8ae67 Date: Thu, 04 Oct 2018 03:17:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:26,865 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d58fab78-a93d-4496-9977-00d917f8ae67 2018-10-04 03:17:26,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:17:27,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-86a8a7ab-54ef-4306-8e4c-1ad07de41466 Date: Thu, 04 Oct 2018 03:17:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:27,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-86a8a7ab-54ef-4306-8e4c-1ad07de41466 2018-10-04 03:17:27,267 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:17:27,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9869b5cf-5c4e-4833-920d-defb2fdde85d Date: Thu, 04 Oct 2018 03:17:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:27,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-9869b5cf-5c4e-4833-920d-defb2fdde85d 2018-10-04 03:17:27,317 - OpenStackNetwork - DEBUG - Network [63d1f5c7-d23f-4176-993b-86dd67ea9f21] created successfully 2018-10-04 03:17:27,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:17:27,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:17:27,766 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:17:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["k2L6H-8oQ-eANwTKvJz38g"], "issued_at": "2018-10-04T03:17:27.000000Z"}} 2018-10-04 03:17:27,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5d5867314f8b9cb9ce99ddf53bb7b8c7aa73d" 2018-10-04 03:17:27,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bdde78f-d18e-4310-8bc4-e872fb680cb8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:27,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1bdde78f-d18e-4310-8bc4-e872fb680cb8 2018-10-04 03:17:27,850 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:17:27,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5d5867314f8b9cb9ce99ddf53bb7b8c7aa73d" 2018-10-04 03:17:28,545 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-320855da-ac8e-4e40-b8f3-75ed323737ae x-compute-request-id: req-320855da-ac8e-4e40-b8f3-75ed323737ae Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:17:28,546 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-320855da-ac8e-4e40-b8f3-75ed323737ae 2018-10-04 03:17:28,549 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5d5867314f8b9cb9ce99ddf53bb7b8c7aa73d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-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-04 03:17:28,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17: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-62924d88-8761-4eb6-aeaa-7a5805ecf7fe x-compute-request-id: req-62924d88-8761-4eb6-aeaa-7a5805ecf7fe Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:17:28,639 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-62924d88-8761-4eb6-aeaa-7a5805ecf7fe 2018-10-04 03:17:28,640 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:17:28,641 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:17:29,024 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["tRbWCjn8So2iclaoZi93Jw"], "issued_at": "2018-10-04T03:17:29.000000Z"}} 2018-10-04 03:17:29,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:17:29,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6e7c630-5b90-49c3-af6e-63c6bf1caf51 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:29,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a6e7c630-5b90-49c3-af6e-63c6bf1caf51 2018-10-04 03:17:29,042 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:17:29,903 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:29 GMT Server: Apache x-compute-request-id: req-ded98460-3ea9-48ea-8e89-9217e11fdb86 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ded98460-3ea9-48ea-8e89-9217e11fdb86 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 03:17:29,903 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail used request id req-ded98460-3ea9-48ea-8e89-9217e11fdb86 2018-10-04 03:17:29,906 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ded98460-3ea9-48ea-8e89-9217e11fdb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8", "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-04 03:17:30,943 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:17:29 GMT Server: Apache x-compute-request-id: req-5ae9a26d-feee-4346-bdaa-63727e879056 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5ae9a26d-feee-4346-bdaa-63727e879056 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c0360f11565f4369acca37ec4c00a187", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T03:17:30.810690", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1}} 2018-10-04 03:17:30,943 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes used request id req-5ae9a26d-feee-4346-bdaa-63727e879056 2018-10-04 03:17:30,946 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded98460-3ea9-48ea-8e89-9217e11fdb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:17:31,695 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:30 GMT Server: Apache x-compute-request-id: req-4cb71df3-da2f-4f61-aedf-80bb375d390d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4cb71df3-da2f-4f61-aedf-80bb375d390d Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:17:31.000000", "replication_status": null, "snapshot_id": null, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5173ea14-9e27-4609-b768-f5362d1571c8", "bootable": "false", "created_at": "2018-10-04T03:17:30.000000", "volume_type": null}} 2018-10-04 03:17:31,695 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-4cb71df3-da2f-4f61-aedf-80bb375d390d 2018-10-04 03:17:31,695 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8 2018-10-04 03:17:31,698 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded98460-3ea9-48ea-8e89-9217e11fdb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:17:32,449 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:31 GMT Server: Apache x-compute-request-id: req-2f809b3a-5130-4d2c-920a-b7e90c259981 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2f809b3a-5130-4d2c-920a-b7e90c259981 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:17:31.000000", "replication_status": null, "snapshot_id": null, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5173ea14-9e27-4609-b768-f5362d1571c8", "bootable": "false", "created_at": "2018-10-04T03:17:30.000000", "volume_type": null}} 2018-10-04 03:17:32,449 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-2f809b3a-5130-4d2c-920a-b7e90c259981 2018-10-04 03:17:32,449 - create_volume - DEBUG - Instance status is - creating 2018-10-04 03:17:32,450 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 03:17:35,453 - create_volume - DEBUG - Volume status query timeout in 296.242863178 2018-10-04 03:17:35,456 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded98460-3ea9-48ea-8e89-9217e11fdb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:17:36,357 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:35 GMT Server: Apache x-compute-request-id: req-f13b3446-3492-4450-b15c-4ec5979c36e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f13b3446-3492-4450-b15c-4ec5979c36e1 Content-Encoding: gzip Content-Length: 523 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:17:33.000000", "replication_status": null, "snapshot_id": null, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5173ea14-9e27-4609-b768-f5362d1571c8", "bootable": "false", "created_at": "2018-10-04T03:17:30.000000", "volume_type": null}} 2018-10-04 03:17:36,357 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-f13b3446-3492-4450-b15c-4ec5979c36e1 2018-10-04 03:17:36,357 - create_volume - DEBUG - Instance status is - available 2018-10-04 03:17:36,357 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8 2018-10-04 03:17:36,358 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8 2018-10-04 03:17:36,358 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:17:36,359 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:17:36,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:17:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["aNgAunJDQz6G3lbOHnTukA"], "issued_at": "2018-10-04T03:17:36.000000Z"}} 2018-10-04 03:17:36,752 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:36,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac57f36f-8ae0-4438-985b-5f2aa40479c4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:36,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ac57f36f-8ae0-4438-985b-5f2aa40479c4 2018-10-04 03:17:36,840 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:17:36,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:36,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c11c8c-2eed-49cd-8e3b-97ac275ae902 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:36,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e6c11c8c-2eed-49cd-8e3b-97ac275ae902 2018-10-04 03:17:36,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:37,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-eaeb166c-8a2e-4ced-9635-f4381b9720b8 Date: Thu, 04 Oct 2018 03:17:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:37,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-eaeb166c-8a2e-4ced-9635-f4381b9720b8 2018-10-04 03:17:37,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:17:37,174 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:17:37 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:17:37,175 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:37,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01f7088a-9ab7-425d-952d-16e116060df8 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:37,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-01f7088a-9ab7-425d-952d-16e116060df8 2018-10-04 03:17:37,273 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:37,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1ef7c883-19c8-41ce-821b-3e94cd3de932 Date: Thu, 04 Oct 2018 03:17:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:37,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-1ef7c883-19c8-41ce-821b-3e94cd3de932 2018-10-04 03:17:37,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:37,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-3f6befbd-3241-49a1-bec2-3c68405cad1d Date: Thu, 04 Oct 2018 03:17:37 GMT RESP BODY: {"ports":[]} 2018-10-04 03:17:37,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port&admin_state_up=True used request id req-3f6befbd-3241-49a1-bec2-3c68405cad1d 2018-10-04 03:17:37,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:37,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17: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-14e1b7a9-5df9-43b2-82ee-23b7b4be8e1a x-compute-request-id: req-14e1b7a9-5df9-43b2-82ee-23b7b4be8e1a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 03:17:37,988 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst used request id req-14e1b7a9-5df9-43b2-82ee-23b7b4be8e1a 2018-10-04 03:17:37,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:38,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2eecd875-359a-4da5-b729-134b9f8151df Date: Thu, 04 Oct 2018 03:17:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:38,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-2eecd875-359a-4da5-b729-134b9f8151df 2018-10-04 03:17:38,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:38,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7ed0ac7-c34a-4784-ab30-db736f9e99a6 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:38,308 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-b7ed0ac7-c34a-4784-ab30-db736f9e99a6 2018-10-04 03:17:38,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:38,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-723684f8-a196-48b5-8e6a-b4cb8b6dbbaf Date: Thu, 04 Oct 2018 03:17:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:38,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-723684f8-a196-48b5-8e6a-b4cb8b6dbbaf 2018-10-04 03:17:38,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:38,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dee91908-8781-421d-8a45-ce2889dcdf80 Date: Thu, 04 Oct 2018 03:17:38 GMT RESP BODY: {"ports":[]} 2018-10-04 03:17:38,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port&admin_state_up=True used request id req-dee91908-8781-421d-8a45-ce2889dcdf80 2018-10-04 03:17:38,561 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:17:38,562 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:17:38,945 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:17:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["YRUR_KLcTzOpDquMI9z9pg"], "issued_at": "2018-10-04T03:17:38.000000Z"}} 2018-10-04 03:17:38,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b35e89561456b65b86ad5a06afe2c3416962a96" 2018-10-04 03:17:39,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8846a2e1-5401-413b-bfb5-9735eedb4bdc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:39,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8846a2e1-5401-413b-bfb5-9735eedb4bdc 2018-10-04 03:17:39,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:39,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-58d2a335-a210-4076-bcf5-5e4094de0acb Date: Thu, 04 Oct 2018 03:17:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:39,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-58d2a335-a210-4076-bcf5-5e4094de0acb 2018-10-04 03:17:39,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:39,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-40788714-66bf-40ba-b838-1a7502557577 Date: Thu, 04 Oct 2018 03:17:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:39,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-40788714-66bf-40ba-b838-1a7502557577 2018-10-04 03:17:39,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:39,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-5109cdf8-8fc4-450b-aacf-5ea6a1fdaeb8 Date: Thu, 04 Oct 2018 03:17:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:39,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-5109cdf8-8fc4-450b-aacf-5ea6a1fdaeb8 2018-10-04 03:17:39,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:17:39,561 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:17: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:17:39,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b35e89561456b65b86ad5a06afe2c3416962a96" 2018-10-04 03:17:39,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e07e7f84-ce03-472d-9760-c45a9bbc042c 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:39,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e07e7f84-ce03-472d-9760-c45a9bbc042c 2018-10-04 03:17:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:39,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cf93b1b0-f85d-40af-834d-39e0d7483fec Date: Thu, 04 Oct 2018 03:17:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:39,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-cf93b1b0-f85d-40af-834d-39e0d7483fec 2018-10-04 03:17:39,859 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net 2018-10-04 03:17:39,865 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" -d '{"port": {"network_id": "63d1f5c7-d23f-4176-993b-86dd67ea9f21", "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port", "admin_state_up": true}}' 2018-10-04 03:17:40,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-7ef1aa99-eac6-474b-a261-9d5b06d3dff8 Date: Thu, 04 Oct 2018 03:17:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:40Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"}} 2018-10-04 03:17:40,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-7ef1aa99-eac6-474b-a261-9d5b06d3dff8 2018-10-04 03:17:40,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:40,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e85941cb-d5d0-4e9e-977f-8fe3c1a5dd0f Date: Thu, 04 Oct 2018 03:17:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:40,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-e85941cb-d5d0-4e9e-977f-8fe3c1a5dd0f 2018-10-04 03:17:40,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:40,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbffb4dd-5220-45da-81e2-e211d3691bdc 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:40,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-cbffb4dd-5220-45da-81e2-e211d3691bdc 2018-10-04 03:17:40,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:41,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-a8e95f40-6824-4b2b-ad09-c4bbc71f3058 Date: Thu, 04 Oct 2018 03:17:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:41,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-a8e95f40-6824-4b2b-ad09-c4bbc71f3058 2018-10-04 03:17:41,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:41,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-b89750fe-605c-40dd-beec-a07a303f4954 Date: Thu, 04 Oct 2018 03:17:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:40Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"}]} 2018-10-04 03:17:41,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port&admin_state_up=True used request id req-b89750fe-605c-40dd-beec-a07a303f4954 2018-10-04 03:17:41,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:41,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1aa0e7-d000-4a0d-8a35-09fd14bd2a8a 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:41,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-8a1aa0e7-d000-4a0d-8a35-09fd14bd2a8a 2018-10-04 03:17:41,436 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst 2018-10-04 03:17:41,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:41,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d25a4a77-f088-4058-9c68-d2b679e3fbce x-compute-request-id: req-d25a4a77-f088-4058-9c68-d2b679e3fbce Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"flavors": [{"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-flavor"}]} 2018-10-04 03:17:41,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d25a4a77-f088-4058-9c68-d2b679e3fbce 2018-10-04 03:17:41,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:41,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58e81aa4-2bc2-422f-b1a2-2ef8c95c9a7c x-compute-request-id: req-58e81aa4-2bc2-422f-b1a2-2ef8c95c9a7c Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:17:41,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7 used request id req-58e81aa4-2bc2-422f-b1a2-2ef8c95c9a7c 2018-10-04 03:17:41,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:42,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-54b22fc4-5cd9-4a24-982c-b53242345e1c Date: Thu, 04 Oct 2018 03:17:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:17:21Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:17:23Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/snap", "metadata": {}}], "self": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "min_disk": 0, "protected": false, "id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "file": "/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image"} 2018-10-04 03:17:42,261 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image used request id req-54b22fc4-5cd9-4a24-982c-b53242345e1c 2018-10-04 03:17:42,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:42,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-dfbb8da2-aa2e-4b06-9db0-105d81a147ac Date: Thu, 04 Oct 2018 03:17: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-04 03:17:42,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-dfbb8da2-aa2e-4b06-9db0-105d81a147ac 2018-10-04 03:17:42,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "imageRef": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "flavorRef": "d593a155-eb10-43e7-87ce-ff808ed05db7", "max_count": 1, "min_count": 1, "networks": [{"port": "cae09982-d0c7-4278-adac-a8284e55104c"}]}}' 2018-10-04 03:17:44,026 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-faeb8352-ca37-4889-a124-c758dbdf1f5c x-compute-request-id: req-faeb8352-ca37-4889-a124-c758dbdf1f5c Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "f8318029-a767-4a27-baef-2317aecec858", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "adminPass": "b5NpyEWuxwDs"}} 2018-10-04 03:17:44,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-faeb8352-ca37-4889-a124-c758dbdf1f5c 2018-10-04 03:17:44,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:44,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc05de2a-1469-4a8f-ac56-832d9dbbe926 x-compute-request-id: req-cc05de2a-1469-4a8f-ac56-832d9dbbe926 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:17: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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:44,279 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-cc05de2a-1469-4a8f-ac56-832d9dbbe926 2018-10-04 03:17:44,279 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst 2018-10-04 03:17:44,282 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:44,677 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-41176fdc-e89f-40ec-af05-f8a7b67c1f31 x-compute-request-id: req-41176fdc-e89f-40ec-af05-f8a7b67c1f31 Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:17: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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:44,677 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-41176fdc-e89f-40ec-af05-f8a7b67c1f31 2018-10-04 03:17:44,677 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst] is - BUILD 2018-10-04 03:17:44,677 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:17:47,681 - create_instance - DEBUG - VM status query timeout in 896.598801851 2018-10-04 03:17:47,684 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:48,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17: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-ca9cd899-0118-481a-972e-b26fd54ea1a5 x-compute-request-id: req-ca9cd899-0118-481a-972e-b26fd54ea1a5 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:17:47Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:48,462 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-ca9cd899-0118-481a-972e-b26fd54ea1a5 2018-10-04 03:17:48,462 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst] is - BUILD 2018-10-04 03:17:48,463 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:17:51,466 - create_instance - DEBUG - VM status query timeout in 892.813542843 2018-10-04 03:17:51,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:52,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-219c085a-1d0d-42af-a983-703a75526684 x-compute-request-id: req-219c085a-1d0d-42af-a983-703a75526684 Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:17:47Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:52,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-219c085a-1d0d-42af-a983-703a75526684 2018-10-04 03:17:52,245 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst] is - BUILD 2018-10-04 03:17:52,245 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:17:55,246 - create_instance - DEBUG - VM status query timeout in 889.032935858 2018-10-04 03:17:55,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:55,740 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-2b07f480-5e1f-4ba2-a017-67896d7535f2 x-compute-request-id: req-2b07f480-5e1f-4ba2-a017-67896d7535f2 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:17:51Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:55,740 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-2b07f480-5e1f-4ba2-a017-67896d7535f2 2018-10-04 03:17:55,741 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst] is - ACTIVE 2018-10-04 03:17:55,741 - create_instance - INFO - VM is - ACTIVE 2018-10-04 03:17:55,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:56,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-bbac5ed1-7c07-49bd-9004-2a4a5e26a295 x-compute-request-id: req-bbac5ed1-7c07-49bd-9004-2a4a5e26a295 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:17:51Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:56,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-bbac5ed1-7c07-49bd-9004-2a4a5e26a295 2018-10-04 03:17:56,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:56,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-31c20dff-f054-4281-93a6-22817d203dfa Date: Thu, 04 Oct 2018 03:17:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:56,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-31c20dff-f054-4281-93a6-22817d203dfa 2018-10-04 03:17:56,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:57,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de872806-1a00-491e-993b-8375a7ddef0f 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:57,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-de872806-1a00-491e-993b-8375a7ddef0f 2018-10-04 03:17:57,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:57,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-51d7f939-9edf-444e-b064-0ac23b9dfb4a Date: Thu, 04 Oct 2018 03:17:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:57,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-51d7f939-9edf-444e-b064-0ac23b9dfb4a 2018-10-04 03:17:57,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:57,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-e2e7f801-7ab1-4db8-a2fd-03fa04d2b819 Date: Thu, 04 Oct 2018 03:17:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:17:57,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-e2e7f801-7ab1-4db8-a2fd-03fa04d2b819 2018-10-04 03:17:57,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:17:57,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:17:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["eYnmvhxhQV23HanwW9uKTA"], "issued_at": "2018-10-04T03:17:57.000000Z"}} 2018-10-04 03:17:57,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:17:57,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cc26e60-de56-4f73-8be5-f124b8fa737d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:17:57,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8cc26e60-de56-4f73-8be5-f124b8fa737d 2018-10-04 03:17:57,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:58,349 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49bda409-ef12-4521-8f61-bc63c61ca3fc x-compute-request-id: req-49bda409-ef12-4521-8f61-bc63c61ca3fc Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:17:51Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:17:58,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-49bda409-ef12-4521-8f61-bc63c61ca3fc 2018-10-04 03:17:58,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:58,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2396f18b-4267-4092-bdb2-c0446f2636d7 Date: Thu, 04 Oct 2018 03:17:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:17:58,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-2396f18b-4267-4092-bdb2-c0446f2636d7 2018-10-04 03:17:58,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:58,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:17:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5bd8e81-9b21-466c-9da1-29a8cdd6b2db 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:17:58,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e5bd8e81-9b21-466c-9da1-29a8cdd6b2db 2018-10-04 03:17:58,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:58,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-62da6390-2798-483f-9d47-82d779faca13 Date: Thu, 04 Oct 2018 03:17:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:17:58,759 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-62da6390-2798-483f-9d47-82d779faca13 2018-10-04 03:17:58,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:17:58,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-6e4185c5-e7b5-4062-9ab7-698944fed847 Date: Thu, 04 Oct 2018 03:17:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:17:58,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-6e4185c5-e7b5-4062-9ab7-698944fed847 2018-10-04 03:17:58,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" -d '{"volumeAttachment": {"volumeId": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}}' 2018-10-04 03:18:01,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-e67b245d-029d-44e3-8acf-67884d2407d9 x-compute-request-id: req-e67b245d-029d-44e3-8acf-67884d2407d9 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "f8318029-a767-4a27-baef-2317aecec858", "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "volumeId": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}} 2018-10-04 03:18:01,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858/os-volume_attachments used request id req-e67b245d-029d-44e3-8acf-67884d2407d9 2018-10-04 03:18:01,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:02,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-99228bc1-1353-4a87-a57d-1f11afc59fa3 x-compute-request-id: req-99228bc1-1353-4a87-a57d-1f11afc59fa3 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:17:51Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}], "metadata": {}}} 2018-10-04 03:18:02,413 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-99228bc1-1353-4a87-a57d-1f11afc59fa3 2018-10-04 03:18:02,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:02,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-22a86ffc-4b9b-45fb-8627-0c9c2340a4d8 Date: Thu, 04 Oct 2018 03:18:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:02,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-22a86ffc-4b9b-45fb-8627-0c9c2340a4d8 2018-10-04 03:18:02,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:18:02,663 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:18:02,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:02,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12375f60-c5dc-429f-b160-d0cf3ae806c2 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:02,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-12375f60-c5dc-429f-b160-d0cf3ae806c2 2018-10-04 03:18:02,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:02,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5fb12986-5c15-4af3-ae4b-025e57cdfafe Date: Thu, 04 Oct 2018 03:18:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:02,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-5fb12986-5c15-4af3-ae4b-025e57cdfafe 2018-10-04 03:18:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:03,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-721d5411-c1ab-4275-9348-27f122d90925 Date: Thu, 04 Oct 2018 03:18:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:03,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-721d5411-c1ab-4275-9348-27f122d90925 2018-10-04 03:18:03,172 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:03,926 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:03 GMT Server: Apache x-compute-request-id: req-0cec926d-ea1c-4891-9cce-d1535eced564 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0cec926d-ea1c-4891-9cce-d1535eced564 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:18:01.000000", "replication_status": null, "snapshot_id": null, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5173ea14-9e27-4609-b768-f5362d1571c8", "bootable": "false", "created_at": "2018-10-04T03:17:30.000000", "volume_type": null}} 2018-10-04 03:18:03,927 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-0cec926d-ea1c-4891-9cce-d1535eced564 2018-10-04 03:18:06,933 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0cec926d-ea1c-4891-9cce-d1535eced564" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:07,713 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:06 GMT Server: Apache x-compute-request-id: req-991ac15b-4e44-4554-b386-51889c059212 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-991ac15b-4e44-4554-b386-51889c059212 Content-Encoding: gzip Content-Length: 626 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "f8318029-a767-4a27-baef-2317aecec858", "attachment_id": "c3694470-5aae-4a22-944d-6945f7b4bb29", "attached_at": "2018-10-04T03:18:05.000000", "host_name": null, "volume_id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "device": "/dev/vdb", "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:18:05.000000", "replication_status": null, "snapshot_id": null, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5173ea14-9e27-4609-b768-f5362d1571c8", "bootable": "false", "created_at": "2018-10-04T03:17:30.000000", "volume_type": null}} 2018-10-04 03:18:07,713 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-991ac15b-4e44-4554-b386-51889c059212 2018-10-04 03:18:07,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:07,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff6e18ed-924e-4bc2-af56-d7d53d7222e6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:07,801 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ff6e18ed-924e-4bc2-af56-d7d53d7222e6 2018-10-04 03:18:07,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:08,400 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-a3d1e1cf-cd96-4306-9630-3daf65dbf04e x-compute-request-id: req-a3d1e1cf-cd96-4306-9630-3daf65dbf04e Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}], "metadata": {}}} 2018-10-04 03:18:08,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-a3d1e1cf-cd96-4306-9630-3daf65dbf04e 2018-10-04 03:18:08,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:08,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-2ed256bb-5a7b-4447-a4e9-036b3ae670dc Date: Thu, 04 Oct 2018 03:18:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:08,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-2ed256bb-5a7b-4447-a4e9-036b3ae670dc 2018-10-04 03:18:08,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:08,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b4b4176-d9c6-49e9-87f7-9c7dcc39efdf 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:08,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-8b4b4176-d9c6-49e9-87f7-9c7dcc39efdf 2018-10-04 03:18:08,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:08,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7f818d74-e56d-4705-993f-8555330c7eae Date: Thu, 04 Oct 2018 03:18:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:08,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-7f818d74-e56d-4705-993f-8555330c7eae 2018-10-04 03:18:08,642 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:08,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-ecf87e0b-5034-4552-baf7-a2f730c49906 Date: Thu, 04 Oct 2018 03:18:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:08,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-ecf87e0b-5034-4552-baf7-a2f730c49906 2018-10-04 03:18:08,693 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:09,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-3c72b6ba-484d-4340-9ede-5998d43f002f x-compute-request-id: req-3c72b6ba-484d-4340-9ede-5998d43f002f Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}], "metadata": {}}} 2018-10-04 03:18:09,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-3c72b6ba-484d-4340-9ede-5998d43f002f 2018-10-04 03:18:09,433 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:09,679 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-afa566ca-a7dd-4a14-adce-9a739a401c33 Date: Thu, 04 Oct 2018 03:18:09 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:09,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-afa566ca-a7dd-4a14-adce-9a739a401c33 2018-10-04 03:18:09,683 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:09,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d491affa-99e0-4afc-b627-258804dc3a9a 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:09,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-d491affa-99e0-4afc-b627-258804dc3a9a 2018-10-04 03:18:09,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:09,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-428d29a1-458f-4444-944e-04f884bb7bc1 Date: Thu, 04 Oct 2018 03:18:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:09,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-428d29a1-458f-4444-944e-04f884bb7bc1 2018-10-04 03:18:09,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:10,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-c42e0739-60c7-4181-b365-965c0433f58f Date: Thu, 04 Oct 2018 03:18:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:10,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-c42e0739-60c7-4181-b365-965c0433f58f 2018-10-04 03:18:10,163 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:10,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-2490e5f9-d5ef-42b2-a775-05c0fef0cca7 x-compute-request-id: req-2490e5f9-d5ef-42b2-a775-05c0fef0cca7 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}], "metadata": {}}} 2018-10-04 03:18:10,595 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-2490e5f9-d5ef-42b2-a775-05c0fef0cca7 2018-10-04 03:18:10,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:10,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-cb2fb3f0-817a-4c32-8ff1-515b728f7d58 Date: Thu, 04 Oct 2018 03:18:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:10,909 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-cb2fb3f0-817a-4c32-8ff1-515b728f7d58 2018-10-04 03:18:10,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:10,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e38733-6106-4477-a026-fd5de06c0ef6 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:10,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-b5e38733-6106-4477-a026-fd5de06c0ef6 2018-10-04 03:18:11,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:11,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-91595e15-4eef-4f7e-9870-cc16fdecd6d1 Date: Thu, 04 Oct 2018 03:18:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:11,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-91595e15-4eef-4f7e-9870-cc16fdecd6d1 2018-10-04 03:18:11,054 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:11,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-6f31090e-8a76-4854-83ba-e8dfb5ded6c3 Date: Thu, 04 Oct 2018 03:18:11 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:11,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-6f31090e-8a76-4854-83ba-e8dfb5ded6c3 2018-10-04 03:18:11,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858/os-volume_attachments/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:13,076 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:18:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5833f956-1f67-4806-95fc-31f8fc680f46 x-compute-request-id: req-5833f956-1f67-4806-95fc-31f8fc680f46 Content-Length: 0 Content-Type: application/json 2018-10-04 03:18:13,076 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858/os-volume_attachments/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-5833f956-1f67-4806-95fc-31f8fc680f46 2018-10-04 03:18:13,079 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:14,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-d1557ea8-7cf1-4852-8ceb-0ff67f0b1032 x-compute-request-id: req-d1557ea8-7cf1-4852-8ceb-0ff67f0b1032 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851"}], "metadata": {}}} 2018-10-04 03:18:14,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-d1557ea8-7cf1-4852-8ceb-0ff67f0b1032 2018-10-04 03:18:14,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:14,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d1d8a247-e9a7-4c73-bb9b-52934af6c5eb Date: Thu, 04 Oct 2018 03:18:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:14,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-d1d8a247-e9a7-4c73-bb9b-52934af6c5eb 2018-10-04 03:18:14,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:14,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cadb2a5e-278b-4c3f-b7fa-8b7d580886a4 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:14,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-cadb2a5e-278b-4c3f-b7fa-8b7d580886a4 2018-10-04 03:18:14,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:14,270 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-cb0ee147-6ef0-4091-a587-43ebd4fa11f3 Date: Thu, 04 Oct 2018 03:18:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:14,270 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-cb0ee147-6ef0-4091-a587-43ebd4fa11f3 2018-10-04 03:18:14,275 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:14,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-36b1d2bc-34b8-4218-9828-b40d4188d95e Date: Thu, 04 Oct 2018 03:18:14 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:14,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-36b1d2bc-34b8-4218-9828-b40d4188d95e 2018-10-04 03:18:17,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:18,515 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-99140138-98b2-4c2d-8912-b54b617606f2 x-compute-request-id: req-99140138-98b2-4c2d-8912-b54b617606f2 Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:18:18,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-99140138-98b2-4c2d-8912-b54b617606f2 2018-10-04 03:18:18,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:18,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-11df3176-dcf2-4e3e-8c8b-c8f2be234bb2 Date: Thu, 04 Oct 2018 03:18:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:18,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-11df3176-dcf2-4e3e-8c8b-c8f2be234bb2 2018-10-04 03:18:18,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:18,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0aa08c5b-a726-41ac-ae19-b16775768e8f 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:18,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-0aa08c5b-a726-41ac-ae19-b16775768e8f 2018-10-04 03:18:18,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:19,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f39fb629-cc47-4eb1-b351-3a12364a99fe Date: Thu, 04 Oct 2018 03:18:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:19,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-f39fb629-cc47-4eb1-b351-3a12364a99fe 2018-10-04 03:18:19,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:19,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-9e3a7c03-95bb-4fa4-b7dd-a0ff757a315c Date: Thu, 04 Oct 2018 03:18:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:19,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-9e3a7c03-95bb-4fa4-b7dd-a0ff757a315c 2018-10-04 03:18:19,247 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0cec926d-ea1c-4891-9cce-d1535eced564" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:20,019 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:19 GMT Server: Apache x-compute-request-id: req-5a9c1725-3a9a-44bd-915d-a06c24d88b12 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5a9c1725-3a9a-44bd-915d-a06c24d88b12 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:18:13.000000", "replication_status": null, "snapshot_id": null, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5173ea14-9e27-4609-b768-f5362d1571c8", "bootable": "false", "created_at": "2018-10-04T03:17:30.000000", "volume_type": null}} 2018-10-04 03:18:20,019 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-5a9c1725-3a9a-44bd-915d-a06c24d88b12 2018-10-04 03:18:20,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:20,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-6b660326-bae7-457e-8fc6-229dc0110cbf x-compute-request-id: req-6b660326-bae7-457e-8fc6-229dc0110cbf Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:18:20,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-6b660326-bae7-457e-8fc6-229dc0110cbf 2018-10-04 03:18:20,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:20,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6e6e989e-33d0-4a9a-8e37-9eaf420d57c9 Date: Thu, 04 Oct 2018 03:18:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:20,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-6e6e989e-33d0-4a9a-8e37-9eaf420d57c9 2018-10-04 03:18:20,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:20,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7fad6b0e-daff-4f57-b7dd-5e18879bef45 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:20,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-7fad6b0e-daff-4f57-b7dd-5e18879bef45 2018-10-04 03:18:20,962 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:21,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1758e0ba-bf6c-48e3-b603-f283481dced6 Date: Thu, 04 Oct 2018 03:18:21 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:21,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-1758e0ba-bf6c-48e3-b603-f283481dced6 2018-10-04 03:18:21,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:21,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-218ef401-47de-4ee3-8998-bedb6cb006d8 Date: Thu, 04 Oct 2018 03:18:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:21,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-218ef401-47de-4ee3-8998-bedb6cb006d8 2018-10-04 03:18:21,070 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:22,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-d4aed2de-880f-4ae3-89e1-dfe16101412f x-compute-request-id: req-d4aed2de-880f-4ae3-89e1-dfe16101412f Content-Encoding: gzip Content-Length: 823 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:bb:b3", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:18:22,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-d4aed2de-880f-4ae3-89e1-dfe16101412f 2018-10-04 03:18:22,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:22,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ce33ffe5-f3b5-4697-bf15-f8a1cd4ed55d Date: Thu, 04 Oct 2018 03:18:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["c69a894b-9f66-43e9-bd06-282a6ef7f9f3"],"description":"","tags":[],"updated_at":"2018-10-04T03:17:26Z","provider:segmentation_id":13,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:25Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:22,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net used request id req-ce33ffe5-f3b5-4697-bf15-f8a1cd4ed55d 2018-10-04 03:18:22,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:22,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25c1e89-d7f3-4670-9371-a5b5cafb9aeb 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:22,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-a25c1e89-d7f3-4670-9371-a5b5cafb9aeb 2018-10-04 03:18:22,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:22,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-56585e5a-6ec8-4e66-a0e7-807dbbf7add6 Date: Thu, 04 Oct 2018 03:18:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:26Z","dns_nameservers":[],"updated_at":"2018-10-04T03:17: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":"3bd9fdb58042454785b75b915cc07acf","id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet"}]} 2018-10-04 03:18:22,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-56585e5a-6ec8-4e66-a0e7-807dbbf7add6 2018-10-04 03:18:22,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf3bebfdb36f77370b4a6e4d034f824ee0920781" 2018-10-04 03:18:22,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-dc2d694f-a60f-4595-a2e7-5545bc7c6ae4 Date: Thu, 04 Oct 2018 03:18:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.3"}],"id":"780b66cc-786f-42bb-9e91-78979c13efd3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b5:33:bb","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:48Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.12"}],"id":"cae09982-d0c7-4278-adac-a8284e55104c","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:66:bb:b3","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f8318029-a767-4a27-baef-2317aecec858","name":"NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:28Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.4"}],"id":"daca5784-b830-45b3-aed3-7d76c600ef9f","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e1:64:cd","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:17:27Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"c69a894b-9f66-43e9-bd06-282a6ef7f9f3","ip_address":"10.55.0.2"}],"id":"f71fbe6c-b90a-4659-bae3-8e9de78c8ead","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f7:dc:28","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-63d1f5c7-d23f-4176-993b-86dd67ea9f21","name":"","admin_state_up":true,"network_id":"63d1f5c7-d23f-4176-993b-86dd67ea9f21","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:17:27Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:22,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-dc2d694f-a60f-4595-a2e7-5545bc7c6ae4 2018-10-04 03:18:22,785 - create_instance - INFO - Deleting Port with ID - cae09982-d0c7-4278-adac-a8284e55104c 2018-10-04 03:18:22,786 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-port 2018-10-04 03:18:22,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/cae09982-d0c7-4278-adac-a8284e55104c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:23,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3077b0a-a70c-4155-919c-a66c07685fe7 Date: Thu, 04 Oct 2018 03:18:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:18:23,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/cae09982-d0c7-4278-adac-a8284e55104c used request id req-c3077b0a-a70c-4155-919c-a66c07685fe7 2018-10-04 03:18:23,321 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst 2018-10-04 03:18:23,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:23,526 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:18:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bbe271d5-4aca-4098-ba68-fb4e17fca057 x-compute-request-id: req-bbe271d5-4aca-4098-ba68-fb4e17fca057 Content-Type: application/json 2018-10-04 03:18:23,526 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-bbe271d5-4aca-4098-ba68-fb4e17fca057 2018-10-04 03:18:23,526 - create_instance - INFO - Checking deletion status 2018-10-04 03:18:23,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:23,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a9142e4a-1229-47bc-881d-c43ab5f858b7 x-compute-request-id: req-a9142e4a-1229-47bc-881d-c43ab5f858b7 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.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f8318029-a767-4a27-baef-2317aecec858", "rel": "bookmark"}], "image": {"id": "676819a0-f2d8-4494-bac3-cf18e00f4d5c", "links": [{"href": "http://172.30.9.23:8774/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": "2018-10-04T03:17:50.000000", "flavor": {"id": "d593a155-eb10-43e7-87ce-ff808ed05db7", "links": [{"href": "http://172.30.9.23:8774/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7", "rel": "bookmark"}]}, "id": "f8318029-a767-4a27-baef-2317aecec858", "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:23Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst", "created": "2018-10-04T03:17:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:18:23,775 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-a9142e4a-1229-47bc-881d-c43ab5f858b7 2018-10-04 03:18:23,775 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst] is - ACTIVE 2018-10-04 03:18:23,775 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:18:26,779 - create_instance - DEBUG - VM status query timeout in 296.747886896 2018-10-04 03:18:26,782 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4afbd704ccf7367aefcaab2b63b4140176856313" 2018-10-04 03:18:26,831 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:18:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94dffd61-04a2-4c99-85e7-fcea60ba226f x-compute-request-id: req-94dffd61-04a2-4c99-85e7-fcea60ba226f Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance f8318029-a767-4a27-baef-2317aecec858 could not be found.", "code": 404}} 2018-10-04 03:18:26,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f8318029-a767-4a27-baef-2317aecec858 used request id req-94dffd61-04a2-4c99-85e7-fcea60ba226f 2018-10-04 03:18:26,831 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance f8318029-a767-4a27-baef-2317aecec858 could not be found. (HTTP 404) (Request-ID: req-94dffd61-04a2-4c99-85e7-fcea60ba226f) 2018-10-04 03:18:26,831 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-vm_inst 2018-10-04 03:18:26,835 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded98460-3ea9-48ea-8e89-9217e11fdb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:18:27,044 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:26 GMT Server: Apache x-compute-request-id: req-502abd4f-c65c-49a6-9dfa-c4bdae0ee805 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-502abd4f-c65c-49a6-9dfa-c4bdae0ee805 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:18:13.000000", "replication_status": null, "snapshot_id": null, "id": "0b03c667-47d4-4c8f-8c87-ef55d3c2e851", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5173ea14-9e27-4609-b768-f5362d1571c8", "bootable": "false", "created_at": "2018-10-04T03:17:30.000000", "volume_type": null}} 2018-10-04 03:18:27,044 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-502abd4f-c65c-49a6-9dfa-c4bdae0ee805 2018-10-04 03:18:27,044 - create_volume - DEBUG - Instance status is - available 2018-10-04 03:18:27,044 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8 2018-10-04 03:18:27,045 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8 2018-10-04 03:18:27,047 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded98460-3ea9-48ea-8e89-9217e11fdb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:18:27,923 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:18:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-574ff6ee-02d5-45f5-8659-cbb01e6c26db 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-04 03:18:27,923 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-574ff6ee-02d5-45f5-8659-cbb01e6c26db 2018-10-04 03:18:27,926 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded98460-3ea9-48ea-8e89-9217e11fdb86" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}32d8444fc196a9523f9b1758366dbde8c145f59e" 2018-10-04 03:18:28,657 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:18:27 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-94710668-6d30-4fcd-b8d0-12a471737e74 x-openstack-request-id: req-94710668-6d30-4fcd-b8d0-12a471737e74 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0b03c667-47d4-4c8f-8c87-ef55d3c2e851 could not be found.", "code": 404}} 2018-10-04 03:18:28,658 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/0b03c667-47d4-4c8f-8c87-ef55d3c2e851 used request id req-94710668-6d30-4fcd-b8d0-12a471737e74 2018-10-04 03:18:28,658 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0b03c667-47d4-4c8f-8c87-ef55d3c2e851 could not be found. (HTTP 404) (Request-ID: req-94710668-6d30-4fcd-b8d0-12a471737e74) 2018-10-04 03:18:28,658 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8 2018-10-04 03:18:28,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bd5d5867314f8b9cb9ce99ddf53bb7b8c7aa73d" 2018-10-04 03:18:28,694 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:18:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b01a5eaf-4627-4385-909c-aac877efd493 x-compute-request-id: req-b01a5eaf-4627-4385-909c-aac877efd493 Content-Length: 0 Content-Type: application/json 2018-10-04 03:18:28,695 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/d593a155-eb10-43e7-87ce-ff808ed05db7 used request id req-b01a5eaf-4627-4385-909c-aac877efd493 2018-10-04 03:18:28,695 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet 2018-10-04 03:18:28,696 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-subnet 2018-10-04 03:18:28,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/c69a894b-9f66-43e9-bd06-282a6ef7f9f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:18:30,997 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6c45fd64-366a-430e-9e06-5b16be06a0ca Date: Thu, 04 Oct 2018 03:18:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:18:30,997 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c69a894b-9f66-43e9-bd06-282a6ef7f9f3 used request id req-6c45fd64-366a-430e-9e06-5b16be06a0ca 2018-10-04 03:18:30,997 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-net 2018-10-04 03:18:31,003 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/63d1f5c7-d23f-4176-993b-86dd67ea9f21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3795913beb9ea492b6663f9a499da858139d9b09" 2018-10-04 03:18:32,470 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4be00b9d-0e82-47ea-a9df-14044f0527ef Date: Thu, 04 Oct 2018 03:18:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:18:32,470 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/63d1f5c7-d23f-4176-993b-86dd67ea9f21 used request id req-4be00b9d-0e82-47ea-a9df-14044f0527ef 2018-10-04 03:18:32,471 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-5173ea14-9e27-4609-b768-f5362d1571c8-image 2018-10-04 03:18:32,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30538f11f3bc691ed9338c92ea8a44d22d7eb8d6" 2018-10-04 03:18:34,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce9b396d-f31b-443f-9198-b489daa12ad2 Date: Thu, 04 Oct 2018 03: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-04 03:18:34,867 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/676819a0-f2d8-4494-bac3-cf18e00f4d5c used request id req-ce9b396d-f31b-443f-9198-b489daa12ad2 2018-10-04 03:18:34,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:18:34,872 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:18:34,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:18:34,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:18:35,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:18:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["S_gDoe-pSHqfRuCDQG47bg"], "issued_at": "2018-10-04T03:18:35.000000Z"}} 2018-10-04 03:18:35,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" 2018-10-04 03:18:35,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da4f9b7d-936f-4ded-8d00-59c8ddc8c1c7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:35,329 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-da4f9b7d-936f-4ded-8d00-59c8ddc8c1c7 2018-10-04 03:18:35,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" 2018-10-04 03:18:35,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-cc2b9b87-bfef-4760-aadd-213fbf6c3d9d Date: Thu, 04 Oct 2018 03:18:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image"} 2018-10-04 03:18:35,505 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image used request id req-cc2b9b87-bfef-4760-aadd-213fbf6c3d9d 2018-10-04 03:18:35,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" 2018-10-04 03:18:36,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e4c80293-cd34-45e8-b1d6-c1d5ba8f8b41 Date: Thu, 04 Oct 2018 03:18:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:18:36,072 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e4c80293-cd34-45e8-b1d6-c1d5ba8f8b41 2018-10-04 03:18:36,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image"}' 2018-10-04 03:18:36,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280 X-Openstack-Request-Id: req-d429004b-5f31-47ff-bb76-d21f38382f97 Date: Thu, 04 Oct 2018 03:18:36 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:18:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:18:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "min_disk": 0, "protected": false, "id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "file": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:18:36,344 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d429004b-5f31-47ff-bb76-d21f38382f97 2018-10-04 03:18:36,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" -d '' 2018-10-04 03:18:37,973 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-673f9685-df5d-4d86-bb3f-42405179f317 Date: Thu, 04 Oct 2018 03:18:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:18:37,973 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/file used request id req-673f9685-df5d-4d86-bb3f-42405179f317 2018-10-04 03:18:37,974 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:18:37,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" 2018-10-04 03:18:38,200 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ce4a05a5-7095-4916-ab4f-ab2d1b313b28 Date: Thu, 04 Oct 2018 03:18:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:18:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:18:37Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/snap", "metadata": {}}], "self": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "min_disk": 0, "protected": false, "id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "file": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:18:38,200 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280 used request id req-ce4a05a5-7095-4916-ab4f-ab2d1b313b28 2018-10-04 03:18:38,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" 2018-10-04 03:18:38,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-89498a07-7e61-4724-b409-462db5fe0b8f Date: Thu, 04 Oct 2018 03:18:38 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:18:38,358 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-89498a07-7e61-4724-b409-462db5fe0b8f 2018-10-04 03:18:38,361 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image 2018-10-04 03:18:38,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" 2018-10-04 03:18:38,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-22f58de2-c302-49c3-9f18-be73b3f4acb7 Date: Thu, 04 Oct 2018 03:18:38 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:18:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:18:37Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/snap", "metadata": {}}], "self": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "min_disk": 0, "protected": false, "id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "file": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:18:38,980 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280 used request id req-22f58de2-c302-49c3-9f18-be73b3f4acb7 2018-10-04 03:18:38,981 - create_image - DEBUG - Instance status is - active 2018-10-04 03:18:38,981 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image 2018-10-04 03:18:38,981 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image 2018-10-04 03:18:38,982 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:18:38,983 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:18:39,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:18:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["4H8Nqc48RPuwyPtyn6o-Vw"], "issued_at": "2018-10-04T03:18:39.000000Z"}} 2018-10-04 03:18:39,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:18:39,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c6c7904-ecf0-4169-88a1-320077073f00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:39,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0c6c7904-ecf0-4169-88a1-320077073f00 2018-10-04 03:18:39,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:18:39,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a617e6bf-40c7-4489-8636-e942333a4421 Date: Thu, 04 Oct 2018 03:18:39 GMT RESP BODY: {"networks":[]} 2018-10-04 03:18:39,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-a617e6bf-40c7-4489-8636-e942333a4421 2018-10-04 03:18:39,613 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net 2018-10-04 03:18:39,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net", "admin_state_up": true}}' 2018-10-04 03:18:40,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-d3accd60-869b-4d07-bff9-bcbe81d5515b Date: Thu, 04 Oct 2018 03:18:40 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:18:39Z","is_default":false,"provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","mtu":1450}} 2018-10-04 03:18:40,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-d3accd60-869b-4d07-bff9-bcbe81d5515b 2018-10-04 03:18:40,058 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:18:40,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-073b0834-2b74-4c1a-ae1b-d1748c08c472 Date: Thu, 04 Oct 2018 03:18:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:18:39Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:40,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-073b0834-2b74-4c1a-ae1b-d1748c08c472 2018-10-04 03:18:40,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:18:40,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-01805729-cb29-4388-87b0-09d469eb31cb Date: Thu, 04 Oct 2018 03:18:40 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:18:40,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-01805729-cb29-4388-87b0-09d469eb31cb 2018-10-04 03:18:40,573 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet 2018-10-04 03:18:40,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" -d '{"subnets": [{"ip_version": 4, "network_id": "a2769bec-d4b2-4106-bb8b-3a3237d48cb0", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]}' 2018-10-04 03:18:41,159 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7d92f4f8-9145-45cd-9063-d1c023ad7464 Date: Thu, 04 Oct 2018 03:18:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:18:41,159 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-7d92f4f8-9145-45cd-9063-d1c023ad7464 2018-10-04 03:18:41,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:18:41,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-fea2a626-242f-4d8b-af0f-ed264d7f205f Date: Thu, 04 Oct 2018 03:18:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:41,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-fea2a626-242f-4d8b-af0f-ed264d7f205f 2018-10-04 03:18:41,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:18:41,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e4f31379-37ba-425b-bb4f-7e3553f060a5 Date: Thu, 04 Oct 2018 03:18:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:18:41,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-e4f31379-37ba-425b-bb4f-7e3553f060a5 2018-10-04 03:18:41,606 - OpenStackNetwork - DEBUG - Network [a2769bec-d4b2-4106-bb8b-3a3237d48cb0] created successfully 2018-10-04 03:18:41,607 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:18:41,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:18:42,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["cRksgtBUTyiMZJyR4yEH8w"], "issued_at": "2018-10-04T03:18:42.000000Z"}} 2018-10-04 03:18:42,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96c55e9c675adffff447321a96ec304c8d7937ce" 2018-10-04 03:18:42,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6701c2b-a0ac-4df1-8546-2ac9a54937b9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:42,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e6701c2b-a0ac-4df1-8546-2ac9a54937b9 2018-10-04 03:18:42,156 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:18:42,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96c55e9c675adffff447321a96ec304c8d7937ce" 2018-10-04 03:18:42,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-165223ca-ef04-4a1e-b182-ca1494d3653a x-compute-request-id: req-165223ca-ef04-4a1e-b182-ca1494d3653a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:18:42,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-165223ca-ef04-4a1e-b182-ca1494d3653a 2018-10-04 03:18:42,366 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96c55e9c675adffff447321a96ec304c8d7937ce" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-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-04 03:18:42,441 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-8a7d3e44-617f-4f5c-bb38-61e22c7664fe x-compute-request-id: req-8a7d3e44-617f-4f5c-bb38-61e22c7664fe Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:18:42,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8a7d3e44-617f-4f5c-bb38-61e22c7664fe 2018-10-04 03:18:42,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:18:42,442 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:18:42,820 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["j8RntkJSTjivg5vtqKYsPw"], "issued_at": "2018-10-04T03:18:42.000000Z"}} 2018-10-04 03:18:42,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:18:42,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079d0e46-dc9a-4949-bf43-11bdc2ccf121 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:42,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-079d0e46-dc9a-4949-bf43-11bdc2ccf121 2018-10-04 03:18:42,920 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:18:43,115 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:42 GMT Server: Apache x-compute-request-id: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 03:18:43,115 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail used request id req-0d9c4393-8269-49d5-b8d7-8876a5fc2938 2018-10-04 03:18:43,119 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c", "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-04 03:18:43,531 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:18:43 GMT Server: Apache x-compute-request-id: req-69d9c0ef-4707-470e-a145-a6b181c1eea0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-69d9c0ef-4707-470e-a145-a6b181c1eea0 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c0360f11565f4369acca37ec4c00a187", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T03:18:43.411423", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "fbf7a6f0-3653-4f87-85c0-291d20be3839", "size": 1}} 2018-10-04 03:18:43,531 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes used request id req-69d9c0ef-4707-470e-a145-a6b181c1eea0 2018-10-04 03:18:43,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:18:44,281 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:43 GMT Server: Apache x-compute-request-id: req-7ba85624-fe07-47ec-9549-d25f82395c20 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7ba85624-fe07-47ec-9549-d25f82395c20 Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:18:43.000000", "replication_status": null, "snapshot_id": null, "id": "fbf7a6f0-3653-4f87-85c0-291d20be3839", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-60b410f1-7090-499e-8b41-879850dfc77c", "bootable": "false", "created_at": "2018-10-04T03:18:43.000000", "volume_type": null}} 2018-10-04 03:18:44,281 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 used request id req-7ba85624-fe07-47ec-9549-d25f82395c20 2018-10-04 03:18:44,281 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c 2018-10-04 03:18:44,285 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:18:44,332 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:44 GMT Server: Apache x-compute-request-id: req-ac86a266-059f-45e8-9580-6c10b59035fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ac86a266-059f-45e8-9580-6c10b59035fb Content-Encoding: gzip Content-Length: 520 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:18:43.000000", "replication_status": null, "snapshot_id": null, "id": "fbf7a6f0-3653-4f87-85c0-291d20be3839", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-60b410f1-7090-499e-8b41-879850dfc77c", "bootable": "false", "created_at": "2018-10-04T03:18:43.000000", "volume_type": null}} 2018-10-04 03:18:44,332 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 used request id req-ac86a266-059f-45e8-9580-6c10b59035fb 2018-10-04 03:18:44,333 - create_volume - DEBUG - Instance status is - available 2018-10-04 03:18:44,333 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c 2018-10-04 03:18:44,333 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c 2018-10-04 03:18:44,333 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:18:44,334 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:18:44,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["daUJ2h_mS7C9Hinl_kkJTg"], "issued_at": "2018-10-04T03:18:44.000000Z"}} 2018-10-04 03:18:44,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:44,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a2fc831-fe5a-49ae-ba41-b91a794e0b38 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:44,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7a2fc831-fe5a-49ae-ba41-b91a794e0b38 2018-10-04 03:18:44,888 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:18:44,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:44,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-357093ef-2afb-47e5-a8db-0f180ffaa47d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:44,969 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-357093ef-2afb-47e5-a8db-0f180ffaa47d 2018-10-04 03:18:44,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:45,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-a006f202-b02f-4414-b8d6-60211b857545 Date: Thu, 04 Oct 2018 03:18:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:45,261 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-a006f202-b02f-4414-b8d6-60211b857545 2018-10-04 03:18:45,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:18:45,270 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:18:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:45,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe19128b-9bba-4ea3-9be7-3a7f72ad7485 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:45,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-fe19128b-9bba-4ea3-9be7-3a7f72ad7485 2018-10-04 03:18:45,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:45,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-efc6e1e2-050c-474a-8671-789a337fce8a Date: Thu, 04 Oct 2018 03:18:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:18:45,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-efc6e1e2-050c-474a-8671-789a337fce8a 2018-10-04 03:18:45,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:45,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-14dfdce7-12fc-4612-85b9-04d02dcefa84 Date: Thu, 04 Oct 2018 03:18:45 GMT RESP BODY: {"ports":[]} 2018-10-04 03:18:45,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port&admin_state_up=True used request id req-14dfdce7-12fc-4612-85b9-04d02dcefa84 2018-10-04 03:18:45,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:45,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-b8b8048b-f618-4539-815f-84ed9e39d40f x-compute-request-id: req-b8b8048b-f618-4539-815f-84ed9e39d40f Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 03:18:45,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst used request id req-b8b8048b-f618-4539-815f-84ed9e39d40f 2018-10-04 03:18:45,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:46,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4ba769e4-207e-41b5-9efa-77d67c7a4937 Date: Thu, 04 Oct 2018 03:18:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:46,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-4ba769e4-207e-41b5-9efa-77d67c7a4937 2018-10-04 03:18:46,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:46,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28660f81-543c-44ac-866a-e3f846489288 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:46,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-28660f81-543c-44ac-866a-e3f846489288 2018-10-04 03:18:46,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:46,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-76bbd0eb-b6b7-44af-a94b-dcc813a439ff Date: Thu, 04 Oct 2018 03:18:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:18:46,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-76bbd0eb-b6b7-44af-a94b-dcc813a439ff 2018-10-04 03:18:46,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:46,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e868dbce-a961-424a-8bee-032498a4e30b Date: Thu, 04 Oct 2018 03:18:46 GMT RESP BODY: {"ports":[]} 2018-10-04 03:18:46,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port&admin_state_up=True used request id req-e868dbce-a961-424a-8bee-032498a4e30b 2018-10-04 03:18:46,707 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:18:46,708 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:18:47,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:18:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["06-gmf9yQgm-gZS1kCScPA"], "issued_at": "2018-10-04T03:18:47.000000Z"}} 2018-10-04 03:18:47,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbb6bc06f6a6fc3add1503f6e0802324a70b4280" 2018-10-04 03:18:47,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dec2583-fcf7-4f5d-b09a-41fe9f1bfce0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:18:47,163 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2dec2583-fcf7-4f5d-b09a-41fe9f1bfce0 2018-10-04 03:18:47,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:47,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-25661dc9-83e9-478a-b3c4-3f7abb859f6b Date: Thu, 04 Oct 2018 03:18:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:47,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-25661dc9-83e9-478a-b3c4-3f7abb859f6b 2018-10-04 03:18:47,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:47,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3e84bfd6-c42e-47ce-8a85-6bbe1f874a00 Date: Thu, 04 Oct 2018 03:18:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:18:47,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-3e84bfd6-c42e-47ce-8a85-6bbe1f874a00 2018-10-04 03:18:47,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:47,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-12d3a528-1e95-4838-8824-489994e664c1 Date: Thu, 04 Oct 2018 03:18:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:47,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-12d3a528-1e95-4838-8824-489994e664c1 2018-10-04 03:18:47,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:18:47,848 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:18:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:18:47,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dbb6bc06f6a6fc3add1503f6e0802324a70b4280" 2018-10-04 03:18:47,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f45d10d-84bf-440c-9d1c-a12210a3e1f2 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:47,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-8f45d10d-84bf-440c-9d1c-a12210a3e1f2 2018-10-04 03:18:47,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:48,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8ad758f5-7fc6-450b-be30-de8a002c6dad Date: Thu, 04 Oct 2018 03:18:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:18:48,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-8ad758f5-7fc6-450b-be30-de8a002c6dad 2018-10-04 03:18:48,166 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net 2018-10-04 03:18:48,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" -d '{"port": {"network_id": "a2769bec-d4b2-4106-bb8b-3a3237d48cb0", "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port", "admin_state_up": true}}' 2018-10-04 03:18:49,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-2694336f-52b4-44de-b8b1-104d4186bbd0 Date: Thu, 04 Oct 2018 03:18:49 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:48Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.11"}],"id":"2bddbd08-9a25-4a87-8ec0-d783c0120424","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:87:d6:67","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:48Z","binding:vnic_type":"normal"}} 2018-10-04 03:18:49,093 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-2694336f-52b4-44de-b8b1-104d4186bbd0 2018-10-04 03:18:49,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:49,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-74a175ea-651e-4452-b88e-b327c1d640ad Date: Thu, 04 Oct 2018 03:18:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:18:49,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-74a175ea-651e-4452-b88e-b327c1d640ad 2018-10-04 03:18:49,333 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:49,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c85fac8d-dbfb-45fb-9a45-8bdbf530ed05 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:49,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-c85fac8d-dbfb-45fb-9a45-8bdbf530ed05 2018-10-04 03:18:49,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:49,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-204ca850-e232-46b9-94ad-2b5a83188d89 Date: Thu, 04 Oct 2018 03:18:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:18:49,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-204ca850-e232-46b9-94ad-2b5a83188d89 2018-10-04 03:18:49,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:49,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-1953f066-48ff-402f-9895-315abb7fb932 Date: Thu, 04 Oct 2018 03:18:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:48Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.11"}],"id":"2bddbd08-9a25-4a87-8ec0-d783c0120424","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:87:d6:67","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:48Z","binding:vnic_type":"normal"}]} 2018-10-04 03:18:49,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port&admin_state_up=True used request id req-1953f066-48ff-402f-9895-315abb7fb932 2018-10-04 03:18:49,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:49,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65ee1c17-3948-4a4c-9325-991ef08b91d9 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:18:49,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-65ee1c17-3948-4a4c-9325-991ef08b91d9 2018-10-04 03:18:49,767 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst 2018-10-04 03:18:49,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:49,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0575207e-4d89-4ae1-9576-d63decd8cd68 x-compute-request-id: req-0575207e-4d89-4ae1-9576-d63decd8cd68 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-flavor"}]} 2018-10-04 03:18:49,799 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0575207e-4d89-4ae1-9576-d63decd8cd68 2018-10-04 03:18:49,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:49,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4fc76444-e7fc-4acd-b17c-8cb7ac695c54 x-compute-request-id: req-4fc76444-e7fc-4acd-b17c-8cb7ac695c54 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:18:49,826 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9 used request id req-4fc76444-e7fc-4acd-b17c-8cb7ac695c54 2018-10-04 03:18:49,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:50,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-4ac22b90-ddfc-4445-bf5c-04ec0dc4d144 Date: Thu, 04 Oct 2018 03:18:50 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:18:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:18:37Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/snap", "metadata": {}}], "self": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "min_disk": 0, "protected": false, "id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "file": "/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image"} 2018-10-04 03:18:50,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image used request id req-4ac22b90-ddfc-4445-bf5c-04ec0dc4d144 2018-10-04 03:18:50,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:50,202 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2fcd834b-0e24-4688-9530-ecae64854d07 Date: Thu, 04 Oct 2018 03:18:50 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:18:50,202 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2fcd834b-0e24-4688-9530-ecae64854d07 2018-10-04 03:18:50,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "imageRef": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "flavorRef": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "max_count": 1, "min_count": 1, "networks": [{"port": "2bddbd08-9a25-4a87-8ec0-d783c0120424"}]}}' 2018-10-04 03:18:52,474 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:18:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-752ed4a7-71c2-4f04-90e4-2efdd8ebbd43 x-compute-request-id: req-752ed4a7-71c2-4f04-90e4-2efdd8ebbd43 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "adminPass": "8Qgmfp8uJ3uC"}} 2018-10-04 03:18:52,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-752ed4a7-71c2-4f04-90e4-2efdd8ebbd43 2018-10-04 03:18:52,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:52,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-d9a9eb70-6e3d-4c66-8425-4afe1b27b9cf x-compute-request-id: req-d9a9eb70-6e3d-4c66-8425-4afe1b27b9cf Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:18:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:18:52,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-d9a9eb70-6e3d-4c66-8425-4afe1b27b9cf 2018-10-04 03:18:52,713 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst 2018-10-04 03:18:52,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:52,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-8c98fcbc-4e3e-4ca8-9c9b-77ce4e1dc31e x-compute-request-id: req-8c98fcbc-4e3e-4ca8-9c9b-77ce4e1dc31e Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:18:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:18:52,930 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-8c98fcbc-4e3e-4ca8-9c9b-77ce4e1dc31e 2018-10-04 03:18:52,931 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst] is - BUILD 2018-10-04 03:18:52,931 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:18:55,934 - create_instance - DEBUG - VM status query timeout in 896.778807878 2018-10-04 03:18:55,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:18:56,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-58dab24c-8403-40e6-9788-cc534167598f x-compute-request-id: req-58dab24c-8403-40e6-9788-cc534167598f Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:18:54Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:18:56,421 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-58dab24c-8403-40e6-9788-cc534167598f 2018-10-04 03:18:56,421 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst] is - BUILD 2018-10-04 03:18:56,421 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:18:59,425 - create_instance - DEBUG - VM status query timeout in 893.288295031 2018-10-04 03:18:59,428 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:00,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:18: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-dca7d4ee-54f6-4da8-9ff9-fb9c48e1de3b x-compute-request-id: req-dca7d4ee-54f6-4da8-9ff9-fb9c48e1de3b Content-Encoding: gzip Content-Length: 818 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d6:67", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:18:54Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:00,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-dca7d4ee-54f6-4da8-9ff9-fb9c48e1de3b 2018-10-04 03:19:00,512 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst] is - BUILD 2018-10-04 03:19:00,512 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:19:03,515 - create_instance - DEBUG - VM status query timeout in 889.197976828 2018-10-04 03:19:03,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:04,426 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d74d34a7-ca33-4738-8bfd-2aead4a1b2c7 x-compute-request-id: req-d74d34a7-ca33-4738-8bfd-2aead4a1b2c7 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d6:67", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T03:18:58.000000", "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:59Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:04,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-d74d34a7-ca33-4738-8bfd-2aead4a1b2c7 2018-10-04 03:19:04,426 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst] is - ACTIVE 2018-10-04 03:19:04,426 - create_instance - INFO - VM is - ACTIVE 2018-10-04 03:19:04,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:04,808 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-bb298c64-b76d-4d8b-8309-5a546d84c2a6 x-compute-request-id: req-bb298c64-b76d-4d8b-8309-5a546d84c2a6 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d6:67", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T03:18:58.000000", "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:59Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:04,808 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-bb298c64-b76d-4d8b-8309-5a546d84c2a6 2018-10-04 03:19:04,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:04,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ea3eeb94-cc23-452e-945e-a1328e4cf936 Date: Thu, 04 Oct 2018 03:19:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:04,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-ea3eeb94-cc23-452e-945e-a1328e4cf936 2018-10-04 03:19:04,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:04,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d82f7f5-e987-4130-87aa-1a6f4aa3470e 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:04,985 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-7d82f7f5-e987-4130-87aa-1a6f4aa3470e 2018-10-04 03:19:04,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:05,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d2af8595-e72d-4013-aa6d-143355f16ce6 Date: Thu, 04 Oct 2018 03:19:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:19:05,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-d2af8595-e72d-4013-aa6d-143355f16ce6 2018-10-04 03:19:05,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:05,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-f38b2789-540e-4043-969b-1ceebbf55ed0 Date: Thu, 04 Oct 2018 03:19:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.3"}],"id":"0f8ea49a-26b2-478e-b4c2-47f817edbf68","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:55:12","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a2769bec-d4b2-4106-bb8b-3a3237d48cb0","name":"","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.11"}],"id":"2bddbd08-9a25-4a87-8ec0-d783c0120424","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:d6:67","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"12e4f0f0-22d5-4bdc-ab1f-9a853a70629c","name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.2"}],"id":"4256bb31-7833-43a5-904b-265dd2508252","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:69:01","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a2769bec-d4b2-4106-bb8b-3a3237d48cb0","name":"","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.4"}],"id":"6cde7c3e-deeb-457e-a02d-31e04fd87f34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:d1:e7","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a2769bec-d4b2-4106-bb8b-3a3237d48cb0","name":"","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:42Z","binding:vnic_type":"normal"}]} 2018-10-04 03:19:05,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-f38b2789-540e-4043-969b-1ceebbf55ed0 2018-10-04 03:19:05,248 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:05,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["k_rYxVYTRo2CP2dsnqnaCA"], "issued_at": "2018-10-04T03:19:05.000000Z"}} 2018-10-04 03:19:05,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17e20b054e80d5f63710b87fcc4d5b1c2d38b1ee" 2018-10-04 03:19:05,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20ff52a-15c9-4208-af44-a0594d9a54bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:05,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d20ff52a-15c9-4208-af44-a0594d9a54bd 2018-10-04 03:19:05,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:06,228 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-7d4018e6-4ecb-46c8-a27e-33fbd5510f7f x-compute-request-id: req-7d4018e6-4ecb-46c8-a27e-33fbd5510f7f Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:d6:67", "version": 4, "addr": "10.55.0.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T03:18:58.000000", "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:18:59Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:06,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-7d4018e6-4ecb-46c8-a27e-33fbd5510f7f 2018-10-04 03:19:06,234 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:06,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b55caf8c-38e5-4d10-ac6c-e8a1a1c412e6 Date: Thu, 04 Oct 2018 03:19:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["8b20a4cd-58f3-4582-bdda-d5e641a2a3f8"],"description":"","tags":[],"updated_at":"2018-10-04T03:18:40Z","provider:segmentation_id":96,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:39Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:06,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net used request id req-b55caf8c-38e5-4d10-ac6c-e8a1a1c412e6 2018-10-04 03:19:06,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:06,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-970da76c-64c0-49de-9b08-a667fb38f920 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:06,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-970da76c-64c0-49de-9b08-a667fb38f920 2018-10-04 03:19:06,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:06,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1b8d4a8d-b5bd-4d9a-ba3c-bf5244fac60a Date: Thu, 04 Oct 2018 03:19:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:40Z","dns_nameservers":[],"updated_at":"2018-10-04T03:18:40Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet"}]} 2018-10-04 03:19:06,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-1b8d4a8d-b5bd-4d9a-ba3c-bf5244fac60a 2018-10-04 03:19:06,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:06,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3535 X-Openstack-Request-Id: req-0a6095de-033c-4fd3-86cf-1e509ec22aac Date: Thu, 04 Oct 2018 03:19:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.3"}],"id":"0f8ea49a-26b2-478e-b4c2-47f817edbf68","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:af:55:12","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-a2769bec-d4b2-4106-bb8b-3a3237d48cb0","name":"","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:55Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.11"}],"id":"2bddbd08-9a25-4a87-8ec0-d783c0120424","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:87:d6:67","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"12e4f0f0-22d5-4bdc-ab1f-9a853a70629c","name":"NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:48Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:42Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.2"}],"id":"4256bb31-7833-43a5-904b-265dd2508252","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:69:01","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-a2769bec-d4b2-4106-bb8b-3a3237d48cb0","name":"","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:18:43Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"8b20a4cd-58f3-4582-bdda-d5e641a2a3f8","ip_address":"10.55.0.4"}],"id":"6cde7c3e-deeb-457e-a02d-31e04fd87f34","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4d:d1:e7","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-a2769bec-d4b2-4106-bb8b-3a3237d48cb0","name":"","admin_state_up":true,"network_id":"a2769bec-d4b2-4106-bb8b-3a3237d48cb0","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:18:42Z","binding:vnic_type":"normal"}]} 2018-10-04 03:19:06,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-0a6095de-033c-4fd3-86cf-1e509ec22aac 2018-10-04 03:19:06,665 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}17e20b054e80d5f63710b87fcc4d5b1c2d38b1ee" -d '{"volumeAttachment": {"volumeId": "fbf7a6f0-3653-4f87-85c0-291d20be3839"}}' 2018-10-04 03:19:08,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-18c72b7f-6969-4ba8-9730-f4a7e20a27d0 x-compute-request-id: req-18c72b7f-6969-4ba8-9730-f4a7e20a27d0 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "id": "fbf7a6f0-3653-4f87-85c0-291d20be3839", "volumeId": "fbf7a6f0-3653-4f87-85c0-291d20be3839"}} 2018-10-04 03:19:08,278 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c/os-volume_attachments used request id req-18c72b7f-6969-4ba8-9730-f4a7e20a27d0 2018-10-04 03:19:08,279 - create_instance - INFO - Deleting Port with ID - 2bddbd08-9a25-4a87-8ec0-d783c0120424 2018-10-04 03:19:08,279 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-port 2018-10-04 03:19:08,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/2bddbd08-9a25-4a87-8ec0-d783c0120424 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:09,047 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d68f0735-7bb7-4a4e-880c-894eb225137e Date: Thu, 04 Oct 2018 03:19:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:19:09,047 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/2bddbd08-9a25-4a87-8ec0-d783c0120424 used request id req-d68f0735-7bb7-4a4e-880c-894eb225137e 2018-10-04 03:19:09,047 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst 2018-10-04 03:19:09,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:09,234 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03: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-87b66b47-6653-473b-813d-108999a235ad x-compute-request-id: req-87b66b47-6653-473b-813d-108999a235ad Content-Type: application/json 2018-10-04 03:19:09,235 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-87b66b47-6653-473b-813d-108999a235ad 2018-10-04 03:19:09,235 - create_instance - INFO - Checking deletion status 2018-10-04 03:19:09,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:10,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-8b7aea55-1fcf-4bad-9628-c9ec2a5e077d x-compute-request-id: req-8b7aea55-1fcf-4bad-9628-c9ec2a5e077d Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T03:18:58.000000", "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:19:09Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "fbf7a6f0-3653-4f87-85c0-291d20be3839"}], "metadata": {}}} 2018-10-04 03:19:10,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-8b7aea55-1fcf-4bad-9628-c9ec2a5e077d 2018-10-04 03:19:10,180 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst] is - ACTIVE 2018-10-04 03:19:10,180 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:19:13,183 - create_instance - DEBUG - VM status query timeout in 296.052090168 2018-10-04 03:19:13,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:13,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-580a1094-ad09-4e11-9b38-e7616ee02799 x-compute-request-id: req-580a1094-ad09-4e11-9b38-e7616ee02799 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "rel": "bookmark"}], "image": {"id": "d33e8f08-d47d-4b6f-bfec-788dbbe35280", "links": [{"href": "http://172.30.9.23:8774/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": "2018-10-04T03:18:58.000000", "flavor": {"id": "f1d43bbd-7a8b-4805-94b2-7393893d70e9", "links": [{"href": "http://172.30.9.23:8774/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9", "rel": "bookmark"}]}, "id": "12e4f0f0-22d5-4bdc-ab1f-9a853a70629c", "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:19:09Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst", "created": "2018-10-04T03:18:52Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "fbf7a6f0-3653-4f87-85c0-291d20be3839"}], "metadata": {}}} 2018-10-04 03:19:13,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-580a1094-ad09-4e11-9b38-e7616ee02799 2018-10-04 03:19:13,614 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst] is - ACTIVE 2018-10-04 03:19:13,614 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:19:16,618 - create_instance - DEBUG - VM status query timeout in 292.617393017 2018-10-04 03:19:16,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7acc599b869fb65c82dfba9ad4681c4194d552e4" 2018-10-04 03:19:16,672 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:19: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-151d0770-4051-4ea8-ab78-e5a0e6e61ad3 x-compute-request-id: req-151d0770-4051-4ea8-ab78-e5a0e6e61ad3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 12e4f0f0-22d5-4bdc-ab1f-9a853a70629c could not be found.", "code": 404}} 2018-10-04 03:19:16,673 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/12e4f0f0-22d5-4bdc-ab1f-9a853a70629c used request id req-151d0770-4051-4ea8-ab78-e5a0e6e61ad3 2018-10-04 03:19:16,673 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 12e4f0f0-22d5-4bdc-ab1f-9a853a70629c could not be found. (HTTP 404) (Request-ID: req-151d0770-4051-4ea8-ab78-e5a0e6e61ad3) 2018-10-04 03:19:16,673 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-vm_inst 2018-10-04 03:19:16,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:19:16,730 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:16 GMT Server: Apache x-compute-request-id: req-a4f500a8-42ef-4864-9b4c-42e4e6bb412c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a4f500a8-42ef-4864-9b4c-42e4e6bb412c Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:19:10.000000", "replication_status": null, "snapshot_id": null, "id": "fbf7a6f0-3653-4f87-85c0-291d20be3839", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-60b410f1-7090-499e-8b41-879850dfc77c", "bootable": "false", "created_at": "2018-10-04T03:18:43.000000", "volume_type": null}} 2018-10-04 03:19:16,730 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 used request id req-a4f500a8-42ef-4864-9b4c-42e4e6bb412c 2018-10-04 03:19:16,730 - create_volume - DEBUG - Instance status is - available 2018-10-04 03:19:16,730 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c 2018-10-04 03:19:16,730 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c 2018-10-04 03:19:16,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:19:17,509 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:19:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9819f362-2791-4544-849b-1a89f3ce5a73 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-04 03:19:17,509 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 used request id req-9819f362-2791-4544-849b-1a89f3ce5a73 2018-10-04 03:19:17,512 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:19:17,721 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:17 GMT Server: Apache x-compute-request-id: req-13b1f5b8-9f6e-47d1-92b8-ae98df5c1c45 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-13b1f5b8-9f6e-47d1-92b8-ae98df5c1c45 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:19:17.000000", "replication_status": null, "snapshot_id": null, "id": "fbf7a6f0-3653-4f87-85c0-291d20be3839", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-60b410f1-7090-499e-8b41-879850dfc77c", "bootable": "false", "created_at": "2018-10-04T03:18:43.000000", "volume_type": null}} 2018-10-04 03:19:17,721 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 used request id req-13b1f5b8-9f6e-47d1-92b8-ae98df5c1c45 2018-10-04 03:19:17,722 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 03:19:17,722 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 03:19:20,725 - create_volume - DEBUG - Volume status query timeout in 56.7846169472 2018-10-04 03:19:20,728 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-0d9c4393-8269-49d5-b8d7-8876a5fc2938" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe24b19d1aa95cad25c4d4dfcff4d1d366195c9a" 2018-10-04 03:19:21,574 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:19:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-1c7439d5-fdd7-4b15-b80f-b5402a9258c4 x-openstack-request-id: req-1c7439d5-fdd7-4b15-b80f-b5402a9258c4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume fbf7a6f0-3653-4f87-85c0-291d20be3839 could not be found.", "code": 404}} 2018-10-04 03:19:21,574 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/fbf7a6f0-3653-4f87-85c0-291d20be3839 used request id req-1c7439d5-fdd7-4b15-b80f-b5402a9258c4 2018-10-04 03:19:21,574 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume fbf7a6f0-3653-4f87-85c0-291d20be3839 could not be found. (HTTP 404) (Request-ID: req-1c7439d5-fdd7-4b15-b80f-b5402a9258c4) 2018-10-04 03:19:21,575 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c 2018-10-04 03:19:21,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96c55e9c675adffff447321a96ec304c8d7937ce" 2018-10-04 03:19:21,629 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:19: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-9982e5b9-4e2c-490d-9924-ccabf5ab4a1e x-compute-request-id: req-9982e5b9-4e2c-490d-9924-ccabf5ab4a1e Content-Length: 0 Content-Type: application/json 2018-10-04 03:19:21,629 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f1d43bbd-7a8b-4805-94b2-7393893d70e9 used request id req-9982e5b9-4e2c-490d-9924-ccabf5ab4a1e 2018-10-04 03:19:21,630 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet 2018-10-04 03:19:21,630 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-subnet 2018-10-04 03:19:21,635 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/8b20a4cd-58f3-4582-bdda-d5e641a2a3f8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:19:23,955 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-392392f4-c9c2-45c1-a882-52afbdd58930 Date: Thu, 04 Oct 2018 03:19:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:19:23,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8b20a4cd-58f3-4582-bdda-d5e641a2a3f8 used request id req-392392f4-c9c2-45c1-a882-52afbdd58930 2018-10-04 03:19:23,956 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-net 2018-10-04 03:19:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/a2769bec-d4b2-4106-bb8b-3a3237d48cb0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6a104779b9b6a8d4603a66a15c7f24e311de8658" 2018-10-04 03:19:25,488 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2dfee8f5-babb-435d-8140-c227bc394ebe Date: Thu, 04 Oct 2018 03:19:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:19:25,488 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a2769bec-d4b2-4106-bb8b-3a3237d48cb0 used request id req-2dfee8f5-babb-435d-8140-c227bc394ebe 2018-10-04 03:19:25,489 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-60b410f1-7090-499e-8b41-879850dfc77c-image 2018-10-04 03:19:25,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9621e64da4e041d0cd84208379733a44d14fdafe" 2018-10-04 03:19:26,426 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-851fce5b-d608-4917-8928-75b26dd67603 Date: Thu, 04 Oct 2018 03:19:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:19:26,426 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d33e8f08-d47d-4b6f-bfec-788dbbe35280 used request id req-851fce5b-d608-4917-8928-75b26dd67603 2018-10-04 03:19:26,428 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:19:26,431 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:19:26,431 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:19:26,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:26,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["-r8ohlBgTRW4eNY4QqsjIw"], "issued_at": "2018-10-04T03:19:26.000000Z"}} 2018-10-04 03:19:26,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" 2018-10-04 03:19:26,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dca5fa1-e9b5-47ae-9e14-a5ae0efd980f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:26,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2dca5fa1-e9b5-47ae-9e14-a5ae0efd980f 2018-10-04 03:19:26,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" 2018-10-04 03:19:27,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-82d2dd7f-3ec1-4f51-b26f-b5b3baf0ce1c Date: Thu, 04 Oct 2018 03:19:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image"} 2018-10-04 03:19:27,084 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image used request id req-82d2dd7f-3ec1-4f51-b26f-b5b3baf0ce1c 2018-10-04 03:19:27,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" 2018-10-04 03:19:27,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-62965bd6-f79b-4870-98d7-5a0d6eae21c0 Date: Thu, 04 Oct 2018 03:19:27 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-04 03:19:27,250 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-62965bd6-f79b-4870-98d7-5a0d6eae21c0 2018-10-04 03:19:27,278 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image"}' 2018-10-04 03:19:27,459 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba X-Openstack-Request-Id: req-7bdca0a0-ab4d-4444-9372-6f2f8c25a06a Date: Thu, 04 Oct 2018 03:19:27 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:19:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:19:27Z", "visibility": "shared", "locations": [], "self": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "min_disk": 0, "protected": false, "id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "file": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:19:27,460 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7bdca0a0-ab4d-4444-9372-6f2f8c25a06a 2018-10-04 03:19:27,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" -d '' 2018-10-04 03:19:29,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26680cee-1c3e-4594-86ad-8d246ede8484 Date: Thu, 04 Oct 2018 03:19: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-04 03:19:29,830 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/file used request id req-26680cee-1c3e-4594-86ad-8d246ede8484 2018-10-04 03:19:29,830 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:19:29,833 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" 2018-10-04 03:19:30,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-ec15f020-77a3-48a5-bcfa-f9742011f4ca Date: Thu, 04 Oct 2018 03:19:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:19:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:19:29Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/snap", "metadata": {}}], "self": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "min_disk": 0, "protected": false, "id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "file": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:19:30,007 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba used request id req-ec15f020-77a3-48a5-bcfa-f9742011f4ca 2018-10-04 03:19:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" 2018-10-04 03:19:30,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-abecf2e3-369a-49c2-a6c8-d01efecfa671 Date: Thu, 04 Oct 2018 03:19: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-04 03:19:30,181 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-abecf2e3-369a-49c2-a6c8-d01efecfa671 2018-10-04 03:19:30,184 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image 2018-10-04 03:19:30,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" 2018-10-04 03:19:30,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-2dda7467-eda6-4cb4-855e-d6164b836161 Date: Thu, 04 Oct 2018 03:19:30 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:19:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:19:29Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/snap", "metadata": {}}], "self": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "min_disk": 0, "protected": false, "id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "file": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:19:30,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba used request id req-2dda7467-eda6-4cb4-855e-d6164b836161 2018-10-04 03:19:30,363 - create_image - DEBUG - Instance status is - active 2018-10-04 03:19:30,363 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image 2018-10-04 03:19:30,363 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image 2018-10-04 03:19:30,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:19:30,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:30,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["yCBQaOqLTPu7wPMP2_Te4w"], "issued_at": "2018-10-04T03:19:30.000000Z"}} 2018-10-04 03:19:30,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:19:30,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbe60cab-484a-48e2-bc7e-0052659defdf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:30,897 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cbe60cab-484a-48e2-bc7e-0052659defdf 2018-10-04 03:19:30,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:19:31,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8602a9ff-7c9d-47e5-9a16-612d9b1b712d Date: Thu, 04 Oct 2018 03:19:31 GMT RESP BODY: {"networks":[]} 2018-10-04 03:19:31,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-8602a9ff-7c9d-47e5-9a16-612d9b1b712d 2018-10-04 03:19:31,080 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net 2018-10-04 03:19:31,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net", "admin_state_up": true}}' 2018-10-04 03:19:31,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-4320e89c-881b-4982-9189-58e597b1c8a3 Date: Thu, 04 Oct 2018 03:19: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":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:19:31Z","is_default":false,"provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","mtu":1450}} 2018-10-04 03:19:31,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4320e89c-881b-4982-9189-58e597b1c8a3 2018-10-04 03:19:31,517 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:19:31,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-24c4d4fc-d174-448b-a9f9-d519cc66ab2d Date: Thu, 04 Oct 2018 03:19:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:19:31Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:31,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-24c4d4fc-d174-448b-a9f9-d519cc66ab2d 2018-10-04 03:19:31,746 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:19:31,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f7f7ebf2-b69a-4c45-b09f-a0c5fbb42d2b Date: Thu, 04 Oct 2018 03:19:31 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:19:31,916 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-f7f7ebf2-b69a-4c45-b09f-a0c5fbb42d2b 2018-10-04 03:19:31,916 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet 2018-10-04 03:19:31,921 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" -d '{"subnets": [{"ip_version": 4, "network_id": "d180490d-b228-47ca-a0f1-f56160bdb67e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]}' 2018-10-04 03:19:32,459 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2dc91a07-acdc-4d5e-8734-112a14d8a000 Date: Thu, 04 Oct 2018 03:19:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:32,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2dc91a07-acdc-4d5e-8734-112a14d8a000 2018-10-04 03:19:32,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:19:32,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8838ae14-6cd0-4585-9054-4567470fed32 Date: Thu, 04 Oct 2018 03:19:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:32,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-8838ae14-6cd0-4585-9054-4567470fed32 2018-10-04 03:19:32,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:19:33,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0af2e445-a2b3-4373-8b77-62e9b6ff522e Date: Thu, 04 Oct 2018 03:19:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:33,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-0af2e445-a2b3-4373-8b77-62e9b6ff522e 2018-10-04 03:19:33,099 - OpenStackNetwork - DEBUG - Network [d180490d-b228-47ca-a0f1-f56160bdb67e] created successfully 2018-10-04 03:19:33,099 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:19:33,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:33,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["b5jEiJ9iTtyCBTHSko2pgg"], "issued_at": "2018-10-04T03:19:33.000000Z"}} 2018-10-04 03:19:33,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf6bcc40946322fd0f68574d50677862ec5991d" 2018-10-04 03:19:33,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db2fc9fe-b271-4b55-ae2b-4aaf9391a079 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:33,490 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-db2fc9fe-b271-4b55-ae2b-4aaf9391a079 2018-10-04 03:19:33,491 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:19:33,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf6bcc40946322fd0f68574d50677862ec5991d" 2018-10-04 03:19:33,909 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-9e04b613-2a02-4450-b9f5-8ea9c0cd182c x-compute-request-id: req-9e04b613-2a02-4450-b9f5-8ea9c0cd182c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:19:33,910 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9e04b613-2a02-4450-b9f5-8ea9c0cd182c 2018-10-04 03:19:33,913 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf6bcc40946322fd0f68574d50677862ec5991d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-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-04 03:19:33,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-2a53c63d-1b2d-4c8c-842f-d118a16cf14a x-compute-request-id: req-2a53c63d-1b2d-4c8c-842f-d118a16cf14a Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:19:33,956 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2a53c63d-1b2d-4c8c-842f-d118a16cf14a 2018-10-04 03:19:33,957 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:19:33,958 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:34,339 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["v12KhRHzSQSVBIyrtMIDMQ"], "issued_at": "2018-10-04T03:19:34.000000Z"}} 2018-10-04 03:19:34,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:19:34,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71207d36-13a2-4f43-bfbf-615fb10b8475 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:34,417 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-71207d36-13a2-4f43-bfbf-615fb10b8475 2018-10-04 03:19:34,422 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:19:34,611 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:34 GMT Server: Apache x-compute-request-id: req-fae985e4-e74b-4432-ad24-9b14c73009ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fae985e4-e74b-4432-ad24-9b14c73009ad Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 03:19:34,611 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail used request id req-fae985e4-e74b-4432-ad24-9b14c73009ad 2018-10-04 03:19:34,614 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-fae985e4-e74b-4432-ad24-9b14c73009ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56", "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-04 03:19:35,022 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:19:34 GMT Server: Apache x-compute-request-id: req-127c11f5-3a4e-4130-a91f-1abb2935af0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-127c11f5-3a4e-4130-a91f-1abb2935af0a Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c0360f11565f4369acca37ec4c00a187", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T03:19:34.888147", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "size": 1}} 2018-10-04 03:19:35,022 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes used request id req-127c11f5-3a4e-4130-a91f-1abb2935af0a 2018-10-04 03:19:35,025 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fae985e4-e74b-4432-ad24-9b14c73009ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:19:35,222 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:35 GMT Server: Apache x-compute-request-id: req-583a59e4-6120-4a83-9d2b-75f8334f4368 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-583a59e4-6120-4a83-9d2b-75f8334f4368 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:19:35.000000", "replication_status": null, "snapshot_id": null, "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-9b9456f5-9333-42ab-982d-398ef18e1a56", "bootable": "false", "created_at": "2018-10-04T03:19:34.000000", "volume_type": null}} 2018-10-04 03:19:35,222 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-583a59e4-6120-4a83-9d2b-75f8334f4368 2018-10-04 03:19:35,222 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56 2018-10-04 03:19:35,225 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fae985e4-e74b-4432-ad24-9b14c73009ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:19:35,965 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:35 GMT Server: Apache x-compute-request-id: req-b0b07981-8cf7-435d-8644-eddb820687c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b0b07981-8cf7-435d-8644-eddb820687c8 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:19:35.000000", "replication_status": null, "snapshot_id": null, "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-9b9456f5-9333-42ab-982d-398ef18e1a56", "bootable": "false", "created_at": "2018-10-04T03:19:34.000000", "volume_type": null}} 2018-10-04 03:19:35,965 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-b0b07981-8cf7-435d-8644-eddb820687c8 2018-10-04 03:19:35,965 - create_volume - DEBUG - Instance status is - available 2018-10-04 03:19:35,965 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56 2018-10-04 03:19:35,966 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56 2018-10-04 03:19:35,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:19:35,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:36,349 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["VieQRPhOQzO87UEfxQLG_w"], "issued_at": "2018-10-04T03:19:36.000000Z"}} 2018-10-04 03:19:36,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:36,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc15c4fe-fead-4efb-a588-e2aa6a4d6db6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:36,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc15c4fe-fead-4efb-a588-e2aa6a4d6db6 2018-10-04 03:19:36,363 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:19:36,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:36,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ada46ac-85b2-4273-a5e2-09ca8095bdf0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:36,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1ada46ac-85b2-4273-a5e2-09ca8095bdf0 2018-10-04 03:19:36,455 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:36,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4a6603f3-1e5d-4e35-9eb9-166131e01b48 Date: Thu, 04 Oct 2018 03:19:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:36,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-4a6603f3-1e5d-4e35-9eb9-166131e01b48 2018-10-04 03:19:36,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:19:36,718 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:19:36 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:19:36,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:36,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d497c8d2-02ba-4489-9974-de737c1ad7d0 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:36,797 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-d497c8d2-02ba-4489-9974-de737c1ad7d0 2018-10-04 03:19:36,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:37,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-53fe0598-8a9d-41c2-b568-a2236c372f80 Date: Thu, 04 Oct 2018 03:19:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:37,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-53fe0598-8a9d-41c2-b568-a2236c372f80 2018-10-04 03:19:37,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:37,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-ee4d38c9-c6f8-46a8-8bf6-18d7fa9bc1da Date: Thu, 04 Oct 2018 03:19:37 GMT RESP BODY: {"ports":[]} 2018-10-04 03:19:37,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port&admin_state_up=True used request id req-ee4d38c9-c6f8-46a8-8bf6-18d7fa9bc1da 2018-10-04 03:19:37,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:37,428 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3a56efe1-7869-4f6f-87f7-b7c564ee7498 x-compute-request-id: req-3a56efe1-7869-4f6f-87f7-b7c564ee7498 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 03:19:37,428 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst used request id req-3a56efe1-7869-4f6f-87f7-b7c564ee7498 2018-10-04 03:19:37,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:37,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7f12ed5f-904f-4538-9ff0-f35e5d31fcb1 Date: Thu, 04 Oct 2018 03:19:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:37,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-7f12ed5f-904f-4538-9ff0-f35e5d31fcb1 2018-10-04 03:19:37,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:37,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfb942ad-773a-4232-a50e-9c66716ecb20 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:37,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-dfb942ad-773a-4232-a50e-9c66716ecb20 2018-10-04 03:19:37,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:37,964 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-1e51415f-2716-41cf-a264-f55d8ddbc482 Date: Thu, 04 Oct 2018 03:19:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:37,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-1e51415f-2716-41cf-a264-f55d8ddbc482 2018-10-04 03:19:37,969 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:38,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d2d17590-945a-410a-82f5-1db8a6de02aa Date: Thu, 04 Oct 2018 03:19:38 GMT RESP BODY: {"ports":[]} 2018-10-04 03:19:38,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port&admin_state_up=True used request id req-d2d17590-945a-410a-82f5-1db8a6de02aa 2018-10-04 03:19:38,162 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:19:38,163 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:38,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Hfo5stMIR06PrFLKvVhEIg"], "issued_at": "2018-10-04T03:19:38.000000Z"}} 2018-10-04 03:19:38,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532976fb9dd4e3d837746ce769b710848a7cfa76" 2018-10-04 03:19:38,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-499bad86-c591-4f39-8248-90bbd970c4ac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:38,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-499bad86-c591-4f39-8248-90bbd970c4ac 2018-10-04 03:19:38,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:38,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-30ab3e38-3767-451c-8a39-78c84376bf54 Date: Thu, 04 Oct 2018 03:19:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:38,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-30ab3e38-3767-451c-8a39-78c84376bf54 2018-10-04 03:19:38,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:39,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7847c021-81d4-44bd-968d-bb83c56db3a6 Date: Thu, 04 Oct 2018 03:19:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:39,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-7847c021-81d4-44bd-968d-bb83c56db3a6 2018-10-04 03:19:39,132 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:39,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-fd5d445e-2d5e-4291-b9c8-ec22f402cd4c Date: Thu, 04 Oct 2018 03:19:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:39,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-fd5d445e-2d5e-4291-b9c8-ec22f402cd4c 2018-10-04 03:19:39,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:19:39,344 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:19: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:19:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}532976fb9dd4e3d837746ce769b710848a7cfa76" 2018-10-04 03:19:39,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1599f2-0c41-4492-b738-f3fdc7c73993 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:39,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-2b1599f2-0c41-4492-b738-f3fdc7c73993 2018-10-04 03:19:39,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:39,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-7b1070f6-ff66-4c37-9c6f-9d4a2ef6a21c Date: Thu, 04 Oct 2018 03:19:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:39,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-7b1070f6-ff66-4c37-9c6f-9d4a2ef6a21c 2018-10-04 03:19:39,777 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net 2018-10-04 03:19:39,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" -d '{"port": {"network_id": "d180490d-b228-47ca-a0f1-f56160bdb67e", "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port", "admin_state_up": true}}' 2018-10-04 03:19:40,662 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-5f47d7fc-3542-4698-8040-217c1d93b103 Date: Thu, 04 Oct 2018 03:19:40 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:40Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"}} 2018-10-04 03:19:40,662 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-5f47d7fc-3542-4698-8040-217c1d93b103 2018-10-04 03:19:40,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:40,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9e1a8607-5329-4c83-bf9a-eba5789ac7b7 Date: Thu, 04 Oct 2018 03:19:40 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:40,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-9e1a8607-5329-4c83-bf9a-eba5789ac7b7 2018-10-04 03:19:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:40,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e2439c-c82a-410d-ad03-b75f8def91ce 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:40,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-31e2439c-c82a-410d-ad03-b75f8def91ce 2018-10-04 03:19:40,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:41,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-04d83777-d675-4f7e-8083-069a499fbf17 Date: Thu, 04 Oct 2018 03:19:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:41,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-04d83777-d675-4f7e-8083-069a499fbf17 2018-10-04 03:19:41,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:41,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-abd4367f-7add-4329-bae0-967154b264ac Date: Thu, 04 Oct 2018 03:19:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:40Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"}]} 2018-10-04 03:19:41,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port&admin_state_up=True used request id req-abd4367f-7add-4329-bae0-967154b264ac 2018-10-04 03:19:41,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:41,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823c9f63-2824-4acd-8977-b61a97cda1c5 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:41,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-823c9f63-2824-4acd-8977-b61a97cda1c5 2018-10-04 03:19:41,373 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst 2018-10-04 03:19:41,377 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:41,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-91a40837-6d71-4aa6-8f94-5981633e4c85 x-compute-request-id: req-91a40837-6d71-4aa6-8f94-5981633e4c85 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"flavors": [{"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-flavor"}]} 2018-10-04 03:19:41,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-91a40837-6d71-4aa6-8f94-5981633e4c85 2018-10-04 03:19:41,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:41,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-60e0a8d3-4a76-426c-ba2c-b9dd39ca7962 x-compute-request-id: req-60e0a8d3-4a76-426c-ba2c-b9dd39ca7962 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:19:41,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3 used request id req-60e0a8d3-4a76-426c-ba2c-b9dd39ca7962 2018-10-04 03:19:41,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:41,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-6b211f31-4d37-4a99-88fb-32fa44e2e2d9 Date: Thu, 04 Oct 2018 03:19:41 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:19:27Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:19:29Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/snap", "metadata": {}}], "self": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "min_disk": 0, "protected": false, "id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "file": "/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image"} 2018-10-04 03:19:41,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image used request id req-6b211f31-4d37-4a99-88fb-32fa44e2e2d9 2018-10-04 03:19:41,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:41,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4acbd18b-6797-44d9-ab8e-a6bb299d391c Date: Thu, 04 Oct 2018 03:19: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-04 03:19:41,886 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4acbd18b-6797-44d9-ab8e-a6bb299d391c 2018-10-04 03:19:41,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "imageRef": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "flavorRef": "a5d4b256-eda4-4268-b792-31f98f5872d3", "max_count": 1, "min_count": 1, "networks": [{"port": "85a7bad2-40b0-4b76-a71f-b3bca91ee20b"}]}}' 2018-10-04 03:19:43,762 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:19: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-9bdb49bf-de0f-4f73-9136-75c83ed3e7a3 x-compute-request-id: req-9bdb49bf-de0f-4f73-9136-75c83ed3e7a3 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "adminPass": "Rc7R95z33Dzj"}} 2018-10-04 03:19:43,762 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9bdb49bf-de0f-4f73-9136-75c83ed3e7a3 2018-10-04 03:19:43,765 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:44,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4119007a-04a2-49f2-83a4-1a7a664d67d9 x-compute-request-id: req-4119007a-04a2-49f2-83a4-1a7a664d67d9 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:19:43Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:44,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-4119007a-04a2-49f2-83a4-1a7a664d67d9 2018-10-04 03:19:44,130 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst 2018-10-04 03:19:44,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:44,346 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-160f7d94-1630-4ee3-b64b-476c4e679afc x-compute-request-id: req-160f7d94-1630-4ee3-b64b-476c4e679afc Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:19: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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:44,346 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-160f7d94-1630-4ee3-b64b-476c4e679afc 2018-10-04 03:19:44,346 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst] is - BUILD 2018-10-04 03:19:44,347 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:19:47,350 - create_instance - DEBUG - VM status query timeout in 896.780315876 2018-10-04 03:19:47,352 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:47,904 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-0d6dfee3-9a49-4c9d-8f0a-f6e99827e674 x-compute-request-id: req-0d6dfee3-9a49-4c9d-8f0a-f6e99827e674 Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:19:44Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:47,905 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-0d6dfee3-9a49-4c9d-8f0a-f6e99827e674 2018-10-04 03:19:47,905 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst] is - BUILD 2018-10-04 03:19:47,905 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:19:50,908 - create_instance - DEBUG - VM status query timeout in 893.221691847 2018-10-04 03:19:50,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:51,362 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89173ada-5f0c-4e3d-a3e7-9d9f71f48584 x-compute-request-id: req-89173ada-5f0c-4e3d-a3e7-9d9f71f48584 Content-Encoding: gzip Content-Length: 819 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "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-04T03:19:48Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:51,362 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-89173ada-5f0c-4e3d-a3e7-9d9f71f48584 2018-10-04 03:19:51,363 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst] is - BUILD 2018-10-04 03:19:51,363 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:19:54,366 - create_instance - DEBUG - VM status query timeout in 889.763988018 2018-10-04 03:19:54,369 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:55,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-a018cf5e-16d0-4c54-94c4-71ccbc330d81 x-compute-request-id: req-a018cf5e-16d0-4c54-94c4-71ccbc330d81 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:19:52Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:55,176 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-a018cf5e-16d0-4c54-94c4-71ccbc330d81 2018-10-04 03:19:55,176 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst] is - ACTIVE 2018-10-04 03:19:55,177 - create_instance - INFO - VM is - ACTIVE 2018-10-04 03:19:55,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:56,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3102c036-2e9d-47e0-a15d-e0e475629343 x-compute-request-id: req-3102c036-2e9d-47e0-a15d-e0e475629343 Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:19:52Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:56,193 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-3102c036-2e9d-47e0-a15d-e0e475629343 2018-10-04 03:19:56,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:56,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-500821ba-0dd8-4a19-847b-75f6fbb5c743 Date: Thu, 04 Oct 2018 03:19:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:56,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-500821ba-0dd8-4a19-847b-75f6fbb5c743 2018-10-04 03:19:56,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:56,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a301b140-498c-430e-861c-98cf31500f24 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:56,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-a301b140-498c-430e-861c-98cf31500f24 2018-10-04 03:19:56,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:56,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8c9cd4e1-bc6d-4001-85e9-6f393b946058 Date: Thu, 04 Oct 2018 03:19:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:56,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-8c9cd4e1-bc6d-4001-85e9-6f393b946058 2018-10-04 03:19:56,578 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:56,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-cab5a06d-662a-4a87-957b-a6541437ca28 Date: Thu, 04 Oct 2018 03:19:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.2"}],"id":"247e5873-6265-4a45-8437-f0b378724f9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:2d:48","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.3"}],"id":"346f3064-0a2a-4c2f-8a4c-d09f863df2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:64:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ba318d94-3936-495d-aa27-fdfdf0bafcec","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.4"}],"id":"a3d3ff5e-eba4-45b0-bd26-d1bed816cab6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:f9:d6","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"}]} 2018-10-04 03:19:56,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-cab5a06d-662a-4a87-957b-a6541437ca28 2018-10-04 03:19:56,626 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:19:57,004 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["aOyfKpCeQZ-dhnx8tpF9Xg"], "issued_at": "2018-10-04T03:19:57.000000Z"}} 2018-10-04 03:19:57,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:19:57,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-485ddd87-66ba-422c-85d6-4524d50956ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:19:57,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-485ddd87-66ba-422c-85d6-4524d50956ff 2018-10-04 03:19:57,097 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:57,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-b081aa1f-938d-4f78-9e6e-60aed214974b x-compute-request-id: req-b081aa1f-938d-4f78-9e6e-60aed214974b Content-Encoding: gzip Content-Length: 820 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:19:52Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:19:57,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-b081aa1f-938d-4f78-9e6e-60aed214974b 2018-10-04 03:19:57,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:57,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7cb86688-f26b-4dd6-9b92-1f96da0a6d7d Date: Thu, 04 Oct 2018 03:19:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:19:57,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-7cb86688-f26b-4dd6-9b92-1f96da0a6d7d 2018-10-04 03:19:57,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:57,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ff7be38-d2e2-4bf9-a0fe-845d34965672 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:19:57,705 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-0ff7be38-d2e2-4bf9-a0fe-845d34965672 2018-10-04 03:19:57,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:57,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2162a7ac-c0b6-45f2-b633-02b704223f50 Date: Thu, 04 Oct 2018 03:19:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:19:57,768 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-2162a7ac-c0b6-45f2-b633-02b704223f50 2018-10-04 03:19:57,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:19:57,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-70c8689e-a713-44b7-8647-5286b647abbb Date: Thu, 04 Oct 2018 03:19:57 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.2"}],"id":"247e5873-6265-4a45-8437-f0b378724f9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:2d:48","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.3"}],"id":"346f3064-0a2a-4c2f-8a4c-d09f863df2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:64:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ba318d94-3936-495d-aa27-fdfdf0bafcec","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.4"}],"id":"a3d3ff5e-eba4-45b0-bd26-d1bed816cab6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:f9:d6","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"}]} 2018-10-04 03:19:57,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-70c8689e-a713-44b7-8647-5286b647abbb 2018-10-04 03:19:57,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec/os-volume_attachments -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" -d '{"volumeAttachment": {"volumeId": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9"}}' 2018-10-04 03:20:24,454 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:19: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-cae75d92-afca-4ba1-806d-297529217960 x-compute-request-id: req-cae75d92-afca-4ba1-806d-297529217960 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "volumeId": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9"}} 2018-10-04 03:20:24,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec/os-volume_attachments used request id req-cae75d92-afca-4ba1-806d-297529217960 2018-10-04 03:20:24,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:25,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-4ca8b6d2-9349-41a3-ab0f-cd571f333126 x-compute-request-id: req-4ca8b6d2-9349-41a3-ab0f-cd571f333126 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:19:52Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9"}], "metadata": {}}} 2018-10-04 03:20:25,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-4ca8b6d2-9349-41a3-ab0f-cd571f333126 2018-10-04 03:20:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:25,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ee55ab38-eed9-42ba-8f35-325a3e804e42 Date: Thu, 04 Oct 2018 03:20:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:20:25,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-ee55ab38-eed9-42ba-8f35-325a3e804e42 2018-10-04 03:20:25,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:20:25,649 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:20:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:20:25,650 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:25,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cfcbd21-0faa-4b43-98b8-ab443cf4a6c1 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:20:25,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-3cfcbd21-0faa-4b43-98b8-ab443cf4a6c1 2018-10-04 03:20:25,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:25,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f37d9bf5-f8af-418b-8651-b122ed63974a Date: Thu, 04 Oct 2018 03:20:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:20:25,937 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-f37d9bf5-f8af-418b-8651-b122ed63974a 2018-10-04 03:20:25,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:26,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-05d66189-1f93-4ca4-9882-71e9b7588f7b Date: Thu, 04 Oct 2018 03:20:26 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.2"}],"id":"247e5873-6265-4a45-8437-f0b378724f9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:2d:48","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.3"}],"id":"346f3064-0a2a-4c2f-8a4c-d09f863df2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:64:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ba318d94-3936-495d-aa27-fdfdf0bafcec","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.4"}],"id":"a3d3ff5e-eba4-45b0-bd26-d1bed816cab6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:f9:d6","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"}]} 2018-10-04 03:20:26,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-05d66189-1f93-4ca4-9882-71e9b7588f7b 2018-10-04 03:20:26,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:26,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b99985e3-95e1-4818-9662-7a7ec178037f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:26,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b99985e3-95e1-4818-9662-7a7ec178037f 2018-10-04 03:20:26,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:27,219 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-4a208d56-af41-40e6-ad54-de9fff14009c x-compute-request-id: req-4a208d56-af41-40e6-ad54-de9fff14009c Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:20:25Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9"}], "metadata": {}}} 2018-10-04 03:20:27,220 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-4a208d56-af41-40e6-ad54-de9fff14009c 2018-10-04 03:20:27,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:27,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f8cb67f4-f02c-43cf-9083-83bddd2e6904 Date: Thu, 04 Oct 2018 03:20:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:20:27,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-f8cb67f4-f02c-43cf-9083-83bddd2e6904 2018-10-04 03:20:27,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:27,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b98e3af-05d3-49de-989e-f6488f5c93dd 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:20:27,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-6b98e3af-05d3-49de-989e-f6488f5c93dd 2018-10-04 03:20:27,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:27,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8f630ac8-fc63-4ccd-ac4a-27655084b462 Date: Thu, 04 Oct 2018 03:20:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:20:27,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-8f630ac8-fc63-4ccd-ac4a-27655084b462 2018-10-04 03:20:27,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:27,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-937f6036-0e38-4443-9d05-5346e177f227 Date: Thu, 04 Oct 2018 03:20:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.2"}],"id":"247e5873-6265-4a45-8437-f0b378724f9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:2d:48","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.3"}],"id":"346f3064-0a2a-4c2f-8a4c-d09f863df2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:64:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ba318d94-3936-495d-aa27-fdfdf0bafcec","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.4"}],"id":"a3d3ff5e-eba4-45b0-bd26-d1bed816cab6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:f9:d6","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"}]} 2018-10-04 03:20:27,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-937f6036-0e38-4443-9d05-5346e177f227 2018-10-04 03:20:27,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:28,376 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3707f44a-f07a-41bd-9ec5-d0dfc93c1200 x-compute-request-id: req-3707f44a-f07a-41bd-9ec5-d0dfc93c1200 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:20:25Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9"}], "metadata": {}}} 2018-10-04 03:20:28,376 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-3707f44a-f07a-41bd-9ec5-d0dfc93c1200 2018-10-04 03:20:28,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:28,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-414c436e-0f2a-4333-98a9-b61de8edee82 Date: Thu, 04 Oct 2018 03:20:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:20:28,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-414c436e-0f2a-4333-98a9-b61de8edee82 2018-10-04 03:20:28,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:28,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b028776b-b7c9-49b4-ac09-844e4e6e3c42 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:20:28,551 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-b028776b-b7c9-49b4-ac09-844e4e6e3c42 2018-10-04 03:20:28,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:28,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-2b157925-c581-4a42-b5dd-95d7e7e9e2a2 Date: Thu, 04 Oct 2018 03:20:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:20:28,761 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-2b157925-c581-4a42-b5dd-95d7e7e9e2a2 2018-10-04 03:20:28,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:28,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-e74446ee-aa73-4d2b-89ce-623bba3d6ff3 Date: Thu, 04 Oct 2018 03:20:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.2"}],"id":"247e5873-6265-4a45-8437-f0b378724f9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:2d:48","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.3"}],"id":"346f3064-0a2a-4c2f-8a4c-d09f863df2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:64:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ba318d94-3936-495d-aa27-fdfdf0bafcec","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.4"}],"id":"a3d3ff5e-eba4-45b0-bd26-d1bed816cab6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:f9:d6","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"}]} 2018-10-04 03:20:28,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-e74446ee-aa73-4d2b-89ce-623bba3d6ff3 2018-10-04 03:20:28,957 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:29,746 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:28 GMT Server: Apache x-compute-request-id: req-333bbfe3-3ec2-4d31-8f04-3e05476284a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-333bbfe3-3ec2-4d31-8f04-3e05476284a9 Content-Encoding: gzip Content-Length: 627 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [{"server_id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "attachment_id": "a961b32e-e303-47d9-9fcb-cc7973a3dafe", "attached_at": "2018-10-04T03:20:27.000000", "host_name": null, "volume_id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "device": "/dev/vdb", "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9"}], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:20:27.000000", "replication_status": null, "snapshot_id": null, "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-9b9456f5-9333-42ab-982d-398ef18e1a56", "bootable": "false", "created_at": "2018-10-04T03:19:34.000000", "volume_type": null}} 2018-10-04 03:20:29,746 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-333bbfe3-3ec2-4d31-8f04-3e05476284a9 2018-10-04 03:20:29,749 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:30,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-8a88e448-e5a7-4899-b39f-935d938eb66a x-compute-request-id: req-8a88e448-e5a7-4899-b39f-935d938eb66a Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:20:25Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [{"id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9"}], "metadata": {}}} 2018-10-04 03:20:30,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-8a88e448-e5a7-4899-b39f-935d938eb66a 2018-10-04 03:20:30,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:30,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b22312f3-8a7e-453a-bb7d-35a685f959ba Date: Thu, 04 Oct 2018 03:20:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d180490d-b228-47ca-a0f1-f56160bdb67e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["534c2874-471f-4f20-83ec-78493d207d5f"],"description":"","tags":[],"updated_at":"2018-10-04T03:19:32Z","provider:segmentation_id":59,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:31Z","provider:network_type":"vxlan"}]} 2018-10-04 03:20:30,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net used request id req-b22312f3-8a7e-453a-bb7d-35a685f959ba 2018-10-04 03:20:30,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:30,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daf8bd81-0771-475c-9ada-07cc0c085fbb 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:20:30,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-daf8bd81-0771-475c-9ada-07cc0c085fbb 2018-10-04 03:20:30,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:30,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-3c4a6462-ec1b-4ad5-bb27-ce11887038cc Date: Thu, 04 Oct 2018 03:20:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","dns_nameservers":[],"updated_at":"2018-10-04T03:19:32Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"534c2874-471f-4f20-83ec-78493d207d5f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet"}]} 2018-10-04 03:20:30,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-3c4a6462-ec1b-4ad5-bb27-ce11887038cc 2018-10-04 03:20:30,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:30,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3534 X-Openstack-Request-Id: req-50e074d3-1285-44d4-b9fa-b7804443fde9 Date: Thu, 04 Oct 2018 03:20:30 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.2"}],"id":"247e5873-6265-4a45-8437-f0b378724f9a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:f9:2d:48","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:32Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:33Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.3"}],"id":"346f3064-0a2a-4c2f-8a4c-d09f863df2c5","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:3a:64:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:49Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.5"}],"id":"85a7bad2-40b0-4b76-a71f-b3bca91ee20b","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:94:42:2f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"ba318d94-3936-495d-aa27-fdfdf0bafcec","name":"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:19:34Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"534c2874-471f-4f20-83ec-78493d207d5f","ip_address":"10.55.0.4"}],"id":"a3d3ff5e-eba4-45b0-bd26-d1bed816cab6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:8a:f9:d6","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-d180490d-b228-47ca-a0f1-f56160bdb67e","name":"","admin_state_up":true,"network_id":"d180490d-b228-47ca-a0f1-f56160bdb67e","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:19:33Z","binding:vnic_type":"normal"}]} 2018-10-04 03:20:30,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-50e074d3-1285-44d4-b9fa-b7804443fde9 2018-10-04 03:20:30,928 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec/os-volume_attachments/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ca40f59b03d5337dc7deedaa960fd847ad787b2" 2018-10-04 03:20:32,682 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-34ae0ecf-4c0d-446e-8bf0-77e3ba2249f4 x-compute-request-id: req-34ae0ecf-4c0d-446e-8bf0-77e3ba2249f4 Content-Length: 0 Content-Type: application/json 2018-10-04 03:20:32,682 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec/os-volume_attachments/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-34ae0ecf-4c0d-446e-8bf0-77e3ba2249f4 2018-10-04 03:20:32,683 - create_instance - INFO - Deleting Port with ID - 85a7bad2-40b0-4b76-a71f-b3bca91ee20b 2018-10-04 03:20:32,683 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-port 2018-10-04 03:20:32,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/85a7bad2-40b0-4b76-a71f-b3bca91ee20b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:33,190 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-17610333-523d-442f-b7ea-8548d1e37a3a Date: Thu, 04 Oct 2018 03:20:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:20:33,190 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/85a7bad2-40b0-4b76-a71f-b3bca91ee20b used request id req-17610333-523d-442f-b7ea-8548d1e37a3a 2018-10-04 03:20:33,190 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst 2018-10-04 03:20:33,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:33,382 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-c2fa6aa4-10b8-4a21-ab4c-26edbaed5c38 x-compute-request-id: req-c2fa6aa4-10b8-4a21-ab4c-26edbaed5c38 Content-Type: application/json 2018-10-04 03:20:33,383 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-c2fa6aa4-10b8-4a21-ab4c-26edbaed5c38 2018-10-04 03:20:33,383 - create_instance - INFO - Checking deletion status 2018-10-04 03:20:33,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:33,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-310bb13c-c85b-4b20-8ad4-9054c832f80f x-compute-request-id: req-310bb13c-c85b-4b20-8ad4-9054c832f80f Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:42:2f", "version": 4, "addr": "10.55.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec", "rel": "bookmark"}], "image": {"id": "7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "links": [{"href": "http://172.30.9.23:8774/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": "2018-10-04T03:19:51.000000", "flavor": {"id": "a5d4b256-eda4-4268-b792-31f98f5872d3", "links": [{"href": "http://172.30.9.23:8774/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3", "rel": "bookmark"}]}, "id": "ba318d94-3936-495d-aa27-fdfdf0bafcec", "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:20:33Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst", "created": "2018-10-04T03:19:43Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:20:33,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-310bb13c-c85b-4b20-8ad4-9054c832f80f 2018-10-04 03:20:33,752 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst] is - ACTIVE 2018-10-04 03:20:33,752 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:20:36,755 - create_instance - DEBUG - VM status query timeout in 296.628113031 2018-10-04 03:20:36,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5363207f2964c38daafe9e6190b5edeed0c29ab" 2018-10-04 03:20:36,814 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:20: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-ea28f0e0-e469-4c96-9ce2-9e0674440701 x-compute-request-id: req-ea28f0e0-e469-4c96-9ce2-9e0674440701 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance ba318d94-3936-495d-aa27-fdfdf0bafcec could not be found.", "code": 404}} 2018-10-04 03:20:36,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/ba318d94-3936-495d-aa27-fdfdf0bafcec used request id req-ea28f0e0-e469-4c96-9ce2-9e0674440701 2018-10-04 03:20:36,815 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance ba318d94-3936-495d-aa27-fdfdf0bafcec could not be found. (HTTP 404) (Request-ID: req-ea28f0e0-e469-4c96-9ce2-9e0674440701) 2018-10-04 03:20:36,815 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-vm_inst 2018-10-04 03:20:36,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fae985e4-e74b-4432-ad24-9b14c73009ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:20:37,577 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:36 GMT Server: Apache x-compute-request-id: req-eb3c9980-179e-4f70-8a67-bd5f8984d3b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-eb3c9980-179e-4f70-8a67-bd5f8984d3b8 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:20:32.000000", "replication_status": null, "snapshot_id": null, "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-9b9456f5-9333-42ab-982d-398ef18e1a56", "bootable": "false", "created_at": "2018-10-04T03:19:34.000000", "volume_type": null}} 2018-10-04 03:20:37,577 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-eb3c9980-179e-4f70-8a67-bd5f8984d3b8 2018-10-04 03:20:37,578 - create_volume - DEBUG - Instance status is - available 2018-10-04 03:20:37,578 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56 2018-10-04 03:20:37,578 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56 2018-10-04 03:20:37,581 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fae985e4-e74b-4432-ad24-9b14c73009ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:20:37,796 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:20:37 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4e76a351-8cb1-49aa-bcf1-476a6b0e926a 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-04 03:20:37,797 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-4e76a351-8cb1-49aa-bcf1-476a6b0e926a 2018-10-04 03:20:37,799 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fae985e4-e74b-4432-ad24-9b14c73009ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:20:38,008 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:37 GMT Server: Apache x-compute-request-id: req-b36fabd6-30f3-486d-b36f-08ac1a6f0925 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b36fabd6-30f3-486d-b36f-08ac1a6f0925 Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:20:37.000000", "replication_status": null, "snapshot_id": null, "id": "b19432b2-2f0a-4ad8-a44f-754d07dd29b9", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-9b9456f5-9333-42ab-982d-398ef18e1a56", "bootable": "false", "created_at": "2018-10-04T03:19:34.000000", "volume_type": null}} 2018-10-04 03:20:38,008 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-b36fabd6-30f3-486d-b36f-08ac1a6f0925 2018-10-04 03:20:38,009 - create_volume - DEBUG - Instance status is - deleting 2018-10-04 03:20:38,009 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-10-04 03:20:41,012 - create_volume - DEBUG - Volume status query timeout in 56.7846648693 2018-10-04 03:20:41,015 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fae985e4-e74b-4432-ad24-9b14c73009ad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}396878193781d01e357d2cd115fccc48d8ab6880" 2018-10-04 03:20:41,049 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:20:41 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0d7a1549-81e8-4e6f-b248-fd97d55af320 x-openstack-request-id: req-0d7a1549-81e8-4e6f-b248-fd97d55af320 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume b19432b2-2f0a-4ad8-a44f-754d07dd29b9 could not be found.", "code": 404}} 2018-10-04 03:20:41,049 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/b19432b2-2f0a-4ad8-a44f-754d07dd29b9 used request id req-0d7a1549-81e8-4e6f-b248-fd97d55af320 2018-10-04 03:20:41,049 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume b19432b2-2f0a-4ad8-a44f-754d07dd29b9 could not be found. (HTTP 404) (Request-ID: req-0d7a1549-81e8-4e6f-b248-fd97d55af320) 2018-10-04 03:20:41,049 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56 2018-10-04 03:20:41,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}acf6bcc40946322fd0f68574d50677862ec5991d" 2018-10-04 03:20:41,090 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-52d9d541-4b84-4f45-b427-76645b432c1b x-compute-request-id: req-52d9d541-4b84-4f45-b427-76645b432c1b Content-Length: 0 Content-Type: application/json 2018-10-04 03:20:41,090 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a5d4b256-eda4-4268-b792-31f98f5872d3 used request id req-52d9d541-4b84-4f45-b427-76645b432c1b 2018-10-04 03:20:41,091 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet 2018-10-04 03:20:41,091 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-subnet 2018-10-04 03:20:41,096 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/534c2874-471f-4f20-83ec-78493d207d5f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:20:43,479 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8a202f92-3a2f-4ce3-a7f0-1bbefe52d9e2 Date: Thu, 04 Oct 2018 03:20:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:20:43,479 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/534c2874-471f-4f20-83ec-78493d207d5f used request id req-8a202f92-3a2f-4ce3-a7f0-1bbefe52d9e2 2018-10-04 03:20:43,479 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-net 2018-10-04 03:20:43,484 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/d180490d-b228-47ca-a0f1-f56160bdb67e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f2af2fa1001b4c173536614be5ff15c2a280d54" 2018-10-04 03:20:45,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-577ee83f-2ea8-498c-8f28-df34480fbba9 Date: Thu, 04 Oct 2018 03:20:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:20:45,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d180490d-b228-47ca-a0f1-f56160bdb67e used request id req-577ee83f-2ea8-498c-8f28-df34480fbba9 2018-10-04 03:20:45,099 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-9b9456f5-9333-42ab-982d-398ef18e1a56-image 2018-10-04 03:20:45,102 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3115d7ead71db5d46ef4c58a7c6bba97ce46ee04" 2018-10-04 03:20:45,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1efb055-a5e4-4199-9a2e-4a2eecc8832e Date: Thu, 04 Oct 2018 03:20: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-04 03:20:45,970 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/7a64e435-a7a6-4330-b8b0-9ba9bb423fba used request id req-e1efb055-a5e4-4199-9a2e-4a2eecc8832e 2018-10-04 03:20:45,972 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:45,973 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:45,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:46,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["100XMyRmTqmGtRWVdXByag"], "issued_at": "2018-10-04T03:20:46.000000Z"}} 2018-10-04 03:20:46,357 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab4488bc2f8fc8f96279f6485b1f7860a3295b1" 2018-10-04 03:20:46,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d161140e-f9b7-467d-8cbd-d76e699a98bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:46,441 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d161140e-f9b7-467d-8cbd-d76e699a98bd 2018-10-04 03:20:46,442 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:46,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab4488bc2f8fc8f96279f6485b1f7860a3295b1" 2018-10-04 03:20:46,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-e0deaf3a-bef3-4ce4-9a43-0211c819a3b0 x-compute-request-id: req-e0deaf3a-bef3-4ce4-9a43-0211c819a3b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:46,616 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e0deaf3a-bef3-4ce4-9a43-0211c819a3b0 2018-10-04 03:20:46,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab4488bc2f8fc8f96279f6485b1f7860a3295b1" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-e9aebc8a-6d78-4520-a7a7-ed75c826328aname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 03:20:46,715 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-c5209ba0-a09a-43df-84d5-6fc170aa4d2d x-compute-request-id: req-c5209ba0-a09a-43df-84d5-6fc170aa4d2d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "331da679-f8bd-4cf9-b443-4c56d675b2aa", "name": "CreateFlavorTests-e9aebc8a-6d78-4520-a7a7-ed75c826328aname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:46,715 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c5209ba0-a09a-43df-84d5-6fc170aa4d2d 2018-10-04 03:20:46,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:47,106 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["nryduGbPRO2LsRWre3vZKg"], "issued_at": "2018-10-04T03:20:47.000000Z"}} 2018-10-04 03:20:47,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c498862b4c49ef0429538068219352d8b9835e2" 2018-10-04 03:20:47,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-fe0f8100-158f-4fbb-a471-bcaa21563a40 x-compute-request-id: req-fe0f8100-158f-4fbb-a471-bcaa21563a40 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "331da679-f8bd-4cf9-b443-4c56d675b2aa", "name": "CreateFlavorTests-e9aebc8a-6d78-4520-a7a7-ed75c826328aname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:47,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa used request id req-fe0f8100-158f-4fbb-a471-bcaa21563a40 2018-10-04 03:20:47,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c498862b4c49ef0429538068219352d8b9835e2" 2018-10-04 03:20:47,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-ccf79072-4890-4676-ab9e-336cdd5edb49 x-compute-request-id: req-ccf79072-4890-4676-ab9e-336cdd5edb49 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:20:47,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa/os-extra_specs used request id req-ccf79072-4890-4676-ab9e-336cdd5edb49 2018-10-04 03:20:47,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dab4488bc2f8fc8f96279f6485b1f7860a3295b1" 2018-10-04 03:20:47,484 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:20: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-dd9103af-1d6c-43c6-a363-4bf006837f88 x-compute-request-id: req-dd9103af-1d6c-43c6-a363-4bf006837f88 Content-Length: 0 Content-Type: application/json 2018-10-04 03:20:47,485 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/331da679-f8bd-4cf9-b443-4c56d675b2aa used request id req-dd9103af-1d6c-43c6-a363-4bf006837f88 2018-10-04 03:20:47,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c498862b4c49ef0429538068219352d8b9835e2" 2018-10-04 03:20:47,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-95db8642-b64f-4b13-8600-ef97d2c813e6 x-compute-request-id: req-95db8642-b64f-4b13-8600-ef97d2c813e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:47,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-95db8642-b64f-4b13-8600-ef97d2c813e6 2018-10-04 03:20:47,522 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:47,523 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:47,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:47,900 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["9TQ3UQ-jS1mYF6hxA2CCXA"], "issued_at": "2018-10-04T03:20:47.000000Z"}} 2018-10-04 03:20:47,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4652efb3004d32d294f84c56afed5804f239088" 2018-10-04 03:20:47,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907772b8-c951-46d9-ba0f-a6665c16258a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:47,983 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-907772b8-c951-46d9-ba0f-a6665c16258a 2018-10-04 03:20:47,985 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:47,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4652efb3004d32d294f84c56afed5804f239088" 2018-10-04 03:20:48,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-4117b2b2-512b-4216-80ee-863998308341 x-compute-request-id: req-4117b2b2-512b-4216-80ee-863998308341 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:48,296 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4117b2b2-512b-4216-80ee-863998308341 2018-10-04 03:20:48,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4652efb3004d32d294f84c56afed5804f239088" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-bfce1ebe-834f-462b-8d21-41d7980c4354name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 03:20:48,363 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-42fbb4f6-e25d-484b-a3ac-52b59f11dbbc x-compute-request-id: req-42fbb4f6-e25d-484b-a3ac-52b59f11dbbc Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5f744ec6-e409-43c4-984d-e773dd2a919a", "name": "CreateFlavorTests-bfce1ebe-834f-462b-8d21-41d7980c4354name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:48,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-42fbb4f6-e25d-484b-a3ac-52b59f11dbbc 2018-10-04 03:20:48,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:48,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["zgpJKLH8TFOi26imwMU4LQ"], "issued_at": "2018-10-04T03:20:48.000000Z"}} 2018-10-04 03:20:48,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bd0d7ac9a109b3ebd0a1aac765b92ad9c770d7" 2018-10-04 03:20:48,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-c6101661-5acc-44fb-9e53-1ca4c29330a4 x-compute-request-id: req-c6101661-5acc-44fb-9e53-1ca4c29330a4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5f744ec6-e409-43c4-984d-e773dd2a919a", "name": "CreateFlavorTests-bfce1ebe-834f-462b-8d21-41d7980c4354name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:48,926 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a used request id req-c6101661-5acc-44fb-9e53-1ca4c29330a4 2018-10-04 03:20:48,929 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bd0d7ac9a109b3ebd0a1aac765b92ad9c770d7" 2018-10-04 03:20:48,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-9ab2945d-41ff-4fdd-89f0-0165aa15a15e x-compute-request-id: req-9ab2945d-41ff-4fdd-89f0-0165aa15a15e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:20:48,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a/os-extra_specs used request id req-9ab2945d-41ff-4fdd-89f0-0165aa15a15e 2018-10-04 03:20:48,952 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bd0d7ac9a109b3ebd0a1aac765b92ad9c770d7" 2018-10-04 03:20:48,994 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-134e8403-6675-4d1d-bde3-d554b5c1fe4c x-compute-request-id: req-134e8403-6675-4d1d-bde3-d554b5c1fe4c Content-Length: 0 Content-Type: application/json 2018-10-04 03:20:48,994 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a used request id req-134e8403-6675-4d1d-bde3-d554b5c1fe4c 2018-10-04 03:20:48,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}39bd0d7ac9a109b3ebd0a1aac765b92ad9c770d7" 2018-10-04 03:20:49,023 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-e0050f3a-d62a-42ef-bf67-65a96555aecd x-compute-request-id: req-e0050f3a-d62a-42ef-bf67-65a96555aecd Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:49,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e0050f3a-d62a-42ef-bf67-65a96555aecd 2018-10-04 03:20:49,026 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4652efb3004d32d294f84c56afed5804f239088" 2018-10-04 03:20:49,043 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:20: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-9f3d7784-8210-45e2-95c7-1a126030569f x-compute-request-id: req-9f3d7784-8210-45e2-95c7-1a126030569f Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 5f744ec6-e409-43c4-984d-e773dd2a919a could not be found.", "code": 404}} 2018-10-04 03:20:49,043 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5f744ec6-e409-43c4-984d-e773dd2a919a used request id req-9f3d7784-8210-45e2-95c7-1a126030569f 2018-10-04 03:20:49,045 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:49,046 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:49,047 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:49,419 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["toMvX01mTviICXfXvAaZkg"], "issued_at": "2018-10-04T03:20:49.000000Z"}} 2018-10-04 03:20:49,420 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6df21729136891e45baa81fe6871211ae8fbe2" 2018-10-04 03:20:49,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0c4b719-72b0-4a40-bd0c-404315f4cc48 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:49,502 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e0c4b719-72b0-4a40-bd0c-404315f4cc48 2018-10-04 03:20:49,504 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:49,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6df21729136891e45baa81fe6871211ae8fbe2" 2018-10-04 03:20:49,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-03dd0034-924d-4b2b-a98b-a58da02b7fb5 x-compute-request-id: req-03dd0034-924d-4b2b-a98b-a58da02b7fb5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:49,688 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-03dd0034-924d-4b2b-a98b-a58da02b7fb5 2018-10-04 03:20:49,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6df21729136891e45baa81fe6871211ae8fbe2" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-46a0254f-7507-4a60-8055-5cd448199c21name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 03:20:49,755 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-8635a285-6c36-49d4-85f0-3506cab8b49e x-compute-request-id: req-8635a285-6c36-49d4-85f0-3506cab8b49e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7c58246b-3b4a-4e96-975c-f1704924ed95", "name": "CreateFlavorTests-46a0254f-7507-4a60-8055-5cd448199c21name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:49,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8635a285-6c36-49d4-85f0-3506cab8b49e 2018-10-04 03:20:49,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:50,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["GZH8GY2YQWyLySd6dquDOw"], "issued_at": "2018-10-04T03:20:50.000000Z"}} 2018-10-04 03:20:50,140 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9154c79afa0846ed32b170e2dc6124577536270" 2018-10-04 03:20:50,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-201f42bb-855b-4427-ad73-b79913dc431c x-compute-request-id: req-201f42bb-855b-4427-ad73-b79913dc431c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "7c58246b-3b4a-4e96-975c-f1704924ed95", "name": "CreateFlavorTests-46a0254f-7507-4a60-8055-5cd448199c21name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:50,303 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95 used request id req-201f42bb-855b-4427-ad73-b79913dc431c 2018-10-04 03:20:50,306 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9154c79afa0846ed32b170e2dc6124577536270" 2018-10-04 03:20:50,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-3122d734-39c5-4f78-8d28-19345ae5ab35 x-compute-request-id: req-3122d734-39c5-4f78-8d28-19345ae5ab35 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:20:50,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95/os-extra_specs used request id req-3122d734-39c5-4f78-8d28-19345ae5ab35 2018-10-04 03:20:50,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1e6df21729136891e45baa81fe6871211ae8fbe2" 2018-10-04 03:20:50,381 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:20: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-262ebeb3-9b23-4df8-b040-f89a5b776ccd x-compute-request-id: req-262ebeb3-9b23-4df8-b040-f89a5b776ccd Content-Length: 0 Content-Type: application/json 2018-10-04 03:20:50,382 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7c58246b-3b4a-4e96-975c-f1704924ed95 used request id req-262ebeb3-9b23-4df8-b040-f89a5b776ccd 2018-10-04 03:20:50,383 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:50,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:50,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:50,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["PKGkVo8jR5KhtTzE4LgETQ"], "issued_at": "2018-10-04T03:20:50.000000Z"}} 2018-10-04 03:20:50,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aae8aa9fa585ed2e0b8d90e611a679f0b15f4f0" 2018-10-04 03:20:50,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab33c9e8-828e-47c7-80ad-6ddee63a676f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:50,846 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ab33c9e8-828e-47c7-80ad-6ddee63a676f 2018-10-04 03:20:50,847 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:50,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aae8aa9fa585ed2e0b8d90e611a679f0b15f4f0" 2018-10-04 03:20:51,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-87cf2e53-097f-4543-829a-c43d75da4310 x-compute-request-id: req-87cf2e53-097f-4543-829a-c43d75da4310 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:51,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-87cf2e53-097f-4543-829a-c43d75da4310 2018-10-04 03:20:51,040 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aae8aa9fa585ed2e0b8d90e611a679f0b15f4f0" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-efb4f621-f052-468c-85e5-b95114a8e457name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-10-04 03:20:51,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-59a31f11-1aa9-4298-9aeb-4b9c88801ba3 x-compute-request-id: req-59a31f11-1aa9-4298-9aeb-4b9c88801ba3 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "0ab11fc2-6747-49af-9c35-ddd35697ac95", "name": "CreateFlavorTests-efb4f621-f052-468c-85e5-b95114a8e457name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-04 03:20:51,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-59a31f11-1aa9-4298-9aeb-4b9c88801ba3 2018-10-04 03:20:51,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:51,494 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["OfPGn7pHQzypzQ849AZ5Yg"], "issued_at": "2018-10-04T03:20:51.000000Z"}} 2018-10-04 03:20:51,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de7df6eead02e016bf64faeca8cef1b03cf708f" 2018-10-04 03:20:51,670 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-9847cc3c-1851-4c71-bf33-2b1676925bfb x-compute-request-id: req-9847cc3c-1851-4c71-bf33-2b1676925bfb Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "0ab11fc2-6747-49af-9c35-ddd35697ac95", "name": "CreateFlavorTests-efb4f621-f052-468c-85e5-b95114a8e457name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-10-04 03:20:51,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95 used request id req-9847cc3c-1851-4c71-bf33-2b1676925bfb 2018-10-04 03:20:51,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de7df6eead02e016bf64faeca8cef1b03cf708f" 2018-10-04 03:20:51,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-dcb8d053-0cb1-439c-bd8a-08aefd955787 x-compute-request-id: req-dcb8d053-0cb1-439c-bd8a-08aefd955787 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:20:51,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95/os-extra_specs used request id req-dcb8d053-0cb1-439c-bd8a-08aefd955787 2018-10-04 03:20:51,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de7df6eead02e016bf64faeca8cef1b03cf708f" 2018-10-04 03:20:51,725 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-6c3d0e9e-ddf4-4f00-b0ae-e3137ccdacfc x-compute-request-id: req-6c3d0e9e-ddf4-4f00-b0ae-e3137ccdacfc Content-Length: 0 Content-Type: application/json 2018-10-04 03:20:51,725 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95 used request id req-6c3d0e9e-ddf4-4f00-b0ae-e3137ccdacfc 2018-10-04 03:20:51,728 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4de7df6eead02e016bf64faeca8cef1b03cf708f" 2018-10-04 03:20:51,757 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-0ee41ad3-bd78-4aba-9871-124549e72625 x-compute-request-id: req-0ee41ad3-bd78-4aba-9871-124549e72625 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:51,757 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0ee41ad3-bd78-4aba-9871-124549e72625 2018-10-04 03:20:51,760 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2aae8aa9fa585ed2e0b8d90e611a679f0b15f4f0" 2018-10-04 03:20:51,777 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-fac9574d-1d85-4abf-969d-efec6b7bb9cc x-compute-request-id: req-fac9574d-1d85-4abf-969d-efec6b7bb9cc Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 0ab11fc2-6747-49af-9c35-ddd35697ac95 could not be found.", "code": 404}} 2018-10-04 03:20:51,777 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0ab11fc2-6747-49af-9c35-ddd35697ac95 used request id req-fac9574d-1d85-4abf-969d-efec6b7bb9cc 2018-10-04 03:20:51,778 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:51,780 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:51,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:52,160 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["uT1WoGCMS2uK3xC1eZGg5g"], "issued_at": "2018-10-04T03:20:52.000000Z"}} 2018-10-04 03:20:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e79ec0dce103c0560a4f9898dba86412088fde" 2018-10-04 03:20:52,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e261cec-0bd6-466b-b4fe-a4fd5278b24a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:52,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7e261cec-0bd6-466b-b4fe-a4fd5278b24a 2018-10-04 03:20:52,246 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:52,252 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e79ec0dce103c0560a4f9898dba86412088fde" 2018-10-04 03:20:52,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-da16e8f9-5f4e-485a-bc50-5293997456c9 x-compute-request-id: req-da16e8f9-5f4e-485a-bc50-5293997456c9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:52,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-da16e8f9-5f4e-485a-bc50-5293997456c9 2018-10-04 03:20:52,434 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e79ec0dce103c0560a4f9898dba86412088fde" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-ef5ed7b1-57bb-4a49-a683-c65c3775378cname", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-10-04 03:20:52,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-8088dd74-2b68-438e-a88e-a51a7b17c207 x-compute-request-id: req-8088dd74-2b68-438e-a88e-a51a7b17c207 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bb9e5f1e-a489-43a3-8264-9a37783f0f08", "name": "CreateFlavorTests-ef5ed7b1-57bb-4a49-a683-c65c3775378cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:52,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8088dd74-2b68-438e-a88e-a51a7b17c207 2018-10-04 03:20:52,501 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:52,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["FdzB3T-VS_KLGqA80LIefA"], "issued_at": "2018-10-04T03:20:52.000000Z"}} 2018-10-04 03:20:52,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4879b26ac8ce7889f940e0e8d010537a91808390" 2018-10-04 03:20:53,061 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-73d9e944-d94a-46e5-942b-ee495b7f5de3 x-compute-request-id: req-73d9e944-d94a-46e5-942b-ee495b7f5de3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bb9e5f1e-a489-43a3-8264-9a37783f0f08", "name": "CreateFlavorTests-ef5ed7b1-57bb-4a49-a683-c65c3775378cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:53,061 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08 used request id req-73d9e944-d94a-46e5-942b-ee495b7f5de3 2018-10-04 03:20:53,063 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4879b26ac8ce7889f940e0e8d010537a91808390" 2018-10-04 03:20:53,082 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-38505dd7-9049-4e5f-9988-07c4292389ae x-compute-request-id: req-38505dd7-9049-4e5f-9988-07c4292389ae Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:20:53,082 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08/os-extra_specs used request id req-38505dd7-9049-4e5f-9988-07c4292389ae 2018-10-04 03:20:53,082 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:53,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:53,457 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["O3OdOkylRTGesL10rrE3Qg"], "issued_at": "2018-10-04T03:20:53.000000Z"}} 2018-10-04 03:20:53,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0a2b34360b0a6780f3aefcc4316b63139aac7f" 2018-10-04 03:20:53,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb0c9e56-c95a-431b-b930-6444ace9e59d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:53,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb0c9e56-c95a-431b-b930-6444ace9e59d 2018-10-04 03:20:53,543 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:53,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0a2b34360b0a6780f3aefcc4316b63139aac7f" 2018-10-04 03:20:53,728 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-31f36680-9a40-4b01-aa6d-06f6c31c23cb x-compute-request-id: req-31f36680-9a40-4b01-aa6d-06f6c31c23cb Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "bb9e5f1e-a489-43a3-8264-9a37783f0f08", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "bookmark"}], "name": "CreateFlavorTests-ef5ed7b1-57bb-4a49-a683-c65c3775378cname"}]} 2018-10-04 03:20:53,728 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-31f36680-9a40-4b01-aa6d-06f6c31c23cb 2018-10-04 03:20:53,731 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb0a2b34360b0a6780f3aefcc4316b63139aac7f" 2018-10-04 03:20:53,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-cf4d1515-3e92-494c-ae5c-93912a8962cb x-compute-request-id: req-cf4d1515-3e92-494c-ae5c-93912a8962cb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "bb9e5f1e-a489-43a3-8264-9a37783f0f08", "name": "CreateFlavorTests-ef5ed7b1-57bb-4a49-a683-c65c3775378cname", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:53,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08 used request id req-cf4d1515-3e92-494c-ae5c-93912a8962cb 2018-10-04 03:20:53,749 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-ef5ed7b1-57bb-4a49-a683-c65c3775378cname 2018-10-04 03:20:53,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36e79ec0dce103c0560a4f9898dba86412088fde" 2018-10-04 03:20:53,784 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:20: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-3e86977e-07bb-4659-b5f8-d4a0fd6d657f x-compute-request-id: req-3e86977e-07bb-4659-b5f8-d4a0fd6d657f Content-Length: 0 Content-Type: application/json 2018-10-04 03:20:53,784 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/bb9e5f1e-a489-43a3-8264-9a37783f0f08 used request id req-3e86977e-07bb-4659-b5f8-d4a0fd6d657f 2018-10-04 03:20:53,786 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:20:53,786 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:53,787 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:54,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["FPA_gFzoS02lls89hhk9sg"], "issued_at": "2018-10-04T03:20:54.000000Z"}} 2018-10-04 03:20:54,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" 2018-10-04 03:20:54,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfec4b54-47fa-4c0c-94b6-35661403e1f7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:54,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bfec4b54-47fa-4c0c-94b6-35661403e1f7 2018-10-04 03:20:54,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" 2018-10-04 03:20:54,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-90749778-9791-4f54-bc53-9f3b9fecf17a Date: Thu, 04 Oct 2018 03:20:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image"} 2018-10-04 03:20:54,410 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image used request id req-90749778-9791-4f54-bc53-9f3b9fecf17a 2018-10-04 03:20:54,414 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" 2018-10-04 03:20:54,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ec0dc34-7897-4812-82dc-88681aba3d07 Date: Thu, 04 Oct 2018 03:20:54 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:20:54,993 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-2ec0dc34-7897-4812-82dc-88681aba3d07 2018-10-04 03:20:55,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image"}' 2018-10-04 03:20:55,719 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866 X-Openstack-Request-Id: req-61549a15-899e-4a77-aa28-6a73f052b260 Date: Thu, 04 Oct 2018 03:20:55 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:20:55Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:20:55Z", "visibility": "shared", "locations": [], "self": "/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866", "min_disk": 0, "protected": false, "id": "2114ff73-971b-45f7-8fb8-fc89c47d6866", "file": "/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:20:55,719 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-61549a15-899e-4a77-aa28-6a73f052b260 2018-10-04 03:20:55,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" -d '' 2018-10-04 03:20:57,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1eae0c1-7215-4986-a482-096501fa16d8 Date: Thu, 04 Oct 2018 03:20:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:20:57,672 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/file used request id req-a1eae0c1-7215-4986-a482-096501fa16d8 2018-10-04 03:20:57,672 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:20:57,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" 2018-10-04 03:20:57,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-3c69e16d-087d-487c-a603-f4735dface16 Date: Thu, 04 Oct 2018 03:20:57 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:20:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:20:57Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/snap", "metadata": {}}], "self": "/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866", "min_disk": 0, "protected": false, "id": "2114ff73-971b-45f7-8fb8-fc89c47d6866", "file": "/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:20:57,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866 used request id req-3c69e16d-087d-487c-a603-f4735dface16 2018-10-04 03:20:57,877 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" 2018-10-04 03:20:58,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9ff28803-b4d0-436c-a6ef-5e32177ce46e Date: Thu, 04 Oct 2018 03:20: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-04 03:20:58,036 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9ff28803-b4d0-436c-a6ef-5e32177ce46e 2018-10-04 03:20:58,039 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image 2018-10-04 03:20:58,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" 2018-10-04 03:20:58,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-5339cf5b-3e59-4d3f-828a-44251775ff86 Date: Thu, 04 Oct 2018 03:20:58 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:20:55Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:20:57Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/snap", "metadata": {}}], "self": "/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866", "min_disk": 0, "protected": false, "id": "2114ff73-971b-45f7-8fb8-fc89c47d6866", "file": "/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/2114ff73-971b-45f7-8fb8-fc89c47d6866/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:20:58,214 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866 used request id req-5339cf5b-3e59-4d3f-828a-44251775ff86 2018-10-04 03:20:58,215 - create_image - DEBUG - Instance status is - active 2018-10-04 03:20:58,215 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image 2018-10-04 03:20:58,215 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image 2018-10-04 03:20:58,215 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:20:58,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:58,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["hPlidv-7T_iOSBz22sI8WQ"], "issued_at": "2018-10-04T03:20:58.000000Z"}} 2018-10-04 03:20:58,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}466c98654e0b21ce9de65969efc7a3dd7a440dfa" 2018-10-04 03:20:58,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-039d8748-9a12-4e77-ba25-7100ed9c56ba Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:20:58,704 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-039d8748-9a12-4e77-ba25-7100ed9c56ba 2018-10-04 03:20:58,705 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:20:58,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}466c98654e0b21ce9de65969efc7a3dd7a440dfa" 2018-10-04 03:20:59,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:20: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-666bd745-3cb3-4cde-8676-80b22221c963 x-compute-request-id: req-666bd745-3cb3-4cde-8676-80b22221c963 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:20:59,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-666bd745-3cb3-4cde-8676-80b22221c963 2018-10-04 03:20:59,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}466c98654e0b21ce9de65969efc7a3dd7a440dfa" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-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-04 03:20:59,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-cf73c9a1-c1fa-49ba-95ce-eed456bdcdf1 x-compute-request-id: req-cf73c9a1-c1fa-49ba-95ce-eed456bdcdf1 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/08b00c68-479f-4f5e-b387-b807938905cd", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/08b00c68-479f-4f5e-b387-b807938905cd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "08b00c68-479f-4f5e-b387-b807938905cd", "name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:20:59,106 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cf73c9a1-c1fa-49ba-95ce-eed456bdcdf1 2018-10-04 03:20:59,129 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:20:59,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:20:59,541 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["wLfsyn5LQHiDHzAdvNEe6w"], "issued_at": "2018-10-04T03:20:59.000000Z"}} 2018-10-04 03:20:59,544 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-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-a593a213-e686-481b-8be6-320e172f9ca4-net", "inst_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor"}}' 2018-10-04 03:21:02,477 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:20:59 GMT Server: Apache x-openstack-request-id: req-b5f5feb6-602f-40de-a97c-25d7537598c3 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}]}} 2018-10-04 03:21:02,478 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks used request id req-b5f5feb6-602f-40de-a97c-25d7537598c3 2018-10-04 03:21:02,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:03,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:02 GMT Server: Apache x-openstack-request-id: req-36947060-cef6-4e50-b8d8-05b8040bb66e Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:03,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:03 GMT Server: Apache x-openstack-request-id: req-e989668d-a2a5-44c0-bfc5-b2906b124f23 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:03,441 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d used request id req-e989668d-a2a5-44c0-bfc5-b2906b124f23 2018-10-04 03:21:03,444 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:04,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:03 GMT Server: Apache x-openstack-request-id: req-55799330-9e75-446d-acd9-14bbd7b6dd60 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "deletion_time": null, "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "updated_time": null, "project": "3bd9fdb58042454785b75b915cc07acf", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "tags": null}]} 2018-10-04 03:21:04,096 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1 used request id req-55799330-9e75-446d-acd9-14bbd7b6dd60 2018-10-04 03:21:04,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:04,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:04 GMT Server: Apache x-openstack-request-id: req-bcea3a6e-b07f-4f20-9a1f-fa7547e45270 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "deletion_time": null, "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "updated_time": null, "project": "3bd9fdb58042454785b75b915cc07acf", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "tags": null}]} 2018-10-04 03:21:04,776 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1 used request id req-bcea3a6e-b07f-4f20-9a1f-fa7547e45270 2018-10-04 03:21:04,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:05,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:04 GMT Server: Apache x-openstack-request-id: req-fef73796-5aff-409e-ba28-1f59421b34a6 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:06,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:05 GMT Server: Apache x-openstack-request-id: req-1526e90f-5827-4e9f-ad15-a49c2f2d021d 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:06,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d used request id req-1526e90f-5827-4e9f-ad15-a49c2f2d021d 2018-10-04 03:21:06,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:06,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:06 GMT Server: Apache x-openstack-request-id: req-d1ba1ae6-aa38-4512-b385-5fd5b2561d3e Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:07,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:07 GMT Server: Apache x-openstack-request-id: req-87060269-a6a7-4aca-97ee-b6ad7ec47a02 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cdf6e4af-25bc-4bf2-81b6-172317046957", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7e4d9902-9b6f-4bb4-8dc7-29835748aa15", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6a0a05d3-b704-4b7e-9975-6002ccd8bb5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-10-04T03:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-10-04 03:21:07,840 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources used request id req-87060269-a6a7-4aca-97ee-b6ad7ec47a02 2018-10-04 03:21:07,843 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:07,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:07 GMT Server: Apache x-openstack-request-id: req-e568134f-9cc0-45ba-9c17-59d3e1fbe749 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:08,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:07 GMT Server: Apache x-openstack-request-id: req-4998c0fe-427f-4b5c-acf3-14e97c166292 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:08,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d used request id req-4998c0fe-427f-4b5c-acf3-14e97c166292 2018-10-04 03:21:08,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:09,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:08 GMT Server: Apache x-openstack-request-id: req-aec49a82-cdcb-4d93-8e5f-35786f4b9c47 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:09,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:09 GMT Server: Apache x-openstack-request-id: req-0427c61e-9fb0-47d0-aab0-e21bacbbdf71 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:09,447 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d used request id req-0427c61e-9fb0-47d0-aab0-e21bacbbdf71 2018-10-04 03:21:12,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:13,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:12 GMT Server: Apache x-openstack-request-id: req-ce9791bc-32a6-406b-9c2c-c5151bb23ef9 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:13,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:13 GMT Server: Apache x-openstack-request-id: req-5516c83f-c653-41d8-9e01-f33a1e541b33 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:13,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d used request id req-5516c83f-c653-41d8-9e01-f33a1e541b33 2018-10-04 03:21:16,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:16,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:16 GMT Server: Apache x-openstack-request-id: req-8a710977-bc70-481c-9251-bf6613b99d94 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:17,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:16 GMT Server: Apache x-openstack-request-id: req-cac6ff8e-69cf-4f72-818a-748be1a1d0e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image", "inst_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1", "stack_user_project_id": "f2a83d6628d34b789fc5d8b77ae27510", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:21:01Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:17,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d used request id req-cac6ff8e-69cf-4f72-818a-748be1a1d0e9 2018-10-04 03:21:17,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:17,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:17 GMT Server: Apache x-openstack-request-id: req-9c7a48b7-a12d-4227-843f-ad9dfbd4d001 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:17,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:17 GMT Server: Apache x-openstack-request-id: req-24367b32-8e0b-4e07-9445-929d78052417 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cdf6e4af-25bc-4bf2-81b6-172317046957", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7e4d9902-9b6f-4bb4-8dc7-29835748aa15", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6a0a05d3-b704-4b7e-9975-6002ccd8bb5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bf3cf8c8-2c45-4aeb-8a4f-34245881bb06", "resource_type": "OS::Nova::Server"}]} 2018-10-04 03:21:17,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources used request id req-24367b32-8e0b-4e07-9445-929d78052417 2018-10-04 03:21:17,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:17,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-c264dad4-7c9b-4bae-a391-ec4caec25828 Date: Thu, 04 Oct 2018 03:21:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["7e4d9902-9b6f-4bb4-8dc7-29835748aa15"],"description":"","tags":[],"updated_at":"2018-10-04T03:21:04Z","provider:segmentation_id":44,"name":"HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:02Z","provider:network_type":"vxlan"}]} 2018-10-04 03:21:17,997 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a used request id req-c264dad4-7c9b-4bae-a391-ec4caec25828 2018-10-04 03:21:18,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:18,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0ca3a9be-b3a5-4bb0-9643-e5b3f07b4490 Date: Thu, 04 Oct 2018 03:21:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:21:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"7e4d9902-9b6f-4bb4-8dc7-29835748aa15","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet"}]} 2018-10-04 03:21:18,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a used request id req-0ca3a9be-b3a5-4bb0-9643-e5b3f07b4490 2018-10-04 03:21:18,099 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:18,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-22eeb677-b35e-42ac-8451-501e96031433 Date: Thu, 04 Oct 2018 03:21:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:21:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"7e4d9902-9b6f-4bb4-8dc7-29835748aa15","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet"}]} 2018-10-04 03:21:18,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a used request id req-22eeb677-b35e-42ac-8451-501e96031433 2018-10-04 03:21:18,156 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:21:18,158 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:18,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ead8cfd-ee5f-4b9d-9ccd-9ac82c0ca758 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:21:18,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9ead8cfd-ee5f-4b9d-9ccd-9ac82c0ca758 2018-10-04 03:21:18,250 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:18,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:18 GMT Server: Apache x-openstack-request-id: req-6adaeb60-d8db-4c7b-abde-8c50a5c0adcf Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:18,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:18 GMT Server: Apache x-openstack-request-id: req-728b68c7-090d-4157-87cf-012cd9a1f894 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cdf6e4af-25bc-4bf2-81b6-172317046957", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7e4d9902-9b6f-4bb4-8dc7-29835748aa15", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6a0a05d3-b704-4b7e-9975-6002ccd8bb5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bf3cf8c8-2c45-4aeb-8a4f-34245881bb06", "resource_type": "OS::Nova::Server"}]} 2018-10-04 03:21:18,451 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources used request id req-728b68c7-090d-4157-87cf-012cd9a1f894 2018-10-04 03:21:18,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/bf3cf8c8-2c45-4aeb-8a4f-34245881bb06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:18,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21: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-97538e75-0622-4f40-ac3c-361c8b789de1 x-compute-request-id: req-97538e75-0622-4f40-ac3c-361c8b789de1 Content-Encoding: gzip Content-Length: 822 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:4f:c1", "version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bf3cf8c8-2c45-4aeb-8a4f-34245881bb06", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bf3cf8c8-2c45-4aeb-8a4f-34245881bb06", "rel": "bookmark"}], "image": {"id": "2114ff73-971b-45f7-8fb8-fc89c47d6866", "links": [{"href": "http://172.30.9.23:8774/images/2114ff73-971b-45f7-8fb8-fc89c47d6866", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000f", "OS-SRV-USG:launched_at": "2018-10-04T03:21:12.000000", "flavor": {"id": "08b00c68-479f-4f5e-b387-b807938905cd", "links": [{"href": "http://172.30.9.23:8774/flavors/08b00c68-479f-4f5e-b387-b807938905cd", "rel": "bookmark"}]}, "id": "bf3cf8c8-2c45-4aeb-8a4f-34245881bb06", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:21:14Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-a593a213-e686-481b-8be6-320e172f9ca4-inst", "created": "2018-10-04T03:21:09Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:21:18,919 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bf3cf8c8-2c45-4aeb-8a4f-34245881bb06 used request id req-97538e75-0622-4f40-ac3c-361c8b789de1 2018-10-04 03:21:18,924 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:19,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 732 X-Openstack-Request-Id: req-ae1751b4-e39d-460f-a2b4-ee0291b947d9 Date: Thu, 04 Oct 2018 03:21:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["7e4d9902-9b6f-4bb4-8dc7-29835748aa15"],"description":"","tags":[],"updated_at":"2018-10-04T03:21:04Z","provider:segmentation_id":44,"name":"HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:02Z","provider:network_type":"vxlan"}]} 2018-10-04 03:21:19,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-net used request id req-ae1751b4-e39d-460f-a2b4-ee0291b947d9 2018-10-04 03:21:19,015 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:21:19,020 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:21:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:21:19,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:19,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e3c7bd-0b41-431d-965c-d7c26bc90ff9 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:21:19,101 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-51e3c7bd-0b41-431d-965c-d7c26bc90ff9 2018-10-04 03:21:19,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:19,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8919c1e6-60be-4fc7-bee1-2dfe6c8b90ab Date: Thu, 04 Oct 2018 03:21:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:04Z","dns_nameservers":[],"updated_at":"2018-10-04T03:21:04Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"7e4d9902-9b6f-4bb4-8dc7-29835748aa15","subnetpool_id":null,"name":"HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-subnet"}]} 2018-10-04 03:21:19,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a used request id req-8919c1e6-60be-4fc7-bee1-2dfe6c8b90ab 2018-10-04 03:21:19,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:19,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3561 X-Openstack-Request-Id: req-1930b0ec-ebbd-46e6-8063-809c4ec58a68 Date: Thu, 04 Oct 2018 03:21:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:21:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7e4d9902-9b6f-4bb4-8dc7-29835748aa15","ip_address":"10.0.0.3"}],"id":"19823b6d-4317-4e95-b12b-37f3a01d2e16","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:4a:77:4e","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","name":"","admin_state_up":true,"network_id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:05Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:21:05Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7e4d9902-9b6f-4bb4-8dc7-29835748aa15","ip_address":"10.0.0.2"}],"id":"2e57e767-bf8c-414b-8f84-f101d2bee5b3","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5a:5b:f4","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","name":"","admin_state_up":true,"network_id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:04Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:21:06Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7e4d9902-9b6f-4bb4-8dc7-29835748aa15","ip_address":"10.0.0.4"}],"id":"b4b9137a-c8d8-4eae-ba45-28fc95e26a78","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:7b:ba:c8","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","name":"","admin_state_up":true,"network_id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:21:11Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7e4d9902-9b6f-4bb4-8dc7-29835748aa15","ip_address":"10.0.0.5"}],"id":"cdf6e4af-25bc-4bf2-81b6-172317046957","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:4f:c1","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"bf3cf8c8-2c45-4aeb-8a4f-34245881bb06","name":"HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1-server1_port-d7jdgqhve7ab","admin_state_up":true,"network_id":"6a0a05d3-b704-4b7e-9975-6002ccd8bb5a","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:21:05Z","binding:vnic_type":"normal"}]} 2018-10-04 03:21:19,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=6a0a05d3-b704-4b7e-9975-6002ccd8bb5a used request id req-1930b0ec-ebbd-46e6-8063-809c4ec58a68 2018-10-04 03:21:19,259 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:19,941 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:19 GMT Server: Apache x-openstack-request-id: req-d7294cb3-2411-4634-ba1f-a666a2aedb4a Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:20,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:19 GMT Server: Apache x-openstack-request-id: req-370cae3c-bfcd-416a-9225-029f784bc892 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 577 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "cdf6e4af-25bc-4bf2-81b6-172317046957", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "7e4d9902-9b6f-4bb4-8dc7-29835748aa15", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "6a0a05d3-b704-4b7e-9975-6002ccd8bb5a", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-10-04T03:21:02Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:21:02Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "bf3cf8c8-2c45-4aeb-8a4f-34245881bb06", "resource_type": "OS::Nova::Server"}]} 2018-10-04 03:21:20,066 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d/resources used request id req-370cae3c-bfcd-416a-9225-029f784bc892 2018-10-04 03:21:20,070 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/7e12f2bf-80c0-4b1b-91b4-20112b479c0d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}154297f106269381f659ed84cdb3e5b386704a56" 2018-10-04 03:21:20,144 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:20 GMT Server: Apache x-openstack-request-id: req-ef8927ec-c1dc-4c24-bf4c-e49011155f36 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:20,267 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:21:20 GMT Server: Apache x-openstack-request-id: req-340f5d10-9994-4baf-b1c2-341c36da49e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:21:20,267 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-stack1/7e12f2bf-80c0-4b1b-91b4-20112b479c0d used request id req-340f5d10-9994-4baf-b1c2-341c36da49e4 2018-10-04 03:21:20,268 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-a593a213-e686-481b-8be6-320e172f9ca4-image 2018-10-04 03:21:20,271 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14c10a66c81b47b567abc646ee16d7ea14ecd03b" 2018-10-04 03:21:21,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5950c69b-67b3-4bae-8f58-5596155cb50b Date: Thu, 04 Oct 2018 03:21: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-04 03:21:21,651 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/2114ff73-971b-45f7-8fb8-fc89c47d6866 used request id req-5950c69b-67b3-4bae-8f58-5596155cb50b 2018-10-04 03:21:21,654 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/08b00c68-479f-4f5e-b387-b807938905cd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}466c98654e0b21ce9de65969efc7a3dd7a440dfa" 2018-10-04 03:21:21,688 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-22a612a8-7f2e-4c08-962c-c72f9854d242 x-compute-request-id: req-22a612a8-7f2e-4c08-962c-c72f9854d242 Content-Length: 0 Content-Type: application/json 2018-10-04 03:21:21,688 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/08b00c68-479f-4f5e-b387-b807938905cd used request id req-22a612a8-7f2e-4c08-962c-c72f9854d242 2018-10-04 03:21:21,690 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:21:21,690 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:21:21,690 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:21:22,079 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:21:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["kc-5bQfGQse5YQu9iivOeA"], "issued_at": "2018-10-04T03:21:22.000000Z"}} 2018-10-04 03:21:22,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" 2018-10-04 03:21:22,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7ecf8e-136f-4502-9988-04744c9e2aeb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:21:22,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1c7ecf8e-136f-4502-9988-04744c9e2aeb 2018-10-04 03:21:22,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" 2018-10-04 03:21:22,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-3588545d-c44d-403c-bd9a-9c1c9c369b3b Date: Thu, 04 Oct 2018 03:21:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image"} 2018-10-04 03:21:22,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image used request id req-3588545d-c44d-403c-bd9a-9c1c9c369b3b 2018-10-04 03:21:22,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" 2018-10-04 03:21:22,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e0f3c984-2b46-43c6-a5b1-e6b8d7ae754a Date: Thu, 04 Oct 2018 03:21: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-04 03:21:22,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-e0f3c984-2b46-43c6-a5b1-e6b8d7ae754a 2018-10-04 03:21:22,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image"}' 2018-10-04 03:21:22,701 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5 X-Openstack-Request-Id: req-86895bdd-ec89-4760-9e8d-fe114933514d Date: Thu, 04 Oct 2018 03:21:22 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:21:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:21:22Z", "visibility": "shared", "locations": [], "self": "/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5", "min_disk": 0, "protected": false, "id": "01685ee4-edcd-40b4-bd61-9f867308d5a5", "file": "/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:21:22,701 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-86895bdd-ec89-4760-9e8d-fe114933514d 2018-10-04 03:21:22,712 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" -d '' 2018-10-04 03:21:24,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6e742ea-948d-434d-9930-60fc7c9285fe Date: Thu, 04 Oct 2018 03:21: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-04 03:21:24,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/file used request id req-d6e742ea-948d-434d-9930-60fc7c9285fe 2018-10-04 03:21:24,574 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:21:24,577 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" 2018-10-04 03:21:24,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-6865a511-4074-4f75-8d44-deb96c687c6c Date: Thu, 04 Oct 2018 03:21:24 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:21:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:21:24Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/snap", "metadata": {}}], "self": "/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5", "min_disk": 0, "protected": false, "id": "01685ee4-edcd-40b4-bd61-9f867308d5a5", "file": "/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:21:24,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5 used request id req-6865a511-4074-4f75-8d44-deb96c687c6c 2018-10-04 03:21:24,748 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" 2018-10-04 03:21:24,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7ceb8ab6-8412-4eae-894f-77c3e3274b96 Date: Thu, 04 Oct 2018 03:21: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-04 03:21:24,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7ceb8ab6-8412-4eae-894f-77c3e3274b96 2018-10-04 03:21:24,898 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image 2018-10-04 03:21:24,901 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" 2018-10-04 03:21:25,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-f07b4841-cbbe-4956-9644-3b757c08fea1 Date: Thu, 04 Oct 2018 03:21:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:21:22Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:21:24Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/snap", "metadata": {}}], "self": "/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5", "min_disk": 0, "protected": false, "id": "01685ee4-edcd-40b4-bd61-9f867308d5a5", "file": "/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/01685ee4-edcd-40b4-bd61-9f867308d5a5/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:21:25,160 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5 used request id req-f07b4841-cbbe-4956-9644-3b757c08fea1 2018-10-04 03:21:25,161 - create_image - DEBUG - Instance status is - active 2018-10-04 03:21:25,161 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image 2018-10-04 03:21:25,161 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image 2018-10-04 03:21:25,161 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:21:25,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:21:25,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:21:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["QCuoLOS8QKm5XND_F4qJFQ"], "issued_at": "2018-10-04T03:21:25.000000Z"}} 2018-10-04 03:21:25,536 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae697a63b86f96cb10eee0e9c333db00ecf6655" 2018-10-04 03:21:25,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8825d37f-e77b-454d-a4b1-392a0af30957 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:21:25,619 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8825d37f-e77b-454d-a4b1-392a0af30957 2018-10-04 03:21:25,621 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:21:25,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae697a63b86f96cb10eee0e9c333db00ecf6655" 2018-10-04 03:21:25,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21: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-9e953858-9689-44b3-939e-78af284194a7 x-compute-request-id: req-9e953858-9689-44b3-939e-78af284194a7 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:21:25,814 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9e953858-9689-44b3-939e-78af284194a7 2018-10-04 03:21:25,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae697a63b86f96cb10eee0e9c333db00ecf6655" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-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-04 03:21:25,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21: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-118459b8-cab4-44a9-af5f-27374541cc9f x-compute-request-id: req-118459b8-cab4-44a9-af5f-27374541cc9f Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/50e51733-f2c2-4eea-be65-87cd5d143d6c", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/50e51733-f2c2-4eea-be65-87cd5d143d6c", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "50e51733-f2c2-4eea-be65-87cd5d143d6c", "name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:21:25,889 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-118459b8-cab4-44a9-af5f-27374541cc9f 2018-10-04 03:21:25,889 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:21:25,916 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:21:26,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["98qbdE_zQXGWb7u1ij62kA"], "issued_at": "2018-10-04T03:21:26.000000Z"}} 2018-10-04 03:21:26,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-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-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}}' 2018-10-04 03:21:29,761 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:21:26 GMT Server: Apache x-openstack-request-id: req-535768e2-e590-4250-b644-87db7df8ad76 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "53fd060c-66f5-499e-99c7-d380000efbf1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}]}} 2018-10-04 03:21:29,762 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks used request id req-535768e2-e590-4250-b644-87db7df8ad76 2018-10-04 03:21:29,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:29,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:29 GMT Server: Apache x-openstack-request-id: req-43fc6fb8-b9a3-43dc-ad9b-df6c25be04d7 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:30,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:29 GMT Server: Apache x-openstack-request-id: req-ad18dda3-ff95-414b-b67e-958ce0b5b177 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "53fd060c-66f5-499e-99c7-d380000efbf1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:30,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-ad18dda3-ff95-414b-b67e-958ce0b5b177 2018-10-04 03:21:30,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:30,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:30 GMT Server: Apache x-openstack-request-id: req-bfaa56b4-2b38-4766-850b-5976afcc908f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "deletion_time": null, "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "updated_time": null, "project": "3bd9fdb58042454785b75b915cc07acf", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "tags": null}]} 2018-10-04 03:21:30,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1 used request id req-bfaa56b4-2b38-4766-850b-5976afcc908f 2018-10-04 03:21:30,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:31,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:30 GMT Server: Apache x-openstack-request-id: req-c2b46a4d-5179-44f0-87f9-18a985be4295 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "deletion_time": null, "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "updated_time": null, "project": "3bd9fdb58042454785b75b915cc07acf", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "tags": null}]} 2018-10-04 03:21:31,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1 used request id req-c2b46a4d-5179-44f0-87f9-18a985be4295 2018-10-04 03:21:31,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:31,259 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:31 GMT Server: Apache x-openstack-request-id: req-24ebaf45-8f81-4147-a01a-b91b8565335c Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:31,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:31 GMT Server: Apache x-openstack-request-id: req-866fc647-4b5f-419b-b5fb-ae4a13b60898 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "53fd060c-66f5-499e-99c7-d380000efbf1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:31,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-866fc647-4b5f-419b-b5fb-ae4a13b60898 2018-10-04 03:21:31,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:32,163 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:31 GMT Server: Apache x-openstack-request-id: req-e85fcb7f-e85d-480e-97b8-d98aab4bd4c7 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:32,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:32 GMT Server: Apache x-openstack-request-id: req-a8e0aac3-7368-4063-8f29-5130da00c897 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "53fd060c-66f5-499e-99c7-d380000efbf1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:32,428 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-a8e0aac3-7368-4063-8f29-5130da00c897 2018-10-04 03:21:35,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:35,658 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:35 GMT Server: Apache x-openstack-request-id: req-f41d5c3d-3e9c-4f45-9388-05e95aa0fa2e Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:35,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:35 GMT Server: Apache x-openstack-request-id: req-383b34f8-bf14-472a-bd08-d0e617ac8adf 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "53fd060c-66f5-499e-99c7-d380000efbf1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:35,700 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-383b34f8-bf14-472a-bd08-d0e617ac8adf 2018-10-04 03:21:38,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:38,733 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:38 GMT Server: Apache x-openstack-request-id: req-1ad23f48-8efe-4e52-894e-4a377b58acff Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:39,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:38 GMT Server: Apache x-openstack-request-id: req-e39aa9b8-c6fe-44fb-81ea-b41100e1792f 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "53fd060c-66f5-499e-99c7-d380000efbf1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:39,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-e39aa9b8-c6fe-44fb-81ea-b41100e1792f 2018-10-04 03:21:42,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:42,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:42 GMT Server: Apache x-openstack-request-id: req-32cf100b-aad4-4e1a-bae5-b25fb83e83b3 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:43,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:42 GMT Server: Apache x-openstack-request-id: req-27c9e9ce-e8da-444a-ab33-835b769fc031 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "53fd060c-66f5-499e-99c7-d380000efbf1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:43,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-27c9e9ce-e8da-444a-ab33-835b769fc031 2018-10-04 03:21:46,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:46,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:46 GMT Server: Apache x-openstack-request-id: req-ef66ff89-c411-4f74-aeb1-186f5a7228e8 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:46,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:46 GMT Server: Apache x-openstack-request-id: req-753e4d57-54c3-493b-b9d1-95afc0233c0b 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "53fd060c-66f5-499e-99c7-d380000efbf1", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1", "stack_user_project_id": "61a038ea174d450dbe6a14c71f6dd21c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:21:29Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "53fd060c-66f5-499e-99c7-d380000efbf1", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:46,325 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-753e4d57-54c3-493b-b9d1-95afc0233c0b 2018-10-04 03:21:46,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-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-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}}' 2018-10-04 03:21:48,233 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:21:46 GMT Server: Apache x-openstack-request-id: req-c16db577-6dcd-4f6f-8b02-1735f825e9a9 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "2b6cafec-b713-49ef-b45d-455117abceea", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}]}} 2018-10-04 03:21:48,233 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks used request id req-c16db577-6dcd-4f6f-8b02-1735f825e9a9 2018-10-04 03:21:48,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:48,262 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:48 GMT Server: Apache x-openstack-request-id: req-ba9b1044-2a23-41a0-9f86-0c862ac36fdb Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:48,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:48 GMT Server: Apache x-openstack-request-id: req-af8fa0a0-c315-4333-b1af-579f97230fc7 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:48,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-af8fa0a0-c315-4333-b1af-579f97230fc7 2018-10-04 03:21:48,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:48,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:48 GMT Server: Apache x-openstack-request-id: req-cef75eb1-f34f-4ae4-a09c-3769f990cae5 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-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "deletion_time": null, "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "updated_time": null, "project": "3bd9fdb58042454785b75b915cc07acf", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2b6cafec-b713-49ef-b45d-455117abceea", "tags": null}]} 2018-10-04 03:21:48,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2 used request id req-cef75eb1-f34f-4ae4-a09c-3769f990cae5 2018-10-04 03:21:48,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:49,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:48 GMT Server: Apache x-openstack-request-id: req-80a04509-18e3-4db7-9d66-6000869bbe9e 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-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "deletion_time": null, "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "updated_time": null, "project": "3bd9fdb58042454785b75b915cc07acf", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "2b6cafec-b713-49ef-b45d-455117abceea", "tags": null}]} 2018-10-04 03:21:49,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks?stack_name=HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2 used request id req-80a04509-18e3-4db7-9d66-6000869bbe9e 2018-10-04 03:21:49,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:49,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:49 GMT Server: Apache x-openstack-request-id: req-5e138bda-e812-46ac-a692-7980e73f81e8 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:49,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:49 GMT Server: Apache x-openstack-request-id: req-01ee1cde-f740-4b82-a98f-0887873e5847 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:49,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-01ee1cde-f740-4b82-a98f-0887873e5847 2018-10-04 03:21:49,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:49,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:49 GMT Server: Apache x-openstack-request-id: req-3d9e9e11-5b44-40f5-98d3-51637e5f602f Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:50,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:49 GMT Server: Apache x-openstack-request-id: req-16b3d2dc-81cf-4f74-be56-f20bf24d18b7 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:50,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-16b3d2dc-81cf-4f74-be56-f20bf24d18b7 2018-10-04 03:21:53,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:53,234 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:53 GMT Server: Apache x-openstack-request-id: req-f081f440-920f-4b12-815d-41af2b7c8e66 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:53,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:53 GMT Server: Apache x-openstack-request-id: req-be60610f-e8f7-4f3a-8a24-414bfb9571c9 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:53,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-be60610f-e8f7-4f3a-8a24-414bfb9571c9 2018-10-04 03:21:56,317 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:56,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:56 GMT Server: Apache x-openstack-request-id: req-41496109-ee2d-4ccb-a55a-851b8ecc6de0 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:56,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:56 GMT Server: Apache x-openstack-request-id: req-3748ce4d-c520-4161-bc5e-d81cd219713d 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:56,561 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-3748ce4d-c520-4161-bc5e-d81cd219713d 2018-10-04 03:21:59,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:21:59,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:21:59 GMT Server: Apache x-openstack-request-id: req-d2993d3a-7d17-4087-88bd-ce9db791bb17 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:21:59,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:21:59 GMT Server: Apache x-openstack-request-id: req-4a10a0e2-ea7b-4470-b24e-9059cb67fb97 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:21:59,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-4a10a0e2-ea7b-4470-b24e-9059cb67fb97 2018-10-04 03:22:02,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:02,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:02 GMT Server: Apache x-openstack-request-id: req-c0334062-7e42-4b3a-bb1f-7f3dabefef94 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:02,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:02 GMT Server: Apache x-openstack-request-id: req-1b86bee5-4357-4b43-81c5-06fa4d2be82a 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:02,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-1b86bee5-4357-4b43-81c5-06fa4d2be82a 2018-10-04 03:22:05,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:05,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:05 GMT Server: Apache x-openstack-request-id: req-3a7ee64d-26f0-4b61-9efb-621c5b30e2a6 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:05,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:05 GMT Server: Apache x-openstack-request-id: req-b479cdf9-ddc8-43d7-9549-de70e4aa6e63 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:05,850 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-b479cdf9-ddc8-43d7-9549-de70e4aa6e63 2018-10-04 03:22:08,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:08,883 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:08 GMT Server: Apache x-openstack-request-id: req-87120c5c-f968-4656-b9f8-6a95c42833d9 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:09,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:08 GMT Server: Apache x-openstack-request-id: req-fa6c8e96-b293-4e21-abb0-ee8f5f6a0451 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:09,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-fa6c8e96-b293-4e21-abb0-ee8f5f6a0451 2018-10-04 03:22:12,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:12,586 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:12 GMT Server: Apache x-openstack-request-id: req-ab4b67f2-42a5-4f3b-9f0f-949f1b2d5a18 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:12,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:12 GMT Server: Apache x-openstack-request-id: req-3ddead66-ba62-4994-bf19-c88c4f2244f0 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:12,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-3ddead66-ba62-4994-bf19-c88c4f2244f0 2018-10-04 03:22:15,667 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:15,710 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:15 GMT Server: Apache x-openstack-request-id: req-d1048448-0cec-4308-ad92-8f1050aa6dae Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:15,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:15 GMT Server: Apache x-openstack-request-id: req-f84f763b-87a9-4a89-9e12-c8e7e78b7fe7 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:15,784 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-f84f763b-87a9-4a89-9e12-c8e7e78b7fe7 2018-10-04 03:22:18,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:18,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:18 GMT Server: Apache x-openstack-request-id: req-fe311fd5-1cbf-4cd2-aa6d-bb6434557218 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:18,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:18 GMT Server: Apache x-openstack-request-id: req-66a20cd2-fb1e-40b6-adda-a705eb533584 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:18,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-66a20cd2-fb1e-40b6-adda-a705eb533584 2018-10-04 03:22:21,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:21,923 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:21 GMT Server: Apache x-openstack-request-id: req-86de766d-8440-44d3-bc7c-304d981097c9 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:21,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:21 GMT Server: Apache x-openstack-request-id: req-5b85b8f9-ff56-4d2f-a3f3-b4d5c5ab6305 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:21,998 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-5b85b8f9-ff56-4d2f-a3f3-b4d5c5ab6305 2018-10-04 03:22:25,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:25,031 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:25 GMT Server: Apache x-openstack-request-id: req-312c4425-f781-4871-8869-d3c1f58ce1e3 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:25,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:25 GMT Server: Apache x-openstack-request-id: req-1db336d4-6513-4800-abbe-44a80231cd20 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:25,073 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-1db336d4-6513-4800-abbe-44a80231cd20 2018-10-04 03:22:28,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:28,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:28 GMT Server: Apache x-openstack-request-id: req-ccaacdba-36ec-41e6-9b46-28fdd10da6ff Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:28,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:28 GMT Server: Apache x-openstack-request-id: req-11162611-af1f-4284-afa5-82ba103c6ed2 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:28,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-11162611-af1f-4284-afa5-82ba103c6ed2 2018-10-04 03:22:31,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:32,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:31 GMT Server: Apache x-openstack-request-id: req-364d4a56-3005-4070-84f8-7543cf11e944 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:32,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:32 GMT Server: Apache x-openstack-request-id: req-a740c0b4-79b0-4a37-b95d-54cccb8f3f7b 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:32,440 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-a740c0b4-79b0-4a37-b95d-54cccb8f3f7b 2018-10-04 03:22:35,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:35,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:35 GMT Server: Apache x-openstack-request-id: req-b5e5bb4f-3505-4c27-bc03-313354ca8807 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:35,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:35 GMT Server: Apache x-openstack-request-id: req-2f8fe9b2-72e3-4920-91a8-3263ee101b26 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:35,546 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-2f8fe9b2-72e3-4920-91a8-3263ee101b26 2018-10-04 03:22:38,552 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:38,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:38 GMT Server: Apache x-openstack-request-id: req-f878b8fa-a3c2-4939-8d03-1a49e3972def Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:38,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:38 GMT Server: Apache x-openstack-request-id: req-83a1dcb4-d10f-4fc2-a454-ab2e01ed254f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 559 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "2b6cafec-b713-49ef-b45d-455117abceea", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "image_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image", "inst_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2", "stack_user_project_id": "60fc1d7c20bb482b85b3ef4464421b82", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:21:47Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "2b6cafec-b713-49ef-b45d-455117abceea", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-10-04 03:22:38,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-83a1dcb4-d10f-4fc2-a454-ab2e01ed254f 2018-10-04 03:22:38,623 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/53fd060c-66f5-499e-99c7-d380000efbf1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:39,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:38 GMT Server: Apache x-openstack-request-id: req-3d1d8acb-4472-4a2d-b6bb-231abae768e8 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:39,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:22:39 GMT Server: Apache x-openstack-request-id: req-905130f9-2f1c-4d95-91e5-a7d806088e28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:22:39,318 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack1/53fd060c-66f5-499e-99c7-d380000efbf1 used request id req-905130f9-2f1c-4d95-91e5-a7d806088e28 2018-10-04 03:22:39,320 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/2b6cafec-b713-49ef-b45d-455117abceea -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad8bdd383b2762a980a4707bd092c0ed30b50fdc" 2018-10-04 03:22:39,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:39 GMT Server: Apache x-openstack-request-id: req-4422678b-163a-4d97-8db9-3bc61043d9e0 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:39,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:22:39 GMT Server: Apache x-openstack-request-id: req-658af9be-b26a-4ce8-84a7-6a229dcf3f24 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:22:39,419 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-stack2/2b6cafec-b713-49ef-b45d-455117abceea used request id req-658af9be-b26a-4ce8-84a7-6a229dcf3f24 2018-10-04 03:22:39,420 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-87dc3207-691b-4d34-a1a7-b6bb5f333ce6-image 2018-10-04 03:22:39,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b134584a2bf4d062f15978d8bd02eebdd0baeb34" 2018-10-04 03:22:40,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-be1ba4af-559c-4ea6-a62c-3e24825ccee1 Date: Thu, 04 Oct 2018 03:22:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:22:40,499 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/01685ee4-edcd-40b4-bd61-9f867308d5a5 used request id req-be1ba4af-559c-4ea6-a62c-3e24825ccee1 2018-10-04 03:22:40,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/50e51733-f2c2-4eea-be65-87cd5d143d6c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4ae697a63b86f96cb10eee0e9c333db00ecf6655" 2018-10-04 03:22:40,601 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-424b53e0-e935-460f-a590-aba268510cfc x-compute-request-id: req-424b53e0-e935-460f-a590-aba268510cfc Content-Length: 0 Content-Type: application/json 2018-10-04 03:22:40,601 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/50e51733-f2c2-4eea-be65-87cd5d143d6c used request id req-424b53e0-e935-460f-a590-aba268510cfc 2018-10-04 03:22:40,603 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:22:40,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:22:40,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:22:41,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:22:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Wc9WTXVqQHS6-hCk0PiuGQ"], "issued_at": "2018-10-04T03:22:41.000000Z"}} 2018-10-04 03:22:41,075 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" 2018-10-04 03:22:41,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f17f201-a8d4-456b-ad73-24087c57e4eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:22:41,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5f17f201-a8d4-456b-ad73-24087c57e4eb 2018-10-04 03:22:41,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" 2018-10-04 03:22:41,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-dd1eb716-0f6f-404b-98b8-10e5cecd71d1 Date: Thu, 04 Oct 2018 03:22:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"} 2018-10-04 03:22:41,378 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1 used request id req-dd1eb716-0f6f-404b-98b8-10e5cecd71d1 2018-10-04 03:22:41,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" 2018-10-04 03:22:41,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d984e4d9-26ce-41a1-b65c-9866c60b813b Date: Thu, 04 Oct 2018 03:22: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-04 03:22:41,523 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-d984e4d9-26ce-41a1-b65c-9866c60b813b 2018-10-04 03:22:41,554 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}' 2018-10-04 03:22:41,749 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b X-Openstack-Request-Id: req-66ac82ce-717a-418c-bb30-75b5b2ffca32 Date: Thu, 04 Oct 2018 03:22:41 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:41Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:41Z", "visibility": "shared", "locations": [], "self": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b", "min_disk": 0, "protected": false, "id": "bba26f00-16ef-4db3-ac43-0d3e33da697b", "file": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:22:41,749 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-66ac82ce-717a-418c-bb30-75b5b2ffca32 2018-10-04 03:22:41,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" -d '' 2018-10-04 03:22:43,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df0977d0-cdeb-43d7-a6f9-2c0980e24f81 Date: Thu, 04 Oct 2018 03:22: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-04 03:22:43,560 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/file used request id req-df0977d0-cdeb-43d7-a6f9-2c0980e24f81 2018-10-04 03:22:43,561 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:22:43,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" 2018-10-04 03:22:43,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-2240d20a-5820-4ca1-a68a-5e2f5786d47a Date: Thu, 04 Oct 2018 03:22:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:43Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/snap", "metadata": {}}], "self": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b", "min_disk": 0, "protected": false, "id": "bba26f00-16ef-4db3-ac43-0d3e33da697b", "file": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:22:43,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b used request id req-2240d20a-5820-4ca1-a68a-5e2f5786d47a 2018-10-04 03:22:43,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" 2018-10-04 03:22:43,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f886661d-8ae9-43ea-bc7f-2efd4d78f242 Date: Thu, 04 Oct 2018 03:22:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:22:43,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f886661d-8ae9-43ea-bc7f-2efd4d78f242 2018-10-04 03:22:43,738 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1 2018-10-04 03:22:43,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" 2018-10-04 03:22:43,902 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-6a13c432-3468-46d5-8658-6ad30913dcc0 Date: Thu, 04 Oct 2018 03:22:43 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:43Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/snap", "metadata": {}}], "self": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b", "min_disk": 0, "protected": false, "id": "bba26f00-16ef-4db3-ac43-0d3e33da697b", "file": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:22:43,902 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b used request id req-6a13c432-3468-46d5-8658-6ad30913dcc0 2018-10-04 03:22:43,903 - create_image - DEBUG - Instance status is - active 2018-10-04 03:22:43,903 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1 2018-10-04 03:22:43,903 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1 2018-10-04 03:22:43,903 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:22:43,904 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:22:43,905 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:22:44,292 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["V9HHzdehRECmA2bzpPsy8w"], "issued_at": "2018-10-04T03:22:44.000000Z"}} 2018-10-04 03:22:44,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" 2018-10-04 03:22:44,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d64485b9-9639-450a-9bea-387abb177f2a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:22:44,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d64485b9-9639-450a-9bea-387abb177f2a 2018-10-04 03:22:44,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" 2018-10-04 03:22:44,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-8bf27a95-a5a2-4264-bc51-9668414e8ef3 Date: Thu, 04 Oct 2018 03:22:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2"} 2018-10-04 03:22:44,586 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2 used request id req-8bf27a95-a5a2-4264-bc51-9668414e8ef3 2018-10-04 03:22:44,589 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" 2018-10-04 03:22:44,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-b3f2cb6c-adcf-4e1f-9f04-250b15fb0f95 Date: Thu, 04 Oct 2018 03:22:44 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:22:44,739 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-b3f2cb6c-adcf-4e1f-9f04-250b15fb0f95 2018-10-04 03:22:44,769 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2"}' 2018-10-04 03:22:44,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 X-Openstack-Request-Id: req-e2ff17ce-0b45-4a6a-a6f1-764375336d5b Date: Thu, 04 Oct 2018 03:22:44 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:44Z", "visibility": "shared", "locations": [], "self": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1", "min_disk": 0, "protected": false, "id": "20eff77a-2bea-4610-8c83-d91bc87bc8e1", "file": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/file", "checksum": null, "owner": "3bd9fdb58042454785b75b915cc07acf", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:22:44,980 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-e2ff17ce-0b45-4a6a-a6f1-764375336d5b 2018-10-04 03:22:44,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" -d '' 2018-10-04 03:22:47,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d744c697-f597-4955-9606-ddac86592b94 Date: Thu, 04 Oct 2018 03:22:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:22:47,074 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/file used request id req-d744c697-f597-4955-9606-ddac86592b94 2018-10-04 03:22:47,075 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:22:47,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" 2018-10-04 03:22:47,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-e657f8ca-9033-4388-8f20-604c23a7b430 Date: Thu, 04 Oct 2018 03:22:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:46Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "metadata": {}}], "self": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1", "min_disk": 0, "protected": false, "id": "20eff77a-2bea-4610-8c83-d91bc87bc8e1", "file": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:22:47,252 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 used request id req-e657f8ca-9033-4388-8f20-604c23a7b430 2018-10-04 03:22:47,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" 2018-10-04 03:22:47,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9772fdcd-cfb4-4429-bd46-c929a7f8fdf7 Date: Thu, 04 Oct 2018 03:22:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:22:47,262 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9772fdcd-cfb4-4429-bd46-c929a7f8fdf7 2018-10-04 03:22:47,265 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2 2018-10-04 03:22:47,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" 2018-10-04 03:22:47,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-59bafaff-dee8-4e67-97a5-d82d27734b04 Date: Thu, 04 Oct 2018 03:22:47 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:46Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "metadata": {}}], "self": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1", "min_disk": 0, "protected": false, "id": "20eff77a-2bea-4610-8c83-d91bc87bc8e1", "file": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:22:47,435 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 used request id req-59bafaff-dee8-4e67-97a5-d82d27734b04 2018-10-04 03:22:47,435 - create_image - DEBUG - Instance status is - active 2018-10-04 03:22:47,435 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2 2018-10-04 03:22:47,436 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2 2018-10-04 03:22:47,436 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:22:47,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:22:47,982 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:22:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["9G22KaT3Qx-gysf4kaNy-Q"], "issued_at": "2018-10-04T03:22:47.000000Z"}} 2018-10-04 03:22:47,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net"}}' 2018-10-04 03:22:51,553 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:22:47 GMT Server: Apache x-openstack-request-id: req-895cbb2f-6120-4278-86a5-c5bb25252572 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}]}} 2018-10-04 03:22:51,553 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks used request id req-895cbb2f-6120-4278-86a5-c5bb25252572 2018-10-04 03:22:51,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:22:51,736 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:51 GMT Server: Apache x-openstack-request-id: req-fdc5e5f3-37f5-4264-908f-d6d00e72741b Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:51,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:51 GMT Server: Apache x-openstack-request-id: req-f261a5de-5368-4410-aa5e-ca29c9a630dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "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-04 03:22:51,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-f261a5de-5368-4410-aa5e-ca29c9a630dc 2018-10-04 03:22:51,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:22:52,105 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:51 GMT Server: Apache x-openstack-request-id: req-94b7d5cc-1896-47bd-9f76-ff631233b77e Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:52,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:52 GMT Server: Apache x-openstack-request-id: req-37f510f7-5563-41c2-995c-045fa206899a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 720 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "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-04 03:22:52,375 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-37f510f7-5563-41c2-995c-045fa206899a 2018-10-04 03:22:55,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:22:56,055 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:55 GMT Server: Apache x-openstack-request-id: req-6fee6d95-a76d-46d5-b89f-c94c8fdfd79a Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:56,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:56 GMT Server: Apache x-openstack-request-id: req-fe3f6e5c-a8b5-4458-a8ea-1b79a0fa0460 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:22:56,281 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-fe3f6e5c-a8b5-4458-a8ea-1b79a0fa0460 2018-10-04 03:22:59,287 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:22:59,314 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:22:59 GMT Server: Apache x-openstack-request-id: req-cb32131d-754f-4dc5-b857-86c1733e72b3 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:22:59,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:22:59 GMT Server: Apache x-openstack-request-id: req-69ebbddd-2885-4f53-9cff-cd09a3ca4efb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:22:59,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-69ebbddd-2885-4f53-9cff-cd09a3ca4efb 2018-10-04 03:23:02,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:02,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:02 GMT Server: Apache x-openstack-request-id: req-aaa85edc-51a8-4d91-a118-bb9a0865e55a Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:02,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:02 GMT Server: Apache x-openstack-request-id: req-256eab1a-29bf-45d6-807b-ab8e0b029563 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:23:02,898 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-256eab1a-29bf-45d6-807b-ab8e0b029563 2018-10-04 03:23:05,904 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:06,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:05 GMT Server: Apache x-openstack-request-id: req-6f1b7e49-43f6-4f95-8495-0df880c4c7d6 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:06,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:06 GMT Server: Apache x-openstack-request-id: req-75897712-628b-4e00-abc1-795c1359543a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:23:06,392 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-75897712-628b-4e00-abc1-795c1359543a 2018-10-04 03:23:09,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:09,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:09 GMT Server: Apache x-openstack-request-id: req-2c2032fc-0d61-4796-9259-197060f0e966 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:09,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:09 GMT Server: Apache x-openstack-request-id: req-32a40772-13ea-4440-9634-3662ec8a9d3d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:23:09,747 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-32a40772-13ea-4440-9634-3662ec8a9d3d 2018-10-04 03:23:12,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:12,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:12 GMT Server: Apache x-openstack-request-id: req-f5908d2c-b531-4f7e-ad60-185015d47f89 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:13,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:12 GMT Server: Apache x-openstack-request-id: req-9aec7852-ae4f-4be1-97cd-a7c0272bd825 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:23:13,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-9aec7852-ae4f-4be1-97cd-a7c0272bd825 2018-10-04 03:23:13,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:13,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:13 GMT Server: Apache x-openstack-request-id: req-4c7178a6-30f3-4461-9ee8-4001b6ceb906 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:13,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:13 GMT Server: Apache x-openstack-request-id: req-dee78307-8121-4bb8-8f29-94b56cebc519 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1033 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "509ef8c3-58cb-4ff6-ab29-3336b6c08b8d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8fa098e-6f83-490c-86e5-2c1df31df3f3", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "889407d0-46f8-497f-86e5-b1f8dceb5e51", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "478a09a8-6586-48a1-9a69-c5f6a6af7238", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0cb00758-c970-48cb-ac9c-a2db04112fc7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53:subnet_id=083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9331f8c6-cda7-4930-918a-58b9460e9e6d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f09d6605-64c7-4f18-be69-4959fa461f9e", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0d01e3dc-a1d6-4f24-af2c-8f0561d77d64", "resource_type": "OS::Neutron::Port"}]} 2018-10-04 03:23:13,423 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources used request id req-dee78307-8121-4bb8-8f29-94b56cebc519 2018-10-04 03:23:13,427 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:13,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:13 GMT Server: Apache x-openstack-request-id: req-937e8556-6dcc-42f4-9ab7-7a182334448c Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:13,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:13 GMT Server: Apache x-openstack-request-id: req-900e84ce-e4cf-433e-9fa0-e4e6b9b75e34 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:23:13,773 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-900e84ce-e4cf-433e-9fa0-e4e6b9b75e34 2018-10-04 03:23:13,776 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:13,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:13 GMT Server: Apache x-openstack-request-id: req-92c63994-7213-497a-ac22-14af7ff1770d Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:14,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:13 GMT Server: Apache x-openstack-request-id: req-f8359fde-79f7-40c2-82ed-96b9d85dfbfe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "509ef8c3-58cb-4ff6-ab29-3336b6c08b8d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8fa098e-6f83-490c-86e5-2c1df31df3f3", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "889407d0-46f8-497f-86e5-b1f8dceb5e51", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "478a09a8-6586-48a1-9a69-c5f6a6af7238", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0cb00758-c970-48cb-ac9c-a2db04112fc7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53:subnet_id=083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9331f8c6-cda7-4930-918a-58b9460e9e6d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f09d6605-64c7-4f18-be69-4959fa461f9e", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0d01e3dc-a1d6-4f24-af2c-8f0561d77d64", "resource_type": "OS::Neutron::Port"}]} 2018-10-04 03:23:14,021 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources used request id req-f8359fde-79f7-40c2-82ed-96b9d85dfbfe 2018-10-04 03:23:14,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=889407d0-46f8-497f-86e5-b1f8dceb5e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:14,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-3c380152-9745-4d25-80f2-cdab2a99647b Date: Thu, 04 Oct 2018 03:23:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["083df55e-ca80-4401-894f-96855c7c58a0"],"description":"","tags":[],"updated_at":"2018-10-04T03:22:55Z","provider:segmentation_id":47,"name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:53Z","provider:network_type":"vxlan"}]} 2018-10-04 03:23:14,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=889407d0-46f8-497f-86e5-b1f8dceb5e51 used request id req-3c380152-9745-4d25-80f2-cdab2a99647b 2018-10-04 03:23:14,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:14,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b9433e37-955f-4521-9aae-51377e89a973 Date: Thu, 04 Oct 2018 03:23:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:22:55Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"083df55e-ca80-4401-894f-96855c7c58a0","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet"}]} 2018-10-04 03:23:14,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 used request id req-b9433e37-955f-4521-9aae-51377e89a973 2018-10-04 03:23:14,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:14,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fda0ea99-1b68-4e5f-a04b-62f792361dac Date: Thu, 04 Oct 2018 03:23:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:22:55Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"083df55e-ca80-4401-894f-96855c7c58a0","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet"}]} 2018-10-04 03:23:14,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 used request id req-fda0ea99-1b68-4e5f-a04b-62f792361dac 2018-10-04 03:23:14,224 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:23:14,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:14,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-821cc256-ac16-4d09-a157-07f9fcb082e0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:23:14,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-821cc256-ac16-4d09-a157-07f9fcb082e0 2018-10-04 03:23:14,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:14,979 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:14 GMT Server: Apache x-openstack-request-id: req-83d57c5e-56d2-48c3-9ae6-b90d2b371d40 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:15,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:14 GMT Server: Apache x-openstack-request-id: req-8013992b-4fe7-4d1f-853b-6fb76fa2db46 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "509ef8c3-58cb-4ff6-ab29-3336b6c08b8d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8fa098e-6f83-490c-86e5-2c1df31df3f3", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "889407d0-46f8-497f-86e5-b1f8dceb5e51", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "478a09a8-6586-48a1-9a69-c5f6a6af7238", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0cb00758-c970-48cb-ac9c-a2db04112fc7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53:subnet_id=083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "vm1", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9331f8c6-cda7-4930-918a-58b9460e9e6d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f09d6605-64c7-4f18-be69-4959fa461f9e", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0d01e3dc-a1d6-4f24-af2c-8f0561d77d64", "resource_type": "OS::Neutron::Port"}]} 2018-10-04 03:23:15,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources used request id req-8013992b-4fe7-4d1f-853b-6fb76fa2db46 2018-10-04 03:23:15,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/9331f8c6-cda7-4930-918a-58b9460e9e6d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:15,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fecd43dc-4bea-4d52-8b44-9a89297dbf99 x-compute-request-id: req-fecd43dc-4bea-4d52-8b44-9a89297dbf99 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:3d:6a", "version": 4, "addr": "10.1.2.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cb:3d:6a", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9331f8c6-cda7-4930-918a-58b9460e9e6d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9331f8c6-cda7-4930-918a-58b9460e9e6d", "rel": "bookmark"}], "image": {"id": "bba26f00-16ef-4db3-ac43-0d3e33da697b", "links": [{"href": "http://172.30.9.23:8774/images/bba26f00-16ef-4db3-ac43-0d3e33da697b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001b", "OS-SRV-USG:launched_at": "2018-10-04T03:23:07.000000", "flavor": {"id": "a8fa098e-6f83-490c-86e5-2c1df31df3f3", "links": [{"href": "http://172.30.9.23:8774/flavors/a8fa098e-6f83-490c-86e5-2c1df31df3f3", "rel": "bookmark"}]}, "id": "9331f8c6-cda7-4930-918a-58b9460e9e6d", "security_groups": [{"name": "security_group_name"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:23:09Z", "hostId": "1b8495502db28c344fa13706146bc4c644acf73acf1bea5e9df6141f", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "created": "2018-10-04T03:23:02Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:23:15,819 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9331f8c6-cda7-4930-918a-58b9460e9e6d used request id req-fecd43dc-4bea-4d52-8b44-9a89297dbf99 2018-10-04 03:23:15,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:15,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-1931109a-c4d1-4c5e-809d-7091c777e240 Date: Thu, 04 Oct 2018 03:23:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["083df55e-ca80-4401-894f-96855c7c58a0"],"description":"","tags":[],"updated_at":"2018-10-04T03:22:55Z","provider:segmentation_id":47,"name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:53Z","provider:network_type":"vxlan"}]} 2018-10-04 03:23:15,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net used request id req-1931109a-c4d1-4c5e-809d-7091c777e240 2018-10-04 03:23:15,908 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:23:15,913 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:23:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:23:15,914 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:15,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5781ca4c-44ae-460b-a0ac-1a1d22166fa1 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:23:16,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-5781ca4c-44ae-460b-a0ac-1a1d22166fa1 2018-10-04 03:23:16,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:16,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0c6a739c-6740-4a55-85ec-d0eec2c63dee Date: Thu, 04 Oct 2018 03:23:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:22:55Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"083df55e-ca80-4401-894f-96855c7c58a0","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet"}]} 2018-10-04 03:23:16,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 used request id req-0c6a739c-6740-4a55-85ec-d0eec2c63dee 2018-10-04 03:23:16,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:16,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-40d522e7-7e2a-43e2-a399-7df4aad5c501 Date: Thu, 04 Oct 2018 03:23:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:23:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.5"}],"id":"0d01e3dc-a1d6-4f24-af2c-8f0561d77d64","security_groups":["478a09a8-6586-48a1-9a69-c5f6a6af7238"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:3d:6a","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9331f8c6-cda7-4930-918a-58b9460e9e6d","name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack-port1-m63ecryzb4ii","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:23:03Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.15"}],"id":"155b45f2-d6ec-4e67-96e9-316f71701137","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:56:58:5b","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f09d6605-64c7-4f18-be69-4959fa461f9e","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:23:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.3"}],"id":"29361652-4bb1-4ad3-abe8-982d6949e216","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:ca:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-889407d0-46f8-497f-86e5-b1f8dceb5e51","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.4"}],"id":"3b563a0a-c400-4924-9bd1-329ea92026d4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:12:db","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-889407d0-46f8-497f-86e5-b1f8dceb5e51","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:59Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.1"}],"id":"5137897b-7693-45e2-a921-9a7a3a443ede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c7:f7:b4","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e0af0c37-85fe-41f8-8843-cdbaf8c48a53","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.2"}],"id":"96fa4a82-1244-4e6d-83ff-6f16e4fb1213","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:04:ce","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-889407d0-46f8-497f-86e5-b1f8dceb5e51","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","binding:vnic_type":"normal"}]} 2018-10-04 03:23:16,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 used request id req-40d522e7-7e2a-43e2-a399-7df4aad5c501 2018-10-04 03:23:16,253 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/f09d6605-64c7-4f18-be69-4959fa461f9e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:16,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23: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-4173b713-13b2-4f3d-974d-032893edf9f9 x-compute-request-id: req-4173b713-13b2-4f3d-974d-032893edf9f9 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:56:58:5b", "version": 4, "addr": "10.1.2.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/f09d6605-64c7-4f18-be69-4959fa461f9e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/f09d6605-64c7-4f18-be69-4959fa461f9e", "rel": "bookmark"}], "image": {"id": "20eff77a-2bea-4610-8c83-d91bc87bc8e1", "links": [{"href": "http://172.30.9.23:8774/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "OS-SRV-USG:launched_at": "2018-10-04T03:23:03.000000", "flavor": {"id": "509ef8c3-58cb-4ff6-ab29-3336b6c08b8d", "links": [{"href": "http://172.30.9.23:8774/flavors/509ef8c3-58cb-4ff6-ab29-3336b6c08b8d", "rel": "bookmark"}]}, "id": "f09d6605-64c7-4f18-be69-4959fa461f9e", "security_groups": [{"name": "default"}], "user_id": "c0360f11565f4369acca37ec4c00a187", "OS-DCF: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-04T03:23:04Z", "hostId": "05c7758cc58d2a505fe9c04f70c1d51ffe35d252a124c008b4261188", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "created": "2018-10-04T03:22:58Z", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:23:16,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/f09d6605-64c7-4f18-be69-4959fa461f9e used request id req-4173b713-13b2-4f3d-974d-032893edf9f9 2018-10-04 03:23:16,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:16,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 733 X-Openstack-Request-Id: req-0af43375-5518-440a-a774-a7df8f3c477a Date: Thu, 04 Oct 2018 03:23:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","subnets":["083df55e-ca80-4401-894f-96855c7c58a0"],"description":"","tags":[],"updated_at":"2018-10-04T03:22:55Z","provider:segmentation_id":47,"name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net","admin_state_up":true,"tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:53Z","provider:network_type":"vxlan"}]} 2018-10-04 03:23:16,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net used request id req-0af43375-5518-440a-a774-a7df8f3c477a 2018-10-04 03:23:16,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:16,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e165b614-d884-4d2d-b558-f22bd7be3491 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:23:16,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-e165b614-d884-4d2d-b558-f22bd7be3491 2018-10-04 03:23:16,886 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e3f684a7-44e6-4a8c-a27b-9426348a20a1 Date: Thu, 04 Oct 2018 03:23:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","dns_nameservers":[],"updated_at":"2018-10-04T03:22:55Z","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":"3bd9fdb58042454785b75b915cc07acf","id":"083df55e-ca80-4401-894f-96855c7c58a0","subnetpool_id":null,"name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet"}]} 2018-10-04 03:23:17,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 used request id req-e3f684a7-44e6-4a8c-a27b-9426348a20a1 2018-10-04 03:23:17,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5217 X-Openstack-Request-Id: req-c8d71021-a9be-48b6-8fb5-d50745be619d Date: Thu, 04 Oct 2018 03:23:17 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:23:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.5"}],"id":"0d01e3dc-a1d6-4f24-af2c-8f0561d77d64","security_groups":["478a09a8-6586-48a1-9a69-c5f6a6af7238"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cb:3d:6a","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"device_id":"9331f8c6-cda7-4930-918a-58b9460e9e6d","name":"HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack-port1-m63ecryzb4ii","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:59Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:23:03Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.15"}],"id":"155b45f2-d6ec-4e67-96e9-316f71701137","security_groups":["542fe956-ceab-418c-8515-529038b91982"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:56:58:5b","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"f09d6605-64c7-4f18-be69-4959fa461f9e","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:23:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.3"}],"id":"29361652-4bb1-4ad3-abe8-982d6949e216","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:90:ca:3f","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-889407d0-46f8-497f-86e5-b1f8dceb5e51","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:57Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.4"}],"id":"3b563a0a-c400-4924-9bd1-329ea92026d4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:12:db","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-889407d0-46f8-497f-86e5-b1f8dceb5e51","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:56Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:59Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.1"}],"id":"5137897b-7693-45e2-a921-9a7a3a443ede","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c7:f7:b4","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e0af0c37-85fe-41f8-8843-cdbaf8c48a53","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:58Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:22:56Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"083df55e-ca80-4401-894f-96855c7c58a0","ip_address":"10.1.2.2"}],"id":"96fa4a82-1244-4e6d-83ff-6f16e4fb1213","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ee:04:ce","project_id":"3bd9fdb58042454785b75b915cc07acf","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-889407d0-46f8-497f-86e5-b1f8dceb5e51","name":"","admin_state_up":true,"network_id":"889407d0-46f8-497f-86e5-b1f8dceb5e51","tenant_id":"3bd9fdb58042454785b75b915cc07acf","created_at":"2018-10-04T03:22:55Z","binding:vnic_type":"normal"}]} 2018-10-04 03:23:17,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=889407d0-46f8-497f-86e5-b1f8dceb5e51 used request id req-c8d71021-a9be-48b6-8fb5-d50745be619d 2018-10-04 03:23:17,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:17 GMT Server: Apache x-openstack-request-id: req-c23d6220-4411-4871-aaf9-025a883a9faa Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:17,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:17 GMT Server: Apache x-openstack-request-id: req-6c375947-7662-4c03-bc6c-82e1d3060b33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1033 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm2"], "resource_status_reason": "state changed", "physical_resource_id": "509ef8c3-58cb-4ff6-ab29-3336b6c08b8d", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "flavor1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/flavor1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "flavor1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1"], "resource_status_reason": "state changed", "physical_resource_id": "a8fa098e-6f83-490c-86e5-2c1df31df3f3", "resource_type": "OS::Nova::Flavor"}, {"resource_name": "network", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/network", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "network", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["subnet", "vm2", "port1"], "resource_status_reason": "state changed", "physical_resource_id": "889407d0-46f8-497f-86e5-b1f8dceb5e51", "resource_type": "OS::Neutron::Net"}, {"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["port1"], "resource_status_reason": "state changed", "physical_resource_id": "478a09a8-6586-48a1-9a69-c5f6a6af7238", "resource_type": "OS::Neutron::SecurityGroup"}, {"resource_name": "floating_ip", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "0cb00758-c970-48cb-ac9c-a2db04112fc7", "resource_type": "OS::Neutron::FloatingIP"}, {"resource_name": "floating_ip_association", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/floating_ip_association", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "floating_ip_association", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "54", "resource_type": "OS::Neutron::FloatingIPAssociation"}, {"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["vm1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "resource_type": "OS::Nova::KeyPair"}, {"resource_name": "management_router_interface", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router_interface", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router_interface", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53:subnet_id=083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::RouterInterface"}, {"resource_name": "subnet", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/subnet", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "subnet", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "vm1", "port1", "vm2"], "resource_status_reason": "state changed", "physical_resource_id": "083df55e-ca80-4401-894f-96855c7c58a0", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "management_router", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/management_router", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "management_router", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["management_router_interface", "floating_ip"], "resource_status_reason": "state changed", "physical_resource_id": "e0af0c37-85fe-41f8-8843-cdbaf8c48a53", "resource_type": "OS::Neutron::Router"}, {"resource_name": "vm1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9331f8c6-cda7-4930-918a-58b9460e9e6d", "resource_type": "OS::Nova::Server"}, {"resource_name": "vm2", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/vm2", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "vm2", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "f09d6605-64c7-4f18-be69-4959fa461f9e", "resource_type": "OS::Nova::Server"}, {"resource_name": "port1", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources/port1", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "stack"}], "logical_resource_id": "port1", "creation_time": "2018-10-04T03:22:51Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:22:51Z", "required_by": ["floating_ip_association", "vm1"], "resource_status_reason": "state changed", "physical_resource_id": "0d01e3dc-a1d6-4f24-af2c-8f0561d77d64", "resource_type": "OS::Neutron::Port"}]} 2018-10-04 03:23:17,557 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2/resources used request id req-6c375947-7662-4c03-bc6c-82e1d3060b33 2018-10-04 03:23:17,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-d3a7a1b5-a54a-4726-a95b-40ec0f53967d Date: Thu, 04 Oct 2018 03:23:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:41Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:43Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/snap", "metadata": {}}], "self": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b", "min_disk": 0, "protected": false, "id": "bba26f00-16ef-4db3-ac43-0d3e33da697b", "file": "/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/bba26f00-16ef-4db3-ac43-0d3e33da697b/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:23:17,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b used request id req-d3a7a1b5-a54a-4726-a95b-40ec0f53967d 2018-10-04 03:23:17,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-24e953ca-59df-4e2c-85d3-582794d683ab Date: Thu, 04 Oct 2018 03:23: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-04 03:23:17,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-24e953ca-59df-4e2c-85d3-582794d683ab 2018-10-04 03:23:17,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-467fc8f8-49f2-49f5-8e63-2c912e412596 Date: Thu, 04 Oct 2018 03:23:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:46Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "metadata": {}}], "self": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1", "min_disk": 0, "protected": false, "id": "20eff77a-2bea-4610-8c83-d91bc87bc8e1", "file": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:23:17,848 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 used request id req-467fc8f8-49f2-49f5-8e63-2c912e412596 2018-10-04 03:23:17,850 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-7dbaf01d-1e1c-41dd-af92-8cca27729a73 Date: Thu, 04 Oct 2018 03:23:17 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:22:44Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:22:46Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "metadata": {}}], "self": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1", "min_disk": 0, "protected": false, "id": "20eff77a-2bea-4610-8c83-d91bc87bc8e1", "file": "/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "3bd9fdb58042454785b75b915cc07acf", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:23:17,864 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 used request id req-7dbaf01d-1e1c-41dd-af92-8cca27729a73 2018-10-04 03:23:17,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:17,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:17 GMT Server: Apache x-openstack-request-id: req-b5229fd0-68b0-4947-972a-75e2ff653de5 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:18,674 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:17 GMT Server: Apache x-openstack-request-id: req-0c65111d-97b9-4005-94c2-245507f0d7cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:23:18,674 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-0c65111d-97b9-4005-94c2-245507f0d7cb 2018-10-04 03:23:18,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:18,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:18 GMT Server: Apache x-openstack-request-id: req-02c77794-d8bf-4bdf-a583-7f583b3b5827 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:19,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:18 GMT Server: Apache x-openstack-request-id: req-bde7fbc2-4d75-4d41-b853-7f392c4e7261 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2084 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7a3TV4DH2fEJSSAFGzaISAWFVBLZ8DgzmpWWaegp9ENamYex\nD1kGw8UAVMaY5vfgxL1B10n/QbXKFRwFSHageeM/zzCQ1f2BqDC8Lq1Fix2d/w4k\nHrP3X4uikDph6MpUzPdvF/3sj77KzVfir1s58MulVcqwJrx8m80WHAubIXxjUoio\n0hBY9UDt0pgBz/qDt0Mk88LHsF91AKMMikJZ056Z5tyJYmG72RO6HSZE6sqXBqt2\ni5Dqu+Sd76lcB46f8qtL/8Yf2eb86nyoKdqPlTzzDhQ9Oi+nJspViGXvp1F0tGF1\n2T2nizFg6rhsfnQLOUDoVHOdTUanTWiVRH2lowIDAQABAoIBAEb2YiY7BfBVHe+e\nRsgENRZDx7X9VuJ49TdPODRwo64ROgii0cOCUhm7RMkK7nXvRkWXOAQ+TJ7i1u4M\niqtC99DMf62tk2DAqqh7vIO3Kg9KDXUsVK5yDwaQ2z1yoO7vEfiMW7fvEWUtksFS\nXxT6CMeTFc8SkBtQpWejCNngwTVyqZXcq11XdWqUly9Np2rn9BNZDXObLbN5LOwg\nGVdxJIPLLzKOPb4XYYA1p7Ww1MAWL2QKlcM70jVX8gYl4H4L4IVEPdT//BRWp29q\nXHkbh/hHroQbjBTrfL8iTvQC0kw0342XZGIeHvWj1X3DWEQB64xCNBCTSJPAgLbq\nHEzBlXkCgYEA/4JiUvLLtX4LV4cyon2fFJt9WfhnenTfizP82B5c4ZVL0k5314No\n8JB6Qq2OvLDRliBBDsHfjfyfQyO3B8OcLxEjEqEuJtMqdAO/nSzj2Vl3Uhdwi33T\nOhTsJuPpwHi1td6En6GYYekwBbm1e4K9QdHCULoK+tqf/eEIXoqx2j0CgYEA7iKs\n8jDRfvnYc1MJ6TY8hL6G0BAIdFscRBvyUSiGPL3c4vgGs2kTuYj0NonXypKc0AtS\n5brIij+g8hpvL/XcgYi54werwOvNMVWOZw/bGuy25lINITZKHSYvevqngxJOnBfh\nptltLt8Aixgx2Cw8w9rJkW5GPJgiLLit/avj3V8CgYB3pbWnRBzSS0jCXwP+BTdW\nLg2/8Mt8E3iOtfSDu4wg8omD3MzPtbCRXgZybNV3VJGAbHAqmey2j4KArRvLXfUo\nMS0sTx/OfHnXw92Zm2jC4ds3LNS97VjZTOzctUNDpwLoPF/8ZG54AvtC4xix0qIP\nTUtiBAyaNYBQIW2K4AWyvQKBgQDrMTYscUjHps0/gVj9i0KUPHR7lAo1mTK+lfdq\nbqK95Sr+w8Yidfo0OW4xW0zUVp8n3rc+C48684Lq+m6sKKBjEv28m3vnqzxaqExf\nv8o/umEd8xXionLqfSdRx7OgAXnAMtn75ywtqbQorHm2LmLJcRG5X/dgq0S9dJzr\nOFRx8wKBgQCj/pwJNF9w0GyHmLdSxMy7YWG9Y4qM2mEJP/HF3YLr/lk6Wz8W+GJs\nEUiREweoLmceu12eFAsswSV/PZ5Pa3bSOZHs0BgsGJyKtJFYPI/Cb9fxv7tUPcDw\nIulhaaG4csePpGgG6/UNdZEV/ivpu6Btaew69uJeTmXKfXwqbPmmiA==\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-04 03:23:19,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-bde7fbc2-4d75-4d41-b853-7f392c4e7261 2018-10-04 03:23:19,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:19,090 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:19 GMT Server: Apache x-openstack-request-id: req-138e00e6-dda7-4006-aa6f-9f8be56ee818 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:19,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:23:19 GMT Server: Apache x-openstack-request-id: req-9a656451-cd91-41a2-9275-559de3db3e4d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:23:19,214 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-9a656451-cd91-41a2-9275-559de3db3e4d 2018-10-04 03:23:19,217 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:19,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:19 GMT Server: Apache x-openstack-request-id: req-29983c08-5994-49ac-b668-83ba5138e67a Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:19,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:19 GMT Server: Apache x-openstack-request-id: req-cfef4aed-190a-4ca0-b689-982dfa8811e2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "tags": null, "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T03:23:19Z", "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "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-04 03:23:19,268 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-cfef4aed-190a-4ca0-b689-982dfa8811e2 2018-10-04 03:23:22,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:22,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:22 GMT Server: Apache x-openstack-request-id: req-3f1b614d-771b-4493-a11e-7221b1da8c28 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:22,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:22 GMT Server: Apache x-openstack-request-id: req-fc3f8296-4454-4510-9634-82e86b880a94 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "tags": null, "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T03:23:19Z", "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "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-04 03:23:22,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-fc3f8296-4454-4510-9634-82e86b880a94 2018-10-04 03:23:25,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:25,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:25 GMT Server: Apache x-openstack-request-id: req-0c6e494b-aea4-4290-9f54-94be8ef5325e Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:26,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:25 GMT Server: Apache x-openstack-request-id: req-f6cad17a-ac26-427d-b4c2-c2524685d618 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 683 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-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "tags": null, "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-10-04T03:23:19Z", "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "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-04 03:23:26,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-f6cad17a-ac26-427d-b4c2-c2524685d618 2018-10-04 03:23:29,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}034bbf4f2dbabdcf32cc625443d66213a755f40c" 2018-10-04 03:23:29,342 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:29 GMT Server: Apache x-openstack-request-id: req-a6aa0866-a4eb-4f7f-8638-fee41d5dd38e Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:29,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:29 GMT Server: Apache x-openstack-request-id: req-f85db968-e3c1-4cf1-9f83-b171b1748d56 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor2", "OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "OS::stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-subnet", "net_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack", "stack_user_project_id": "007c0b64713947c5848cff9ea836c05c", "tags": null, "creation_time": "2018-10-04T03:22:50Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": null, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-10-04T03:23:19Z", "id": "1288f3bb-56cb-4da7-ac4e-e32e812acbb2", "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-04 03:23:29,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-stack/1288f3bb-56cb-4da7-ac4e-e32e812acbb2 used request id req-f85db968-e3c1-4cf1-9f83-b171b1748d56 2018-10-04 03:23:29,511 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image1 2018-10-04 03:23:29,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae5d4d24a7bd258541f8bffd3548fff97194ef45" 2018-10-04 03:23:30,615 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b19e9f38-11d8-423a-97b8-dcc8b53014fc Date: Thu, 04 Oct 2018 03:23: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-04 03:23:30,616 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/bba26f00-16ef-4db3-ac43-0d3e33da697b used request id req-b19e9f38-11d8-423a-97b8-dcc8b53014fc 2018-10-04 03:23:30,617 - glance_utils - INFO - Deleting image named - HeatUtilsCreateComplexStackTests-0f5f2675-1ecb-4f7a-8ab5-480064733c2c-image2 2018-10-04 03:23:30,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1f67e47c0bce564fb0a251b2bb9b748a699fc4ed" 2018-10-04 03:23:31,783 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8b152352-1ca0-4826-ac45-ee3bcb906a02 Date: Thu, 04 Oct 2018 03:23: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-04 03:23:31,783 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/20eff77a-2bea-4610-8c83-d91bc87bc8e1 used request id req-8b152352-1ca0-4826-ac45-ee3bcb906a02 2018-10-04 03:23:31,785 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:23:31,786 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:23:31,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:32,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["AjPTq7kCS3-HzwTbrCQKNQ"], "issued_at": "2018-10-04T03:23:32.000000Z"}} 2018-10-04 03:23:32,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}124c32e498891b4ebc3d6d33c92f592c5060560b" -d '{"stack_name": "HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-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-04 03:23:33,763 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:23:32 GMT Server: Apache x-openstack-request-id: req-60c83397-8833-4a00-bdc6-c5cfbd7caadb Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "rel": "self"}]}} 2018-10-04 03:23:33,763 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks used request id req-60c83397-8833-4a00-bdc6-c5cfbd7caadb 2018-10-04 03:23:33,766 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}124c32e498891b4ebc3d6d33c92f592c5060560b" 2018-10-04 03:23:33,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:33 GMT Server: Apache x-openstack-request-id: req-62d17079-c960-4c3b-9721-1a17011ff694 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:34,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:33 GMT Server: Apache x-openstack-request-id: req-af063d83-7e1c-4c24-bf62-178c7052f3de 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "OS::stack_name": "HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack", "stack_user_project_id": "e1037882931d4792b17aa4bc9528b52b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:23:33Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 03:23:34,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 used request id req-af063d83-7e1c-4c24-bf62-178c7052f3de 2018-10-04 03:23:34,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}124c32e498891b4ebc3d6d33c92f592c5060560b" 2018-10-04 03:23:34,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:34 GMT Server: Apache x-openstack-request-id: req-e112d1cd-5034-4fe3-ab93-e92d26b54136 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:34,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:34 GMT Server: Apache x-openstack-request-id: req-0a3a0afa-c82a-4a50-afb3-9a0f4ce6db5a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 515 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "OS::stack_name": "HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack", "stack_user_project_id": "e1037882931d4792b17aa4bc9528b52b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:23:33Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-10-04 03:23:34,496 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 used request id req-0a3a0afa-c82a-4a50-afb3-9a0f4ce6db5a 2018-10-04 03:23:34,498 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/f7ac58d0-a702-4a3c-ab5d-860117fa80c5/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}124c32e498891b4ebc3d6d33c92f592c5060560b" 2018-10-04 03:23:35,133 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:34 GMT Server: Apache x-openstack-request-id: req-cd64237d-b2a7-4e23-ab5e-2fd79454bcb0 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:35,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:35 GMT Server: Apache x-openstack-request-id: req-7df92775-2229-431f-be5d-19f3743758e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "flavor", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-10-04T03:23:33Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:23:33Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "9c5bb44e-8050-4146-87bf-3379792513d3", "resource_type": "OS::Nova::Flavor"}]} 2018-10-04 03:23:35,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5/resources used request id req-7df92775-2229-431f-be5d-19f3743758e9 2018-10-04 03:23:35,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/9c5bb44e-8050-4146-87bf-3379792513d3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}124c32e498891b4ebc3d6d33c92f592c5060560b" 2018-10-04 03:23:35,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23: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-87593b95-11f6-4e70-bbf3-b5193da6f57f x-compute-request-id: req-87593b95-11f6-4e70-bbf3-b5193da6f57f Content-Encoding: gzip Content-Length: 331 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9c5bb44e-8050-4146-87bf-3379792513d3", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9c5bb44e-8050-4146-87bf-3379792513d3", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "9c5bb44e-8050-4146-87bf-3379792513d3", "name": "HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack-flavor-rmhhaua42r7k", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:23:35,358 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9c5bb44e-8050-4146-87bf-3379792513d3 used request id req-87593b95-11f6-4e70-bbf3-b5193da6f57f 2018-10-04 03:23:35,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}124c32e498891b4ebc3d6d33c92f592c5060560b" 2018-10-04 03:23:35,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:35 GMT Server: Apache x-openstack-request-id: req-1696854d-2b76-4c47-b5be-6dc30be8f61c Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:35,651 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:23:35 GMT Server: Apache x-openstack-request-id: req-6592ec87-c277-4693-9b4c-288ad397ba70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:23:35,651 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsFlavorTests-6ec18fdf-94be-4e79-a1b7-27d4bd59b486-stack/f7ac58d0-a702-4a3c-ab5d-860117fa80c5 used request id req-6592ec87-c277-4693-9b4c-288ad397ba70 2018-10-04 03:23:35,652 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:23:35,652 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:23:35,664 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:36,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["48o2aozZRl2SViZNj14RvQ"], "issued_at": "2018-10-04T03:23:36.000000Z"}} 2018-10-04 03:23:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" -d '{"stack_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-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-4187d4dd-fd85-4692-af57-e9669f4971c5-kp"}}' 2018-10-04 03:23:37,671 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:23:36 GMT Server: Apache x-openstack-request-id: req-3c56bd67-b2af-41bd-bf13-2cb1487bfb1e Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "597a9fd6-3638-477b-b397-c2ba9114f1c6", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6", "rel": "self"}]}} 2018-10-04 03:23:37,671 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks used request id req-3c56bd67-b2af-41bd-bf13-2cb1487bfb1e 2018-10-04 03:23:37,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/597a9fd6-3638-477b-b397-c2ba9114f1c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" 2018-10-04 03:23:37,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:37 GMT Server: Apache x-openstack-request-id: req-7cb6df00-2621-4f5e-8b70-354254a6222d Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:38,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:37 GMT Server: Apache x-openstack-request-id: req-705f54f8-bce3-425c-b458-3998b188b0d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 558 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "597a9fd6-3638-477b-b397-c2ba9114f1c6", "OS::stack_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack", "keypair_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack", "stack_user_project_id": "d7d9e2a21e55467980262efad689b62b", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:23:37Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "597a9fd6-3638-477b-b397-c2ba9114f1c6", "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-04 03:23:38,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 used request id req-705f54f8-bce3-425c-b458-3998b188b0d1 2018-10-04 03:23:38,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/597a9fd6-3638-477b-b397-c2ba9114f1c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" 2018-10-04 03:23:38,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:38 GMT Server: Apache x-openstack-request-id: req-a8d53b81-2daf-4a70-9b59-161fe754b356 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:38,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:38 GMT Server: Apache x-openstack-request-id: req-de04a8c6-76be-4d68-bdba-6a00bed35ba9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1912 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "597a9fd6-3638-477b-b397-c2ba9114f1c6", "OS::stack_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack", "keypair_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack", "stack_user_project_id": "d7d9e2a21e55467980262efad689b62b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:23:37Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "597a9fd6-3638-477b-b397-c2ba9114f1c6", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvA35L2e8eqFgxwoMLkiLeQIKXQ8sEydN6rHaWyzTvsg6rvH4\n1+Hdf9O1ZfYTBauxMpgOoit628dHxaB/kJHNN6fAyfd10/K5bO14SkjVIGrSzCWj\nhH6/f3k3MTxly20RrrHlfxARoKmSpHYApCvfgbV+jCOEb5SollFh8h78QpCHWHls\n3jzdkfmDfM0XRRLO9kW5QsSzbycwUo2xoUozS9hbjU5L0TcZy2dAGS2p3E/vC4mR\nWhxgdu6KTfoFiHWiBMspzz6ivFuDlor/31Se3uIvTfbwgsn538r3X/UAErktgLUM\nByAGQLbZIPWhqaGZOtRK+6K4KZDM8d+j8x/CjwIDAQABAoIBAQCCN9bWGaos7HR8\nPxviLL/Pgjc0612kwbG1k4RVYDwbvsDMBag/rRpY+nuA6B2R7qrcEukHKL6BU4QC\neDn9HMkTAemAsQd5RXla0TFblwVl1jKzxFhvVek61u/9+wmuDI+S/YKiMrlSHDn8\nAe49wFeblNbVKX76WOFIfYAqTYR2fjbMEDZP2dm4xMXwDumg1oD9VcHX1eRPd+Zo\nLJHzxucWcUuypixy7YDRE/FPAl05Ku4T8pGHMmZU6PkB2SThzIkGt/G5hrT8oqWx\n2RBKkROnC56EoZScc1Z+D6qK/9iXe+44U37gIpNAEKa3mKvtjot0IlsdSD4gCgEa\nCWinLYzpAoGBAPFNHPsBxHBJpseYkUouJojZ/HIS5JOXAeo/pvuuyHz8FEOJuFFj\n7Z9TSOh9zfkg7INe3K2gdGIm5NzQ4XZn0l7K88PP5pR/uaQjBS41FkmwqMIHa4Vl\nYcYqN6/SpHuwIeKbMnndKrmi8YmALjmrJKzRLhLUsrbk04d8ZKhvIAWlAoGBAMeC\nhjQ0DbumtS3NxA2Uj7cY+H8CHbxn+Hj8DgXlo91C+bNdhef2gfnJQwka8yGV22lh\nF4VmuITYnQkiqvWK3+8U2kox/7T/d7cAZ9XrpnjsC/Y6vLcBOWi+sjTWLcOzA3rS\ndLcXweO3RlvUEk5gXsKkVzVT86Ky9enAOPL+hHkjAoGAQKWePAlPLZ4t1o+jbTJM\nFKICJjW1k20DkFSZUhiTkhie/TEqdnPFN8hCYjdCNZqCgvepO8MfKySscBRuMyDB\nla/d+vn6FpLZk4XmX2jNndR8ge8m+UgeF887uBlBA/o+Oc3GiiucxLtI5sO2nrCh\nVMN+CoF9l85adZP4C8Ap3hkCgYBOyzrrhR9jXCy0AU8Luf+kZYVGy/Qog7t7NLjp\nFU/JQ/lQIICRIyckGpuSDgW13vR/wuvCMNZxCQfEIt/4B7f3OXoY0XRW7IpASTW5\nI89kdH0o6vu7Hw2oU6AYA/qhDqMyL8oOwaA+qhRske4E7ESghL04f4Z6XEmI3vTe\n6ywwlwKBgQCToHmut26k1dRiYBxddJA1GCGFHY5iKQNQZ7ubzKOz1+9VwfyFgcsp\n3NtDma3oorEm4eWee/Iuxrz8mZuPhxCI0fsmq9Nxccp4bV8UDbEexnul/YSn0UTd\neRSyI+A1zZhES+hiW25jzJzD7giud1jVaidnEJ6FWGhL8Oae/A102w==\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-04 03:23:38,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 used request id req-de04a8c6-76be-4d68-bdba-6a00bed35ba9 2018-10-04 03:23:38,340 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/597a9fd6-3638-477b-b397-c2ba9114f1c6/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" 2018-10-04 03:23:38,517 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:38 GMT Server: Apache x-openstack-request-id: req-92a82641-2eed-40da-9a84-6281d7219053 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:38,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:38 GMT Server: Apache x-openstack-request-id: req-981d43b1-af74-4ca6-91a0-83dd43b7eadb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-10-04T03:23:37Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:23:37Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-10-04 03:23:38,717 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6/resources used request id req-981d43b1-af74-4ca6-91a0-83dd43b7eadb 2018-10-04 03:23:38,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" 2018-10-04 03:23:38,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-db57e332-49c5-45bf-9854-3d708d718fce x-compute-request-id: req-db57e332-49c5-45bf-9854-3d708d718fce Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8DfkvZ7x6oWDHCgwuSIt5AgpdDywTJ03qsdpbLNO+yDqu8fjX4d1/07Vl9hMFq7EymA6iK3rbx0fFoH+Qkc03p8DJ93XT8rls7XhKSNUgatLMJaOEfr9/eTcxPGXLbRGuseV/EBGgqZKkdgCkK9+BtX6MI4RvlKiWUWHyHvxCkIdYeWzePN2R+YN8zRdFEs72RblCxLNvJzBSjbGhSjNL2FuNTkvRNxnLZ0AZLancT+8LiZFaHGB27opN+gWIdaIEyynPPqK8W4OWiv/fVJ7e4i9N9vCCyfnfyvdf9QASuS2AtQwHIAZAttkg9aGpoZk61Er7orgpkMzx36PzH8KP Generated-by-Nova", "user_id": "c0360f11565f4369acca37ec4c00a187", "name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp", "deleted": false, "created_at": "2018-10-04T03:23:38.000000", "updated_at": null, "fingerprint": "ab:fe:2c:bd:ee:2e:19:7c:e1:f3:7b:bd:00:2b:ac:2c", "deleted_at": null, "id": 15}} 2018-10-04 03:23:38,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp used request id req-db57e332-49c5-45bf-9854-3d708d718fce 2018-10-04 03:23:38,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/597a9fd6-3638-477b-b397-c2ba9114f1c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" 2018-10-04 03:23:38,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:38 GMT Server: Apache x-openstack-request-id: req-152d9667-95ed-4c9c-870b-1c2441f269c0 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:39,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:38 GMT Server: Apache x-openstack-request-id: req-84247688-0400-4e76-909e-4f830ed31a52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1912 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "597a9fd6-3638-477b-b397-c2ba9114f1c6", "OS::stack_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack", "keypair_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack", "stack_user_project_id": "d7d9e2a21e55467980262efad689b62b", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:23:37Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "597a9fd6-3638-477b-b397-c2ba9114f1c6", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvA35L2e8eqFgxwoMLkiLeQIKXQ8sEydN6rHaWyzTvsg6rvH4\n1+Hdf9O1ZfYTBauxMpgOoit628dHxaB/kJHNN6fAyfd10/K5bO14SkjVIGrSzCWj\nhH6/f3k3MTxly20RrrHlfxARoKmSpHYApCvfgbV+jCOEb5SollFh8h78QpCHWHls\n3jzdkfmDfM0XRRLO9kW5QsSzbycwUo2xoUozS9hbjU5L0TcZy2dAGS2p3E/vC4mR\nWhxgdu6KTfoFiHWiBMspzz6ivFuDlor/31Se3uIvTfbwgsn538r3X/UAErktgLUM\nByAGQLbZIPWhqaGZOtRK+6K4KZDM8d+j8x/CjwIDAQABAoIBAQCCN9bWGaos7HR8\nPxviLL/Pgjc0612kwbG1k4RVYDwbvsDMBag/rRpY+nuA6B2R7qrcEukHKL6BU4QC\neDn9HMkTAemAsQd5RXla0TFblwVl1jKzxFhvVek61u/9+wmuDI+S/YKiMrlSHDn8\nAe49wFeblNbVKX76WOFIfYAqTYR2fjbMEDZP2dm4xMXwDumg1oD9VcHX1eRPd+Zo\nLJHzxucWcUuypixy7YDRE/FPAl05Ku4T8pGHMmZU6PkB2SThzIkGt/G5hrT8oqWx\n2RBKkROnC56EoZScc1Z+D6qK/9iXe+44U37gIpNAEKa3mKvtjot0IlsdSD4gCgEa\nCWinLYzpAoGBAPFNHPsBxHBJpseYkUouJojZ/HIS5JOXAeo/pvuuyHz8FEOJuFFj\n7Z9TSOh9zfkg7INe3K2gdGIm5NzQ4XZn0l7K88PP5pR/uaQjBS41FkmwqMIHa4Vl\nYcYqN6/SpHuwIeKbMnndKrmi8YmALjmrJKzRLhLUsrbk04d8ZKhvIAWlAoGBAMeC\nhjQ0DbumtS3NxA2Uj7cY+H8CHbxn+Hj8DgXlo91C+bNdhef2gfnJQwka8yGV22lh\nF4VmuITYnQkiqvWK3+8U2kox/7T/d7cAZ9XrpnjsC/Y6vLcBOWi+sjTWLcOzA3rS\ndLcXweO3RlvUEk5gXsKkVzVT86Ky9enAOPL+hHkjAoGAQKWePAlPLZ4t1o+jbTJM\nFKICJjW1k20DkFSZUhiTkhie/TEqdnPFN8hCYjdCNZqCgvepO8MfKySscBRuMyDB\nla/d+vn6FpLZk4XmX2jNndR8ge8m+UgeF887uBlBA/o+Oc3GiiucxLtI5sO2nrCh\nVMN+CoF9l85adZP4C8Ap3hkCgYBOyzrrhR9jXCy0AU8Luf+kZYVGy/Qog7t7NLjp\nFU/JQ/lQIICRIyckGpuSDgW13vR/wuvCMNZxCQfEIt/4B7f3OXoY0XRW7IpASTW5\nI89kdH0o6vu7Hw2oU6AYA/qhDqMyL8oOwaA+qhRske4E7ESghL04f4Z6XEmI3vTe\n6ywwlwKBgQCToHmut26k1dRiYBxddJA1GCGFHY5iKQNQZ7ubzKOz1+9VwfyFgcsp\n3NtDma3oorEm4eWee/Iuxrz8mZuPhxCI0fsmq9Nxccp4bV8UDbEexnul/YSn0UTd\neRSyI+A1zZhES+hiW25jzJzD7giud1jVaidnEJ6FWGhL8Oae/A102w==\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-04 03:23:39,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 used request id req-84247688-0400-4e76-909e-4f830ed31a52 2018-10-04 03:23:39,199 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" 2018-10-04 03:23:39,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3f6991e-cbe7-4492-95de-dcd3ab5d2285 x-compute-request-id: req-a3f6991e-cbe7-4492-95de-dcd3ab5d2285 Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8DfkvZ7x6oWDHCgwuSIt5AgpdDywTJ03qsdpbLNO+yDqu8fjX4d1/07Vl9hMFq7EymA6iK3rbx0fFoH+Qkc03p8DJ93XT8rls7XhKSNUgatLMJaOEfr9/eTcxPGXLbRGuseV/EBGgqZKkdgCkK9+BtX6MI4RvlKiWUWHyHvxCkIdYeWzePN2R+YN8zRdFEs72RblCxLNvJzBSjbGhSjNL2FuNTkvRNxnLZ0AZLancT+8LiZFaHGB27opN+gWIdaIEyynPPqK8W4OWiv/fVJ7e4i9N9vCCyfnfyvdf9QASuS2AtQwHIAZAttkg9aGpoZk61Er7orgpkMzx36PzH8KP Generated-by-Nova", "user_id": "c0360f11565f4369acca37ec4c00a187", "name": "HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp", "deleted": false, "created_at": "2018-10-04T03:23:38.000000", "updated_at": null, "fingerprint": "ab:fe:2c:bd:ee:2e:19:7c:e1:f3:7b:bd:00:2b:ac:2c", "deleted_at": null, "id": 15}} 2018-10-04 03:23:39,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-kp used request id req-a3f6991e-cbe7-4492-95de-dcd3ab5d2285 2018-10-04 03:23:39,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/597a9fd6-3638-477b-b397-c2ba9114f1c6 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}03f760e73a2d87b30c4bb45bca5a66d6de2272d1" 2018-10-04 03:23:39,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:39 GMT Server: Apache x-openstack-request-id: req-4eba6f4c-e30d-4b4c-8772-6658c366d990 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:40,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:23:39 GMT Server: Apache x-openstack-request-id: req-0eb194c2-b9d0-4733-b423-d33682545e52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:23:40,519 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsKeypairTests-4187d4dd-fd85-4692-af57-e9669f4971c5-stack/597a9fd6-3638-477b-b397-c2ba9114f1c6 used request id req-0eb194c2-b9d0-4733-b423-d33682545e52 2018-10-04 03:23:40,520 - heat_utils - DEBUG - Retrieving Heat Client 2018-10-04 03:23:40,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:40,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["WdHZlf5nRQWwJE3YVlJKEQ"], "issued_at": "2018-10-04T03:23:40.000000Z"}} 2018-10-04 03:23:40,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" -d '{"stack_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-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-869f479e-fa8e-4622-a72e-cc3a5c86e310-sec-grp"}}' 2018-10-04 03:23:42,290 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:23:40 GMT Server: Apache x-openstack-request-id: req-caa04818-a413-4433-ab5e-ae542d22c1d5 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "e4b8e7c0-502b-4b89-958e-622cdadcb11f", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f", "rel": "self"}]}} 2018-10-04 03:23:42,290 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks used request id req-caa04818-a413-4433-ab5e-ae542d22c1d5 2018-10-04 03:23:42,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/e4b8e7c0-502b-4b89-958e-622cdadcb11f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" 2018-10-04 03:23:42,456 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:42 GMT Server: Apache x-openstack-request-id: req-c0c29608-22b0-4f59-9472-ef78adebc877 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:42,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:42 GMT Server: Apache x-openstack-request-id: req-818c8ea3-802f-4a2b-96b5-52c923cf7502 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 516 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "e4b8e7c0-502b-4b89-958e-622cdadcb11f", "OS::stack_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack", "security_group_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack", "stack_user_project_id": "ffc6dd62d342499d8a52c7ee8651aae1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:23:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4b8e7c0-502b-4b89-958e-622cdadcb11f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 03:23:42,648 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f used request id req-818c8ea3-802f-4a2b-96b5-52c923cf7502 2018-10-04 03:23:42,651 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/e4b8e7c0-502b-4b89-958e-622cdadcb11f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" 2018-10-04 03:23:42,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:42 GMT Server: Apache x-openstack-request-id: req-aedce3ba-0d29-43d8-aff0-9c2debf1ba74 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:43,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:42 GMT Server: Apache x-openstack-request-id: req-192513b3-310a-4412-be0f-44277d2f841e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 516 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": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "e4b8e7c0-502b-4b89-958e-622cdadcb11f", "OS::stack_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack", "security_group_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack", "stack_user_project_id": "ffc6dd62d342499d8a52c7ee8651aae1", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-10-04T03:23:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "e4b8e7c0-502b-4b89-958e-622cdadcb11f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 03:23:43,012 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f used request id req-192513b3-310a-4412-be0f-44277d2f841e 2018-10-04 03:23:46,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/e4b8e7c0-502b-4b89-958e-622cdadcb11f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" 2018-10-04 03:23:46,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:46 GMT Server: Apache x-openstack-request-id: req-d9b089d2-dac0-4dfd-8bb4-52f85b50b7cb Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:46,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:46 GMT Server: Apache x-openstack-request-id: req-5d8c800a-2cc5-4cb9-bc66-461afbb20d3f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template for creating a single SecurityGroup\n", "parameters": {"OS::project_id": "3bd9fdb58042454785b75b915cc07acf", "OS::stack_id": "e4b8e7c0-502b-4b89-958e-622cdadcb11f", "OS::stack_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack", "security_group_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack", "stack_user_project_id": "ffc6dd62d342499d8a52c7ee8651aae1", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-10-04T03:23:41Z", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "e4b8e7c0-502b-4b89-958e-622cdadcb11f", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-10-04 03:23:46,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f used request id req-5d8c800a-2cc5-4cb9-bc66-461afbb20d3f 2018-10-04 03:23:46,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/e4b8e7c0-502b-4b89-958e-622cdadcb11f/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" 2018-10-04 03:23:46,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:46 GMT Server: Apache x-openstack-request-id: req-e64cb03b-83f9-48d4-a65f-c6e4335501ee Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:46,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:46 GMT Server: Apache x-openstack-request-id: req-aaa0a65c-7c77-454f-951a-203190215d82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-10-04T03:23:42Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-10-04T03:23:42Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "ba63b543-e401-490b-a495-3a3cc3054dbd", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-10-04 03:23:46,600 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f/resources used request id req-aaa0a65c-7c77-454f-951a-203190215d82 2018-10-04 03:23:46,601 - neutron_utils - INFO - Retrieving security group with ID - ba63b543-e401-490b-a495-3a3cc3054dbd 2018-10-04 03:23:46,606 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=ba63b543-e401-490b-a495-3a3cc3054dbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" 2018-10-04 03:23:46,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-84ba85e1-745d-4467-88ca-d079112ec28c Date: Thu, 04 Oct 2018 03:23:46 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:23:42Z", "updated_at": "2018-10-04T03:23:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:23:44Z", "revision_number": 0, "id": "7be0b0d1-e13a-4333-828c-1120a9b40f0f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T03:23:44Z", "security_group_id": "ba63b543-e401-490b-a495-3a3cc3054dbd", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T03:23:43Z", "revision_number": 0, "id": "9af5f789-95b2-4519-92e6-9b81e57c395f", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-10-04T03:23:43Z", "security_group_id": "ba63b543-e401-490b-a495-3a3cc3054dbd", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 6, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "ba63b543-e401-490b-a495-3a3cc3054dbd", "name": "HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-sec-grp"}]} 2018-10-04 03:23:46,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=ba63b543-e401-490b-a495-3a3cc3054dbd used request id req-84ba85e1-745d-4467-88ca-d079112ec28c 2018-10-04 03:23:46,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ba63b543-e401-490b-a495-3a3cc3054dbd 2018-10-04 03:23:46,656 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ba63b543-e401-490b-a495-3a3cc3054dbd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" 2018-10-04 03:23:46,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-aa20b2a4-d645-4943-8d44-f427982740ee Date: Thu, 04 Oct 2018 03:23:46 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-04T03:23:44Z", "security_group_id": "ba63b543-e401-490b-a495-3a3cc3054dbd", "port_range_min": null, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:23:44Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "7be0b0d1-e13a-4333-828c-1120a9b40f0f"}, {"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-04T03:23:43Z", "security_group_id": "ba63b543-e401-490b-a495-3a3cc3054dbd", "port_range_min": 22, "revision_number": 0, "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:23:43Z", "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "9af5f789-95b2-4519-92e6-9b81e57c395f"}]} 2018-10-04 03:23:46,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=ba63b543-e401-490b-a495-3a3cc3054dbd used request id req-aa20b2a4-d645-4943-8d44-f427982740ee 2018-10-04 03:23:46,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/e4b8e7c0-502b-4b89-958e-622cdadcb11f -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7a7f6cffb2fe23bf38bd210a4b37df255b1d299" 2018-10-04 03:23:47,097 - keystoneauth.session - DEBUG - RESP: [302] Date: Thu, 04 Oct 2018 03:23:46 GMT Server: Apache x-openstack-request-id: req-b582c235-d0e6-4129-99ab-377b9a3bd1d8 Location: http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-10-04 03:23:47,138 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:23:47 GMT Server: Apache x-openstack-request-id: req-c301eefe-4b20-4838-ad3e-0766a381696f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:23:47,138 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf/stacks/HeatUtilsSecurityGroupTests-869f479e-fa8e-4622-a72e-cc3a5c86e310-stack/e4b8e7c0-502b-4b89-958e-622cdadcb11f used request id req-c301eefe-4b20-4838-ad3e-0766a381696f 2018-10-04 03:23:47,140 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:47,517 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["8gKObt7ySfyojmoVN_EKPA"], "issued_at": "2018-10-04T03:23:47.000000Z"}} 2018-10-04 03:23:47,520 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ed03465f225311bfc34bdd3f2fbf252f581591" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-6f97064d-f197-4a81-99be-70be1b2c9c08"}}' 2018-10-04 03:23:47,744 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:47 GMT Server: Apache x-compute-request-id: req-fceb5040-11e5-4b24-8f0d-8b7e9ff1fc61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fceb5040-11e5-4b24-8f0d-8b7e9ff1fc61 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "3a1a618b-aa9c-4c29-81f4-94febc79acb8", "name": "CinderUtilsQoSTests-6f97064d-f197-4a81-99be-70be1b2c9c08"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/3a1a618b-aa9c-4c29-81f4-94febc79acb8", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/3a1a618b-aa9c-4c29-81f4-94febc79acb8", "rel": "bookmark"}]} 2018-10-04 03:23:47,745 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-fceb5040-11e5-4b24-8f0d-8b7e9ff1fc61 2018-10-04 03:23:47,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fceb5040-11e5-4b24-8f0d-8b7e9ff1fc61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ed03465f225311bfc34bdd3f2fbf252f581591" 2018-10-04 03:23:48,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:47 GMT Server: Apache x-compute-request-id: req-cd16eb81-e13e-499d-9d17-c076a2c9bb1e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd16eb81-e13e-499d-9d17-c076a2c9bb1e Content-Encoding: gzip Content-Length: 154 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "3a1a618b-aa9c-4c29-81f4-94febc79acb8", "name": "CinderUtilsQoSTests-6f97064d-f197-4a81-99be-70be1b2c9c08"}]} 2018-10-04 03:23:48,459 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-cd16eb81-e13e-499d-9d17-c076a2c9bb1e 2018-10-04 03:23:48,460 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-6f97064d-f197-4a81-99be-70be1b2c9c08 2018-10-04 03:23:48,462 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/3a1a618b-aa9c-4c29-81f4-94febc79acb8?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fceb5040-11e5-4b24-8f0d-8b7e9ff1fc61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ed03465f225311bfc34bdd3f2fbf252f581591" 2018-10-04 03:23:48,695 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:23:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0f547756-6575-4530-a33e-d4862c32deec 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-04 03:23:48,695 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/3a1a618b-aa9c-4c29-81f4-94febc79acb8?force=False used request id req-0f547756-6575-4530-a33e-d4862c32deec 2018-10-04 03:23:48,698 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fceb5040-11e5-4b24-8f0d-8b7e9ff1fc61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ed03465f225311bfc34bdd3f2fbf252f581591" 2018-10-04 03:23:48,865 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:48 GMT Server: Apache x-compute-request-id: req-fee7de88-d393-4679-ab82-42c41dd83d9b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-fee7de88-d393-4679-ab82-42c41dd83d9b Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-10-04 03:23:48,865 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-fee7de88-d393-4679-ab82-42c41dd83d9b 2018-10-04 03:23:48,866 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-6f97064d-f197-4a81-99be-70be1b2c9c08 2018-10-04 03:23:48,869 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/3a1a618b-aa9c-4c29-81f4-94febc79acb8?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fceb5040-11e5-4b24-8f0d-8b7e9ff1fc61" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}20ed03465f225311bfc34bdd3f2fbf252f581591" 2018-10-04 03:23:49,596 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:23:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5b99c5fd-d144-4b3e-8575-0c99fed6d90b x-openstack-request-id: req-5b99c5fd-d144-4b3e-8575-0c99fed6d90b Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 3a1a618b-aa9c-4c29-81f4-94febc79acb8.", "code": 404}} 2018-10-04 03:23:49,596 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/3a1a618b-aa9c-4c29-81f4-94febc79acb8?force=False used request id req-5b99c5fd-d144-4b3e-8575-0c99fed6d90b 2018-10-04 03:23:49,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:49,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["uo2GyPYZQNW9LHpbYiLH0Q"], "issued_at": "2018-10-04T03:23:49.000000Z"}} 2018-10-04 03:23:49,988 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde987f23ed5df46028bee76beee32dddfd10c82" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-e3b55f81-3524-4735-b85f-2b5b9816b7f3"}}' 2018-10-04 03:23:50,186 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:49 GMT Server: Apache x-compute-request-id: req-b8758832-f063-4c4e-b216-d9eed9412879 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8758832-f063-4c4e-b216-d9eed9412879 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "dccb2e95-0fac-47ec-8643-9cef2d6095f0", "name": "CinderUtilsQoSTests-e3b55f81-3524-4735-b85f-2b5b9816b7f3"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0", "rel": "bookmark"}]} 2018-10-04 03:23:50,186 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-b8758832-f063-4c4e-b216-d9eed9412879 2018-10-04 03:23:50,189 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b8758832-f063-4c4e-b216-d9eed9412879" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde987f23ed5df46028bee76beee32dddfd10c82" 2018-10-04 03:23:50,924 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:50 GMT Server: Apache x-compute-request-id: req-9aa7e5c3-317d-4bb5-b15b-b26d370cea56 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9aa7e5c3-317d-4bb5-b15b-b26d370cea56 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "dccb2e95-0fac-47ec-8643-9cef2d6095f0", "name": "CinderUtilsQoSTests-e3b55f81-3524-4735-b85f-2b5b9816b7f3"}]} 2018-10-04 03:23:50,925 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-9aa7e5c3-317d-4bb5-b15b-b26d370cea56 2018-10-04 03:23:50,928 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b8758832-f063-4c4e-b216-d9eed9412879" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde987f23ed5df46028bee76beee32dddfd10c82" 2018-10-04 03:23:51,103 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:50 GMT Server: Apache x-compute-request-id: req-8802d3c1-8649-4ba7-8d2e-0ed5055b88a5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8802d3c1-8649-4ba7-8d2e-0ed5055b88a5 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "dccb2e95-0fac-47ec-8643-9cef2d6095f0", "name": "CinderUtilsQoSTests-e3b55f81-3524-4735-b85f-2b5b9816b7f3"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0", "rel": "bookmark"}]} 2018-10-04 03:23:51,103 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0 used request id req-8802d3c1-8649-4ba7-8d2e-0ed5055b88a5 2018-10-04 03:23:51,104 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-e3b55f81-3524-4735-b85f-2b5b9816b7f3 2018-10-04 03:23:51,107 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b8758832-f063-4c4e-b216-d9eed9412879" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fde987f23ed5df46028bee76beee32dddfd10c82" 2018-10-04 03:23:51,148 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:23:51 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-72d604e1-2efc-492f-936d-528bf8127dd2 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-04 03:23:51,148 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/dccb2e95-0fac-47ec-8643-9cef2d6095f0?force=False used request id req-72d604e1-2efc-492f-936d-528bf8127dd2 2018-10-04 03:23:51,151 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:51,535 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["037fOteETIGFN6u_0hkytQ"], "issued_at": "2018-10-04T03:23:51.000000Z"}} 2018-10-04 03:23:51,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ce0ba2ad17ef258f1a4de2f84476cbd53d6c8d" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-eb2ad0bc-14bc-4762-80d7-fe2ed61aee10"}}' 2018-10-04 03:23:51,729 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:51 GMT Server: Apache x-compute-request-id: req-6c6f088b-85d5-4786-9021-0c6220fa2be6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6c6f088b-85d5-4786-9021-0c6220fa2be6 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "85998597-fb69-40c7-ae22-a20bb2858a6d", "name": "CinderUtilsQoSTests-eb2ad0bc-14bc-4762-80d7-fe2ed61aee10"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d", "rel": "bookmark"}]} 2018-10-04 03:23:51,730 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-6c6f088b-85d5-4786-9021-0c6220fa2be6 2018-10-04 03:23:51,733 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c6f088b-85d5-4786-9021-0c6220fa2be6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ce0ba2ad17ef258f1a4de2f84476cbd53d6c8d" 2018-10-04 03:23:51,904 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:51 GMT Server: Apache x-compute-request-id: req-c26592e2-cebb-4afb-be48-856d1fc5011e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c26592e2-cebb-4afb-be48-856d1fc5011e Content-Encoding: gzip Content-Length: 160 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "85998597-fb69-40c7-ae22-a20bb2858a6d", "name": "CinderUtilsQoSTests-eb2ad0bc-14bc-4762-80d7-fe2ed61aee10"}]} 2018-10-04 03:23:51,904 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-c26592e2-cebb-4afb-be48-856d1fc5011e 2018-10-04 03:23:51,907 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c6f088b-85d5-4786-9021-0c6220fa2be6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ce0ba2ad17ef258f1a4de2f84476cbd53d6c8d" 2018-10-04 03:23:52,602 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:51 GMT Server: Apache x-compute-request-id: req-c3e2fa70-b17d-4353-b5b9-e74c467ecd80 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c3e2fa70-b17d-4353-b5b9-e74c467ecd80 Content-Encoding: gzip Content-Length: 248 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "85998597-fb69-40c7-ae22-a20bb2858a6d", "name": "CinderUtilsQoSTests-eb2ad0bc-14bc-4762-80d7-fe2ed61aee10"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d", "rel": "bookmark"}]} 2018-10-04 03:23:52,603 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d used request id req-c3e2fa70-b17d-4353-b5b9-e74c467ecd80 2018-10-04 03:23:52,603 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-eb2ad0bc-14bc-4762-80d7-fe2ed61aee10 2018-10-04 03:23:52,606 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6c6f088b-85d5-4786-9021-0c6220fa2be6" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}50ce0ba2ad17ef258f1a4de2f84476cbd53d6c8d" 2018-10-04 03:23:52,833 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:23:52 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-70e76a55-c672-4a0a-856d-5189fcc66eb3 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-04 03:23:52,834 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/85998597-fb69-40c7-ae22-a20bb2858a6d?force=False used request id req-70e76a55-c672-4a0a-856d-5189fcc66eb3 2018-10-04 03:23:52,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:53,211 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["uDHcY61wQzK2j3gOPdHE2w"], "issued_at": "2018-10-04T03:23:53.000000Z"}} 2018-10-04 03:23:53,214 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c105d63fafc9e2a3338ddfd0420083de7d9f6e36" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-b19c9c91-2f93-4f26-b864-540180434e04"}}' 2018-10-04 03:23:53,417 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:53 GMT Server: Apache x-compute-request-id: req-e9b04f7c-b807-46d9-84c9-67931880afa9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e9b04f7c-b807-46d9-84c9-67931880afa9 Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "7653c734-fb4f-4b56-b6f6-7915e21269ab", "name": "CinderUtilsQoSTests-b19c9c91-2f93-4f26-b864-540180434e04"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab", "rel": "bookmark"}]} 2018-10-04 03:23:53,417 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-e9b04f7c-b807-46d9-84c9-67931880afa9 2018-10-04 03:23:53,421 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9b04f7c-b807-46d9-84c9-67931880afa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c105d63fafc9e2a3338ddfd0420083de7d9f6e36" 2018-10-04 03:23:54,132 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:53 GMT Server: Apache x-compute-request-id: req-74b9b1de-c849-4255-9d0b-fd4c88f4c635 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74b9b1de-c849-4255-9d0b-fd4c88f4c635 Content-Encoding: gzip Content-Length: 167 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "7653c734-fb4f-4b56-b6f6-7915e21269ab", "name": "CinderUtilsQoSTests-b19c9c91-2f93-4f26-b864-540180434e04"}]} 2018-10-04 03:23:54,132 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-74b9b1de-c849-4255-9d0b-fd4c88f4c635 2018-10-04 03:23:54,135 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9b04f7c-b807-46d9-84c9-67931880afa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c105d63fafc9e2a3338ddfd0420083de7d9f6e36" 2018-10-04 03:23:54,313 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:54 GMT Server: Apache x-compute-request-id: req-66de8aa3-f41f-4d6c-9330-bb9afee9e51a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66de8aa3-f41f-4d6c-9330-bb9afee9e51a Content-Encoding: gzip Content-Length: 253 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "7653c734-fb4f-4b56-b6f6-7915e21269ab", "name": "CinderUtilsQoSTests-b19c9c91-2f93-4f26-b864-540180434e04"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab", "rel": "bookmark"}]} 2018-10-04 03:23:54,314 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab used request id req-66de8aa3-f41f-4d6c-9330-bb9afee9e51a 2018-10-04 03:23:54,314 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-b19c9c91-2f93-4f26-b864-540180434e04 2018-10-04 03:23:54,317 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e9b04f7c-b807-46d9-84c9-67931880afa9" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c105d63fafc9e2a3338ddfd0420083de7d9f6e36" 2018-10-04 03:23:55,073 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:23:54 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d6ac3454-0a62-447f-85f8-b5f3b65f9872 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-04 03:23:55,073 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7653c734-fb4f-4b56-b6f6-7915e21269ab?force=False used request id req-d6ac3454-0a62-447f-85f8-b5f3b65f9872 2018-10-04 03:23:55,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:23:55,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:23:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["pwDeEFilQRKxxdXIarZY1w"], "issued_at": "2018-10-04T03:23:55.000000Z"}} 2018-10-04 03:23:55,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:23:55,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43a40435-bbdf-4f78-a16a-01a056960bd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:23:55,640 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-43a40435-bbdf-4f78-a16a-01a056960bd7 2018-10-04 03:23:55,645 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-5d59fc8b-5362-421f-9528-d3312a8f419d", "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-04 03:23:56,135 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:23:55 GMT Server: Apache x-compute-request-id: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c0360f11565f4369acca37ec4c00a187", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T03:23:56.026629", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-5d59fc8b-5362-421f-9528-d3312a8f419d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "a8becfca-1d10-4467-b115-000bfb1ea787", "size": 1}} 2018-10-04 03:23:56,135 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes used request id req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c 2018-10-04 03:23:56,139 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:23:56,338 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:56 GMT Server: Apache x-compute-request-id: req-1b0eecd6-4f2a-4f5e-a92e-254a75bc57dd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1b0eecd6-4f2a-4f5e-a92e-254a75bc57dd Content-Encoding: gzip Content-Length: 515 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:23:56.000000", "replication_status": null, "snapshot_id": null, "id": "a8becfca-1d10-4467-b115-000bfb1ea787", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5d59fc8b-5362-421f-9528-d3312a8f419d", "bootable": "false", "created_at": "2018-10-04T03:23:56.000000", "volume_type": null}} 2018-10-04 03:23:56,338 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 used request id req-1b0eecd6-4f2a-4f5e-a92e-254a75bc57dd 2018-10-04 03:23:56,341 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:23:56,544 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:56 GMT Server: Apache x-compute-request-id: req-4b1b9a1e-9e39-4ec5-823c-1c766e79c2e1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4b1b9a1e-9e39-4ec5-823c-1c766e79c2e1 Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:23:56.000000", "replication_status": null, "snapshot_id": null, "id": "a8becfca-1d10-4467-b115-000bfb1ea787", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5d59fc8b-5362-421f-9528-d3312a8f419d", "bootable": "false", "created_at": "2018-10-04T03:23:56.000000", "volume_type": null}} 2018-10-04 03:23:56,545 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 used request id req-4b1b9a1e-9e39-4ec5-823c-1c766e79c2e1 2018-10-04 03:23:56,548 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:23:57,290 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:56 GMT Server: Apache x-compute-request-id: req-9d3af8c0-3367-4635-87d0-401dcb46dd55 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9d3af8c0-3367-4635-87d0-401dcb46dd55 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:23:56.000000", "replication_status": null, "snapshot_id": null, "id": "a8becfca-1d10-4467-b115-000bfb1ea787", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5d59fc8b-5362-421f-9528-d3312a8f419d", "bootable": "false", "created_at": "2018-10-04T03:23:56.000000", "volume_type": null}]} 2018-10-04 03:23:57,291 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail used request id req-9d3af8c0-3367-4635-87d0-401dcb46dd55 2018-10-04 03:23:57,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:23:57,300 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:23:57 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:23:57,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:23:57,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-837e92d3-3e76-47a5-9af9-a31d2e7d0528 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:23:57,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-837e92d3-3e76-47a5-9af9-a31d2e7d0528 2018-10-04 03:23:57,379 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-5d59fc8b-5362-421f-9528-d3312a8f419d 2018-10-04 03:23:57,382 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:23:57,626 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:23:57 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1e6aea90-eca8-476b-801c-20a7032c61c1 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-04 03:23:57,626 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 used request id req-1e6aea90-eca8-476b-801c-20a7032c61c1 2018-10-04 03:23:57,629 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:23:57,816 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:23:57 GMT Server: Apache x-compute-request-id: req-a1145589-5c1f-44da-812e-bdd243535486 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a1145589-5c1f-44da-812e-bdd243535486 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:23:57.000000", "replication_status": null, "snapshot_id": null, "id": "a8becfca-1d10-4467-b115-000bfb1ea787", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-5d59fc8b-5362-421f-9528-d3312a8f419d", "bootable": "false", "created_at": "2018-10-04T03:23:56.000000", "volume_type": null}} 2018-10-04 03:23:57,816 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 used request id req-a1145589-5c1f-44da-812e-bdd243535486 2018-10-04 03:24:00,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:24:00,856 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:00 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-cab8c379-862b-4a6f-97d6-6b22067793ae x-openstack-request-id: req-cab8c379-862b-4a6f-97d6-6b22067793ae Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a8becfca-1d10-4467-b115-000bfb1ea787 could not be found.", "code": 404}} 2018-10-04 03:24:00,856 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 used request id req-cab8c379-862b-4a6f-97d6-6b22067793ae 2018-10-04 03:24:00,859 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:24:01,064 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:00 GMT Server: Apache x-compute-request-id: req-407e75c3-aec2-4482-bcb5-a0b2c28c3e21 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-407e75c3-aec2-4482-bcb5-a0b2c28c3e21 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-10-04 03:24:01,064 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail used request id req-407e75c3-aec2-4482-bcb5-a0b2c28c3e21 2018-10-04 03:24:01,065 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-5d59fc8b-5362-421f-9528-d3312a8f419d 2018-10-04 03:24:01,067 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:24:01,109 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-2939b94c-9865-4d73-9916-91c0b4cef522 x-openstack-request-id: req-2939b94c-9865-4d73-9916-91c0b4cef522 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a8becfca-1d10-4467-b115-000bfb1ea787 could not be found.", "code": 404}} 2018-10-04 03:24:01,109 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 used request id req-2939b94c-9865-4d73-9916-91c0b4cef522 2018-10-04 03:24:01,112 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e60b0655-4ea8-4573-a394-2b8b1d2f4e2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7b670e25a21c4b50cdfb1d7adf7302026bfc7f78" 2018-10-04 03:24:01,307 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:01 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-82d2ca2a-7cf1-422b-9a6b-c34f9d35a7e8 x-openstack-request-id: req-82d2ca2a-7cf1-422b-9a6b-c34f9d35a7e8 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume a8becfca-1d10-4467-b115-000bfb1ea787 could not be found.", "code": 404}} 2018-10-04 03:24:01,307 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/a8becfca-1d10-4467-b115-000bfb1ea787 used request id req-82d2ca2a-7cf1-422b-9a6b-c34f9d35a7e8 2018-10-04 03:24:01,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:01,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["TiHSrwTtSHqNjqrXJSJjIw"], "issued_at": "2018-10-04T03:24:01.000000Z"}} 2018-10-04 03:24:01,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" 2018-10-04 03:24:01,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db285b91-3b27-4847-8706-440aab582066 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:01,776 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-db285b91-3b27-4847-8706-440aab582066 2018-10-04 03:24:01,780 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-6446d353-d41d-44ad-8364-9633d0483ebd", "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-04 03:24:02,237 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:01 GMT Server: Apache x-compute-request-id: req-840263f3-a5ab-4163-83a1-97a177c76e8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-840263f3-a5ab-4163-83a1-97a177c76e8e Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "c0360f11565f4369acca37ec4c00a187", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-10-04T03:24:02.124937", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-6446d353-d41d-44ad-8364-9633d0483ebd", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6633ee79-52cb-402a-b14a-97c5b7d320f4", "size": 1}} 2018-10-04 03:24:02,237 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes used request id req-840263f3-a5ab-4163-83a1-97a177c76e8e 2018-10-04 03:24:02,240 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-840263f3-a5ab-4163-83a1-97a177c76e8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" 2018-10-04 03:24:02,450 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:02 GMT Server: Apache x-compute-request-id: req-e4f98e02-efad-41b3-b15d-b559bc9b08cd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4f98e02-efad-41b3-b15d-b559bc9b08cd Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:24:02.000000", "replication_status": null, "snapshot_id": null, "id": "6633ee79-52cb-402a-b14a-97c5b7d320f4", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-6446d353-d41d-44ad-8364-9633d0483ebd", "bootable": "false", "created_at": "2018-10-04T03:24:02.000000", "volume_type": null}} 2018-10-04 03:24:02,450 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 used request id req-e4f98e02-efad-41b3-b15d-b559bc9b08cd 2018-10-04 03:24:02,453 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-840263f3-a5ab-4163-83a1-97a177c76e8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" 2018-10-04 03:24:02,653 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:02 GMT Server: Apache x-compute-request-id: req-f897acf6-b8ee-45a9-950e-a67e6163c18a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f897acf6-b8ee-45a9-950e-a67e6163c18a Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:24:02.000000", "replication_status": null, "snapshot_id": null, "id": "6633ee79-52cb-402a-b14a-97c5b7d320f4", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-6446d353-d41d-44ad-8364-9633d0483ebd", "bootable": "false", "created_at": "2018-10-04T03:24:02.000000", "volume_type": null}} 2018-10-04 03:24:02,653 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 used request id req-f897acf6-b8ee-45a9-950e-a67e6163c18a 2018-10-04 03:24:02,656 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-840263f3-a5ab-4163-83a1-97a177c76e8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" 2018-10-04 03:24:02,853 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:02 GMT Server: Apache x-compute-request-id: req-8af29a92-43e6-4b38-ae8f-5abd9219adb9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8af29a92-43e6-4b38-ae8f-5abd9219adb9 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-10-04T03:24:02.000000", "replication_status": null, "snapshot_id": null, "id": "6633ee79-52cb-402a-b14a-97c5b7d320f4", "size": 1, "user_id": "c0360f11565f4369acca37ec4c00a187", "os-vol-tenant-attr:tenant_id": "3bd9fdb58042454785b75b915cc07acf", "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-6446d353-d41d-44ad-8364-9633d0483ebd", "bootable": "false", "created_at": "2018-10-04T03:24:02.000000", "volume_type": null}]} 2018-10-04 03:24:02,854 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/detail used request id req-8af29a92-43e6-4b38-ae8f-5abd9219adb9 2018-10-04 03:24:02,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:24:02,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:24:02 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:24:02,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" 2018-10-04 03:24:02,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3b46a2-23f5-4d8e-9537-8a34f6f3c566 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.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:24:02,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-9f3b46a2-23f5-4d8e-9537-8a34f6f3c566 2018-10-04 03:24:02,947 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-6446d353-d41d-44ad-8364-9633d0483ebd 2018-10-04 03:24:02,950 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-840263f3-a5ab-4163-83a1-97a177c76e8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" 2018-10-04 03:24:03,187 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3d373341-1893-4c76-b16e-903ec1062754 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-04 03:24:03,187 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 used request id req-3d373341-1893-4c76-b16e-903ec1062754 2018-10-04 03:24:03,190 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-840263f3-a5ab-4163-83a1-97a177c76e8e" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffd52d46e19b95081852f0326e51492e59a030c2" 2018-10-04 03:24:03,932 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:03 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-7d4fc0a2-abd8-4096-a4c0-e4a50dea8598 x-openstack-request-id: req-7d4fc0a2-abd8-4096-a4c0-e4a50dea8598 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 6633ee79-52cb-402a-b14a-97c5b7d320f4 could not be found.", "code": 404}} 2018-10-04 03:24:03,932 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/volumes/6633ee79-52cb-402a-b14a-97c5b7d320f4 used request id req-7d4fc0a2-abd8-4096-a4c0-e4a50dea8598 2018-10-04 03:24:03,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:04,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["l81TJ8CgRtGJpj8atVD3cw"], "issued_at": "2018-10-04T03:24:04.000000Z"}} 2018-10-04 03:24:04,330 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb38fd813cd1bf066722087206a27462027680e5" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-4a5783c3-195d-4416-a8bb-09564ec921ee", "description": null}}' 2018-10-04 03:24:04,530 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:04 GMT Server: Apache x-compute-request-id: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-4a5783c3-195d-4416-a8bb-09564ec921ee", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d", "description": null}} 2018-10-04 03:24:04,531 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c 2018-10-04 03:24:04,535 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb38fd813cd1bf066722087206a27462027680e5" 2018-10-04 03:24:04,689 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:04 GMT Server: Apache x-compute-request-id: req-c8bf4583-860d-4609-8fae-f51074fa7c9e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c8bf4583-860d-4609-8fae-f51074fa7c9e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-4a5783c3-195d-4416-a8bb-09564ec921ee", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d", "description": null}]} 2018-10-04 03:24:04,689 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types?is_public=None used request id req-c8bf4583-860d-4609-8fae-f51074fa7c9e 2018-10-04 03:24:04,692 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb38fd813cd1bf066722087206a27462027680e5" 2018-10-04 03:24:04,868 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:04 GMT Server: Apache x-compute-request-id: req-8c96297d-19c3-4bd6-9993-96882023f2fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8c96297d-19c3-4bd6-9993-96882023f2fa Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-4a5783c3-195d-4416-a8bb-09564ec921ee", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d", "description": null}} 2018-10-04 03:24:04,868 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d used request id req-8c96297d-19c3-4bd6-9993-96882023f2fa 2018-10-04 03:24:04,871 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb38fd813cd1bf066722087206a27462027680e5" 2018-10-04 03:24:05,051 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:04 GMT Server: Apache x-compute-request-id: req-4dc52122-455c-4d6e-b6f1-eab1fbd2ed60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4dc52122-455c-4d6e-b6f1-eab1fbd2ed60 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 03:24:05,051 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d/encryption used request id req-4dc52122-455c-4d6e-b6f1-eab1fbd2ed60 2018-10-04 03:24:05,051 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-4a5783c3-195d-4416-a8bb-09564ec921ee 2018-10-04 03:24:05,054 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb38fd813cd1bf066722087206a27462027680e5" 2018-10-04 03:24:05,251 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-77993276-cd89-4f9b-8b47-60e9bba493cf 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-04 03:24:05,251 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d used request id req-77993276-cd89-4f9b-8b47-60e9bba493cf 2018-10-04 03:24:05,253 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb38fd813cd1bf066722087206a27462027680e5" 2018-10-04 03:24:05,494 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9319b156-04f7-4b8a-8a96-4f3d72596b75 x-openstack-request-id: req-9319b156-04f7-4b8a-8a96-4f3d72596b75 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d could not be found.", "code": 404}} 2018-10-04 03:24:05,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d used request id req-9319b156-04f7-4b8a-8a96-4f3d72596b75 2018-10-04 03:24:05,494 - cinder_utils - INFO - Volume with ID [5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d] does not exist 2018-10-04 03:24:05,495 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-4a5783c3-195d-4416-a8bb-09564ec921ee 2018-10-04 03:24:05,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8f9f4224-fb14-4e21-a8fc-a961e1ecbb0c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cb38fd813cd1bf066722087206a27462027680e5" 2018-10-04 03:24:05,684 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:05 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-fc7ee5ee-92e8-407c-a269-ea310c8aec72 x-openstack-request-id: req-fc7ee5ee-92e8-407c-a269-ea310c8aec72 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type 5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d could not be found.", "code": 404}} 2018-10-04 03:24:05,684 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/5256ff35-f51a-4ed7-a3b8-01ac4a7a0f8d used request id req-fc7ee5ee-92e8-407c-a269-ea310c8aec72 2018-10-04 03:24:05,687 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:06,078 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["J1mWJ3HtQzy4ChJGvo5Ilg"], "issued_at": "2018-10-04T03:24:06.000000Z"}} 2018-10-04 03:24:06,081 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-87f697ee-cd85-48ee-b7a8-b053fec9bf05", "description": null}}' 2018-10-04 03:24:06,310 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:06 GMT Server: Apache x-compute-request-id: req-fb27acfb-d281-4c35-b191-a2487362f4fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fb27acfb-d281-4c35-b191-a2487362f4fe Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-87f697ee-cd85-48ee-b7a8-b053fec9bf05", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3c085b97-9951-4f5a-b501-0a8b8b7b68f3", "description": null}} 2018-10-04 03:24:06,311 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-fb27acfb-d281-4c35-b191-a2487362f4fe 2018-10-04 03:24:06,314 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb27acfb-d281-4c35-b191-a2487362f4fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" 2018-10-04 03:24:06,490 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:06 GMT Server: Apache x-compute-request-id: req-f2311092-e836-4606-b7de-cdc0c9a4c926 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2311092-e836-4606-b7de-cdc0c9a4c926 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-87f697ee-cd85-48ee-b7a8-b053fec9bf05", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3c085b97-9951-4f5a-b501-0a8b8b7b68f3", "description": null}]} 2018-10-04 03:24:06,490 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types?is_public=None used request id req-f2311092-e836-4606-b7de-cdc0c9a4c926 2018-10-04 03:24:06,493 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb27acfb-d281-4c35-b191-a2487362f4fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" 2018-10-04 03:24:06,675 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:06 GMT Server: Apache x-compute-request-id: req-51949f0b-00c4-45c6-9587-4c3c16104c5a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-51949f0b-00c4-45c6-9587-4c3c16104c5a Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-87f697ee-cd85-48ee-b7a8-b053fec9bf05", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3c085b97-9951-4f5a-b501-0a8b8b7b68f3", "description": null}} 2018-10-04 03:24:06,675 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 used request id req-51949f0b-00c4-45c6-9587-4c3c16104c5a 2018-10-04 03:24:06,678 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb27acfb-d281-4c35-b191-a2487362f4fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" 2018-10-04 03:24:06,842 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:06 GMT Server: Apache x-compute-request-id: req-0c759c3a-4bfa-4cf7-8598-ba3368407f2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0c759c3a-4bfa-4cf7-8598-ba3368407f2d Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 03:24:06,842 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3/encryption used request id req-0c759c3a-4bfa-4cf7-8598-ba3368407f2d 2018-10-04 03:24:06,845 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb27acfb-d281-4c35-b191-a2487362f4fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" 2018-10-04 03:24:07,015 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:06 GMT Server: Apache x-compute-request-id: req-6254a0ae-f153-4bdf-9e70-29a3a209da22 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6254a0ae-f153-4bdf-9e70-29a3a209da22 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-87f697ee-cd85-48ee-b7a8-b053fec9bf05", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3c085b97-9951-4f5a-b501-0a8b8b7b68f3", "description": null}} 2018-10-04 03:24:07,016 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 used request id req-6254a0ae-f153-4bdf-9e70-29a3a209da22 2018-10-04 03:24:07,018 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb27acfb-d281-4c35-b191-a2487362f4fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" 2018-10-04 03:24:07,200 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:07 GMT Server: Apache x-compute-request-id: req-849a9918-bb76-46a2-bdc8-d190e092cabe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-849a9918-bb76-46a2-bdc8-d190e092cabe Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-87f697ee-cd85-48ee-b7a8-b053fec9bf05", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3c085b97-9951-4f5a-b501-0a8b8b7b68f3", "description": null}} 2018-10-04 03:24:07,201 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 used request id req-849a9918-bb76-46a2-bdc8-d190e092cabe 2018-10-04 03:24:07,203 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb27acfb-d281-4c35-b191-a2487362f4fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" 2018-10-04 03:24:07,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:07 GMT Server: Apache x-compute-request-id: req-1efe1234-fc81-47f6-b99c-6f9716a2cf30 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1efe1234-fc81-47f6-b99c-6f9716a2cf30 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 03:24:07,226 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3/encryption used request id req-1efe1234-fc81-47f6-b99c-6f9716a2cf30 2018-10-04 03:24:07,226 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-87f697ee-cd85-48ee-b7a8-b053fec9bf05 2018-10-04 03:24:07,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-fb27acfb-d281-4c35-b191-a2487362f4fe" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91144dc9cb7ff2c9aa4233e6ada8cc2eb25bf2a9" 2018-10-04 03:24:07,432 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-96e18c2d-78c0-4f3b-8fc9-f36a320effaf 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-04 03:24:07,433 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3c085b97-9951-4f5a-b501-0a8b8b7b68f3 used request id req-96e18c2d-78c0-4f3b-8fc9-f36a320effaf 2018-10-04 03:24:07,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:07,822 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["eTk89PdmQoa-3ex2ivJQiw"], "issued_at": "2018-10-04T03:24:07.000000Z"}} 2018-10-04 03:24:07,825 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b4a73393bd5bd0c326ad78b07743451d08442" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-7f14d831-21a1-448b-95c8-6bff7787dd02-type", "description": null}}' 2018-10-04 03:24:08,124 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:07 GMT Server: Apache x-compute-request-id: req-6cb4cee3-17b5-4e8d-b929-922b4c440580 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6cb4cee3-17b5-4e8d-b929-922b4c440580 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-7f14d831-21a1-448b-95c8-6bff7787dd02-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d2f2e55e-e9ed-42ef-ada2-0795f68c2957", "description": null}} 2018-10-04 03:24:08,124 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-6cb4cee3-17b5-4e8d-b929-922b4c440580 2018-10-04 03:24:08,127 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/d2f2e55e-e9ed-42ef-ada2-0795f68c2957/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6cb4cee3-17b5-4e8d-b929-922b4c440580" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b4a73393bd5bd0c326ad78b07743451d08442" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-7f14d831-21a1-448b-95c8-6bff7787dd02", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-04 03:24:08,862 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Thu, 04 Oct 2018 03:24:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-9e8f6f27-7c83-4250-abf9-2d4cd1fab365 x-openstack-request-id: req-9e8f6f27-7c83-4250-abf9-2d4cd1fab365 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-10-04 03:24:08,863 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/d2f2e55e-e9ed-42ef-ada2-0795f68c2957/encryption used request id req-9e8f6f27-7c83-4250-abf9-2d4cd1fab365 2018-10-04 03:24:08,863 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-7f14d831-21a1-448b-95c8-6bff7787dd02-type 2018-10-04 03:24:08,865 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/d2f2e55e-e9ed-42ef-ada2-0795f68c2957 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6cb4cee3-17b5-4e8d-b929-922b4c440580" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}074b4a73393bd5bd0c326ad78b07743451d08442" 2018-10-04 03:24:09,108 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7fb161c2-0629-49d8-a154-a2b163b21213 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-04 03:24:09,108 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/d2f2e55e-e9ed-42ef-ada2-0795f68c2957 used request id req-7fb161c2-0629-49d8-a154-a2b163b21213 2018-10-04 03:24:09,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:09,482 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["7BlqE_WzRZmd2Pz4ydBwAA"], "issued_at": "2018-10-04T03:24:09.000000Z"}} 2018-10-04 03:24:09,485 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type", "description": null}}' 2018-10-04 03:24:09,674 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:09 GMT Server: Apache x-compute-request-id: req-7a5470d3-bd74-4282-9854-cf0208deb873 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7a5470d3-bd74-4282-9854-cf0208deb873 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0e303165-17b1-49ca-ae69-f6f9857ad174", "description": null}} 2018-10-04 03:24:09,674 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-7a5470d3-bd74-4282-9854-cf0208deb873 2018-10-04 03:24:09,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2", "provider": "LuksEncryptor"}}' 2018-10-04 03:24:09,913 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:09 GMT Server: Apache x-compute-request-id: req-9210ed3c-c9a8-41db-b208-b958afc67108 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9210ed3c-c9a8-41db-b208-b958afc67108 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "0e303165-17b1-49ca-ae69-f6f9857ad174", "name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2", "control_location": "back-end", "encryption_id": "4c2b6095-49c4-4ada-b4e9-f6190313efe1", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-10-04 03:24:09,913 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption used request id req-9210ed3c-c9a8-41db-b208-b958afc67108 2018-10-04 03:24:09,929 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:10,098 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:09 GMT Server: Apache x-compute-request-id: req-3c337787-7b6c-44dd-abb8-a7b36f681bef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3c337787-7b6c-44dd-abb8-a7b36f681bef Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0e303165-17b1-49ca-ae69-f6f9857ad174", "description": null}} 2018-10-04 03:24:10,098 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 used request id req-3c337787-7b6c-44dd-abb8-a7b36f681bef 2018-10-04 03:24:10,101 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:10,267 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:10 GMT Server: Apache x-compute-request-id: req-ae4dcbaa-8e05-4ed7-af53-74f06cf14e4d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ae4dcbaa-8e05-4ed7-af53-74f06cf14e4d Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"volume_type_id": "0e303165-17b1-49ca-ae69-f6f9857ad174", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T03:24:09.000000", "updated_at": null, "encryption_id": "4c2b6095-49c4-4ada-b4e9-f6190313efe1", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-10-04 03:24:10,268 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption used request id req-ae4dcbaa-8e05-4ed7-af53-74f06cf14e4d 2018-10-04 03:24:10,268 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type 2018-10-04 03:24:10,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:10,985 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:10 GMT Server: Apache x-compute-request-id: req-cc5a11b0-01ec-4248-84ad-d8931aa93a40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cc5a11b0-01ec-4248-84ad-d8931aa93a40 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0e303165-17b1-49ca-ae69-f6f9857ad174", "description": null}} 2018-10-04 03:24:10,985 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 used request id req-cc5a11b0-01ec-4248-84ad-d8931aa93a40 2018-10-04 03:24:10,988 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:11,170 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-86b81f96-b913-4ff0-ae84-0099e614ced6 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-04 03:24:11,171 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption/provider used request id req-86b81f96-b913-4ff0-ae84-0099e614ced6 2018-10-04 03:24:11,174 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:11,354 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:11 GMT Server: Apache x-compute-request-id: req-4dc62291-3f85-4613-b2aa-286373cded60 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-4dc62291-3f85-4613-b2aa-286373cded60 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0e303165-17b1-49ca-ae69-f6f9857ad174", "description": null}} 2018-10-04 03:24:11,354 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 used request id req-4dc62291-3f85-4613-b2aa-286373cded60 2018-10-04 03:24:11,357 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:11,538 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:11 GMT Server: Apache x-compute-request-id: req-99e8d6f3-49c9-4cd9-aec5-bafc8c45d559 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-99e8d6f3-49c9-4cd9-aec5-bafc8c45d559 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-10-04 03:24:11,538 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption used request id req-99e8d6f3-49c9-4cd9-aec5-bafc8c45d559 2018-10-04 03:24:11,538 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type 2018-10-04 03:24:11,541 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:11,563 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:11 GMT Server: Apache x-compute-request-id: req-0e6e9379-5d50-4cf1-aa72-22cb5f659c16 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0e6e9379-5d50-4cf1-aa72-22cb5f659c16 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "0e303165-17b1-49ca-ae69-f6f9857ad174", "description": null}} 2018-10-04 03:24:11,563 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 used request id req-0e6e9379-5d50-4cf1-aa72-22cb5f659c16 2018-10-04 03:24:11,566 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:12,293 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-0d6fbbec-7d64-46cb-98c6-c5bff59c4ce6 x-openstack-request-id: req-0d6fbbec-7d64-46cb-98c6-c5bff59c4ce6 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 0e303165-17b1-49ca-ae69-f6f9857ad174 does not exist.", "code": 404}} 2018-10-04 03:24:12,293 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174/encryption/provider used request id req-0d6fbbec-7d64-46cb-98c6-c5bff59c4ce6 2018-10-04 03:24:12,293 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-ea179b92-37bf-4380-aa3e-855960ae13e2-type 2018-10-04 03:24:12,296 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-7a5470d3-bd74-4282-9854-cf0208deb873" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4567b90051343e415e09f8de81ed8f43950e7cc1" 2018-10-04 03:24:12,352 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:12 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0de73679-29e6-44e6-a57e-526378e56846 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-04 03:24:12,353 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/0e303165-17b1-49ca-ae69-f6f9857ad174 used request id req-0de73679-29e6-44e6-a57e-526378e56846 2018-10-04 03:24:12,355 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:12,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["h-Eom7c2TMaIG1DLcH4U0A"], "issued_at": "2018-10-04T03:24:12.000000Z"}} 2018-10-04 03:24:12,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa2c80b26f1a1d979bc4849eb1908338229e56c" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571-type", "description": null}}' 2018-10-04 03:24:13,507 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:12 GMT Server: Apache x-compute-request-id: req-1c808dde-8520-4c02-bb5b-1130acad4825 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1c808dde-8520-4c02-bb5b-1130acad4825 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a3b77bd2-c882-41da-b3ba-612e51ebfff0", "description": null}} 2018-10-04 03:24:13,508 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-1c808dde-8520-4c02-bb5b-1130acad4825 2018-10-04 03:24:13,511 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-1c808dde-8520-4c02-bb5b-1130acad4825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa2c80b26f1a1d979bc4849eb1908338229e56c" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571", "provider": "foo"}}' 2018-10-04 03:24:13,718 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:13 GMT Server: Apache x-compute-request-id: req-9956ad72-71c2-4451-af17-bc29ff96f86c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9956ad72-71c2-4451-af17-bc29ff96f86c Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a3b77bd2-c882-41da-b3ba-612e51ebfff0", "name": "CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571", "control_location": "front-end", "encryption_id": "52dcbe56-431b-4596-b334-654a1aee3d4e", "provider": "foo", "provider_class": "foo"}} 2018-10-04 03:24:13,718 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0/encryption used request id req-9956ad72-71c2-4451-af17-bc29ff96f86c 2018-10-04 03:24:13,722 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c808dde-8520-4c02-bb5b-1130acad4825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa2c80b26f1a1d979bc4849eb1908338229e56c" 2018-10-04 03:24:13,898 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:13 GMT Server: Apache x-compute-request-id: req-d080fb93-a1dd-4476-aef1-14bf0b5454f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d080fb93-a1dd-4476-aef1-14bf0b5454f6 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a3b77bd2-c882-41da-b3ba-612e51ebfff0", "description": null}} 2018-10-04 03:24:13,898 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0 used request id req-d080fb93-a1dd-4476-aef1-14bf0b5454f6 2018-10-04 03:24:13,901 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c808dde-8520-4c02-bb5b-1130acad4825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa2c80b26f1a1d979bc4849eb1908338229e56c" 2018-10-04 03:24:14,067 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:13 GMT Server: Apache x-compute-request-id: req-d04a489d-542f-4c63-8eeb-6873231a393b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d04a489d-542f-4c63-8eeb-6873231a393b Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "a3b77bd2-c882-41da-b3ba-612e51ebfff0", "control_location": "front-end", "deleted": false, "created_at": "2018-10-04T03:24:13.000000", "updated_at": null, "encryption_id": "52dcbe56-431b-4596-b334-654a1aee3d4e", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-10-04 03:24:14,067 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0/encryption used request id req-d04a489d-542f-4c63-8eeb-6873231a393b 2018-10-04 03:24:14,067 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571-type 2018-10-04 03:24:14,070 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c808dde-8520-4c02-bb5b-1130acad4825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa2c80b26f1a1d979bc4849eb1908338229e56c" 2018-10-04 03:24:14,260 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:14 GMT Server: Apache x-compute-request-id: req-3ad6ba2a-47ff-4af5-88cb-0094fea5ec35 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3ad6ba2a-47ff-4af5-88cb-0094fea5ec35 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a3b77bd2-c882-41da-b3ba-612e51ebfff0", "description": null}} 2018-10-04 03:24:14,260 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0 used request id req-3ad6ba2a-47ff-4af5-88cb-0094fea5ec35 2018-10-04 03:24:14,263 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c808dde-8520-4c02-bb5b-1130acad4825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa2c80b26f1a1d979bc4849eb1908338229e56c" 2018-10-04 03:24:14,458 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-086bc80b-ea5e-4932-ae3f-6825aabcb857 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-04 03:24:14,458 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0/encryption/provider used request id req-086bc80b-ea5e-4932-ae3f-6825aabcb857 2018-10-04 03:24:14,459 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-162d1d16-311f-4003-91a7-5e690b4de571-type 2018-10-04 03:24:14,461 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-1c808dde-8520-4c02-bb5b-1130acad4825" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3aa2c80b26f1a1d979bc4849eb1908338229e56c" 2018-10-04 03:24:14,684 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0e166c69-cf84-4ffb-be8d-7ea126c903c0 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-04 03:24:14,684 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a3b77bd2-c882-41da-b3ba-612e51ebfff0 used request id req-0e166c69-cf84-4ffb-be8d-7ea126c903c0 2018-10-04 03:24:14,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:15,072 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["Ube7Kzm-SbO2Afrswms-nw"], "issued_at": "2018-10-04T03:24:15.000000Z"}} 2018-10-04 03:24:15,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8cb62048b48f2cd6b5e27f895325795eb04f5d3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f-type", "description": null}}' 2018-10-04 03:24:15,279 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:15 GMT Server: Apache x-compute-request-id: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "959dae2d-9a81-4b63-8fab-2ef609265aec", "description": null}} 2018-10-04 03:24:15,279 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f 2018-10-04 03:24:15,283 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8cb62048b48f2cd6b5e27f895325795eb04f5d3" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-10-04 03:24:15,497 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:15 GMT Server: Apache x-compute-request-id: req-9a9c9226-c911-40b4-9159-1d0ff0807a82 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9a9c9226-c911-40b4-9159-1d0ff0807a82 Content-Encoding: gzip Content-Length: 235 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "959dae2d-9a81-4b63-8fab-2ef609265aec", "name": "CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f", "control_location": "back-end", "encryption_id": "c46afbd9-7e7d-4af2-99f2-a9f39b3add13", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-10-04 03:24:15,497 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec/encryption used request id req-9a9c9226-c911-40b4-9159-1d0ff0807a82 2018-10-04 03:24:15,500 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8cb62048b48f2cd6b5e27f895325795eb04f5d3" 2018-10-04 03:24:15,768 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:15 GMT Server: Apache x-compute-request-id: req-17fbb055-b960-4cbd-ab7b-434fa6eea462 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-17fbb055-b960-4cbd-ab7b-434fa6eea462 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "959dae2d-9a81-4b63-8fab-2ef609265aec", "description": null}} 2018-10-04 03:24:15,768 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec used request id req-17fbb055-b960-4cbd-ab7b-434fa6eea462 2018-10-04 03:24:15,771 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8cb62048b48f2cd6b5e27f895325795eb04f5d3" 2018-10-04 03:24:15,952 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:15 GMT Server: Apache x-compute-request-id: req-8ddccc91-295a-4944-8366-9626999406db OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8ddccc91-295a-4944-8366-9626999406db Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"volume_type_id": "959dae2d-9a81-4b63-8fab-2ef609265aec", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T03:24:15.000000", "updated_at": null, "encryption_id": "c46afbd9-7e7d-4af2-99f2-a9f39b3add13", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-10-04 03:24:15,952 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec/encryption used request id req-8ddccc91-295a-4944-8366-9626999406db 2018-10-04 03:24:15,952 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f-type 2018-10-04 03:24:15,955 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8cb62048b48f2cd6b5e27f895325795eb04f5d3" 2018-10-04 03:24:16,126 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:15 GMT Server: Apache x-compute-request-id: req-d6b37e2f-c5e7-4ad6-97eb-2be6a7acf465 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d6b37e2f-c5e7-4ad6-97eb-2be6a7acf465 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "959dae2d-9a81-4b63-8fab-2ef609265aec", "description": null}} 2018-10-04 03:24:16,126 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec used request id req-d6b37e2f-c5e7-4ad6-97eb-2be6a7acf465 2018-10-04 03:24:16,129 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8cb62048b48f2cd6b5e27f895325795eb04f5d3" 2018-10-04 03:24:16,316 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a1c37e45-299d-41f8-82fe-bba8e8ea5db0 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-04 03:24:16,316 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec/encryption/provider used request id req-a1c37e45-299d-41f8-82fe-bba8e8ea5db0 2018-10-04 03:24:16,317 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-c1abb941-7728-4a9b-815f-f067bd3b9a6f-type 2018-10-04 03:24:16,320 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b9925eac-4075-40ef-83c8-ad9d0f5ade7f" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8cb62048b48f2cd6b5e27f895325795eb04f5d3" 2018-10-04 03:24:16,544 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-911017cf-71cf-4ce5-b68a-026bfa9bd842 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-04 03:24:16,544 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/959dae2d-9a81-4b63-8fab-2ef609265aec used request id req-911017cf-71cf-4ce5-b68a-026bfa9bd842 2018-10-04 03:24:16,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:16,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["OK9Tn1I0Sq2_sBSX6bMzEw"], "issued_at": "2018-10-04T03:24:16.000000Z"}} 2018-10-04 03:24:16,937 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e-qos"}}' 2018-10-04 03:24:17,131 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:16 GMT Server: Apache x-compute-request-id: req-b09ea06b-c703-40fd-9d7d-02115c2f0532 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b09ea06b-c703-40fd-9d7d-02115c2f0532 Content-Encoding: gzip Content-Length: 260 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "6b3b8b5b-a41b-433d-9f0d-753a7874b2cd", "name": "CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/6b3b8b5b-a41b-433d-9f0d-753a7874b2cd", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/6b3b8b5b-a41b-433d-9f0d-753a7874b2cd", "rel": "bookmark"}]} 2018-10-04 03:24:17,132 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-b09ea06b-c703-40fd-9d7d-02115c2f0532 2018-10-04 03:24:17,135 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e", "description": null}}' 2018-10-04 03:24:17,341 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:17 GMT Server: Apache x-compute-request-id: req-10e2125b-d158-4858-948c-8f0745a5d014 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10e2125b-d158-4858-948c-8f0745a5d014 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f574a884-5d91-4e74-ac1a-e0518140bda5", "description": null}} 2018-10-04 03:24:17,341 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-10e2125b-d158-4858-948c-8f0745a5d014 2018-10-04 03:24:17,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-04 03:24:17,564 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:17 GMT Server: Apache x-compute-request-id: req-75597605-118f-4e4d-ae0b-d12be4c1ceae OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-75597605-118f-4e4d-ae0b-d12be4c1ceae Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "f574a884-5d91-4e74-ac1a-e0518140bda5", "name": "foo", "control_location": "back-end", "encryption_id": "732b01e1-4f51-48be-b5d3-671e42435e4a", "provider": "bar", "provider_class": "bar"}} 2018-10-04 03:24:17,564 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5/encryption used request id req-75597605-118f-4e4d-ae0b-d12be4c1ceae 2018-10-04 03:24:17,568 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" 2018-10-04 03:24:17,745 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:17 GMT Server: Apache x-compute-request-id: req-9f0d9e58-c9dd-4be9-9b48-85ce24a929f9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f0d9e58-c9dd-4be9-9b48-85ce24a929f9 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f574a884-5d91-4e74-ac1a-e0518140bda5", "description": null}} 2018-10-04 03:24:17,745 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5 used request id req-9f0d9e58-c9dd-4be9-9b48-85ce24a929f9 2018-10-04 03:24:17,748 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" 2018-10-04 03:24:17,913 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:17 GMT Server: Apache x-compute-request-id: req-25f9eca3-e661-41f2-b9f3-891f9f08f552 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-25f9eca3-e661-41f2-b9f3-891f9f08f552 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "f574a884-5d91-4e74-ac1a-e0518140bda5", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T03:24:17.000000", "updated_at": null, "encryption_id": "732b01e1-4f51-48be-b5d3-671e42435e4a", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-04 03:24:17,913 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5/encryption used request id req-25f9eca3-e661-41f2-b9f3-891f9f08f552 2018-10-04 03:24:17,914 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e 2018-10-04 03:24:17,917 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" 2018-10-04 03:24:18,084 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:17 GMT Server: Apache x-compute-request-id: req-d55aa7a6-d994-4155-bd1b-9ac339bcd2f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d55aa7a6-d994-4155-bd1b-9ac339bcd2f7 Content-Encoding: gzip Content-Length: 205 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "f574a884-5d91-4e74-ac1a-e0518140bda5", "description": null}} 2018-10-04 03:24:18,084 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5 used request id req-d55aa7a6-d994-4155-bd1b-9ac339bcd2f7 2018-10-04 03:24:18,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" 2018-10-04 03:24:18,829 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-563f4e87-4dd7-45b3-b7ed-9c256f67fcfa 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-04 03:24:18,830 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5/encryption/provider used request id req-563f4e87-4dd7-45b3-b7ed-9c256f67fcfa 2018-10-04 03:24:18,830 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e 2018-10-04 03:24:18,833 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" 2018-10-04 03:24:18,879 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-91d29778-0eda-4ed3-8140-8630b6d06b28 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-04 03:24:18,880 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/f574a884-5d91-4e74-ac1a-e0518140bda5 used request id req-91d29778-0eda-4ed3-8140-8630b6d06b28 2018-10-04 03:24:18,880 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-57ce733d-8a55-48ac-b9c6-2e296e73d58e-qos 2018-10-04 03:24:18,883 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/6b3b8b5b-a41b-433d-9f0d-753a7874b2cd?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b09ea06b-c703-40fd-9d7d-02115c2f0532" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}760688e360f536bc379baf3174ba80951843398a" 2018-10-04 03:24:19,103 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-63b30803-5a6d-48ca-8ad8-a4ed67637dba 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-04 03:24:19,103 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/6b3b8b5b-a41b-433d-9f0d-753a7874b2cd?force=False used request id req-63b30803-5a6d-48ca-8ad8-a4ed67637dba 2018-10-04 03:24:19,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:19,487 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["FKvn-08bSey3AHEK5QofCg"], "issued_at": "2018-10-04T03:24:19.000000Z"}} 2018-10-04 03:24:19,490 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d714140b172b3d05a8e757ae8261f8e54b581a" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-61c340ef-88d9-45c3-a3e7-d51b016a648d-qos"}}' 2018-10-04 03:24:19,664 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:19 GMT Server: Apache x-compute-request-id: req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "7e7d2be0-a3de-4e9e-8fff-f504ca89b655", "name": "CinderUtilsVolumeTypeCompleteTests-61c340ef-88d9-45c3-a3e7-d51b016a648d-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7e7d2be0-a3de-4e9e-8fff-f504ca89b655", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/7e7d2be0-a3de-4e9e-8fff-f504ca89b655", "rel": "bookmark"}]} 2018-10-04 03:24:19,664 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a 2018-10-04 03:24:19,668 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d714140b172b3d05a8e757ae8261f8e54b581a" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-61c340ef-88d9-45c3-a3e7-d51b016a648d", "description": null}}' 2018-10-04 03:24:19,860 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:19 GMT Server: Apache x-compute-request-id: req-a7845af0-1a7d-401c-bd5d-cc6544e3c5f4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a7845af0-1a7d-401c-bd5d-cc6544e3c5f4 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-61c340ef-88d9-45c3-a3e7-d51b016a648d", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "3940aae4-b204-4cbd-a036-1bb5bb6ce919", "description": null}} 2018-10-04 03:24:19,861 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-a7845af0-1a7d-401c-bd5d-cc6544e3c5f4 2018-10-04 03:24:19,864 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d714140b172b3d05a8e757ae8261f8e54b581a" 2018-10-04 03:24:20,061 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:19 GMT Server: Apache x-compute-request-id: req-22cbcdca-5801-415f-958b-cb3bd541c4fa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-22cbcdca-5801-415f-958b-cb3bd541c4fa Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "7e7d2be0-a3de-4e9e-8fff-f504ca89b655", "name": "CinderUtilsVolumeTypeCompleteTests-61c340ef-88d9-45c3-a3e7-d51b016a648d-qos"}]} 2018-10-04 03:24:20,061 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-22cbcdca-5801-415f-958b-cb3bd541c4fa 2018-10-04 03:24:20,064 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/None/associate?vol_type_id=3940aae4-b204-4cbd-a036-1bb5bb6ce919 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d714140b172b3d05a8e757ae8261f8e54b581a" 2018-10-04 03:24:20,225 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:24:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-62299bcd-c587-409a-a5f6-e5e60a82b3c0 x-openstack-request-id: req-62299bcd-c587-409a-a5f6-e5e60a82b3c0 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-10-04 03:24:20,225 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/None/associate?vol_type_id=3940aae4-b204-4cbd-a036-1bb5bb6ce919 used request id req-62299bcd-c587-409a-a5f6-e5e60a82b3c0 2018-10-04 03:24:20,225 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-62299bcd-c587-409a-a5f6-e5e60a82b3c0) 2018-10-04 03:24:20,226 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-61c340ef-88d9-45c3-a3e7-d51b016a648d 2018-10-04 03:24:20,229 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3940aae4-b204-4cbd-a036-1bb5bb6ce919 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d714140b172b3d05a8e757ae8261f8e54b581a" 2018-10-04 03:24:20,431 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cbd487fe-d626-4c9c-840c-127f404294ae 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-04 03:24:20,431 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/3940aae4-b204-4cbd-a036-1bb5bb6ce919 used request id req-cbd487fe-d626-4c9c-840c-127f404294ae 2018-10-04 03:24:20,431 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-61c340ef-88d9-45c3-a3e7-d51b016a648d-qos 2018-10-04 03:24:20,434 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7e7d2be0-a3de-4e9e-8fff-f504ca89b655?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a8ee2be7-8eb4-4eec-93f6-a2fb20d1954a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5d714140b172b3d05a8e757ae8261f8e54b581a" 2018-10-04 03:24:20,639 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cdbf1c2a-e067-4163-abb8-7a96ffce7821 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-04 03:24:20,639 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/7e7d2be0-a3de-4e9e-8fff-f504ca89b655?force=False used request id req-cdbf1c2a-e067-4163-abb8-7a96ffce7821 2018-10-04 03:24:20,642 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:21,023 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["YIua0Gz-TeSxBiwI-5MPmQ"], "issued_at": "2018-10-04T03:24:21.000000Z"}} 2018-10-04 03:24:21,026 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c18378a6300c87c87be8a1b7383bcc88ad7573" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-68ac3ce1-bc28-4a30-a494-19edbf1a69bf-qos"}}' 2018-10-04 03:24:21,226 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:21 GMT Server: Apache x-compute-request-id: req-3f45ac42-b243-4c93-b5db-bca1c73d734a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f45ac42-b243-4c93-b5db-bca1c73d734a Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "ffcf0059-da75-4531-afac-9e8f767599f5", "name": "CinderUtilsVolumeTypeCompleteTests-68ac3ce1-bc28-4a30-a494-19edbf1a69bf-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/ffcf0059-da75-4531-afac-9e8f767599f5", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/ffcf0059-da75-4531-afac-9e8f767599f5", "rel": "bookmark"}]} 2018-10-04 03:24:21,227 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-3f45ac42-b243-4c93-b5db-bca1c73d734a 2018-10-04 03:24:21,230 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-3f45ac42-b243-4c93-b5db-bca1c73d734a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c18378a6300c87c87be8a1b7383bcc88ad7573" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-68ac3ce1-bc28-4a30-a494-19edbf1a69bf", "description": null}}' 2018-10-04 03:24:21,445 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:21 GMT Server: Apache x-compute-request-id: req-f2cd2fcf-3bb8-40ba-968c-01f5f7f4e915 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f2cd2fcf-3bb8-40ba-968c-01f5f7f4e915 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-68ac3ce1-bc28-4a30-a494-19edbf1a69bf", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "efcee1b4-f1eb-4992-b0ac-33ce9db64859", "description": null}} 2018-10-04 03:24:21,445 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-f2cd2fcf-3bb8-40ba-968c-01f5f7f4e915 2018-10-04 03:24:21,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f45ac42-b243-4c93-b5db-bca1c73d734a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c18378a6300c87c87be8a1b7383bcc88ad7573" 2018-10-04 03:24:21,613 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:21 GMT Server: Apache x-compute-request-id: req-44ee6965-01a3-4295-83cc-d35b2e20d88f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-44ee6965-01a3-4295-83cc-d35b2e20d88f Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "ffcf0059-da75-4531-afac-9e8f767599f5", "name": "CinderUtilsVolumeTypeCompleteTests-68ac3ce1-bc28-4a30-a494-19edbf1a69bf-qos"}]} 2018-10-04 03:24:21,613 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-44ee6965-01a3-4295-83cc-d35b2e20d88f 2018-10-04 03:24:21,616 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/ffcf0059-da75-4531-afac-9e8f767599f5/associate?vol_type_id=efcee1b4-f1eb-4992-b0ac-33ce9db64859 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f45ac42-b243-4c93-b5db-bca1c73d734a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c18378a6300c87c87be8a1b7383bcc88ad7573" 2018-10-04 03:24:21,819 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d84b2c83-9c6f-4b84-b462-7299e12df023 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-04 03:24:21,819 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/ffcf0059-da75-4531-afac-9e8f767599f5/associate?vol_type_id=efcee1b4-f1eb-4992-b0ac-33ce9db64859 used request id req-d84b2c83-9c6f-4b84-b462-7299e12df023 2018-10-04 03:24:21,819 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-68ac3ce1-bc28-4a30-a494-19edbf1a69bf 2018-10-04 03:24:21,822 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/efcee1b4-f1eb-4992-b0ac-33ce9db64859 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f45ac42-b243-4c93-b5db-bca1c73d734a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c18378a6300c87c87be8a1b7383bcc88ad7573" 2018-10-04 03:24:22,048 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a365b16-dbd9-4497-a86a-45d9f6511b2d 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-04 03:24:22,048 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/efcee1b4-f1eb-4992-b0ac-33ce9db64859 used request id req-2a365b16-dbd9-4497-a86a-45d9f6511b2d 2018-10-04 03:24:22,048 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-68ac3ce1-bc28-4a30-a494-19edbf1a69bf-qos 2018-10-04 03:24:22,051 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/ffcf0059-da75-4531-afac-9e8f767599f5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-3f45ac42-b243-4c93-b5db-bca1c73d734a" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c18378a6300c87c87be8a1b7383bcc88ad7573" 2018-10-04 03:24:22,250 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b8134042-c9a7-49b0-afca-db4f770237a1 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-04 03:24:22,250 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/ffcf0059-da75-4531-afac-9e8f767599f5?force=False used request id req-b8134042-c9a7-49b0-afca-db4f770237a1 2018-10-04 03:24:22,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:22,632 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c3f6a78751b4f3691370c83830307e4", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "c6b05018d9274b809f96f7648cbcf612", "name": "heat_stack_owner"}], "expires_at": "2018-10-04T04:24:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bd9fdb58042454785b75b915cc07acf", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3bd9fdb58042454785b75b915cc07acf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "id": "c0360f11565f4369acca37ec4c00a187"}, "audit_ids": ["bF4tMVV7S7ebawmzDfvUUw"], "issued_at": "2018-10-04T03:24:22.000000Z"}} 2018-10-04 03:24:22,635 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244-qos"}}' 2018-10-04 03:24:22,938 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:22 GMT Server: Apache x-compute-request-id: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "153c8289-11cf-403f-a4c4-270b9acbcf25", "name": "CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244-qos"}, "links": [{"href": "http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/153c8289-11cf-403f-a4c4-270b9acbcf25", "rel": "self"}, {"href": "http://172.30.9.23:8776/3bd9fdb58042454785b75b915cc07acf/qos-specs/153c8289-11cf-403f-a4c4-270b9acbcf25", "rel": "bookmark"}]} 2018-10-04 03:24:22,938 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b 2018-10-04 03:24:22,942 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244", "description": null}}' 2018-10-04 03:24:23,176 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:22 GMT Server: Apache x-compute-request-id: req-ddfbe2b5-638b-469b-8b9d-d585da087b67 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ddfbe2b5-638b-469b-8b9d-d585da087b67 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a355324b-62d7-4e0a-90bf-00632961d7f6", "description": null}} 2018-10-04 03:24:23,176 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types used request id req-ddfbe2b5-638b-469b-8b9d-d585da087b67 2018-10-04 03:24:23,179 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-10-04 03:24:23,394 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:23 GMT Server: Apache x-compute-request-id: req-94ee5cac-f36f-43cb-86ad-bdce6420ded0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-94ee5cac-f36f-43cb-86ad-bdce6420ded0 Content-Encoding: gzip Content-Length: 170 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "a355324b-62d7-4e0a-90bf-00632961d7f6", "name": "foo", "control_location": "back-end", "encryption_id": "603eaec8-2c41-46f3-8bd8-7f5a400f3fbd", "provider": "bar", "provider_class": "bar"}} 2018-10-04 03:24:23,395 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6/encryption used request id req-94ee5cac-f36f-43cb-86ad-bdce6420ded0 2018-10-04 03:24:23,398 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:23,553 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:23 GMT Server: Apache x-compute-request-id: req-2218ed3e-1951-4dba-8489-9459e57c3952 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2218ed3e-1951-4dba-8489-9459e57c3952 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "153c8289-11cf-403f-a4c4-270b9acbcf25", "name": "CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244-qos"}]} 2018-10-04 03:24:23,553 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs used request id req-2218ed3e-1951-4dba-8489-9459e57c3952 2018-10-04 03:24:23,556 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/153c8289-11cf-403f-a4c4-270b9acbcf25/associate?vol_type_id=a355324b-62d7-4e0a-90bf-00632961d7f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:23,760 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:23 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0e68857b-fe11-4831-bcd6-c569ab1bd840 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-04 03:24:23,760 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/153c8289-11cf-403f-a4c4-270b9acbcf25/associate?vol_type_id=a355324b-62d7-4e0a-90bf-00632961d7f6 used request id req-0e68857b-fe11-4831-bcd6-c569ab1bd840 2018-10-04 03:24:23,763 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:23,940 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:23 GMT Server: Apache x-compute-request-id: req-9827c533-9538-48d8-9c84-857c5dbd5bf2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9827c533-9538-48d8-9c84-857c5dbd5bf2 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244", "qos_specs_id": "153c8289-11cf-403f-a4c4-270b9acbcf25", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a355324b-62d7-4e0a-90bf-00632961d7f6", "description": null}} 2018-10-04 03:24:23,941 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6 used request id req-9827c533-9538-48d8-9c84-857c5dbd5bf2 2018-10-04 03:24:23,944 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:24,112 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:23 GMT Server: Apache x-compute-request-id: req-5c3762a1-6b9e-41d0-8ac7-48bd1fbd86d5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5c3762a1-6b9e-41d0-8ac7-48bd1fbd86d5 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"volume_type_id": "a355324b-62d7-4e0a-90bf-00632961d7f6", "control_location": "back-end", "deleted": false, "created_at": "2018-10-04T03:24:23.000000", "updated_at": null, "encryption_id": "603eaec8-2c41-46f3-8bd8-7f5a400f3fbd", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-10-04 03:24:24,112 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6/encryption used request id req-5c3762a1-6b9e-41d0-8ac7-48bd1fbd86d5 2018-10-04 03:24:24,112 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244 2018-10-04 03:24:24,115 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:24,285 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:24 GMT Server: Apache x-compute-request-id: req-397f8972-d743-4b44-a791-035752c8df92 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-397f8972-d743-4b44-a791-035752c8df92 Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244", "qos_specs_id": "153c8289-11cf-403f-a4c4-270b9acbcf25", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "a355324b-62d7-4e0a-90bf-00632961d7f6", "description": null}} 2018-10-04 03:24:24,286 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6 used request id req-397f8972-d743-4b44-a791-035752c8df92 2018-10-04 03:24:24,289 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:24,494 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-7c4a0a96-6da8-4a44-a6cc-30088757b5ff 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-04 03:24:24,494 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6/encryption/provider used request id req-7c4a0a96-6da8-4a44-a6cc-30088757b5ff 2018-10-04 03:24:24,494 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244 2018-10-04 03:24:24,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:24,688 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8fd3a263-26b8-4999-a1c5-0339c3c53a6a 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-04 03:24:24,688 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/types/a355324b-62d7-4e0a-90bf-00632961d7f6 used request id req-8fd3a263-26b8-4999-a1c5-0339c3c53a6a 2018-10-04 03:24:24,688 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-bd6dc09d-2022-47ea-9f65-80ef6350e244-qos 2018-10-04 03:24:24,691 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/153c8289-11cf-403f-a4c4-270b9acbcf25?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-b6c6b701-0eed-4d79-9fb8-c947f863bb6b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4fe5d6cc510e962437363e5a73e1bdcf5e425ed3" 2018-10-04 03:24:24,735 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c2e3b08-5bf9-4149-afd3-a2adb6c70bfd 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-04 03:24:24,735 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/3bd9fdb58042454785b75b915cc07acf/qos-specs/153c8289-11cf-403f-a4c4-270b9acbcf25?force=False used request id req-4c2e3b08-5bf9-4149-afd3-a2adb6c70bfd 2018-10-04 03:24:24,737 - 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 747.355s OK 2018-10-04 03:24:24,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:24:24,852 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 12:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 03:24:24,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:24,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:24,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d034cdde-e9e2-4ad4-9e30-17b1b793c11e Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c6b05018d9274b809f96f7648cbcf612", "links": {"self": "http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612"}, "name": "heat_stack_owner"}]} 2018-10-04 03:24:24,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d034cdde-e9e2-4ad4-9e30-17b1b793c11e 2018-10-04 03:24:24,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0845758914948s 2018-10-04 03:24:24,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:24:24,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,089 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-768484ae-0290-4bf7-b187-4d96f4ced492 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:25,089 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c6b05018d9274b809f96f7648cbcf612 used request id req-768484ae-0290-4bf7-b187-4d96f4ced492 2018-10-04 03:24:25,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.145133972168s 2018-10-04 03:24:25,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:24:25,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0356371d-a8e1-4e36-a070-088a2a2d1c8d Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8", "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "domain_id": "default", "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:24:25,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0356371d-a8e1-4e36-a070-088a2a2d1c8d 2018-10-04 03:24:25,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0880539417267s 2018-10-04 03:24:25,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0356371d-a8e1-4e36-a070-088a2a2d1c8d 2018-10-04 03:24:25,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:24:25,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6ca62e8-f7ac-4fe4-b771-dec47775d7e9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187"}, "enabled": true, "id": "c0360f11565f4369acca37ec4c00a187", "options": {}, "domain_id": "default", "name": "api_check-user_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}} 2018-10-04 03:24:25,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 used request id req-e6ca62e8-f7ac-4fe4-b771-dec47775d7e9 2018-10-04 03:24:25,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0945401191711s 2018-10-04 03:24:25,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 used request id req-e6ca62e8-f7ac-4fe4-b771-dec47775d7e9 2018-10-04 03:24:25,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 03:24:25,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,490 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5716167-797c-4a32-9ab4-5a6b0c4d8dde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:25,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 used request id req-e5716167-797c-4a32-9ab4-5a6b0c4d8dde 2018-10-04 03:24:25,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.210393190384s 2018-10-04 03:24:25,490 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c0360f11565f4369acca37ec4c00a187 used request id req-e5716167-797c-4a32-9ab4-5a6b0c4d8dde 2018-10-04 03:24:25,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:24:25,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ff86527-a468-48d8-a9a0-813ac5025008 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf"}, "enabled": true, "id": "3bd9fdb58042454785b75b915cc07acf", "parent_id": "default", "domain_id": "default", "name": "api_check-project_0eb6384d-c423-48ed-8d17-f9f4a330fca8"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:24:25,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6ff86527-a468-48d8-a9a0-813ac5025008 2018-10-04 03:24:25,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0802481174469s 2018-10-04 03:24:25,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-6ff86527-a468-48d8-a9a0-813ac5025008 2018-10-04 03:24:25,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 03:24:25,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90c7d898-e6f3-4d80-8cf2-496047bc161e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:25,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-90c7d898-e6f3-4d80-8cf2-496047bc161e 2018-10-04 03:24:25,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.176870822906s 2018-10-04 03:24:25,751 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3bd9fdb58042454785b75b915cc07acf used request id req-90c7d898-e6f3-4d80-8cf2-496047bc161e 2018-10-04 03:24:25,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:25,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8b6d7cf-ce36-49d9-ad87-85c62f8997ea Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7c3f6a78751b4f3691370c83830307e4", "links": {"self": "http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:25,832 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f8b6d7cf-ce36-49d9-ad87-85c62f8997ea 2018-10-04 03:24:25,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0810289382935s 2018-10-04 03:24:25,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:24:25,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:25,933 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b3ab35b-7070-490b-a945-baf628a8c08f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:25,933 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/7c3f6a78751b4f3691370c83830307e4 used request id req-9b3ab35b-7070-490b-a945-baf628a8c08f 2018-10-04 03:24:25,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0991489887238s 2018-10-04 03:24:25,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:24:25,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3bd9fdb58042454785b75b915cc07acf&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}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:26,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-e2d93b42-0157-4775-9505-223a12d966dd Date: Thu, 04 Oct 2018 03:24:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}]} 2018-10-04 03:24:26,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3bd9fdb58042454785b75b915cc07acf&name=default used request id req-e2d93b42-0157-4775-9505-223a12d966dd 2018-10-04 03:24:26,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.194092988968s 2018-10-04 03:24:26,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3bd9fdb58042454785b75b915cc07acf&name=default used request id req-e2d93b42-0157-4775-9505-223a12d966dd 2018-10-04 03:24:26,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:24:26,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:26,341 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-10aede99-6af8-482c-9ff0-480fcc504b98 Date: Thu, 04 Oct 2018 03:24:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:12:24Z", "updated_at": "2018-10-04T03:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "2dcbcf3c-bcd2-4f93-a722-6887cf5d468e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "576500b7-916a-466b-9ed5-d8cba9eae54a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "e981b811-106e-4fa5-b9d2-2ff2de43ed67", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bd9fdb58042454785b75b915cc07acf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:12:24Z", "revision_number": 0, "id": "3d6186d3-77bc-4bb6-b63d-a29c21be00cd", "remote_group_id": "542fe956-ceab-418c-8515-529038b91982", "remote_ip_prefix": null, "created_at": "2018-10-04T03:12:24Z", "security_group_id": "542fe956-ceab-418c-8515-529038b91982", "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bd9fdb58042454785b75b915cc07acf"}], "revision_number": 4, "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "542fe956-ceab-418c-8515-529038b91982", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 03:24:26,342 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-10aede99-6af8-482c-9ff0-480fcc504b98 2018-10-04 03:24:26,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.205246925354s 2018-10-04 03:24:26,342 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-10aede99-6af8-482c-9ff0-480fcc504b98 2018-10-04 03:24:26,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 03:24:26,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/542fe956-ceab-418c-8515-529038b91982.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cfc25f54cd15b50e3b6fc214cce291a6a0349b9e" 2018-10-04 03:24:26,655 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0298c185-c863-4537-9c92-84c525125462 Content-Length: 0 Date: Thu, 04 Oct 2018 03:24:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:24:26,655 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/542fe956-ceab-418c-8515-529038b91982.json used request id req-0298c185-c863-4537-9c92-84c525125462 2018-10-04 03:24:26,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.30871295929s 2018-10-04 03:24:26,655 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/542fe956-ceab-418c-8515-529038b91982.json used request id req-0298c185-c863-4537-9c92-84c525125462 2018-10-04 03:24:26,676 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:24:26,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:24:26,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:24:26,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:24:26,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:24:26,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:24:26,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:24:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:24:26,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ddc016-817c-4132-a7c4-85917d0cfa8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:26,709 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-44ddc016-817c-4132-a7c4-85917d0cfa8d 2018-10-04 03:24:26,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:27,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:24:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["TiyhpMZYTUmqyF-6-CuR1w"], "issued_at": "2018-10-04T03:24:27.000000Z"}} 2018-10-04 03:24:27,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:27,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:24:27,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:27,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c6b1b31-fd15-4e27-be65-3742db5b2de9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:24:27,182 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-9c6b1b31-fd15-4e27-be65-3742db5b2de9 2018-10-04 03:24:27,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.479846000671s 2018-10-04 03:24:27,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 03:24:27,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}}' 2018-10-04 03:24:27,292 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c736e97-058b-4bad-9b06-2ab24c4d6caa Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128"}, "enabled": true, "id": "c23a5f942efc4174a115162f3e558128", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}} 2018-10-04 03:24:27,292 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7c736e97-058b-4bad-9b06-2ab24c4d6caa 2018-10-04 03:24:27,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109106063843s 2018-10-04 03:24:27,293 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-7c736e97-058b-4bad-9b06-2ab24c4d6caa 2018-10-04 03:24:27,294 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100', 'id': u'c23a5f942efc4174a115162f3e558128', '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-04 03:24:27,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 03:24:27,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.35818195343s 2018-10-04 03:24:27,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:27,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea8854e8-887d-4368-ba0c-57b11651b617 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e"}, "enabled": true, "id": "e89884157d0a47868c98b5bb58f2342e", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100"}} 2018-10-04 03:24:27,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e used request id req-ea8854e8-887d-4368-ba0c-57b11651b617 2018-10-04 03:24:27,746 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e89884157d0a47868c98b5bb58f2342e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100'}) 2018-10-04 03:24:27,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:27,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:27,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-586373fd-5150-4be9-9e26-2dfa94267aec Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:27,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-586373fd-5150-4be9-9e26-2dfa94267aec 2018-10-04 03:24:27,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0821051597595s 2018-10-04 03:24:27,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:27,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:27,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5220db2-8b53-486a-a81a-5105c73f0d2f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:27,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f5220db2-8b53-486a-a81a-5105c73f0d2f 2018-10-04 03:24:27,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0753910541534s 2018-10-04 03:24:27,906 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:24:27,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:24:27,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" -d '{"role": {"name": "Member"}}' 2018-10-04 03:24:28,005 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:24:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0c1976d-a96a-40d9-91b5-dc51a81daa67 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}} 2018-10-04 03:24:28,005 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-a0c1976d-a96a-40d9-91b5-dc51a81daa67 2018-10-04 03:24:28,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0987210273743s 2018-10-04 03:24:28,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2487738-e639-45e7-a97c-63859294da03 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "domain_id": null, "name": "Member", "id": "79d581a4c86147c09788061819f8c056"}} 2018-10-04 03:24:28,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056 used request id req-a2487738-e639-45e7-a97c-63859294da03 2018-10-04 03:24:28,021 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056'}, 'domain_id': None, 'human_id': None, 'id': u'79d581a4c86147c09788061819f8c056', 'HUMAN_ID': False}) 2018-10-04 03:24:28,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:28,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2ea459-ee91-4105-a16b-8c710f6bf948 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:28,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef2ea459-ee91-4105-a16b-8c710f6bf948 2018-10-04 03:24:28,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0725128650665s 2018-10-04 03:24:28,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:24:28,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c4aca05-fcce-4464-b720-2462fb615d32 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:24:28,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-8c4aca05-fcce-4464-b720-2462fb615d32 2018-10-04 03:24:28,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0821590423584s 2018-10-04 03:24:28,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:24:28,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f39e8fba-348b-4098-b049-0fe808104096 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "links": {"self": "http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e"}, "domain_id": "default", "enabled": true, "id": "e89884157d0a47868c98b5bb58f2342e", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:24:28,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f39e8fba-348b-4098-b049-0fe808104096 2018-10-04 03:24:28,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0953650474548s 2018-10-04 03:24:28,274 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f39e8fba-348b-4098-b049-0fe808104096 2018-10-04 03:24:28,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:24:28,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b2838f3-7c07-4014-bea7-de364027e819 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128"}, "enabled": true, "id": "c23a5f942efc4174a115162f3e558128", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}]} 2018-10-04 03:24:28,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6b2838f3-7c07-4014-bea7-de364027e819 2018-10-04 03:24:28,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0878341197968s 2018-10-04 03:24:28,369 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6b2838f3-7c07-4014-bea7-de364027e819 2018-10-04 03:24:28,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:24:28,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=79d581a4c86147c09788061819f8c056 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b71f5f9-f4f8-4070-8c2d-25bdb082fcad Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=79d581a4c86147c09788061819f8c056", "previous": null, "next": null}} 2018-10-04 03:24:28,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=79d581a4c86147c09788061819f8c056 used request id req-2b71f5f9-f4f8-4070-8c2d-25bdb082fcad 2018-10-04 03:24:28,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.081139087677s 2018-10-04 03:24:28,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:24:28,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128/users/e89884157d0a47868c98b5bb58f2342e/roles/79d581a4c86147c09788061819f8c056 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b089f97-e370-4085-8bfd-2fd64dc3aa0a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:28,576 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128/users/e89884157d0a47868c98b5bb58f2342e/roles/79d581a4c86147c09788061819f8c056 used request id req-2b089f97-e370-4085-8bfd-2fd64dc3aa0a 2018-10-04 03:24:28,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123152017593s 2018-10-04 03:24:28,577 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100', 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': '7a3092de-2246-4511-866e-297536afc85e', 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_c938aa85-9f66-4771-a370-09649094f100', 'project_id': u'c23a5f942efc4174a115162f3e558128', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:24:28,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:24:28,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:24:28,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:24:28,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:24:28,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:24:28,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:24:28,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:24:28,582 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100', 'password': '7a3092de-2246-4511-866e-297536afc85e', 'project_name': 'snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'c23a5f942efc4174a115162f3e558128', 'project_domain_name': 'Default'} 2018-10-04 03:24:28,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:28,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dad8d513-0865-4da8-b211-b5c6d8cb360f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:28,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dad8d513-0865-4da8-b211-b5c6d8cb360f 2018-10-04 03:24:28,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0759360790253s 2018-10-04 03:24:28,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:28,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ea7f0fb-9ddf-47ab-a655-494310e46ae1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:28,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2ea7f0fb-9ddf-47ab-a655-494310e46ae1 2018-10-04 03:24:28,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0809619426727s 2018-10-04 03:24:28,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:24:28,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9a22bec-e5c3-45d2-9bf0-bc13d7112f06 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:24:28,824 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a9a22bec-e5c3-45d2-9bf0-bc13d7112f06 2018-10-04 03:24:28,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0816159248352s 2018-10-04 03:24:28,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:24:28,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:28,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a9c08e3-7f8d-4628-a2f5-d0769c6419fa Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "links": {"self": "http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e"}, "domain_id": "default", "enabled": true, "id": "e89884157d0a47868c98b5bb58f2342e", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:24:28,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4a9c08e3-7f8d-4628-a2f5-d0769c6419fa 2018-10-04 03:24:28,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0916168689728s 2018-10-04 03:24:28,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4a9c08e3-7f8d-4628-a2f5-d0769c6419fa 2018-10-04 03:24:28,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:24:28,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef76e830-81be-4f3c-b1fc-c55cc090d2b7 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128"}, "enabled": true, "id": "c23a5f942efc4174a115162f3e558128", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}]} 2018-10-04 03:24:29,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ef76e830-81be-4f3c-b1fc-c55cc090d2b7 2018-10-04 03:24:29,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0902559757233s 2018-10-04 03:24:29,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-ef76e830-81be-4f3c-b1fc-c55cc090d2b7 2018-10-04 03:24:29,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:24:29,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ef5d22a-5e79-4ca7-b613-9913cdd3a07f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 03:24:29,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=7490eca731204278990d3f9370066ffb used request id req-9ef5d22a-5e79-4ca7-b613-9913cdd3a07f 2018-10-04 03:24:29,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0806570053101s 2018-10-04 03:24:29,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:24:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128/users/e89884157d0a47868c98b5bb58f2342e/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,251 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4af0c64-495b-4586-98e9-66bcfa015cc9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:29,251 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128/users/e89884157d0a47868c98b5bb58f2342e/roles/7490eca731204278990d3f9370066ffb used request id req-b4af0c64-495b-4586-98e9-66bcfa015cc9 2018-10-04 03:24:29,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.154599905014s 2018-10-04 03:24:29,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:29,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77492b26-a3a3-4338-9e17-ece67d9937ca Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:29,331 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-77492b26-a3a3-4338-9e17-ece67d9937ca 2018-10-04 03:24:29,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0794458389282s 2018-10-04 03:24:29,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:24:29,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" -d '{"role": {"name": "heat_stack_owner"}}' 2018-10-04 03:24:29,424 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df9d87ba-6d53-4dce-862f-e26e1ebc67ec Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "69048c67c95d40e7936cbb904e58889a", "links": {"self": "http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a"}, "name": "heat_stack_owner"}} 2018-10-04 03:24:29,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-df9d87ba-6d53-4dce-862f-e26e1ebc67ec 2018-10-04 03:24:29,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0919771194458s 2018-10-04 03:24:29,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-149bc641-6119-433e-ba67-c6eae0059888 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a"}, "domain_id": null, "name": "heat_stack_owner", "id": "69048c67c95d40e7936cbb904e58889a"}} 2018-10-04 03:24:29,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a used request id req-149bc641-6119-433e-ba67-c6eae0059888 2018-10-04 03:24:29,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:24:29,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b02fadd8-dcc8-4293-82fb-9110117ec97f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "69048c67c95d40e7936cbb904e58889a", "links": {"self": "http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:29,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b02fadd8-dcc8-4293-82fb-9110117ec97f 2018-10-04 03:24:29,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830280780792s 2018-10-04 03:24:29,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:24:29,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a3daaa2-73b6-4e0c-98b2-6b8b587a370f Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:24:29,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-3a3daaa2-73b6-4e0c-98b2-6b8b587a370f 2018-10-04 03:24:29,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0833261013031s 2018-10-04 03:24:29,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:24:29,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90fb9f05-fc6c-42c3-ae18-3c6b13296110 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "links": {"self": "http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e"}, "domain_id": "default", "enabled": true, "id": "e89884157d0a47868c98b5bb58f2342e", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:24:29,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-90fb9f05-fc6c-42c3-ae18-3c6b13296110 2018-10-04 03:24:29,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.089292049408s 2018-10-04 03:24:29,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-90fb9f05-fc6c-42c3-ae18-3c6b13296110 2018-10-04 03:24:29,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:24:29,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d25954cc-b552-494c-b1d4-7c7ac01e2e68 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128"}, "enabled": true, "id": "c23a5f942efc4174a115162f3e558128", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}]} 2018-10-04 03:24:29,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d25954cc-b552-494c-b1d4-7c7ac01e2e68 2018-10-04 03:24:29,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0831768512726s 2018-10-04 03:24:29,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d25954cc-b552-494c-b1d4-7c7ac01e2e68 2018-10-04 03:24:29,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:24:29,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=69048c67c95d40e7936cbb904e58889a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:29,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d81a086-adaf-469e-b6f2-600aaba7e07c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=69048c67c95d40e7936cbb904e58889a", "previous": null, "next": null}} 2018-10-04 03:24:29,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e89884157d0a47868c98b5bb58f2342e&scope.project.id=c23a5f942efc4174a115162f3e558128&role.id=69048c67c95d40e7936cbb904e58889a used request id req-9d81a086-adaf-469e-b6f2-600aaba7e07c 2018-10-04 03:24:29,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0799560546875s 2018-10-04 03:24:29,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:24:29,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128/users/e89884157d0a47868c98b5bb58f2342e/roles/69048c67c95d40e7936cbb904e58889a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:24:30,043 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55fb7f3a-3b07-41d5-a00b-0ee324303f40 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:30,044 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128/users/e89884157d0a47868c98b5bb58f2342e/roles/69048c67c95d40e7936cbb904e58889a used request id req-55fb7f3a-3b07-41d5-a00b-0ee324303f40 2018-10-04 03:24:30,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.108318805695s 2018-10-04 03:24:30,044 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-10-04 03:24:30,044 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 03:24:30,045 - openstack_tests - INFO - OS Credentials = > 2018-10-04 03:24:30,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:30,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:30,511 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69048c67c95d40e7936cbb904e58889a", "name": "heat_stack_owner"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "79d581a4c86147c09788061819f8c056", "name": "Member"}], "expires_at": "2018-10-04T04:24:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c23a5f942efc4174a115162f3e558128", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "id": "e89884157d0a47868c98b5bb58f2342e"}, "audit_ids": ["2SpPLKKFQV-5A9bU6QyLMQ"], "issued_at": "2018-10-04T03:24:30.000000Z"}} 2018-10-04 03:24:30,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7ef9a62f2783ee5205f40113c120e45c03ee0" 2018-10-04 03:24:30,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e6e4fc70-30a9-482f-97f3-b2ce1de95d91 Date: Thu, 04 Oct 2018 03:24:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:24:30,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-e6e4fc70-30a9-482f-97f3-b2ce1de95d91 2018-10-04 03:24:30,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ee7ef9a62f2783ee5205f40113c120e45c03ee0" 2018-10-04 03:24:30,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-11bc5d82-5589-40c7-9e56-99f795e755b5 Date: Thu, 04 Oct 2018 03:24:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 03:24:30,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=4e3704d3-5674-4369-98a3-8a8012d693a9 used request id req-11bc5d82-5589-40c7-9e56-99f795e755b5 2018-10-04 03:24:30,954 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 03:24:30,954 - xtesting.ci.run_tests - INFO - Running test case 'snaps_health_check'... 2018-10-04 03:24:30,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:30,956 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:31,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69048c67c95d40e7936cbb904e58889a", "name": "heat_stack_owner"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "79d581a4c86147c09788061819f8c056", "name": "Member"}], "expires_at": "2018-10-04T04:24:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c23a5f942efc4174a115162f3e558128", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "id": "e89884157d0a47868c98b5bb58f2342e"}, "audit_ids": ["iJ5K-qTZSEmcvZZqDSOfpQ"], "issued_at": "2018-10-04T03:24:31.000000Z"}} 2018-10-04 03:24:31,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}288d47b1b6e9bd863f2c85f0907b3d2a04c306a9" 2018-10-04 03:24:31,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47aecc0-ecf0-44ec-8ba5-930fbdec8bca Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:31,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b47aecc0-ecf0-44ec-8ba5-930fbdec8bca 2018-10-04 03:24:31,402 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:31,402 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:31,791 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69048c67c95d40e7936cbb904e58889a", "name": "heat_stack_owner"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "79d581a4c86147c09788061819f8c056", "name": "Member"}], "expires_at": "2018-10-04T04:24:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c23a5f942efc4174a115162f3e558128", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "id": "e89884157d0a47868c98b5bb58f2342e"}, "audit_ids": ["ZU8fv-fuRb6y-ryFCNGJ8w"], "issued_at": "2018-10-04T03:24:31.000000Z"}} 2018-10-04 03:24:31,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:24:31,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1bd0e5-013b-4e83-9a95-1cb3eafaa50c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:31,877 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fa1bd0e5-013b-4e83-9a95-1cb3eafaa50c 2018-10-04 03:24:31,882 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:24:31,887 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:24: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:24:31,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-4d1f3bbb-2444-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:24:31,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad066b97-c86c-41ac-b98f-cb665701f593 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-4d1f3bbb-2444-422-proj", "previous": null, "next": null}, "projects": []} 2018-10-04 03:24:31,904 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=SimpleHealthCheck-4d1f3bbb-2444-422-proj used request id req-ad066b97-c86c-41ac-b98f-cb665701f593 2018-10-04 03:24:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:24:32,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95c421fd-3008-4cf9-9c9c-898b6bcddd20 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:24:32,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-95c421fd-3008-4cf9-9c9c-898b6bcddd20 2018-10-04 03:24:32,006 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" -d '{"project": {"enabled": true, "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}}' 2018-10-04 03:24:32,113 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:24:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0df9ee5e-87f7-42eb-97d1-7fda476c8b63 Content-Length: 302 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:24:32,113 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0df9ee5e-87f7-42eb-97d1-7fda476c8b63 2018-10-04 03:24:32,113 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-4d1f3bbb-2444-422-proj 2018-10-04 03:24:32,113 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:32,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:32,499 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69048c67c95d40e7936cbb904e58889a", "name": "heat_stack_owner"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "79d581a4c86147c09788061819f8c056", "name": "Member"}], "expires_at": "2018-10-04T04:24:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c23a5f942efc4174a115162f3e558128", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "id": "e89884157d0a47868c98b5bb58f2342e"}, "audit_ids": ["tHi4-5RxQzyegMLA9R2exA"], "issued_at": "2018-10-04T03:24:32.000000Z"}} 2018-10-04 03:24:32,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b1587758fab7206fa8eed8d392fd49400c65b50" 2018-10-04 03:24:32,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b413fce-7c9b-41a0-ac40-d401e23f26cf Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:32,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5b413fce-7c9b-41a0-ac40-d401e23f26cf 2018-10-04 03:24:32,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:24:32,587 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:24:32 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:24:32,588 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b1587758fab7206fa8eed8d392fd49400c65b50" 2018-10-04 03:24:32,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99c63b2e-f7f0-4c24-a163-e0307b33dd80 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "links": {"self": "http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e"}, "domain_id": "default", "enabled": true, "id": "e89884157d0a47868c98b5bb58f2342e", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:24:32,688 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-99c63b2e-f7f0-4c24-a163-e0307b33dd80 2018-10-04 03:24:32,692 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-4d1f3bbb-2444-422-proj -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b1587758fab7206fa8eed8d392fd49400c65b50" 2018-10-04 03:24:32,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81637b7b-2788-401b-bcba-02f7f51e5e9e Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-4d1f3bbb-2444-422-proj", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}]} 2018-10-04 03:24:32,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=SimpleHealthCheck-4d1f3bbb-2444-422-proj used request id req-81637b7b-2788-401b-bcba-02f7f51e5e9e 2018-10-04 03:24:32,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b1587758fab7206fa8eed8d392fd49400c65b50" 2018-10-04 03:24:32,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1732a60c-d88d-4996-ae43-c0a3ad50fdd3 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-10-04 03:24:32,952 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1732a60c-d88d-4996-ae43-c0a3ad50fdd3 2018-10-04 03:24:33,245 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-4d1f3bbb-2444-422-user 2018-10-04 03:24:33,245 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:33,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:24:33,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c25f4b1-9b44-4d9d-b698-493e24c70a72 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "69048c67c95d40e7936cbb904e58889a", "links": {"self": "http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:24:33,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7c25f4b1-9b44-4d9d-b698-493e24c70a72 2018-10-04 03:24:33,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" -d '{"role": {"name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj-role"}}' 2018-10-04 03:24:33,436 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:24:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cedda74-a34b-42e5-b024-69cc9cec7d6f Content-Length: 216 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "11089dab2ceb41e2a62e8bd4feb49a10", "links": {"self": "http://172.30.9.23:5000/v3/roles/11089dab2ceb41e2a62e8bd4feb49a10"}, "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj-role"}} 2018-10-04 03:24:33,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-4cedda74-a34b-42e5-b024-69cc9cec7d6f 2018-10-04 03:24:33,437 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-4d1f3bbb-2444-422-proj-role 2018-10-04 03:24:33,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/11089dab2ceb41e2a62e8bd4feb49a10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:24:33,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54fae3cd-93a5-48d5-8135-6ca4e739b520 Content-Encoding: gzip Content-Length: 171 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/11089dab2ceb41e2a62e8bd4feb49a10"}, "domain_id": null, "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj-role", "id": "11089dab2ceb41e2a62e8bd4feb49a10"}} 2018-10-04 03:24:33,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/11089dab2ceb41e2a62e8bd4feb49a10 used request id req-54fae3cd-93a5-48d5-8135-6ca4e739b520 2018-10-04 03:24:33,522 - keystone_utils - INFO - Granting role SimpleHealthCheck-4d1f3bbb-2444-422-proj-role to project SimpleHealthCheck-4d1f3bbb-2444-422-proj 2018-10-04 03:24:33,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b/users/043a7e5aa3fa4283a26f53d27ed210ac/roles/11089dab2ceb41e2a62e8bd4feb49a10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:24:33,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:24:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8067694-3288-453f-9b6f-312d23f52528 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:24:33,654 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b/users/043a7e5aa3fa4283a26f53d27ed210ac/roles/11089dab2ceb41e2a62e8bd4feb49a10 used request id req-f8067694-3288-453f-9b6f-312d23f52528 2018-10-04 03:24:33,654 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:24:33,656 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-10-04 03:24:33,656 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:33,657 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:34,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11089dab2ceb41e2a62e8bd4feb49a10", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj-role"}], "expires_at": "2018-10-04T04:24:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6d8febcc06e424eaa626fc2809ff76b", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4d1f3bbb-2444-422-user", "id": "043a7e5aa3fa4283a26f53d27ed210ac"}, "audit_ids": ["V0a_1nJpT5umVnEcstJ2lQ"], "issued_at": "2018-10-04T03:24:34.000000Z"}} 2018-10-04 03:24:34,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" 2018-10-04 03:24:34,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c4207f-18bb-4aa0-a1f1-2e15ed76dca0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:34,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8c4207f-18bb-4aa0-a1f1-2e15ed76dca0 2018-10-04 03:24:34,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" 2018-10-04 03:24:34,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 162 Content-Type: application/json X-Openstack-Request-Id: req-81078024-f83a-4b92-aee3-ab2c1438dac7 Date: Thu, 04 Oct 2018 03:24:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image"} 2018-10-04 03:24:34,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image used request id req-81078024-f83a-4b92-aee3-ab2c1438dac7 2018-10-04 03:24:34,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" 2018-10-04 03:24:34,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-7761dced-e471-44ce-b70b-40d695520a74 Date: Thu, 04 Oct 2018 03:24: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-04 03:24:34,442 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-7761dced-e471-44ce-b70b-40d695520a74 2018-10-04 03:24:34,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image"}' 2018-10-04 03:24:34,648 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 621 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626 X-Openstack-Request-Id: req-a3239ab5-dc59-4c86-a66b-8ebb0994f739 Date: Thu, 04 Oct 2018 03:24:34 GMT RESP BODY: {"status": "queued", "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:24:34Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T03:24:34Z", "visibility": "shared", "locations": [], "self": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "min_disk": 0, "protected": false, "id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "file": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/file", "checksum": null, "owner": "b6d8febcc06e424eaa626fc2809ff76b", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:24:34,648 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a3239ab5-dc59-4c86-a66b-8ebb0994f739 2018-10-04 03:24:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" -d '' 2018-10-04 03:24:36,219 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b4039b13-963a-4e51-871c-f13d921e0423 Date: Thu, 04 Oct 2018 03:24: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-04 03:24:36,219 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/file used request id req-b4039b13-963a-4e51-871c-f13d921e0423 2018-10-04 03:24:36,220 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:24:36,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" 2018-10-04 03:24:36,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-48e7ac04-f975-4cf7-a1b6-bcd8bf4b8244 Date: Thu, 04 Oct 2018 03:24:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:24:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:24:36Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/snap", "metadata": {}}], "self": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "min_disk": 0, "protected": false, "id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "file": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b6d8febcc06e424eaa626fc2809ff76b", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:24:36,378 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626 used request id req-48e7ac04-f975-4cf7-a1b6-bcd8bf4b8244 2018-10-04 03:24:36,381 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" 2018-10-04 03:24:36,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-95465339-e4e5-4635-b163-ede4b2720fa8 Date: Thu, 04 Oct 2018 03:24:36 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 03:24:36,551 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-95465339-e4e5-4635-b163-ede4b2720fa8 2018-10-04 03:24:36,554 - create_image - INFO - Created image with name - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image 2018-10-04 03:24:36,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" 2018-10-04 03:24:36,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 882 Content-Type: application/json X-Openstack-Request-Id: req-12bae268-5db6-405d-9be5-11cbaa3f8d14 Date: Thu, 04 Oct 2018 03:24:36 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:24:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:24:36Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/snap", "metadata": {}}], "self": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "min_disk": 0, "protected": false, "id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "file": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b6d8febcc06e424eaa626fc2809ff76b", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 03:24:36,797 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626 used request id req-12bae268-5db6-405d-9be5-11cbaa3f8d14 2018-10-04 03:24:36,798 - create_image - DEBUG - Instance status is - active 2018-10-04 03:24:36,798 - create_image - DEBUG - Image is active with name - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image 2018-10-04 03:24:36,798 - create_image - INFO - Image is now active with name - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image 2018-10-04 03:24:36,798 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:36,799 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:37,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11089dab2ceb41e2a62e8bd4feb49a10", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj-role"}], "expires_at": "2018-10-04T04:24:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6d8febcc06e424eaa626fc2809ff76b", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4d1f3bbb-2444-422-user", "id": "043a7e5aa3fa4283a26f53d27ed210ac"}, "audit_ids": ["PRdSG2y6QvmbniWhJ403iw"], "issued_at": "2018-10-04T03:24:37.000000Z"}} 2018-10-04 03:24:37,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:24:37,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904d1457-c781-476d-9b05-af7dcdf3af4f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:37,259 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-904d1457-c781-476d-9b05-af7dcdf3af4f 2018-10-04 03:24:37,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:24:37,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-54f2b151-be2d-4060-92f1-ae48523d5a74 Date: Thu, 04 Oct 2018 03:24:37 GMT RESP BODY: {"networks":[]} 2018-10-04 03:24:37,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net used request id req-54f2b151-be2d-4060-92f1-ae48523d5a74 2018-10-04 03:24:37,424 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net 2018-10-04 03:24:37,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" -d '{"network": {"name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net", "admin_state_up": true}}' 2018-10-04 03:24:38,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 600 X-Openstack-Request-Id: req-bfe74078-debc-4752-8de9-805a57c1c1fd Date: Thu, 04 Oct 2018 03:24:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-10-04T03:24:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}} 2018-10-04 03:24:38,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-bfe74078-debc-4752-8de9-805a57c1c1fd 2018-10-04 03:24:38,069 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:24:38,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-9d6e81f6-2097-43c9-aa32-93491b3020f6 Date: Thu, 04 Oct 2018 03:24:38 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-04T03:24:37Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:38,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=454666c3-afcc-49af-843c-113157615fa7 used request id req-9d6e81f6-2097-43c9-aa32-93491b3020f6 2018-10-04 03:24:38,307 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:24:38,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-3039b674-60b4-4ba4-aa52-f30a1a18bf07 Date: Thu, 04 Oct 2018 03:24:38 GMT RESP BODY: {"subnets":[]} 2018-10-04 03:24:38,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-3039b674-60b4-4ba4-aa52-f30a1a18bf07 2018-10-04 03:24:38,339 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet 2018-10-04 03:24:38,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" -d '{"subnets": [{"ip_version": 4, "network_id": "454666c3-afcc-49af-843c-113157615fa7", "cidr": "10.55.0.0/24", "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]}' 2018-10-04 03:24:39,146 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-965d816c-b3fe-4124-afc6-e5f5e2fd94d2 Date: Thu, 04 Oct 2018 03:24:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:39,147 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-965d816c-b3fe-4124-afc6-e5f5e2fd94d2 2018-10-04 03:24:39,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:24:39,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-86512e1f-0f1a-44ae-a07f-d38d763c0081 Date: Thu, 04 Oct 2018 03:24:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bba0ccee-be8d-459e-9a98-a61d050db070"],"updated_at":"2018-10-04T03:24:38Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:39,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=454666c3-afcc-49af-843c-113157615fa7 used request id req-86512e1f-0f1a-44ae-a07f-d38d763c0081 2018-10-04 03:24:39,284 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:24:39,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1aac5d53-c9c7-4488-9b20-a13cf914170f Date: Thu, 04 Oct 2018 03:24:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:39,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-1aac5d53-c9c7-4488-9b20-a13cf914170f 2018-10-04 03:24:39,478 - OpenStackNetwork - DEBUG - Network [454666c3-afcc-49af-843c-113157615fa7] created successfully 2018-10-04 03:24:39,478 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:39,479 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:39,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "69048c67c95d40e7936cbb904e58889a", "name": "heat_stack_owner"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}, {"id": "79d581a4c86147c09788061819f8c056", "name": "Member"}], "expires_at": "2018-10-04T04:24:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c23a5f942efc4174a115162f3e558128", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/c23a5f942efc4174a115162f3e558128", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "id": "e89884157d0a47868c98b5bb58f2342e"}, "audit_ids": ["0aDlBu_uQDqMerN_oXacMg"], "issued_at": "2018-10-04T03:24:39.000000Z"}} 2018-10-04 03:24:39,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d061d1d6de30a10dfd30876ff7fdc8bfa71f81b" 2018-10-04 03:24:39,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a6bbb9d-f540-4d63-b7d2-e2f861b6ceac Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:39,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5a6bbb9d-f540-4d63-b7d2-e2f861b6ceac 2018-10-04 03:24:39,942 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:24:39,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d061d1d6de30a10dfd30876ff7fdc8bfa71f81b" 2018-10-04 03:24:40,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24: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-c3d53075-c933-4b63-b5b3-bec36ba4ecd4 x-compute-request-id: req-c3d53075-c933-4b63-b5b3-bec36ba4ecd4 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-10-04 03:24:40,119 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c3d53075-c933-4b63-b5b3-bec36ba4ecd4 2018-10-04 03:24:40,122 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d061d1d6de30a10dfd30876ff7fdc8bfa71f81b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-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-04 03:24:40,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24: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-ae547365-7ecf-47a8-a0d6-99f48f5765a3 x-compute-request-id: req-ae547365-7ecf-47a8-a0d6-99f48f5765a3 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:24:40,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ae547365-7ecf-47a8-a0d6-99f48f5765a3 2018-10-04 03:24:40,207 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:40,208 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:40,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11089dab2ceb41e2a62e8bd4feb49a10", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj-role"}], "expires_at": "2018-10-04T04:24:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6d8febcc06e424eaa626fc2809ff76b", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4d1f3bbb-2444-422-user", "id": "043a7e5aa3fa4283a26f53d27ed210ac"}, "audit_ids": ["VSG5Tm8fQBONJHYOAN3sNA"], "issued_at": "2018-10-04T03:24:40.000000Z"}} 2018-10-04 03:24:40,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:40,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c256278f-7e98-421d-bca1-f00efa8c0ab7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:40,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c256278f-7e98-421d-bca1-f00efa8c0ab7 2018-10-04 03:24:40,655 - nova_utils - DEBUG - Retrieving Nova Client 2018-10-04 03:24:40,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:40,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69dd1577-3fb8-4ce6-9e93-106b39e1147a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:40,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-69dd1577-3fb8-4ce6-9e93-106b39e1147a 2018-10-04 03:24:40,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:40,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-159dd6a3-2d9f-4852-9b5d-032e3dbd0632 Date: Thu, 04 Oct 2018 03:24:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bba0ccee-be8d-459e-9a98-a61d050db070"],"updated_at":"2018-10-04T03:24:38Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:40,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net used request id req-159dd6a3-2d9f-4852-9b5d-032e3dbd0632 2018-10-04 03:24:40,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:24:40,933 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:24:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:24:40,934 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:41,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe3a6a31-809e-427e-add6-52e74c13bd11 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:24:41,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-fe3a6a31-809e-427e-add6-52e74c13bd11 2018-10-04 03:24:41,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:41,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-a918763d-e24c-4d45-9534-8861be6cbb34 Date: Thu, 04 Oct 2018 03:24:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:41,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-a918763d-e24c-4d45-9534-8861be6cbb34 2018-10-04 03:24:41,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:41,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-21a0fb59-0894-4bc3-9b0d-3c55d5755f4e Date: Thu, 04 Oct 2018 03:24:41 GMT RESP BODY: {"ports":[]} 2018-10-04 03:24:41,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1&admin_state_up=True used request id req-21a0fb59-0894-4bc3-9b0d-3c55d5755f4e 2018-10-04 03:24:41,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:41,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-1e0cc34d-ed2e-4a79-a32a-a6dc315a1d7b x-compute-request-id: req-1e0cc34d-ed2e-4a79-a32a-a6dc315a1d7b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 03:24:41,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst used request id req-1e0cc34d-ed2e-4a79-a32a-a6dc315a1d7b 2018-10-04 03:24:41,670 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:41,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9b7dcb40-d0be-4ccb-b2f7-8c79b720a7fc Date: Thu, 04 Oct 2018 03:24:41 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":["bba0ccee-be8d-459e-9a98-a61d050db070"],"updated_at":"2018-10-04T03:24:38Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:41,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net used request id req-9b7dcb40-d0be-4ccb-b2f7-8c79b720a7fc 2018-10-04 03:24:41,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:41,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-722403da-cb11-4810-8d60-5a41c86d0ef8 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:24:41,994 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-722403da-cb11-4810-8d60-5a41c86d0ef8 2018-10-04 03:24:42,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:42,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-19c9ffed-f8ef-4976-9b49-4f0385434aab Date: Thu, 04 Oct 2018 03:24:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:42,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-19c9ffed-f8ef-4976-9b49-4f0385434aab 2018-10-04 03:24:42,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:42,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7a6098e0-d36e-47a3-a11a-86c8cd7ed915 Date: Thu, 04 Oct 2018 03:24:42 GMT RESP BODY: {"ports":[]} 2018-10-04 03:24:42,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1&admin_state_up=True used request id req-7a6098e0-d36e-47a3-a11a-86c8cd7ed915 2018-10-04 03:24:42,377 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-10-04 03:24:42,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:24:42,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "11089dab2ceb41e2a62e8bd4feb49a10", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj-role"}], "expires_at": "2018-10-04T04:24:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6d8febcc06e424eaa626fc2809ff76b", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/b6d8febcc06e424eaa626fc2809ff76b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "SimpleHealthCheck-4d1f3bbb-2444-422-user", "id": "043a7e5aa3fa4283a26f53d27ed210ac"}, "audit_ids": ["FYAhtDs7Sv-BFx8OM3LNyw"], "issued_at": "2018-10-04T03:24:42.000000Z"}} 2018-10-04 03:24:42,745 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdee4e54afcfdac3edc6b08297a7d1478cc0e28d" 2018-10-04 03:24:42,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bae02943-3d77-4875-858d-e8011ec96628 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:24:42,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bae02943-3d77-4875-858d-e8011ec96628 2018-10-04 03:24:42,828 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:43,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-90b5ffbf-13fd-4fdf-9327-8c95eb550ac9 Date: Thu, 04 Oct 2018 03:24: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":["bba0ccee-be8d-459e-9a98-a61d050db070"],"updated_at":"2018-10-04T03:24:38Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:43,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net used request id req-90b5ffbf-13fd-4fdf-9327-8c95eb550ac9 2018-10-04 03:24:43,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:43,275 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-73033586-e183-4141-8137-3590dc8885de Date: Thu, 04 Oct 2018 03:24:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:43,275 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-73033586-e183-4141-8137-3590dc8885de 2018-10-04 03:24:43,281 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:43,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-242ca7b9-6990-4c61-a7ca-4d64599eba69 Date: Thu, 04 Oct 2018 03:24: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":["bba0ccee-be8d-459e-9a98-a61d050db070"],"updated_at":"2018-10-04T03:24:38Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:43,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net used request id req-242ca7b9-6990-4c61-a7ca-4d64599eba69 2018-10-04 03:24:43,377 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:24:43,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:24:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:24:43,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fdee4e54afcfdac3edc6b08297a7d1478cc0e28d" 2018-10-04 03:24:43,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df92ef13-9088-4dbd-820e-c91b22a1459a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:24:43,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-df92ef13-9088-4dbd-820e-c91b22a1459a 2018-10-04 03:24:43,462 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:43,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-1406bcfe-02a4-43aa-a1a8-37ced1abd5d0 Date: Thu, 04 Oct 2018 03:24:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:43,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-1406bcfe-02a4-43aa-a1a8-37ced1abd5d0 2018-10-04 03:24:43,660 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net 2018-10-04 03:24:43,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" -d '{"port": {"network_id": "454666c3-afcc-49af-843c-113157615fa7", "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1", "admin_state_up": true}}' 2018-10-04 03:24:44,518 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 753 X-Openstack-Request-Id: req-b0c0b4d5-0121-4af5-a234-1f5cd79cc0a8 Date: Thu, 04 Oct 2018 03:24:44 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-10-04T03:24:44Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-10-04T03:24:44Z","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:b7:9d:16","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","fixed_ips":[{"subnet_id":"bba0ccee-be8d-459e-9a98-a61d050db070","ip_address":"10.55.0.12"}],"id":"28cfffe7-4565-4a09-b93c-a350757a1a1d","security_groups":["d81bd8af-df8e-45b4-afb3-7afb5d24db89"],"device_id":""}} 2018-10-04 03:24:44,518 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-b0c0b4d5-0121-4af5-a234-1f5cd79cc0a8 2018-10-04 03:24:44,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:44,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9ce72bef-f8d9-4348-9a56-55be641af5d4 Date: Thu, 04 Oct 2018 03:24:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bba0ccee-be8d-459e-9a98-a61d050db070"],"updated_at":"2018-10-04T03:24:38Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:44,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net used request id req-9ce72bef-f8d9-4348-9a56-55be641af5d4 2018-10-04 03:24:44,896 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:44,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-835094fe-5540-469f-82d7-9cbc51756856 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:24:44,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-835094fe-5540-469f-82d7-9cbc51756856 2018-10-04 03:24:44,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:45,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-c2aa4318-2ab7-4b74-a110-6b70d263ce2f Date: Thu, 04 Oct 2018 03:24:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:45,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-c2aa4318-2ab7-4b74-a110-6b70d263ce2f 2018-10-04 03:24:45,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:45,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 756 X-Openstack-Request-Id: req-0d5a77eb-4171-402e-9f00-c68fd2958531 Date: Thu, 04 Oct 2018 03:24:45 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:44Z","admin_state_up":true,"updated_at":"2018-10-04T03:24:44Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":3,"mac_address":"fa:16:3e:b7:9d:16","id":"28cfffe7-4565-4a09-b93c-a350757a1a1d","port_security_enabled":true,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","fixed_ips":[{"subnet_id":"bba0ccee-be8d-459e-9a98-a61d050db070","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["d81bd8af-df8e-45b4-afb3-7afb5d24db89"],"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1"}]} 2018-10-04 03:24:45,384 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1&admin_state_up=True used request id req-0d5a77eb-4171-402e-9f00-c68fd2958531 2018-10-04 03:24:45,388 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:45,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ed4a3e9-0012-4c66-9c76-7f4a3301601e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:24:45,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-1ed4a3e9-0012-4c66-9c76-7f4a3301601e 2018-10-04 03:24:45,467 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst 2018-10-04 03:24:45,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:45,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24: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-6a044895-c144-4509-a534-c77f05a6ce2c x-compute-request-id: req-6a044895-c144-4509-a534-c77f05a6ce2c Content-Encoding: gzip Content-Length: 201 Content-Type: application/json RESP BODY: {"flavors": [{"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}], "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-flavor-name"}]} 2018-10-04 03:24:45,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6a044895-c144-4509-a534-c77f05a6ce2c 2018-10-04 03:24:45,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:45,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24: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-27253d66-a5dc-4368-9b2f-f67b0785350c x-compute-request-id: req-27253d66-a5dc-4368-9b2f-f67b0785350c Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:24:45,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd used request id req-27253d66-a5dc-4368-9b2f-f67b0785350c 2018-10-04 03:24:45,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:45,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1044 Content-Type: application/json X-Openstack-Request-Id: req-f13e7cf0-000e-4465-af05-e320a1c976f5 Date: Thu, 04 Oct 2018 03:24:45 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T03:24:34Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-10-04T03:24:36Z", "visibility": "shared", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/snap", "metadata": {}}], "self": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "min_disk": 0, "protected": false, "id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "file": "/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "b6d8febcc06e424eaa626fc2809ff76b", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image"} 2018-10-04 03:24:45,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image used request id req-f13e7cf0-000e-4465-af05-e320a1c976f5 2018-10-04 03:24:45,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:45,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-626029bc-f7a0-4992-98d9-739f254acd3f Date: Thu, 04 Oct 2018 03:24: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-04 03:24:45,900 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-626029bc-f7a0-4992-98d9-739f254acd3f 2018-10-04 03:24:45,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" -d '{"server": {"name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "imageRef": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "flavorRef": "3a1b8622-d826-4156-842f-1a12002d2ccd", "max_count": 1, "min_count": 1, "networks": [{"port": "28cfffe7-4565-4a09-b93c-a350757a1a1d"}]}}' 2018-10-04 03:24:46,910 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:24: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-251de658-561a-4e66-8df0-fed434c2c2af x-compute-request-id: req-251de658-561a-4e66-8df0-fed434c2c2af Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "adminPass": "52hGKB6Kjjbq"}} 2018-10-04 03:24:46,911 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-251de658-561a-4e66-8df0-fed434c2c2af 2018-10-04 03:24:46,914 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:47,142 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24: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-31af96c8-0f3f-40f2-95b5-8cbc366d346a x-compute-request-id: req-31af96c8-0f3f-40f2-95b5-8cbc366d346a Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "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-04T03:24:46Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:24:47,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-31af96c8-0f3f-40f2-95b5-8cbc366d346a 2018-10-04 03:24:47,143 - create_instance - INFO - Created instance with name - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst 2018-10-04 03:24:47,145 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:47,361 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-7c7d233b-6e3c-4340-af65-29c9f473c94a x-compute-request-id: req-7c7d233b-6e3c-4340-af65-29c9f473c94a Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "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-04T03:24:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:24:47,361 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-7c7d233b-6e3c-4340-af65-29c9f473c94a 2018-10-04 03:24:47,361 - create_instance - DEBUG - Instance status [SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst] is - BUILD 2018-10-04 03:24:47,361 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:24:50,365 - create_instance - DEBUG - VM status query timeout in 896.778398037 2018-10-04 03:24:50,367 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:50,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-fac0d831-0341-419d-9e9b-8f9a33b7710f x-compute-request-id: req-fac0d831-0341-419d-9e9b-8f9a33b7710f Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "security_groups": [{"name": "default"}], "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "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-04T03:24:48Z", "hostId": "6f876ec8dee84bcbe47daf2fbd36f51073d77dc1c833f6a4db6d0766", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:24:50,829 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-fac0d831-0341-419d-9e9b-8f9a33b7710f 2018-10-04 03:24:50,829 - create_instance - DEBUG - Instance status [SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst] is - BUILD 2018-10-04 03:24:50,830 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:24:53,833 - create_instance - DEBUG - VM status query timeout in 893.310204983 2018-10-04 03:24:53,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:54,525 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24: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-c7b7122a-8370-4772-af28-d9d3ca952a07 x-compute-request-id: req-c7b7122a-8370-4772-af28-d9d3ca952a07 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:9d:16", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:24:50.000000", "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "security_groups": [{"name": "default"}], "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "OS-DCF: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-04T03:24:51Z", "hostId": "6f876ec8dee84bcbe47daf2fbd36f51073d77dc1c833f6a4db6d0766", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:24:54,525 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-c7b7122a-8370-4772-af28-d9d3ca952a07 2018-10-04 03:24:54,526 - create_instance - DEBUG - Instance status [SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst] is - ACTIVE 2018-10-04 03:24:54,526 - create_instance - INFO - VM is - ACTIVE 2018-10-04 03:24:54,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:55,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-714b0686-3608-4b8c-a4fd-106ca76944c3 x-compute-request-id: req-714b0686-3608-4b8c-a4fd-106ca76944c3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:9d:16", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:24:50.000000", "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "security_groups": [{"name": "default"}], "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "OS-DCF: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-04T03:24:51Z", "hostId": "6f876ec8dee84bcbe47daf2fbd36f51073d77dc1c833f6a4db6d0766", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:24:55,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-714b0686-3608-4b8c-a4fd-106ca76944c3 2018-10-04 03:24:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:55,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-1d205c24-3e74-4e0e-9ab2-306d886219b5 Date: Thu, 04 Oct 2018 03:24:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["bba0ccee-be8d-459e-9a98-a61d050db070"],"updated_at":"2018-10-04T03:24:38Z","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"454666c3-afcc-49af-843c-113157615fa7","name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net"}]} 2018-10-04 03:24:55,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net used request id req-1d205c24-3e74-4e0e-9ab2-306d886219b5 2018-10-04 03:24:55,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:55,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6682ffe-0617-46ef-b1d9-3d8ec397a745 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:24:55,465 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-c6682ffe-0617-46ef-b1d9-3d8ec397a745 2018-10-04 03:24:55,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:55,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-558bc962-944f-4b5b-b412-4f365fbb3625 Date: Thu, 04 Oct 2018 03:24:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:38Z","dns_nameservers":[],"updated_at":"2018-10-04T03:24:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"b6d8febcc06e424eaa626fc2809ff76b","id":"bba0ccee-be8d-459e-9a98-a61d050db070","subnetpool_id":null,"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet"}]} 2018-10-04 03:24:55,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-558bc962-944f-4b5b-b412-4f365fbb3625 2018-10-04 03:24:55,529 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:55,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3020 X-Openstack-Request-Id: req-10293479-27d0-462a-9ed4-13c735f7fd60 Date: Thu, 04 Oct 2018 03:24:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:44Z","admin_state_up":true,"updated_at":"2018-10-04T03:24:49Z","binding:vnic_type":"normal","device_id":"1842974c-f412-42fc-a1c7-667e31ad2a8b","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:b7:9d:16","id":"28cfffe7-4565-4a09-b93c-a350757a1a1d","port_security_enabled":true,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","fixed_ips":[{"subnet_id":"bba0ccee-be8d-459e-9a98-a61d050db070","ip_address":"10.55.0.12"}],"extra_dhcp_opts":[],"security_groups":["d81bd8af-df8e-45b4-afb3-7afb5d24db89"],"name":"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1"},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:39Z","admin_state_up":true,"updated_at":"2018-10-04T03:24:40Z","binding:vnic_type":"normal","device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-454666c3-afcc-49af-843c-113157615fa7","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:04:ca:20","id":"3d62b08f-fb97-448d-83e4-84d7441f03c3","port_security_enabled":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","fixed_ips":[{"subnet_id":"bba0ccee-be8d-459e-9a98-a61d050db070","ip_address":"10.55.0.2"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:39Z","admin_state_up":true,"updated_at":"2018-10-04T03:24:40Z","binding:vnic_type":"normal","device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-454666c3-afcc-49af-843c-113157615fa7","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:c9:c0:35","id":"4c1d0a96-02c7-4a3e-b0cb-d2bec2ecb767","port_security_enabled":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","fixed_ips":[{"subnet_id":"bba0ccee-be8d-459e-9a98-a61d050db070","ip_address":"10.55.0.3"}],"extra_dhcp_opts":[],"security_groups":[],"name":""},{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"454666c3-afcc-49af-843c-113157615fa7","tenant_id":"b6d8febcc06e424eaa626fc2809ff76b","created_at":"2018-10-04T03:24:40Z","admin_state_up":true,"updated_at":"2018-10-04T03:24:41Z","binding:vnic_type":"normal","device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-454666c3-afcc-49af-843c-113157615fa7","device_owner":"network:dhcp","revision_number":4,"mac_address":"fa:16:3e:39:bb:89","id":"59aed48e-2d0a-4df3-a975-061ad5bd6444","port_security_enabled":false,"project_id":"b6d8febcc06e424eaa626fc2809ff76b","fixed_ips":[{"subnet_id":"bba0ccee-be8d-459e-9a98-a61d050db070","ip_address":"10.55.0.4"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-10-04 03:24:55,626 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=454666c3-afcc-49af-843c-113157615fa7 used request id req-10293479-27d0-462a-9ed4-13c735f7fd60 2018-10-04 03:24:55,626 - create_instance_tests - INFO - Looking for IP 10.55.0.12 in the console log 2018-10-04 03:24:55,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:56,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24: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-265825a8-da10-4b7d-9e63-3320d75647b3 x-compute-request-id: req-265825a8-da10-4b7d-9e63-3320d75647b3 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:9d:16", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:24:50.000000", "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "security_groups": [{"name": "default"}], "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "OS-DCF: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-04T03:24:51Z", "hostId": "6f876ec8dee84bcbe47daf2fbd36f51073d77dc1c833f6a4db6d0766", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:24:56,024 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-265825a8-da10-4b7d-9e63-3320d75647b3 2018-10-04 03:24:56,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:24:57,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:24:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99bd8ae4-735d-467f-ac2c-a3ffab9e54a5 x-compute-request-id: req-99bd8ae4-735d-467f-ac2c-a3ffab9e54a5 Content-Encoding: gzip Content-Length: 9407 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 666052884 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149610] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151255] pid_max: default: 32768 minimum: 301\n[ 0.152142] ACPI: Core revision 20150930\n[ 0.153529] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154832] Security Framework initialized\n[ 0.155643] Yama: becoming mindful.\n[ 0.156372] AppArmor: AppArmor initialized\n[ 0.157227] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.158511] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.159763] Mount-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.160945] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes)\n[ 0.162325] Initializing cgroup subsys io\n[ 0.163128] Initializing cgroup subsys memory\n[ 0.163976] Initializing cgroup subsys devices\n[ 0.164853] Initializing cgroup subsys freezer\n[ 0.165717] Initializing cgroup subsys net_cls\n[ 0.166576] Initializing cgroup subsys perf_event\n[ 0.167491] Initializing cgroup subsys net_prio\n[ 0.168384] Initializing cgroup subsys hugetlb\n[ 0.169272] Initializing cgroup subsys pids\n[ 0.170145] CPU: Physical Processor ID: 0\n[ 0.171638] mce: CPU supports 10 MCE banks\n[ 0.172476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184393] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190996] ftrace: allocating 31920 entries in 125 pages\n[ 0.217862] smpboot: Max logical packages: 1\n[ 0.218741] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220081] x2apic enabled\n[ 0.220892] Switched APIC routing to physical x2apic.\n[ 0.222634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.225724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227498] KVM setup paravirtual spinlock\n[ 0.228827] x86: Booted up 1 node, 1 CPUs\n[ 0.229628] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231003] devtmpfs: initialized\n[ 0.232705] evm: security.selinux\n[ 0.233420] evm: security.SMACK64\n[ 0.234107] evm: security.SMACK64EXEC\n[ 0.234842] evm: security.SMACK64TRANSMUTE\n[ 0.235643] evm: security.SMACK64MMAP\n[ 0.236384] evm: security.ima\n[ 0.237017] evm: security.capability\n[ 0.237820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239670] pinctrl core: initialized pinctrl subsystem\n[ 0.240767] RTC time: 3:24:50, date: 10/04/18\n[ 0.241718] NET: Registered protocol family 16\n[ 0.242685] cpuidle: using governor ladder\n[ 0.243493] cpuidle: using governor menu\n[ 0.244273] PCCT header not found.\n[ 0.245026] ACPI: bus type PCI registered\n[ 0.245817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247060] PCI: Using configuration type 1 for base access\n[ 0.248808] ACPI: Added _OSI(Module Device)\n[ 0.249658] ACPI: Added _OSI(Processor Device)\n[ 0.250515] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251403] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253472] ACPI: Interpreter enabled\n[ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261558] ACPI: (supports S0 S5)\n[ 0.262259] ACPI: Using IOAPIC for interrupt routing\n[ 0.263202] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266301] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267441] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268661] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269838] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272048] acpiphp: Slot [3] registered\n[ 0.272841] acpiphp: Slot [4] registered\n[ 0.273639] acpiphp: Slot [5] registered\n[ 0.274437] acpiphp: Slot [6] registered\n[ 0.275227] acpiphp: Slot [7] registered\n[ 0.276024] acpiphp: Slot [8] registered\n[ 0.276812] acpiphp: Slot [9] registered\n[ 0.277605] acpiphp: Slot [10] registered\n[ 0.278412] acpiphp: Slot [11] registered\n[ 0.279224] acpiphp: Slot [12] registered\n[ 0.280036] acpiphp: Slot [13] registered\n[ 0.280837] acpiphp: Slot [14] registered\n[ 0.281643] acpiphp: Slot [15] registered\n[ 0.292462] acpiphp: Slot [16] registered\n[ 0.293272] acpiphp: Slot [17] registered\n[ 0.294079] acpiphp: Slot [18] registered\n[ 0.294879] acpiphp: Slot [19] registered\n[ 0.295685] acpiphp: Slot [20] registered\n[ 0.296497] acpiphp: Slot [21] registered\n[ 0.297306] acpiphp: Slot [22] registered\n[ 0.298108] acpiphp: Slot [23] registered\n[ 0.298910] acpiphp: Slot [24] registered\n[ 0.299716] acpiphp: Slot [25] registered\n[ 0.300532] acpiphp: Slot [26] registered\n[ 0.301349] acpiphp: Slot [27] registered\n[ 0.302153] acpiphp: Slot [28] registered\n[ 0.302955] acpiphp: Slot [29] registered\n[ 0.303763] acpiphp: Slot [30] registered\n[ 0.304582] acpiphp: Slot [31] registered\n[ 0.305390] PCI host bridge to bus 0000:00\n[ 0.306196] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307406] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310057] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window]\n[ 0.311493] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.320161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321427] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.328260] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329682] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.377983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.379465] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.380883] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.382298] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.383673] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.385675] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.386841] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.387889] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.389428] vgaarb: loaded\n[ 0.390029] vgaarb: bridge control possible 0000:00:02.0\n[ 0.391180] SCSI subsystem initialized\n[ 0.392001] ACPI: bus type USB registered\n[ 0.392814] usbcore: registered new interface driver usbfs\n[ 0.393845] usbcore: registered new interface driver hub\n[ 0.394844] usbcore: registered new device driver usb\n[ 0.395897] PCI: Using ACPI for IRQ routing\n[ 0.396929] NetLabel: Initializing\n[ 0.397640] NetLabel: domain hash size = 128\n[ 0.398490] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399440] NetLabel: unlabeled traffic allowed by default\n[ 0.400529] clocksource: Switched to clocksource kvm-clock\n[ 0.406190] AppArmor: AppArmor Filesystem Enabled\n[ 0.407155] pnp: PnP ACPI init\n[ 0.408082] pnp: PnP ACPI: found 5 devices\n[ 0.414120] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.415841] NET: Registered protocol family 2\n[ 0.416818] TCP established hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.418090] TCP bind hash table entries: 2048 (order: 3, 32768 bytes)\n[ 0.419249] TCP: Hash tables configured (established 2048 bind 2048)\n[ 0.420411] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421484] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422646] NET: Registered protocol family 1\n[ 0.423506] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424597] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425660] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439996] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454215] Trying to unpack rootfs image as initramfs...\n[ 0.503629] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000)\n[ 0.517702] Scanning for low memory corruption every 60 seconds\n[ 0.519310] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.520637] audit: initializing netlink subsys (disabled)\n[ 0.521800] audit: type=2000 audit(1538623491.415:1): initialized\n[ 0.523274] Initialise system trusted keyring\n[ 0.524384] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.525821] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528081] zbud: loaded\n[ 0.528884] VFS: Disk quotas dquot_6.6.0\n[ 0.529926] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531697] fuse init (API version 7.23)\n[ 0.532724] Key type big_key registered\n[ 0.533669] Allocating IMA MOK and blacklist keyrings.\n[ 0.534977] Key type asymmetric registered\n[ 0.535994] Asymmetric key parser 'x509' registered\n[ 0.537169] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538916] io scheduler noop registered\n[ 0.539873] io scheduler deadline registered (default)\n[ 0.540869] io scheduler cfq registered\n[ 0.541704] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543983] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545429] ACPI: Power Button [PWRF]\n[ 0.546264] GHES: HEST is not enabled!\n[ 0.559993] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593855] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.596945] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.621542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.623713] Linux agpgart interface v0.103\n[ 0.626644] brd: module loaded\n[ 0.627810] loop: module loaded\n[ 0.632549] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633998] GPT:90111 != 20971519\n[ 0.634682] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635756] GPT:90111 != 20971519\n[ 0.636435] GPT: Use GNU Parted to correct GPT errors.\n[ 0.637395] vda: vda1 vda15\n[ 0.638846] scsi host0: ata_piix\n[ 0.639602] scsi host1: ata_piix\n[ 0.640303] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.641510] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.643303] libphy: Fixed MDIO Bus: probed\n[ 0.644114] tun: Universal TUN/TAP device driver, 1.6\n[ 0.645057] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.647185] PPP generic driver version 2.4.2\n[ 0.648065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.649333] ehci-pci: EHCI PCI platform driver\n[ 0.650199] ehci-platform: EHCI generic platform driver\n[ 0.651170] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.652280] ohci-pci: OHCI PCI platform driver\n[ 0.653145] ohci-platform: OHCI generic platform driver\n[ 0.654122] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668456] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669450] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670881] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.673177] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.674547] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.676179] usb usb1: Product: UHCI Host Controller\n[ 0.677265] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.678679] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.679793] hub 1-0:1.0: USB hub found\n[ 0.680682] hub 1-0:1.0: 2 ports detected\n[ 0.681701] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.683993] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.685089] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.686253] mousedev: PS/2 mouse device common for all mice\n[ 0.687633] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.689661] rtc_cmos 00:00: RTC can wake from S4\n[ 0.690871] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.692229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.693603] i2c /dev entries driver\n[ 0.694457] device-mapper: uevent: version 1.0.3\n[ 0.695484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.697356] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.698804] NET: Registered protocol family 10\n[ 0.699913] NET: Registered protocol family 17\n[ 0.700947] Key type dns_resolver registered\n[ 0.702010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.703128] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704844] registered taskstats version 1\n[ 0.705675] Loading compiled-in X.509 certificates\n[ 0.707097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.708936] zswap: loaded using pool lzo/zbud\n[ 0.710785] Key type trusted registered\n[ 0.712301] Key type encrypted registered\n[ 0.713140] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714153] ima: No TPM chip found, activating TPM-bypass!\n[ 0.715172] evm: HMAC attrs: 0x1\n[ 0.716097] Magic number: 6:15:411\n[ 0.716938] rtc_cmos 00:00: setting system clock to 2018-10-04 03:24:51 UTC (1538623491)\n[ 0.718517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.719603] EDD information not available.\n[ 0.801472] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803014] Write protecting the kernel read-only data: 14336k\n[ 0.814724] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.816526] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.14\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.357638] 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.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 1.23. 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\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 236MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 10737418240 \nvda1 253:1 10727964160 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCojCCaNayrfPLtwr8zaji7eWIT/t3zoyRkaBk0h3IZPmsZKWLUhhaINDvSdQqbnily+IWyczBpCsqnd8fxeyh2HsFmHXzLoV0xXsOehBwA4j0rC+E6Q3Nc+tmYspaqUyLj67OUOQthK6tSk7dipEFBr4KO3HRxjK3PXuTuUloKaJlQiI8fowbGckdu/CFC+qLnTYjygkfj7kIgjbm9soEFQM0yUZDYr9nMptdFSe8r3qK1n858eYp02NcsQ674evgXRmrWNauJZZvqdM+2aTo7e2q1GbhHE9w34HHAjXfe33oNOJpoyeRaWjmeaM5aHuOI8J9WqIfoWxAOhw6s3NmX root@simplehealthcheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst\nssh-dss AAAAB3NzaC1kc3MAAACBAIN1H+seDMw9Lh3ecjAsR8dBMZfwhpjr1k3nV0Jq0Fujv1Wqh0+6/SYHPGk8FtTvNEejR/QQnFs5QlG9fUdADoeHv/i4A2FzXJt0T+wolPO3H9DwIqTBcf6kl7JdyjqsPaxGrJUYXef1YxtVTuUDNCJnqROTAoWUghsr/miqImjXAAAAFQCzlXR8QUMWVJ3C8b2kRBygr5mCGwAAAIAtGS32JI3UsdNtLkn9AjzGmxkC89/liOMahaxC3b/UXcWD/02M40DVW6nkGHaxQesdNO2bwHLSZv2IVCyca+jrhMX5nryu3kHkOnI574wfxIg2WdtYZkco8350bTx+WUmq0VBh2JNdOdwN88GTDvvsxls9Shg5N8HXctASJi0l+gAAAIBxjotnLjQAzoOxquBATfncBtyMyXF7BrTOPpx+Nd0khUJSxVDAS/IzjZb+yogiNYIDiu5gOPy+/QtS877sB5B10rbuRZfp6KVKs5VRKOU1zdgY1LXdBv8Scp9VTDONTlzpejCKk/NQezxdphXWKmVm0ue5zPxsXq+jFu/yPakFZg== root@simplehealthcheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.55.0.12,24,fe80::f816:3eff:feb7:9d16/64,\nip-route:default via 10.55.0.1 dev eth0 \nip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 \nip-route:169.254.169.254 via 10.55.0.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-0000001e\nname: N/A\navailability-zone: nova\nlocal-hostname: simplehealthcheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.24 ===\n"} 2018-10-04 03:24:57,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b/action used request id req-99bd8ae4-735d-467f-ac2c-a3ffab9e54a5 2018-10-04 03:24:57,125 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 03:24:57,125 - 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 666052884 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000000ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000000ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000000ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x10000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88000f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 64357 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 1024 (order: 1, 8192 bytes) [ 0.000000] Memory: 233756K/261608K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 27852K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.149610] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.151255] pid_max: default: 32768 minimum: 301 [ 0.152142] ACPI: Core revision 20150930 [ 0.153529] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.154832] Security Framework initialized [ 0.155643] Yama: becoming mindful. [ 0.156372] AppArmor: AppArmor initialized [ 0.157227] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.158511] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.159763] Mount-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.160945] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) [ 0.162325] Initializing cgroup subsys io [ 0.163128] Initializing cgroup subsys memory [ 0.163976] Initializing cgroup subsys devices [ 0.164853] Initializing cgroup subsys freezer [ 0.165717] Initializing cgroup subsys net_cls [ 0.166576] Initializing cgroup subsys perf_event [ 0.167491] Initializing cgroup subsys net_prio [ 0.168384] Initializing cgroup subsys hugetlb [ 0.169272] Initializing cgroup subsys pids [ 0.170145] CPU: Physical Processor ID: 0 [ 0.171638] mce: CPU supports 10 MCE banks [ 0.172476] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.173471] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184393] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.190996] ftrace: allocating 31920 entries in 125 pages [ 0.217862] smpboot: Max logical packages: 1 [ 0.218741] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220081] x2apic enabled [ 0.220892] Switched APIC routing to physical x2apic. [ 0.222634] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223746] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.225724] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227498] KVM setup paravirtual spinlock [ 0.228827] x86: Booted up 1 node, 1 CPUs [ 0.229628] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.231003] devtmpfs: initialized [ 0.232705] evm: security.selinux [ 0.233420] evm: security.SMACK64 [ 0.234107] evm: security.SMACK64EXEC [ 0.234842] evm: security.SMACK64TRANSMUTE [ 0.235643] evm: security.SMACK64MMAP [ 0.236384] evm: security.ima [ 0.237017] evm: security.capability [ 0.237820] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.239670] pinctrl core: initialized pinctrl subsystem [ 0.240767] RTC time: 3:24:50, date: 10/04/18 [ 0.241718] NET: Registered protocol family 16 [ 0.242685] cpuidle: using governor ladder [ 0.243493] cpuidle: using governor menu [ 0.244273] PCCT header not found. [ 0.245026] ACPI: bus type PCI registered [ 0.245817] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.247060] PCI: Using configuration type 1 for base access [ 0.248808] ACPI: Added _OSI(Module Device) [ 0.249658] ACPI: Added _OSI(Processor Device) [ 0.250515] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.251403] ACPI: Added _OSI(Processor Aggregator Device) [ 0.253472] ACPI: Interpreter enabled [ 0.254246] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.256078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.257902] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.259736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.261558] ACPI: (supports S0 S5) [ 0.262259] ACPI: Using IOAPIC for interrupt routing [ 0.263202] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.266301] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.267441] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.268661] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269838] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.272048] acpiphp: Slot [3] registered [ 0.272841] acpiphp: Slot [4] registered [ 0.273639] acpiphp: Slot [5] registered [ 0.274437] acpiphp: Slot [6] registered [ 0.275227] acpiphp: Slot [7] registered [ 0.276024] acpiphp: Slot [8] registered [ 0.276812] acpiphp: Slot [9] registered [ 0.277605] acpiphp: Slot [10] registered [ 0.278412] acpiphp: Slot [11] registered [ 0.279224] acpiphp: Slot [12] registered [ 0.280036] acpiphp: Slot [13] registered [ 0.280837] acpiphp: Slot [14] registered [ 0.281643] acpiphp: Slot [15] registered [ 0.292462] acpiphp: Slot [16] registered [ 0.293272] acpiphp: Slot [17] registered [ 0.294079] acpiphp: Slot [18] registered [ 0.294879] acpiphp: Slot [19] registered [ 0.295685] acpiphp: Slot [20] registered [ 0.296497] acpiphp: Slot [21] registered [ 0.297306] acpiphp: Slot [22] registered [ 0.298108] acpiphp: Slot [23] registered [ 0.298910] acpiphp: Slot [24] registered [ 0.299716] acpiphp: Slot [25] registered [ 0.300532] acpiphp: Slot [26] registered [ 0.301349] acpiphp: Slot [27] registered [ 0.302153] acpiphp: Slot [28] registered [ 0.302955] acpiphp: Slot [29] registered [ 0.303763] acpiphp: Slot [30] registered [ 0.304582] acpiphp: Slot [31] registered [ 0.305390] PCI host bridge to bus 0000:00 [ 0.306196] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307406] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.308613] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310057] pci_bus 0000:00: root bus resource [mem 0x10000000-0xfebfffff window] [ 0.311493] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.317689] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.320161] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.321427] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.328260] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.329682] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.377983] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.379465] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.380883] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.382298] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.383673] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.385675] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.386841] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.387889] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.389428] vgaarb: loaded [ 0.390029] vgaarb: bridge control possible 0000:00:02.0 [ 0.391180] SCSI subsystem initialized [ 0.392001] ACPI: bus type USB registered [ 0.392814] usbcore: registered new interface driver usbfs [ 0.393845] usbcore: registered new interface driver hub [ 0.394844] usbcore: registered new device driver usb [ 0.395897] PCI: Using ACPI for IRQ routing [ 0.396929] NetLabel: Initializing [ 0.397640] NetLabel: domain hash size = 128 [ 0.398490] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.399440] NetLabel: unlabeled traffic allowed by default [ 0.400529] clocksource: Switched to clocksource kvm-clock [ 0.406190] AppArmor: AppArmor Filesystem Enabled [ 0.407155] pnp: PnP ACPI init [ 0.408082] pnp: PnP ACPI: found 5 devices [ 0.414120] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.415841] NET: Registered protocol family 2 [ 0.416818] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.418090] TCP bind hash table entries: 2048 (order: 3, 32768 bytes) [ 0.419249] TCP: Hash tables configured (established 2048 bind 2048) [ 0.420411] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.421484] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.422646] NET: Registered protocol family 1 [ 0.423506] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.424597] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425660] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.439996] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.454215] Trying to unpack rootfs image as initramfs... [ 0.503629] Freeing initrd memory: 4824K (ffff88000fb16000 - ffff88000ffcc000) [ 0.517702] Scanning for low memory corruption every 60 seconds [ 0.519310] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.520637] audit: initializing netlink subsys (disabled) [ 0.521800] audit: type=2000 audit(1538623491.415:1): initialized [ 0.523274] Initialise system trusted keyring [ 0.524384] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.525821] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.528081] zbud: loaded [ 0.528884] VFS: Disk quotas dquot_6.6.0 [ 0.529926] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.531697] fuse init (API version 7.23) [ 0.532724] Key type big_key registered [ 0.533669] Allocating IMA MOK and blacklist keyrings. [ 0.534977] Key type asymmetric registered [ 0.535994] Asymmetric key parser 'x509' registered [ 0.537169] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.538916] io scheduler noop registered [ 0.539873] io scheduler deadline registered (default) [ 0.540869] io scheduler cfq registered [ 0.541704] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.542739] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.543983] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.545429] ACPI: Power Button [PWRF] [ 0.546264] GHES: HEST is not enabled! [ 0.559993] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.593855] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.596945] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.621542] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.623713] Linux agpgart interface v0.103 [ 0.626644] brd: module loaded [ 0.627810] loop: module loaded [ 0.632549] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.633998] GPT:90111 != 20971519 [ 0.634682] GPT:Alternate GPT header not at the end of the disk. [ 0.635756] GPT:90111 != 20971519 [ 0.636435] GPT: Use GNU Parted to correct GPT errors. [ 0.637395] vda: vda1 vda15 [ 0.638846] scsi host0: ata_piix [ 0.639602] scsi host1: ata_piix [ 0.640303] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.641510] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.643303] libphy: Fixed MDIO Bus: probed [ 0.644114] tun: Universal TUN/TAP device driver, 1.6 [ 0.645057] tun: (C) 1999-2004 Max Krasnyansky [ 0.647185] PPP generic driver version 2.4.2 [ 0.648065] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.649333] ehci-pci: EHCI PCI platform driver [ 0.650199] ehci-platform: EHCI generic platform driver [ 0.651170] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.652280] ohci-pci: OHCI PCI platform driver [ 0.653145] ohci-platform: OHCI generic platform driver [ 0.654122] uhci_hcd: USB Universal Host Controller Interface driver [ 0.668456] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.669450] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.670881] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.671880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.673177] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.674547] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.676179] usb usb1: Product: UHCI Host Controller [ 0.677265] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.678679] usb usb1: SerialNumber: 0000:00:01.2 [ 0.679793] hub 1-0:1.0: USB hub found [ 0.680682] hub 1-0:1.0: 2 ports detected [ 0.681701] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.683993] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.685089] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.686253] mousedev: PS/2 mouse device common for all mice [ 0.687633] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.689661] rtc_cmos 00:00: RTC can wake from S4 [ 0.690871] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692229] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693603] i2c /dev entries driver [ 0.694457] device-mapper: uevent: version 1.0.3 [ 0.695484] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697356] ledtrig-cpu: registered to indicate activity on CPUs [ 0.698804] NET: Registered protocol family 10 [ 0.699913] NET: Registered protocol family 17 [ 0.700947] Key type dns_resolver registered [ 0.702010] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.703128] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.704844] registered taskstats version 1 [ 0.705675] Loading compiled-in X.509 certificates [ 0.707097] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.708936] zswap: loaded using pool lzo/zbud [ 0.710785] Key type trusted registered [ 0.712301] Key type encrypted registered [ 0.713140] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714153] ima: No TPM chip found, activating TPM-bypass! [ 0.715172] evm: HMAC attrs: 0x1 [ 0.716097] Magic number: 6:15:411 [ 0.716938] rtc_cmos 00:00: setting system clock to 2018-10-04 03:24:51 UTC (1538623491) [ 0.718517] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.719603] EDD information not available. [ 0.801472] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.803014] Write protecting the kernel read-only data: 14336k [ 0.814724] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.816526] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.14 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.357638] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 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 1.23. 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 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 236MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 10737418240 vda1 253:1 10727964160 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCojCCaNayrfPLtwr8zaji7eWIT/t3zoyRkaBk0h3IZPmsZKWLUhhaINDvSdQqbnily+IWyczBpCsqnd8fxeyh2HsFmHXzLoV0xXsOehBwA4j0rC+E6Q3Nc+tmYspaqUyLj67OUOQthK6tSk7dipEFBr4KO3HRxjK3PXuTuUloKaJlQiI8fowbGckdu/CFC+qLnTYjygkfj7kIgjbm9soEFQM0yUZDYr9nMptdFSe8r3qK1n858eYp02NcsQ674evgXRmrWNauJZZvqdM+2aTo7e2q1GbhHE9w34HHAjXfe33oNOJpoyeRaWjmeaM5aHuOI8J9WqIfoWxAOhw6s3NmX root@simplehealthcheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst ssh-dss AAAAB3NzaC1kc3MAAACBAIN1H+seDMw9Lh3ecjAsR8dBMZfwhpjr1k3nV0Jq0Fujv1Wqh0+6/SYHPGk8FtTvNEejR/QQnFs5QlG9fUdADoeHv/i4A2FzXJt0T+wolPO3H9DwIqTBcf6kl7JdyjqsPaxGrJUYXef1YxtVTuUDNCJnqROTAoWUghsr/miqImjXAAAAFQCzlXR8QUMWVJ3C8b2kRBygr5mCGwAAAIAtGS32JI3UsdNtLkn9AjzGmxkC89/liOMahaxC3b/UXcWD/02M40DVW6nkGHaxQesdNO2bwHLSZv2IVCyca+jrhMX5nryu3kHkOnI574wfxIg2WdtYZkco8350bTx+WUmq0VBh2JNdOdwN88GTDvvsxls9Shg5N8HXctASJi0l+gAAAIBxjotnLjQAzoOxquBATfncBtyMyXF7BrTOPpx+Nd0khUJSxVDAS/IzjZb+yogiNYIDiu5gOPy+/QtS877sB5B10rbuRZfp6KVKs5VRKOU1zdgY1LXdBv8Scp9VTDONTlzpejCKk/NQezxdphXWKmVm0ue5zPxsXq+jFu/yPakFZg== root@simplehealthcheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.55.0.12,24,fe80::f816:3eff:feb7:9d16/64, ip-route:default via 10.55.0.1 dev eth0 ip-route:10.55.0.0/24 dev eth0 src 10.55.0.12 ip-route:169.254.169.254 via 10.55.0.3 dev eth0 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-0000001e name: N/A availability-zone: nova local-hostname: simplehealthcheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst launch-index: 0 === cirros: current=0.4.0 uptime=3.24 === 2018-10-04 03:24:57,126 - create_instance - INFO - Deleting Port with ID - 28cfffe7-4565-4a09-b93c-a350757a1a1d 2018-10-04 03:24:57,126 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022bport-1 2018-10-04 03:24:57,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/ports/28cfffe7-4565-4a09-b93c-a350757a1a1d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:57,581 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1d64bce-10aa-4e6e-9bf8-dfcc0c45045a Date: Thu, 04 Oct 2018 03:24:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:24:57,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/ports/28cfffe7-4565-4a09-b93c-a350757a1a1d used request id req-f1d64bce-10aa-4e6e-9bf8-dfcc0c45045a 2018-10-04 03:24:57,581 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst 2018-10-04 03:24:57,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:57,777 - novaclient.v2.client - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-48ad0e2d-ea96-4c7e-b731-ac569d2d2af9 x-compute-request-id: req-48ad0e2d-ea96-4c7e-b731-ac569d2d2af9 Content-Type: application/json 2018-10-04 03:24:57,777 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-48ad0e2d-ea96-4c7e-b731-ac569d2d2af9 2018-10-04 03:24:57,777 - create_instance - INFO - Checking deletion status 2018-10-04 03:24:57,780 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:24:58,007 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-0e883bf8-9134-4a1b-9d30-aa0e3fb47a18 x-compute-request-id: req-0e883bf8-9134-4a1b-9d30-aa0e3fb47a18 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:9d:16", "version": 4, "addr": "10.55.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:24:50.000000", "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "OS-DCF: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-04T03:24:57Z", "hostId": "6f876ec8dee84bcbe47daf2fbd36f51073d77dc1c833f6a4db6d0766", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:24:58,007 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-0e883bf8-9134-4a1b-9d30-aa0e3fb47a18 2018-10-04 03:24:58,008 - create_instance - DEBUG - Instance status [SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst] is - ACTIVE 2018-10-04 03:24:58,008 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:25:01,011 - create_instance - DEBUG - VM status query timeout in 296.766333818 2018-10-04 03:25:01,014 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:25:01,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-a5471dcd-83e6-498c-9392-b3f25ebad182 x-compute-request-id: req-a5471dcd-83e6-498c-9392-b3f25ebad182 Content-Encoding: gzip Content-Length: 655 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b", "rel": "bookmark"}], "image": {"id": "3539f2d5-f1cc-4cad-b17d-907ad16c7626", "links": [{"href": "http://172.30.9.23:8774/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:24:50.000000", "flavor": {"id": "3a1b8622-d826-4156-842f-1a12002d2ccd", "links": [{"href": "http://172.30.9.23:8774/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd", "rel": "bookmark"}]}, "id": "1842974c-f412-42fc-a1c7-667e31ad2a8b", "user_id": "043a7e5aa3fa4283a26f53d27ed210ac", "OS-DCF: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-04T03:24:57Z", "hostId": "6f876ec8dee84bcbe47daf2fbd36f51073d77dc1c833f6a4db6d0766", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst", "created": "2018-10-04T03:24:46Z", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 03:25:01,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-a5471dcd-83e6-498c-9392-b3f25ebad182 2018-10-04 03:25:01,478 - create_instance - DEBUG - Instance status [SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst] is - ACTIVE 2018-10-04 03:25:01,479 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-10-04 03:25:04,482 - create_instance - DEBUG - VM status query timeout in 293.295755863 2018-10-04 03:25:04,485 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29858916b4ad8f1e103b694a770762a6bde776a1" 2018-10-04 03:25:04,530 - novaclient.v2.client - DEBUG - RESP: [404] Date: Thu, 04 Oct 2018 03:25: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-576c20e8-cc83-4bec-9b3a-e89ec2751f13 x-compute-request-id: req-576c20e8-cc83-4bec-9b3a-e89ec2751f13 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 1842974c-f412-42fc-a1c7-667e31ad2a8b could not be found.", "code": 404}} 2018-10-04 03:25:04,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1842974c-f412-42fc-a1c7-667e31ad2a8b used request id req-576c20e8-cc83-4bec-9b3a-e89ec2751f13 2018-10-04 03:25:04,531 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 1842974c-f412-42fc-a1c7-667e31ad2a8b could not be found. (HTTP 404) (Request-ID: req-576c20e8-cc83-4bec-9b3a-e89ec2751f13) 2018-10-04 03:25:04,531 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-inst 2018-10-04 03:25:04,532 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet 2018-10-04 03:25:04,532 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-subnet 2018-10-04 03:25:04,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/bba0ccee-be8d-459e-9a98-a61d050db070 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:25:06,965 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-688e8cb9-09ae-42fe-9f7b-82ae3f4581d6 Date: Thu, 04 Oct 2018 03:25:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:25:06,966 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bba0ccee-be8d-459e-9a98-a61d050db070 used request id req-688e8cb9-09ae-42fe-9f7b-82ae3f4581d6 2018-10-04 03:25:06,966 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-priv-net 2018-10-04 03:25:06,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/networks/454666c3-afcc-49af-843c-113157615fa7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb1cd6d19db9b2054e884e72adfd6f43ba4dea15" 2018-10-04 03:25:08,252 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-686e89b3-af5e-40ae-a127-7176dfd59c9f Date: Thu, 04 Oct 2018 03:25:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:25:08,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/454666c3-afcc-49af-843c-113157615fa7 used request id req-686e89b3-af5e-40ae-a127-7176dfd59c9f 2018-10-04 03:25:08,255 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6d061d1d6de30a10dfd30876ff7fdc8bfa71f81b" 2018-10-04 03:25:08,306 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:25: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-8317453b-821f-48b6-ba6c-06a113014137 x-compute-request-id: req-8317453b-821f-48b6-ba6c-06a113014137 Content-Length: 0 Content-Type: application/json 2018-10-04 03:25:08,306 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/3a1b8622-d826-4156-842f-1a12002d2ccd used request id req-8317453b-821f-48b6-ba6c-06a113014137 2018-10-04 03:25:08,307 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-e3023c13-258a-402c-abd7-bca7d81c022b-image 2018-10-04 03:25:08,310 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0e3a92b35765a61d74e90197225108c3ebfe0586" 2018-10-04 03:25:09,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-369dccfb-444f-4f2c-9575-8327890630c5 Date: Thu, 04 Oct 2018 03:25:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:25:09,982 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/3539f2d5-f1cc-4cad-b17d-907ad16c7626 used request id req-369dccfb-444f-4f2c-9575-8327890630c5 2018-10-04 03:25:09,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:10,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11766 X-Openstack-Request-Id: req-ab921b79-e36b-4621-996c-3d8b67c07ec3 Date: Thu, 04 Oct 2018 03:25:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c23a5f942efc4174a115162f3e558128", "created_at": "2018-10-04T03:25:10Z", "updated_at": "2018-10-04T03:25:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "5d53a75a-648e-4052-abd1-583e2473a072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv4", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "a488444c-4547-4a5a-a2f4-34e03db1bec1", "remote_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv4", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "d72754ea-f815-462b-82d2-c05b78b92995", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv6", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "fd28abb4-d598-4a59-bf43-5d748a966c67", "remote_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv6", "project_id": "c23a5f942efc4174a115162f3e558128"}], "revision_number": 4, "project_id": "c23a5f942efc4174a115162f3e558128", "id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "created_at": "2018-10-04T03:24:37Z", "updated_at": "2018-10-04T03:24:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:24:37Z", "revision_number": 0, "id": "8eb7ebfc-1df3-4f1b-b2be-38be3052af0c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6d8febcc06e424eaa626fc2809ff76b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:24:37Z", "revision_number": 0, "id": "97da9ab8-050f-498d-95b8-3584f476bf99", "remote_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "remote_ip_prefix": null, "created_at": "2018-10-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6d8febcc06e424eaa626fc2809ff76b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:24:37Z", "revision_number": 0, "id": "ade97f3e-4373-458f-b89a-ffea55696c5b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "port_range_min": null, "ethertype": "IPv6", "project_id": "b6d8febcc06e424eaa626fc2809ff76b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:24:37Z", "revision_number": 0, "id": "ddfd4a21-d4db-48c3-b059-882b058c04e4", "remote_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "remote_ip_prefix": null, "created_at": "2018-10-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "port_range_min": null, "ethertype": "IPv4", "project_id": "b6d8febcc06e424eaa626fc2809ff76b"}], "revision_number": 4, "project_id": "b6d8febcc06e424eaa626fc2809ff76b", "id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 03:25:10,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-ab921b79-e36b-4621-996c-3d8b67c07ec3 2018-10-04 03:25:10,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:10,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-237db229-b2a5-47d4-b695-fb3135defee9 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-10-04 03:25:10,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626 used request id req-237db229-b2a5-47d4-b695-fb3135defee9 2018-10-04 03:25:10,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:10,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76413423-91ee-44f5-8432-03f9dff1f109 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128"}, "enabled": true, "id": "c23a5f942efc4174a115162f3e558128", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}} 2018-10-04 03:25:10,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128 used request id req-76413423-91ee-44f5-8432-03f9dff1f109 2018-10-04 03:25:10,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:10,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24ad244f-b442-46ea-a543-1fa3fd292113 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.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-10-04 03:25:10,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03 used request id req-24ad244f-b442-46ea-a543-1fa3fd292113 2018-10-04 03:25:10,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:10,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0045547-b1b0-4b20-9aeb-04d419ea66ec Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b"}, "enabled": true, "id": "b6d8febcc06e424eaa626fc2809ff76b", "parent_id": "default", "domain_id": "default", "name": "SimpleHealthCheck-4d1f3bbb-2444-422-proj"}} 2018-10-04 03:25:10,918 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-a0045547-b1b0-4b20-9aeb-04d419ea66ec 2018-10-04 03:25:10,919 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d81bd8af-df8e-45b4-afb3-7afb5d24db89 2018-10-04 03:25:10,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d81bd8af-df8e-45b4-afb3-7afb5d24db89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:11,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-bf7d345d-4bf8-4851-9130-50bc317ea9cd Date: Thu, 04 Oct 2018 03:25: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-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "port_range_min": null, "revision_number": 0, "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "created_at": "2018-10-04T03:24:37Z", "project_id": "b6d8febcc06e424eaa626fc2809ff76b", "id": "8eb7ebfc-1df3-4f1b-b2be-38be3052af0c"}, {"remote_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "port_range_min": null, "revision_number": 0, "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "created_at": "2018-10-04T03:24:37Z", "project_id": "b6d8febcc06e424eaa626fc2809ff76b", "id": "97da9ab8-050f-498d-95b8-3584f476bf99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "port_range_min": null, "revision_number": 0, "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "created_at": "2018-10-04T03:24:37Z", "project_id": "b6d8febcc06e424eaa626fc2809ff76b", "id": "ade97f3e-4373-458f-b89a-ffea55696c5b"}, {"remote_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:24:37Z", "security_group_id": "d81bd8af-df8e-45b4-afb3-7afb5d24db89", "port_range_min": null, "revision_number": 0, "tenant_id": "b6d8febcc06e424eaa626fc2809ff76b", "created_at": "2018-10-04T03:24:37Z", "project_id": "b6d8febcc06e424eaa626fc2809ff76b", "id": "ddfd4a21-d4db-48c3-b059-882b058c04e4"}]} 2018-10-04 03:25:11,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=d81bd8af-df8e-45b4-afb3-7afb5d24db89 used request id req-bf7d345d-4bf8-4851-9130-50bc317ea9cd 2018-10-04 03:25:11,100 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 03:25:11,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/d81bd8af-df8e-45b4-afb3-7afb5d24db89 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:11,448 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12aa1b82-a63c-4070-9a24-cdc8de284fea Content-Length: 0 Date: Thu, 04 Oct 2018 03:25:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:25:11,448 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/d81bd8af-df8e-45b4-afb3-7afb5d24db89 used request id req-12aa1b82-a63c-4070-9a24-cdc8de284fea 2018-10-04 03:25:11,449 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-4d1f3bbb-2444-422-proj 2018-10-04 03:25:11,453 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:11,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98c9db48-5096-4d9c-bb31-561dc2d8b3d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:11,710 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b6d8febcc06e424eaa626fc2809ff76b used request id req-98c9db48-5096-4d9c-bb31-561dc2d8b3d1 2018-10-04 03:25:11,710 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-4d1f3bbb-2444-422-proj-role 2018-10-04 03:25:11,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/roles/11089dab2ceb41e2a62e8bd4feb49a10 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:11,825 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcc40a6c-648b-4f95-84b4-00bca1800327 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:11,825 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/11089dab2ceb41e2a62e8bd4feb49a10 used request id req-fcc40a6c-648b-4f95-84b4-00bca1800327 2018-10-04 03:25:11,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08f421a699356154fec2d22a6ea9525c5a0a440b" 2018-10-04 03:25:11,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b814ac-0bad-4f31-8564-2e3c16e8a47a Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "69048c67c95d40e7936cbb904e58889a", "links": {"self": "http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:25:11,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a9b814ac-0bad-4f31-8564-2e3c16e8a47a 2018-10-04 03:25:11,915 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-4d1f3bbb-2444-422-user 2018-10-04 03:25:11,919 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/043a7e5aa3fa4283a26f53d27ed210ac -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b1587758fab7206fa8eed8d392fd49400c65b50" 2018-10-04 03:25:12,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-84bd20a3-df00-441d-8825-2f90317618f2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:12,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/043a7e5aa3fa4283a26f53d27ed210ac used request id req-84bd20a3-df00-441d-8825-2f90317618f2 2018-10-04 03:25:12,108 - xtesting.core.unit - DEBUG - test_check_vm_ip_dhcp (snaps.openstack.tests.create_instance_tests.SimpleHealthCheck) ... ok ---------------------------------------------------------------------- Ran 1 test in 41.153s OK 2018-10-04 03:25:12,230 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:25:12,231 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:41 | PASS | +----------------------------+------------------+------------------+----------------+ 2018-10-04 03:25:12,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:25:12,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:12,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8300756-af23-43a2-a180-ab2a7536d692 Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "69048c67c95d40e7936cbb904e58889a", "links": {"self": "http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:25:12,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d8300756-af23-43a2-a180-ab2a7536d692 2018-10-04 03:25:12,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776650905609s 2018-10-04 03:25:12,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:25:12,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:12,507 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ed22b06b-05a6-4c31-9ed7-e58e83266922 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:12,508 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/69048c67c95d40e7936cbb904e58889a used request id req-ed22b06b-05a6-4c31-9ed7-e58e83266922 2018-10-04 03:25:12,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.192270994186s 2018-10-04 03:25:12,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:25:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:12,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-395006f5-ee65-43de-87b1-41dbfe11a1ea Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100", "links": {"self": "http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e"}, "domain_id": "default", "enabled": true, "id": "e89884157d0a47868c98b5bb58f2342e", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:25:12,608 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-395006f5-ee65-43de-87b1-41dbfe11a1ea 2018-10-04 03:25:12,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0995609760284s 2018-10-04 03:25:12,609 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-395006f5-ee65-43de-87b1-41dbfe11a1ea 2018-10-04 03:25:12,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:25:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:12,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95fc232-ef18-4ce3-83ea-bf68f182309e Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e"}, "enabled": true, "id": "e89884157d0a47868c98b5bb58f2342e", "options": {}, "domain_id": "default", "name": "snaps_health_check-user_c938aa85-9f66-4771-a370-09649094f100"}} 2018-10-04 03:25:12,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e used request id req-e95fc232-ef18-4ce3-83ea-bf68f182309e 2018-10-04 03:25:12,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0860278606415s 2018-10-04 03:25:12,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e used request id req-e95fc232-ef18-4ce3-83ea-bf68f182309e 2018-10-04 03:25:12,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 03:25:12,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:12,983 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6e9c2f6-2a73-4e32-b228-d7933c5ae983 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:12,983 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e used request id req-b6e9c2f6-2a73-4e32-b228-d7933c5ae983 2018-10-04 03:25:12,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.281993150711s 2018-10-04 03:25:12,984 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e89884157d0a47868c98b5bb58f2342e used request id req-b6e9c2f6-2a73-4e32-b228-d7933c5ae983 2018-10-04 03:25:12,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:25:12,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:13,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b21111-fd6a-4d7f-86c6-7330b4905d2a Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128"}, "enabled": true, "id": "c23a5f942efc4174a115162f3e558128", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_c938aa85-9f66-4771-a370-09649094f100"}]} 2018-10-04 03:25:13,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-73b21111-fd6a-4d7f-86c6-7330b4905d2a 2018-10-04 03:25:13,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0825209617615s 2018-10-04 03:25:13,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-73b21111-fd6a-4d7f-86c6-7330b4905d2a 2018-10-04 03:25:13,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 03:25:13,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:13,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc1c0997-342a-40c4-8f10-d26e28395558 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:13,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128 used request id req-dc1c0997-342a-40c4-8f10-d26e28395558 2018-10-04 03:25:13,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.159744977951s 2018-10-04 03:25:13,229 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/c23a5f942efc4174a115162f3e558128 used request id req-dc1c0997-342a-40c4-8f10-d26e28395558 2018-10-04 03:25:13,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:25:13,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:13,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cfabca0-2da6-4b5c-a6b2-dfe228a10177 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "79d581a4c86147c09788061819f8c056", "links": {"self": "http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056"}, "name": "Member"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:25:13,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5cfabca0-2da6-4b5c-a6b2-dfe228a10177 2018-10-04 03:25:13,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0791249275208s 2018-10-04 03:25:13,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:25:13,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:13,412 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17104ac2-dca6-4e0b-920d-48489a3fe38a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:13,412 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/79d581a4c86147c09788061819f8c056 used request id req-17104ac2-dca6-4e0b-920d-48489a3fe38a 2018-10-04 03:25:13,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.101482868195s 2018-10-04 03:25:13,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:25:13,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c23a5f942efc4174a115162f3e558128&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}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:13,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-6eee8f4b-b7a5-4aeb-bb30-4c5b1c8b4734 Date: Thu, 04 Oct 2018 03:25:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c23a5f942efc4174a115162f3e558128", "created_at": "2018-10-04T03:25:10Z", "updated_at": "2018-10-04T03:25:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "5d53a75a-648e-4052-abd1-583e2473a072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv4", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "a488444c-4547-4a5a-a2f4-34e03db1bec1", "remote_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv4", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "d72754ea-f815-462b-82d2-c05b78b92995", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv6", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "fd28abb4-d598-4a59-bf43-5d748a966c67", "remote_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv6", "project_id": "c23a5f942efc4174a115162f3e558128"}], "revision_number": 4, "project_id": "c23a5f942efc4174a115162f3e558128", "id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "name": "default"}]} 2018-10-04 03:25:13,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c23a5f942efc4174a115162f3e558128&name=default used request id req-6eee8f4b-b7a5-4aeb-bb30-4c5b1c8b4734 2018-10-04 03:25:13,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.20202589035s 2018-10-04 03:25:13,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=c23a5f942efc4174a115162f3e558128&name=default used request id req-6eee8f4b-b7a5-4aeb-bb30-4c5b1c8b4734 2018-10-04 03:25:13,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:25:13,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:13,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-ef0b74c5-2d71-40bd-9629-63fe39080309 Date: Thu, 04 Oct 2018 03:25:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c23a5f942efc4174a115162f3e558128", "created_at": "2018-10-04T03:25:10Z", "updated_at": "2018-10-04T03:25:10Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "a488444c-4547-4a5a-a2f4-34e03db1bec1", "remote_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv4", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "5d53a75a-648e-4052-abd1-583e2473a072", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv4", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "fd28abb4-d598-4a59-bf43-5d748a966c67", "remote_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv6", "project_id": "c23a5f942efc4174a115162f3e558128"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:10Z", "revision_number": 0, "id": "d72754ea-f815-462b-82d2-c05b78b92995", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:10Z", "security_group_id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "tenant_id": "c23a5f942efc4174a115162f3e558128", "port_range_min": null, "ethertype": "IPv6", "project_id": "c23a5f942efc4174a115162f3e558128"}], "revision_number": 4, "project_id": "c23a5f942efc4174a115162f3e558128", "id": "7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 03:25:13,820 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ef0b74c5-2d71-40bd-9629-63fe39080309 2018-10-04 03:25:13,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.197159051895s 2018-10-04 03:25:13,820 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-ef0b74c5-2d71-40bd-9629-63fe39080309 2018-10-04 03:25:13,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 03:25:13,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9ed90774a0d2d0922984860fabb3a5d3a379a416" 2018-10-04 03:25:14,113 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c302da0a-78f5-4870-b780-6fc8efca665e Content-Length: 0 Date: Thu, 04 Oct 2018 03:25:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:25:14,113 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d.json used request id req-c302da0a-78f5-4870-b780-6fc8efca665e 2018-10-04 03:25:14,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.289170026779s 2018-10-04 03:25:14,113 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7d3646d3-7ae5-4503-9ee0-0f6d3194ce0d.json used request id req-c302da0a-78f5-4870-b780-6fc8efca665e 2018-10-04 03:25:14,114 - 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:27 | PASS | | snaps_health_check | functest | healthcheck | 00:41 | PASS | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-10-04 03:25:14,119 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 03:25:21,658 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-04 03:25:21,663 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 03:25:21,663 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 03:25:21,665 - 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-04 03:25:21,703 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-10-04 03:25:25,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:25:25,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:25:25,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:25:25,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:25:25,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:25:25,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:25:25,618 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:25:25,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:25:25,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:25:25,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:25:25,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:25:25,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:25:25,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:25:25,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:25:25,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:25:25,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:25:25,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:25:25,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eb4c19d-1c43-4774-9210-043fdd5cea9d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:25:25,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4eb4c19d-1c43-4774-9210-043fdd5cea9d 2018-10-04 03:25:25,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:25:26,074 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:25:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["icI6HK1ZQ-mJ664BPDrm6g"], "issued_at": "2018-10-04T03:25:26.000000Z"}} 2018-10-04 03:25:26,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:25:26,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:26,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3ab9fc09-d4ec-4bb9-97ec-8070a5e623e5 Date: Thu, 04 Oct 2018 03:25:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:25:26,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3ab9fc09-d4ec-4bb9-97ec-8070a5e623e5 2018-10-04 03:25:26,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256409883499s 2018-10-04 03:25:26,335 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3ab9fc09-d4ec-4bb9-97ec-8070a5e623e5 2018-10-04 03:25:26,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:25:26,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:26,349 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:25:26 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:25:26,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:26,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01a51e2c-b1fc-4cfc-bddf-3bfbe84b0e54 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:25:26,840 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-01a51e2c-b1fc-4cfc-bddf-3bfbe84b0e54 2018-10-04 03:25:26,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.499860048294s 2018-10-04 03:25:26,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 03:25:26,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb"}}' 2018-10-04 03:25:26,951 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:25:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e43b626c-42d1-41b5-9cb3-4f9a232c5013 Content-Length: 352 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384"}, "enabled": true, "id": "9bea6c36e259443094fbe34e2325f384", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb"}} 2018-10-04 03:25:26,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e43b626c-42d1-41b5-9cb3-4f9a232c5013 2018-10-04 03:25:26,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.109159946442s 2018-10-04 03:25:26,952 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-e43b626c-42d1-41b5-9cb3-4f9a232c5013 2018-10-04 03:25:26,953 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'id': u'9bea6c36e259443094fbe34e2325f384', '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-04 03:25:26,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 03:25:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.416944026947s 2018-10-04 03:25:27,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:27,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f9eea45-6208-49f5-bbab-752c436fd194 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355"}, "enabled": true, "id": "22526835c5a74a9b9e0b5862486eb355", "options": {}, "domain_id": "default", "name": "vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb"}} 2018-10-04 03:25:27,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 used request id req-4f9eea45-6208-49f5-bbab-752c436fd194 2018-10-04 03:25:27,458 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'22526835c5a74a9b9e0b5862486eb355', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb'}) 2018-10-04 03:25:27,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:25:27,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:27,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b765cd-19fb-4525-b6c7-76fcac618b2f Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:25:27,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-39b765cd-19fb-4525-b6c7-76fcac618b2f 2018-10-04 03:25:27,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0933120250702s 2018-10-04 03:25:27,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:25:27,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:27,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2259fa57-48a9-4a8c-823d-f084ce488331 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:25:27,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2259fa57-48a9-4a8c-823d-f084ce488331 2018-10-04 03:25:27,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0801069736481s 2018-10-04 03:25:27,635 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:25:27,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:25:27,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" -d '{"role": {"name": "Member"}}' 2018-10-04 03:25:27,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d78fcc0-8b96-41ca-8b6b-b28a80f35810 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "c3a287480b0c4cebab9b7deb23584e3b", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b"}, "name": "Member"}} 2018-10-04 03:25:27,731 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-4d78fcc0-8b96-41ca-8b6b-b28a80f35810 2018-10-04 03:25:27,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.0952351093292s 2018-10-04 03:25:27,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:27,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49c93c21-d507-45fb-be2b-6b5633aa6eae Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b"}, "domain_id": null, "name": "Member", "id": "c3a287480b0c4cebab9b7deb23584e3b"}} 2018-10-04 03:25:27,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b used request id req-49c93c21-d507-45fb-be2b-6b5633aa6eae 2018-10-04 03:25:27,807 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b'}, 'domain_id': None, 'human_id': None, 'id': u'c3a287480b0c4cebab9b7deb23584e3b', 'HUMAN_ID': False}) 2018-10-04 03:25:27,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:25:27,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:27,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bbb4148-bd7a-4434-b2bb-a5580d5cd996 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c3a287480b0c4cebab9b7deb23584e3b", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b"}, "name": "Member"}]} 2018-10-04 03:25:27,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2bbb4148-bd7a-4434-b2bb-a5580d5cd996 2018-10-04 03:25:27,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0797381401062s 2018-10-04 03:25:27,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:25:27,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:27,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-486ca535-d862-4cb1-a289-b53abe51e309 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:25:27,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-486ca535-d862-4cb1-a289-b53abe51e309 2018-10-04 03:25:27,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0769867897034s 2018-10-04 03:25:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:25:27,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:28,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966b82ac-dd3f-4f83-adc9-277861370558 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb", "links": {"self": "http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355"}, "domain_id": "default", "enabled": true, "id": "22526835c5a74a9b9e0b5862486eb355", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:25:28,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-966b82ac-dd3f-4f83-adc9-277861370558 2018-10-04 03:25:28,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0979070663452s 2018-10-04 03:25:28,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-966b82ac-dd3f-4f83-adc9-277861370558 2018-10-04 03:25:28,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:25:28,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:28,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ef8f47e-e791-4fed-862f-1ea95702ff0b Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384"}, "enabled": true, "id": "9bea6c36e259443094fbe34e2325f384", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:28,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5ef8f47e-e791-4fed-862f-1ea95702ff0b 2018-10-04 03:25:28,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0841898918152s 2018-10-04 03:25:28,156 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-5ef8f47e-e791-4fed-862f-1ea95702ff0b 2018-10-04 03:25:28,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:25:28,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=22526835c5a74a9b9e0b5862486eb355&scope.project.id=9bea6c36e259443094fbe34e2325f384&role.id=c3a287480b0c4cebab9b7deb23584e3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:28,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c533f736-38b1-4440-9b40-3902c81d17b6 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=22526835c5a74a9b9e0b5862486eb355&scope.project.id=9bea6c36e259443094fbe34e2325f384&role.id=c3a287480b0c4cebab9b7deb23584e3b", "previous": null, "next": null}} 2018-10-04 03:25:28,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=22526835c5a74a9b9e0b5862486eb355&scope.project.id=9bea6c36e259443094fbe34e2325f384&role.id=c3a287480b0c4cebab9b7deb23584e3b used request id req-c533f736-38b1-4440-9b40-3902c81d17b6 2018-10-04 03:25:28,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0737960338593s 2018-10-04 03:25:28,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:25:28,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384/users/22526835c5a74a9b9e0b5862486eb355/roles/c3a287480b0c4cebab9b7deb23584e3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:28,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:25:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caa1050b-2c8e-4a6a-b947-a831e6d8059f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:25:28,362 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384/users/22526835c5a74a9b9e0b5862486eb355/roles/c3a287480b0c4cebab9b7deb23584e3b used request id req-caa1050b-2c8e-4a6a-b947-a831e6d8059f 2018-10-04 03:25:28,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.129344940186s 2018-10-04 03:25:28,363 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 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': '068d0874-2996-4aaf-aca0-c7c720e7ec69', 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_da72fe9d-ada9-4a1e-9697-006064967feb', 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:25:28,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:25:28,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:25:28,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:25:28,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:25:28,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:25:28,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:25:28,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:25:28,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:25:28,368 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:25:28,369 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb', 'password': '068d0874-2996-4aaf-aca0-c7c720e7ec69', 'project_name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9bea6c36e259443094fbe34e2325f384', 'project_domain_name': 'Default'} 2018-10-04 03:25:28,369 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-10-04 03:25:28,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:25:28,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:28,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f818cf-2927-44e3-8789-9347f2e5cbbe Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:25:28,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-57f818cf-2927-44e3-8789-9347f2e5cbbe 2018-10-04 03:25:28,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0847489833832s 2018-10-04 03:25:28,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:25:28,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:25:28,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d01ff65-f69f-4b95-9ed3-b4c3484b37de Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384"}, "enabled": true, "id": "9bea6c36e259443094fbe34e2325f384", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:28,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6d01ff65-f69f-4b95-9ed3-b4c3484b37de 2018-10-04 03:25:28,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0737509727478s 2018-10-04 03:25:28,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-6d01ff65-f69f-4b95-9ed3-b4c3484b37de 2018-10-04 03:25:28,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 03:25:28,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" -d '{"network": {"tenant_id": "9bea6c36e259443094fbe34e2325f384", "name": "vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb", "admin_state_up": true}}' 2018-10-04 03:25:29,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-01a6bced-4568-45fb-9267-11309ff55f30 Date: Thu, 04 Oct 2018 03:25:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"6f8fe04b-d07b-4dda-b157-665bdd284751","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9bea6c36e259443094fbe34e2325f384","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:25:29Z","is_default":false,"provider:segmentation_id":10,"name":"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb","admin_state_up":true,"tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:29Z","mtu":1450}} 2018-10-04 03:25:29,369 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-01a6bced-4568-45fb-9267-11309ff55f30 2018-10-04 03:25:29,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.834956884384s 2018-10-04 03:25:29,369 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-01a6bced-4568-45fb-9267-11309ff55f30 2018-10-04 03:25:29,369 - 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-04T03:25:29Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'6f8fe04b-d07b-4dda-b157-665bdd284751', u'provider:segmentation_id': 10, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb', u'admin_state_up': True, u'tenant_id': u'9bea6c36e259443094fbe34e2325f384', u'created_at': u'2018-10-04T03:25:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9bea6c36e259443094fbe34e2325f384'}) 2018-10-04 03:25:29,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:25:29,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11355e8a-b48d-48ae-b1b6-530ada2e63cb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:25:29,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-11355e8a-b48d-48ae-b1b6-530ada2e63cb 2018-10-04 03:25:29,378 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:25:29,753 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "c3a287480b0c4cebab9b7deb23584e3b", "name": "Member"}], "expires_at": "2018-10-04T04:25:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9bea6c36e259443094fbe34e2325f384", "name": "vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9bea6c36e259443094fbe34e2325f384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/9bea6c36e259443094fbe34e2325f384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/9bea6c36e259443094fbe34e2325f384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9bea6c36e259443094fbe34e2325f384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/9bea6c36e259443094fbe34e2325f384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/9bea6c36e259443094fbe34e2325f384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/9bea6c36e259443094fbe34e2325f384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/9bea6c36e259443094fbe34e2325f384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/9bea6c36e259443094fbe34e2325f384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9bea6c36e259443094fbe34e2325f384", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/9bea6c36e259443094fbe34e2325f384", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/9bea6c36e259443094fbe34e2325f384", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb", "id": "22526835c5a74a9b9e0b5862486eb355"}, "audit_ids": ["sZdv4rgoRBO5C81EnDiV1A"], "issued_at": "2018-10-04T03:25:29.000000Z"}} 2018-10-04 03:25:29,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:25:29,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:30,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-5ad627c7-7f53-4133-b941-9ecd07913b82 Date: Thu, 04 Oct 2018 03:25:30 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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","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-04T03:25:29Z","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9bea6c36e259443094fbe34e2325f384","id":"6f8fe04b-d07b-4dda-b157-665bdd284751","name":"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:30,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5ad627c7-7f53-4133-b941-9ecd07913b82 2018-10-04 03:25:30,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257838964462s 2018-10-04 03:25:30,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5ad627c7-7f53-4133-b941-9ecd07913b82 2018-10-04 03:25:30,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 03:25:30,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"subnet": {"name": "vping_ssh-subnet_da72fe9d-ada9-4a1e-9697-006064967feb", "enable_dhcp": true, "network_id": "6f8fe04b-d07b-4dda-b157-665bdd284751", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 03:25:30,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b592ce3f-976b-440e-bc49-b4aa71ae8747 Date: Thu, 04 Oct 2018 03:25:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f8fe04b-d07b-4dda-b157-665bdd284751","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:25:30Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"9bea6c36e259443094fbe34e2325f384","id":"9c554d9b-8bb9-42bd-8c11-b433debd59b0","subnetpool_id":null,"name":"vping_ssh-subnet_da72fe9d-ada9-4a1e-9697-006064967feb"}} 2018-10-04 03:25:30,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b592ce3f-976b-440e-bc49-b4aa71ae8747 2018-10-04 03:25:30,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.771765947342s 2018-10-04 03:25:30,788 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b592ce3f-976b-440e-bc49-b4aa71ae8747 2018-10-04 03:25:30,788 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T03:25:30Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'9c554d9b-8bb9-42bd-8c11-b433debd59b0', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_da72fe9d-ada9-4a1e-9697-006064967feb', u'enable_dhcp': True, u'network_id': u'6f8fe04b-d07b-4dda-b157-665bdd284751', u'tenant_id': u'9bea6c36e259443094fbe34e2325f384', u'created_at': u'2018-10-04T03:25:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9bea6c36e259443094fbe34e2325f384'}) 2018-10-04 03:25:30,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 03:25:30,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "vping_ssh-router_da72fe9d-ada9-4a1e-9697-006064967feb", "admin_state_up": true}}' 2018-10-04 03:25:32,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-7ef96f92-0877-42b5-b239-e146c3f290e3 Date: Thu, 04 Oct 2018 03:25:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:30Z", "admin_state_up": true, "updated_at": "2018-10-04T03:25:31Z", "revision_number": 2, "routes": [], "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "87de2239-72bf-4ec3-9964-e8ce67f63cc2", "name": "vping_ssh-router_da72fe9d-ada9-4a1e-9697-006064967feb"}} 2018-10-04 03:25:32,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7ef96f92-0877-42b5-b239-e146c3f290e3 2018-10-04 03:25:32,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27104687691s 2018-10-04 03:25:32,060 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7ef96f92-0877-42b5-b239-e146c3f290e3 2018-10-04 03:25:32,061 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd452f0e4-634e-4c49-b427-841d4086f073', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9bea6c36e259443094fbe34e2325f384', u'created_at': u'2018-10-04T03:25:30Z', u'admin_state_up': True, u'updated_at': u'2018-10-04T03:25:31Z', u'revision_number': 2, u'routes': [], u'project_id': u'9bea6c36e259443094fbe34e2325f384', u'id': u'87de2239-72bf-4ec3-9964-e8ce67f63cc2', u'name': u'vping_ssh-router_da72fe9d-ada9-4a1e-9697-006064967feb'}) 2018-10-04 03:25:32,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 03:25:32,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"subnet_id": "9c554d9b-8bb9-42bd-8c11-b433debd59b0"}' 2018-10-04 03:25:33,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c1d17186-6700-4eda-bb78-5b16c96283b7 Date: Thu, 04 Oct 2018 03:25:33 GMT RESP BODY: {"network_id": "6f8fe04b-d07b-4dda-b157-665bdd284751", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "subnet_id": "9c554d9b-8bb9-42bd-8c11-b433debd59b0", "subnet_ids": ["9c554d9b-8bb9-42bd-8c11-b433debd59b0"], "port_id": "782ccc4f-688b-495e-ba3f-7bd6ea41f2dd", "id": "87de2239-72bf-4ec3-9964-e8ce67f63cc2"} 2018-10-04 03:25:33,777 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2/add_router_interface.json used request id req-c1d17186-6700-4eda-bb78-5b16c96283b7 2018-10-04 03:25:33,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.71575403214s 2018-10-04 03:25:33,778 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2/add_router_interface.json used request id req-c1d17186-6700-4eda-bb78-5b16c96283b7 returning object 87de2239-72bf-4ec3-9964-e8ce67f63cc2 2018-10-04 03:25:33,778 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:25:33,910 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 03:25:33,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:33,917 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 03:25:33 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 03:25:33,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:25:33,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:34,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-02281b8e-2ce3-4cba-8816-b854f9b3b162 Date: Thu, 04 Oct 2018 03:25:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:25:34,091 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-02281b8e-2ce3-4cba-8816-b854f9b3b162 2018-10-04 03:25:34,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.170215845108s 2018-10-04 03:25:34,091 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-02281b8e-2ce3-4cba-8816-b854f9b3b162 2018-10-04 03:25:34,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 03:25:34,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb"}' 2018-10-04 03:25:34,363 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/105b187e-588f-4c9a-bdb4-089806f35142 X-Openstack-Request-Id: req-27ebea8b-43ca-4c13-bde9-fe0d40196570 Date: Thu, 04 Oct 2018 03:25:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file", "owner": "9bea6c36e259443094fbe34e2325f384", "id": "105b187e-588f-4c9a-bdb4-089806f35142", "size": null, "self": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:25:34Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "checksum": null, "created_at": "2018-10-04T03:25:34Z", "protected": false} 2018-10-04 03:25:34,363 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-27ebea8b-43ca-4c13-bde9-fe0d40196570 2018-10-04 03:25:34,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.270620107651s 2018-10-04 03:25:34,364 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-27ebea8b-43ca-4c13-bde9-fe0d40196570 returning object 105b187e-588f-4c9a-bdb4-089806f35142 2018-10-04 03:25:34,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 03:25:34,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '' 2018-10-04 03:25:36,058 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70e5d3ca-c1ee-4192-9260-94932a973ffe Date: Thu, 04 Oct 2018 03:25: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-04 03:25:36,058 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file used request id req-70e5d3ca-c1ee-4192-9260-94932a973ffe 2018-10-04 03:25:36,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.69362282753s 2018-10-04 03:25:36,059 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file used request id req-70e5d3ca-c1ee-4192-9260-94932a973ffe 2018-10-04 03:25:36,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:25:36,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:36,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f8f125d0-9ab8-4fc0-a05d-1d86fe93ff32 Date: Thu, 04 Oct 2018 03:25:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "metadata": {}}], "file": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file", "owner": "9bea6c36e259443094fbe34e2325f384", "id": "105b187e-588f-4c9a-bdb4-089806f35142", "size": 12716032, "self": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:25:36Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:25:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:25:36,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f8f125d0-9ab8-4fc0-a05d-1d86fe93ff32 2018-10-04 03:25:36,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168581962585s 2018-10-04 03:25:36,228 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f8f125d0-9ab8-4fc0-a05d-1d86fe93ff32 2018-10-04 03:25:36,230 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap', u'metadata': Munch({})})], 'file': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file', 'owner': u'9bea6c36e259443094fbe34e2325f384', 'id': u'105b187e-588f-4c9a-bdb4-089806f35142', 'size': 12716032, u'self': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:25:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T03:25:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', 'created': u'2018-10-04T03:25:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:25:34Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/105b187e-588f-4c9a-bdb4-089806f35142', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:25:36,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 03:25:36,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_da72fe9d-ada9-4a1e-9697-006064967feb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 03:25:36,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-52cf797b-a821-4b10-acb7-0eb8e7c276f4 x-compute-request-id: req-52cf797b-a821-4b10-acb7-0eb8e7c276f4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "00fd948b-7d94-42fc-9331-855293e30491", "name": "vping_ssh-flavor_da72fe9d-ada9-4a1e-9697-006064967feb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:25:36,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-52cf797b-a821-4b10-acb7-0eb8e7c276f4 2018-10-04 03:25:36,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.200050830841s 2018-10-04 03:25:36,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-52cf797b-a821-4b10-acb7-0eb8e7c276f4 returning object 00fd948b-7d94-42fc-9331-855293e30491 2018-10-04 03:25:36,433 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_da72fe9d-ada9-4a1e-9697-006064967feb', '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'510ab77bdaaa470cad047d68b7d85c03', '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'00fd948b-7d94-42fc-9331-855293e30491', 'swap': 0}) 2018-10-04 03:25:36,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 03:25:36,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491/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}4f9e6af8f67a331feb40f41e46d1439b52e31678" -d '{"extra_specs": {}}' 2018-10-04 03:25:36,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-faf2877f-b839-420b-9010-26fb5444d999 x-compute-request-id: req-faf2877f-b839-420b-9010-26fb5444d999 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:25:36,453 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491/os-extra_specs used request id req-faf2877f-b839-420b-9010-26fb5444d999 2018-10-04 03:25:36,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0202538967133s 2018-10-04 03:25:36,454 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491/os-extra_specs used request id req-faf2877f-b839-420b-9010-26fb5444d999 2018-10-04 03:25:36,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-10-04 03:25:36,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"keypair": {"name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb"}}' 2018-10-04 03:25:36,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-71ab610b-70c0-4c4c-9d6e-e842ecd68a5a x-compute-request-id: req-71ab610b-70c0-4c4c-9d6e-e842ecd68a5a Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2/xxv9x2ef6WUgjNqRUOhVgXck/ozEoHaINa5scDkLkcGVP/y+qbjiqP/JSOXhnFQlcKv11vjLFqkwrdrYYPAkxQ0/2dYrtYcYS64v8u+LniNATpfEYTiBeXF5ZNs8gt1xmNRlVoeHc8lhL2emnAb2TSfS0NG+242GU7wCWM1QiJfCf74BZhyZF/NFvlFd4NVsJHJTd6invEkbeUwzVmkCYpo7QplURWO91eLRotLU3Gl4AKKeJKQJnbN0rlYxhW7rSjrjkvFqlCwkQ0aUYeng4JpwqbMG7+1jh+57jg4sS85WthQS8ErZgbxCSUmUdw+R6UqnEg9i1AemqwM9Vvv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA9v8cb/cdnn+llIIzakVDoVYF3JP6MxKB2iDWubHA5C5HBlT/\n8vqm44qj/yUjl4ZxUJXCr9db4yxapMK3a2GDwJMUNP9nWK7WHGEuuL/Lvi54jQE6\nXxGE4gXlxeWTbPILdcZjUZVaHh3PJYS9nppwG9k0n0tDRvtuNhlO8AljNUIiXwn+\n+AWYcmRfzRb5RXeDVbCRyU3eop7xJG3lMM1ZpAmKaO0KZVEVjvdXi0aLS1NxpeAC\niniSkCZ2zdK5WMYVu60o645LxapQsJENGlGHp4OCacKmzBu/tY4fue44OLEvOVrY\nUEvBK2YG8QklJlHcPkelKpxIPYtQHpqsDPVb7wIDAQABAoIBAQDdKU0TTFgvJejj\nczoKe/60pcwV2EJ+HKI86I6cM3eeWXmrR8zuilWJBQkXWu/lq7InEBIFVXankX2Q\nbfHCqsxIUOoVEmQ9Wj/JpZMqRkJvBjlXOLRFj/BGWjWF360ELi7oxD0GPg81TEfB\nNnx7WZnsta6Su9d/5X6n3j16XU2BzvWQQ5zIZn4cmEw3ShVPp65HuH3gn41lL2k0\nAWCZP4cmEin5Gy5JKjKGfVtyo6SLkoh7vLoXKaLJ8LFRUqtJ29dICezaiMA1C9pi\nTIw/O1kNoOfvlY/sIrxUkt0mkPUdxpPsKKUUeTMpWDiwIu7jWMqQleWVo6GkWcNR\n6vvVw+JBAoGBAP7F20RjkLJ6KbzOJ6W6QUe6n7nwohj8omhYV2sCcdJkBNatvkyE\n8lT72wapXdwZQ4BtDcVTFA7jW5Qvvb5LC2Yo3G//oOyKfLNhhl3iJw0T+XXKDRkG\nkTJhXccNunqEMnonKCaJdQnjqSUCaar/l453ggQHkqOyHnmBH3JRv20xAoGBAPgv\nqoOzHFZgsQx7mKQTnTJeWpsiDPfo68xSjgq76UgS+6L5QYDKkHN+vP7kysmQ3z9y\n9ZW25p8koe7v562HnwXLXY6qGVEJVzw1KMrBpbxMJI/l4LWy0r/VBo4Lwfxoi5P3\nGr0qqztvcHFX38sXgQiJokrf+Nmr0to2FIQXVJMfAoGBAM6XdGktb406gJPIe9/o\ne70FeTYXCerHGY8Ra7mrXs7jKgVHGBQGjlcZb48kUacDmXgPdmY3KwGznXQ5jlw7\nkD/EDJSJLl4BIoN3JrUEiPQS6Wt5b0uGxsCasaeS208z2ZayH924Av8E7AjFvxfZ\ncHUnNXe9CEzTR+DxMqXJ4jdRAoGBAJVINoxZI+Zg6p3TihDHK3qsfltps9s6YvrX\nfVC/jqYnpOx2eQv6y8Bsr0myXLe5SE9l2opfJYD8C9sounYKaYCWvoOdlPTFZY91\nej/bEtGcCzHy16LzGQkCHZs7P0ePqsUpkQ/PpodtlHjYnmgOjzKPdusKpShozb8r\nYFPDpL+JAoGBAKyrEfn8gHL8Hya5CU1kNxCMEKNcWfuEdpUrO/SgXpeJAiGdS9/g\nGS/4xSqjnE7G+mDmh59vfo3Oak/7DFEu0Zl+xI0re1MHKHapGa/3X7hrg/Lhldlf\nRjfGsonM2q/UkiFQORP/f3kjQwO38pyxACSRYQUPfpGPY2ZBfpEdfvAA\n-----END RSA PRIVATE KEY-----\n", "user_id": "22526835c5a74a9b9e0b5862486eb355", "name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "fingerprint": "de:30:28:1b:12:1f:71:72:a0:cc:e6:43:ce:0c:c9:00"}} 2018-10-04 03:25:36,837 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-71ab610b-70c0-4c4c-9d6e-e842ecd68a5a 2018-10-04 03:25:36,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.382837057114s 2018-10-04 03:25:36,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-71ab610b-70c0-4c4c-9d6e-e842ecd68a5a 2018-10-04 03:25:36,839 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2/xxv9x2ef6WUgjNqRUOhVgXck/ozEoHaINa5scDkLkcGVP/y+qbjiqP/JSOXhnFQlcKv11vjLFqkwrdrYYPAkxQ0/2dYrtYcYS64v8u+LniNATpfEYTiBeXF5ZNs8gt1xmNRlVoeHc8lhL2emnAb2TSfS0NG+242GU7wCWM1QiJfCf74BZhyZF/NFvlFd4NVsJHJTd6invEkbeUwzVmkCYpo7QplURWO91eLRotLU3Gl4AKKeJKQJnbN0rlYxhW7rSjrjkvFqlCwkQ0aUYeng4JpwqbMG7+1jh+57jg4sS85WthQS8ErZgbxCSUmUdw+R6UqnEg9i1AemqwM9Vvv Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA9v8cb/cdnn+llIIzakVDoVYF3JP6MxKB2iDWubHA5C5HBlT/\n8vqm44qj/yUjl4ZxUJXCr9db4yxapMK3a2GDwJMUNP9nWK7WHGEuuL/Lvi54jQE6\nXxGE4gXlxeWTbPILdcZjUZVaHh3PJYS9nppwG9k0n0tDRvtuNhlO8AljNUIiXwn+\n+AWYcmRfzRb5RXeDVbCRyU3eop7xJG3lMM1ZpAmKaO0KZVEVjvdXi0aLS1NxpeAC\niniSkCZ2zdK5WMYVu60o645LxapQsJENGlGHp4OCacKmzBu/tY4fue44OLEvOVrY\nUEvBK2YG8QklJlHcPkelKpxIPYtQHpqsDPVb7wIDAQABAoIBAQDdKU0TTFgvJejj\nczoKe/60pcwV2EJ+HKI86I6cM3eeWXmrR8zuilWJBQkXWu/lq7InEBIFVXankX2Q\nbfHCqsxIUOoVEmQ9Wj/JpZMqRkJvBjlXOLRFj/BGWjWF360ELi7oxD0GPg81TEfB\nNnx7WZnsta6Su9d/5X6n3j16XU2BzvWQQ5zIZn4cmEw3ShVPp65HuH3gn41lL2k0\nAWCZP4cmEin5Gy5JKjKGfVtyo6SLkoh7vLoXKaLJ8LFRUqtJ29dICezaiMA1C9pi\nTIw/O1kNoOfvlY/sIrxUkt0mkPUdxpPsKKUUeTMpWDiwIu7jWMqQleWVo6GkWcNR\n6vvVw+JBAoGBAP7F20RjkLJ6KbzOJ6W6QUe6n7nwohj8omhYV2sCcdJkBNatvkyE\n8lT72wapXdwZQ4BtDcVTFA7jW5Qvvb5LC2Yo3G//oOyKfLNhhl3iJw0T+XXKDRkG\nkTJhXccNunqEMnonKCaJdQnjqSUCaar/l453ggQHkqOyHnmBH3JRv20xAoGBAPgv\nqoOzHFZgsQx7mKQTnTJeWpsiDPfo68xSjgq76UgS+6L5QYDKkHN+vP7kysmQ3z9y\n9ZW25p8koe7v562HnwXLXY6qGVEJVzw1KMrBpbxMJI/l4LWy0r/VBo4Lwfxoi5P3\nGr0qqztvcHFX38sXgQiJokrf+Nmr0to2FIQXVJMfAoGBAM6XdGktb406gJPIe9/o\ne70FeTYXCerHGY8Ra7mrXs7jKgVHGBQGjlcZb48kUacDmXgPdmY3KwGznXQ5jlw7\nkD/EDJSJLl4BIoN3JrUEiPQS6Wt5b0uGxsCasaeS208z2ZayH924Av8E7AjFvxfZ\ncHUnNXe9CEzTR+DxMqXJ4jdRAoGBAJVINoxZI+Zg6p3TihDHK3qsfltps9s6YvrX\nfVC/jqYnpOx2eQv6y8Bsr0myXLe5SE9l2opfJYD8C9sounYKaYCWvoOdlPTFZY91\nej/bEtGcCzHy16LzGQkCHZs7P0ePqsUpkQ/PpodtlHjYnmgOjzKPdusKpShozb8r\nYFPDpL+JAoGBAKyrEfn8gHL8Hya5CU1kNxCMEKNcWfuEdpUrO/SgXpeJAiGdS9/g\nGS/4xSqjnE7G+mDmh59vfo3Oak/7DFEu0Zl+xI0re1MHKHapGa/3X7hrg/Lhldlf\nRjfGsonM2q/UkiFQORP/f3kjQwO38pyxACSRYQUPfpGPY2ZBfpEdfvAA\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'22526835c5a74a9b9e0b5862486eb355', 'name': u'vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb', 'created_at': '2018-10-04T03:25:36.839097', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'de:30:28:1b:12:1f:71:72:a0:cc:e6:43:ce:0c:c9:00', 'type': 'ssh', 'id': u'vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb'}) 2018-10-04 03:25:36,839 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEA9v8cb/cdnn+llIIzakVDoVYF3JP6MxKB2iDWubHA5C5HBlT/ 8vqm44qj/yUjl4ZxUJXCr9db4yxapMK3a2GDwJMUNP9nWK7WHGEuuL/Lvi54jQE6 XxGE4gXlxeWTbPILdcZjUZVaHh3PJYS9nppwG9k0n0tDRvtuNhlO8AljNUIiXwn+ +AWYcmRfzRb5RXeDVbCRyU3eop7xJG3lMM1ZpAmKaO0KZVEVjvdXi0aLS1NxpeAC iniSkCZ2zdK5WMYVu60o645LxapQsJENGlGHp4OCacKmzBu/tY4fue44OLEvOVrY UEvBK2YG8QklJlHcPkelKpxIPYtQHpqsDPVb7wIDAQABAoIBAQDdKU0TTFgvJejj czoKe/60pcwV2EJ+HKI86I6cM3eeWXmrR8zuilWJBQkXWu/lq7InEBIFVXankX2Q bfHCqsxIUOoVEmQ9Wj/JpZMqRkJvBjlXOLRFj/BGWjWF360ELi7oxD0GPg81TEfB Nnx7WZnsta6Su9d/5X6n3j16XU2BzvWQQ5zIZn4cmEw3ShVPp65HuH3gn41lL2k0 AWCZP4cmEin5Gy5JKjKGfVtyo6SLkoh7vLoXKaLJ8LFRUqtJ29dICezaiMA1C9pi TIw/O1kNoOfvlY/sIrxUkt0mkPUdxpPsKKUUeTMpWDiwIu7jWMqQleWVo6GkWcNR 6vvVw+JBAoGBAP7F20RjkLJ6KbzOJ6W6QUe6n7nwohj8omhYV2sCcdJkBNatvkyE 8lT72wapXdwZQ4BtDcVTFA7jW5Qvvb5LC2Yo3G//oOyKfLNhhl3iJw0T+XXKDRkG kTJhXccNunqEMnonKCaJdQnjqSUCaar/l453ggQHkqOyHnmBH3JRv20xAoGBAPgv qoOzHFZgsQx7mKQTnTJeWpsiDPfo68xSjgq76UgS+6L5QYDKkHN+vP7kysmQ3z9y 9ZW25p8koe7v562HnwXLXY6qGVEJVzw1KMrBpbxMJI/l4LWy0r/VBo4Lwfxoi5P3 Gr0qqztvcHFX38sXgQiJokrf+Nmr0to2FIQXVJMfAoGBAM6XdGktb406gJPIe9/o e70FeTYXCerHGY8Ra7mrXs7jKgVHGBQGjlcZb48kUacDmXgPdmY3KwGznXQ5jlw7 kD/EDJSJLl4BIoN3JrUEiPQS6Wt5b0uGxsCasaeS208z2ZayH924Av8E7AjFvxfZ cHUnNXe9CEzTR+DxMqXJ4jdRAoGBAJVINoxZI+Zg6p3TihDHK3qsfltps9s6YvrX fVC/jqYnpOx2eQv6y8Bsr0myXLe5SE9l2opfJYD8C9sounYKaYCWvoOdlPTFZY91 ej/bEtGcCzHy16LzGQkCHZs7P0ePqsUpkQ/PpodtlHjYnmgOjzKPdusKpShozb8r YFPDpL+JAoGBAKyrEfn8gHL8Hya5CU1kNxCMEKNcWfuEdpUrO/SgXpeJAiGdS9/g GS/4xSqjnE7G+mDmh59vfo3Oak/7DFEu0Zl+xI0re1MHKHapGa/3X7hrg/Lhldlf RjfGsonM2q/UkiFQORP/f3kjQwO38pyxACSRYQUPfpGPY2ZBfpEdfvAA -----END RSA PRIVATE KEY----- 2018-10-04 03:25:36,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-10-04 03:25:36,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"security_group": {"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-10-04 03:25:37,239 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-93991683-f652-4fb9-9b8c-60b762f5d8e8 Date: Thu, 04 Oct 2018 03:25:37 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:37Z", "updated_at": "2018-10-04T03:25:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "4ea61f89-0f04-4a3f-9f0a-bd55cbac22d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "a90957dc-7768-454b-aca3-012e92e50f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 2, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}} 2018-10-04 03:25:37,239 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-93991683-f652-4fb9-9b8c-60b762f5d8e8 2018-10-04 03:25:37,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.397258996964s 2018-10-04 03:25:37,240 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-93991683-f652-4fb9-9b8c-60b762f5d8e8 2018-10-04 03:25:37,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:25:37,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:37,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-dafc7e88-4d02-4439-8e63-9a66d3996262 Date: Thu, 04 Oct 2018 03:25:37 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:37Z", "updated_at": "2018-10-04T03:25:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "4ea61f89-0f04-4a3f-9f0a-bd55cbac22d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "a90957dc-7768-454b-aca3-012e92e50f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 2, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}, {"description": "Default security group", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:28Z", "updated_at": "2018-10-04T03:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "aea1ea31-efec-4d70-8d8f-cc20fba8a771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "bd3dba0e-5973-4c2b-8d26-5d1507d08887", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "ce48fdd0-c759-4a50-bec3-fb41ed4bf8cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "d557be7a-499a-436e-96fd-5b0b0b66868d", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 4, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "name": "default"}]} 2018-10-04 03:25:37,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-dafc7e88-4d02-4439-8e63-9a66d3996262 2018-10-04 03:25:37,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198234081268s 2018-10-04 03:25:37,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-dafc7e88-4d02-4439-8e63-9a66d3996262 2018-10-04 03:25:37,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 03:25:37,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -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": "31726650-95ee-4c0f-873e-a0cb6ebbce2a"}}' 2018-10-04 03:25:37,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9abe9523-5b53-41ab-a41e-49d1e194ed4a Date: Thu, 04 Oct 2018 03:25:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "port_range_min": 22, "revision_number": 0, "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:37Z", "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "2df37c8d-ad57-4be1-a3cc-10b46e821b66"}} 2018-10-04 03:25:37,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-9abe9523-5b53-41ab-a41e-49d1e194ed4a 2018-10-04 03:25:37,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.367291927338s 2018-10-04 03:25:37,814 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-9abe9523-5b53-41ab-a41e-49d1e194ed4a 2018-10-04 03:25:37,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:25:37,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:37,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-42522a73-5253-4b13-b21c-00b436df4296 Date: Thu, 04 Oct 2018 03:25:37 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:37Z", "updated_at": "2018-10-04T03:25:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "2df37c8d-ad57-4be1-a3cc-10b46e821b66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "4ea61f89-0f04-4a3f-9f0a-bd55cbac22d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "a90957dc-7768-454b-aca3-012e92e50f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 3, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}, {"description": "Default security group", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:28Z", "updated_at": "2018-10-04T03:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "aea1ea31-efec-4d70-8d8f-cc20fba8a771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "bd3dba0e-5973-4c2b-8d26-5d1507d08887", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "ce48fdd0-c759-4a50-bec3-fb41ed4bf8cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "d557be7a-499a-436e-96fd-5b0b0b66868d", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 4, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "name": "default"}]} 2018-10-04 03:25:37,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-42522a73-5253-4b13-b21c-00b436df4296 2018-10-04 03:25:37,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0517489910126s 2018-10-04 03:25:37,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-42522a73-5253-4b13-b21c-00b436df4296 2018-10-04 03:25:37,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-10-04 03:25:37,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -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": "31726650-95ee-4c0f-873e-a0cb6ebbce2a"}}' 2018-10-04 03:25:38,185 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-089a3296-3b06-443e-9400-89ade204fc97 Date: Thu, 04 Oct 2018 03:25:38 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-04T03:25:38Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "port_range_min": null, "revision_number": 0, "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:38Z", "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "d2406fb3-2810-4b30-bedb-ebc633d9a84b"}} 2018-10-04 03:25:38,185 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-089a3296-3b06-443e-9400-89ade204fc97 2018-10-04 03:25:38,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.312137126923s 2018-10-04 03:25:38,186 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-089a3296-3b06-443e-9400-89ade204fc97 2018-10-04 03:25:38,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:25:38,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:38,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0bb0d16f-9a84-4e5b-953c-553ccf828a80 Date: Thu, 04 Oct 2018 03:25:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9c554d9b-8bb9-42bd-8c11-b433debd59b0"],"updated_at":"2018-10-04T03:25:30Z","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9bea6c36e259443094fbe34e2325f384","id":"6f8fe04b-d07b-4dda-b157-665bdd284751","name":"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:38,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0bb0d16f-9a84-4e5b-953c-553ccf828a80 2018-10-04 03:25:38,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114537000656s 2018-10-04 03:25:38,302 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0bb0d16f-9a84-4e5b-953c-553ccf828a80 2018-10-04 03:25:38,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:25:38,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:38,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-17b4c6df-c594-4ddf-bf10-4d1baab664a2 Date: Thu, 04 Oct 2018 03:25:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "metadata": {}}], "file": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file", "owner": "9bea6c36e259443094fbe34e2325f384", "id": "105b187e-588f-4c9a-bdb4-089806f35142", "size": 12716032, "self": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:25:36Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:25:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:25:38,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-17b4c6df-c594-4ddf-bf10-4d1baab664a2 2018-10-04 03:25:38,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.186844110489s 2018-10-04 03:25:38,491 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-17b4c6df-c594-4ddf-bf10-4d1baab664a2 2018-10-04 03:25:38,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:25:38,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:38,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-3d9a2508-ed57-4ad2-9fe2-ebebcd4e3624 x-compute-request-id: req-3d9a2508-ed57-4ad2-9fe2-ebebcd4e3624 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "00fd948b-7d94-42fc-9331-855293e30491", "name": "vping_ssh-flavor_da72fe9d-ada9-4a1e-9697-006064967feb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:25:38,525 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-3d9a2508-ed57-4ad2-9fe2-ebebcd4e3624 2018-10-04 03:25:38,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0323338508606s 2018-10-04 03:25:38,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-3d9a2508-ed57-4ad2-9fe2-ebebcd4e3624 2018-10-04 03:25:38,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 03:25:38,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"server": {"name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "imageRef": "105b187e-588f-4c9a-bdb4-089806f35142", "flavorRef": "00fd948b-7d94-42fc-9331-855293e30491", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6f8fe04b-d07b-4dda-b157-665bdd284751"}], "security_groups": [{"name": "31726650-95ee-4c0f-873e-a0cb6ebbce2a"}]}}' 2018-10-04 03:25:40,813 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:25: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-da261e22-878b-46fe-9fa7-00db03eb3552 x-compute-request-id: req-da261e22-878b-46fe-9fa7-00db03eb3552 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "31726650-95ee-4c0f-873e-a0cb6ebbce2a"}], "OS-DCF:diskConfig": "MANUAL", "id": "d5eea574-7772-4d9b-a783-0207696a052e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "adminPass": "wJmcY3ZZDwJS"}} 2018-10-04 03:25:40,813 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-da261e22-878b-46fe-9fa7-00db03eb3552 2018-10-04 03:25:40,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.28656291962s 2018-10-04 03:25:40,814 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-da261e22-878b-46fe-9fa7-00db03eb3552 2018-10-04 03:25:40,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:25:40,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:41,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-c98861d4-4878-4990-b107-ac89fb5832a1 x-compute-request-id: req-c98861d4-4878-4990-b107-ac89fb5832a1 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.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "user_id": "22526835c5a74a9b9e0b5862486eb355", "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-04T03:25:40Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:25:41,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c98861d4-4878-4990-b107-ac89fb5832a1 2018-10-04 03:25:41,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.269950866699s 2018-10-04 03:25:41,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c98861d4-4878-4990-b107-ac89fb5832a1 2018-10-04 03:25:41,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:25:41,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:41,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-760f3cc9-ebf6-4682-81d7-04aeb2773d63 Date: Thu, 04 Oct 2018 03:25:41 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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9c554d9b-8bb9-42bd-8c11-b433debd59b0"],"updated_at":"2018-10-04T03:25:30Z","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9bea6c36e259443094fbe34e2325f384","id":"6f8fe04b-d07b-4dda-b157-665bdd284751","name":"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:41,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-760f3cc9-ebf6-4682-81d7-04aeb2773d63 2018-10-04 03:25:41,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.262685060501s 2018-10-04 03:25:41,355 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-760f3cc9-ebf6-4682-81d7-04aeb2773d63 2018-10-04 03:25:41,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 03:25:41,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:41,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2df02211-a2b9-43af-9233-e83b27eac4a8 Date: Thu, 04 Oct 2018 03:25:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f8fe04b-d07b-4dda-b157-665bdd284751","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:25:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9bea6c36e259443094fbe34e2325f384","id":"9c554d9b-8bb9-42bd-8c11-b433debd59b0","subnetpool_id":null,"name":"vping_ssh-subnet_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:41,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2df02211-a2b9-43af-9233-e83b27eac4a8 2018-10-04 03:25:41,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.19512796402s 2018-10-04 03:25:41,551 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2df02211-a2b9-43af-9233-e83b27eac4a8 2018-10-04 03:25:41,551 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:25:43,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:25:43,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:43,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-df7393b8-d82f-4814-9e8b-8bea9c6d07b5 x-compute-request-id: req-df7393b8-d82f-4814-9e8b-8bea9c6d07b5 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "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-04T03:25:41Z", "hostId": "e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:25:43,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df7393b8-d82f-4814-9e8b-8bea9c6d07b5 2018-10-04 03:25:43,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392355918884s 2018-10-04 03:25:43,948 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df7393b8-d82f-4814-9e8b-8bea9c6d07b5 2018-10-04 03:25:43,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:25:45,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:25:45,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:46,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-566de9ad-a43d-402e-b010-224dc18b1859 x-compute-request-id: req-566de9ad-a43d-402e-b010-224dc18b1859 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:39:86", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:44.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:45Z", "hostId": "e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:25:46,504 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-566de9ad-a43d-402e-b010-224dc18b1859 2018-10-04 03:25:46,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549273967743s 2018-10-04 03:25:46,504 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-566de9ad-a43d-402e-b010-224dc18b1859 2018-10-04 03:25:46,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 03:25:46,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=d5eea574-7772-4d9b-a783-0207696a052e" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:46,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-59d8f6c3-fc24-4952-b772-0553bf526f3f Date: Thu, 04 Oct 2018 03:25:46 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f8fe04b-d07b-4dda-b157-665bdd284751","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:42Z","admin_state_up":true,"updated_at":"2018-10-04T03:25:43Z","binding:vnic_type":"normal","device_id":"d5eea574-7772-4d9b-a783-0207696a052e","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:d9:39:86","id":"ecb9a444-7c7d-4b5c-8241-91a904d7b561","port_security_enabled":true,"project_id":"9bea6c36e259443094fbe34e2325f384","fixed_ips":[{"subnet_id":"9c554d9b-8bb9-42bd-8c11-b433debd59b0","ip_address":"192.168.120.14"}],"extra_dhcp_opts":[],"security_groups":["31726650-95ee-4c0f-873e-a0cb6ebbce2a"],"name":""}]} 2018-10-04 03:25:46,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=d5eea574-7772-4d9b-a783-0207696a052e used request id req-59d8f6c3-fc24-4952-b772-0553bf526f3f 2018-10-04 03:25:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.205598115921s 2018-10-04 03:25:46,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=d5eea574-7772-4d9b-a783-0207696a052e used request id req-59d8f6c3-fc24-4952-b772-0553bf526f3f 2018-10-04 03:25:46,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 03:25:46,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ecb9a444-7c7d-4b5c-8241-91a904d7b561" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:46,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-805a7304-ca02-4b66-affa-ba15524b2bcf Date: Thu, 04 Oct 2018 03:25:46 GMT RESP BODY: {"floatingips": []} 2018-10-04 03:25:46,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ecb9a444-7c7d-4b5c-8241-91a904d7b561 used request id req-805a7304-ca02-4b66-affa-ba15524b2bcf 2018-10-04 03:25:46,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.150530099869s 2018-10-04 03:25:46,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ecb9a444-7c7d-4b5c-8241-91a904d7b561 used request id req-805a7304-ca02-4b66-affa-ba15524b2bcf 2018-10-04 03:25:46,871 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d9:39:86', 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'105b187e-588f-4c9a-bdb4-089806f35142'}), 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-04T03:25:44.000000', 'flavor': Munch({u'id': u'00fd948b-7d94-42fc-9331-855293e30491'}), 'az': u'nova', 'id': u'd5eea574-7772-4d9b-a783-0207696a052e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'22526835c5a74a9b9e0b5862486eb355', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', '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-04T03:25:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:25:45Z', 'hostId': u'e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7', '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-04T03:25:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'name': u'vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb', 'adminPass': u'wJmcY3ZZDwJS', 'tenant_id': u'9bea6c36e259443094fbe34e2325f384', 'region': 'regionOne', 'created': u'2018-10-04T03:25:40Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:25:46,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:25:46,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:47,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-77b052ab-42be-45ae-87bc-e199bec59c52 Date: Thu, 04 Oct 2018 03:25:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9c554d9b-8bb9-42bd-8c11-b433debd59b0"],"updated_at":"2018-10-04T03:25:30Z","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9bea6c36e259443094fbe34e2325f384","id":"6f8fe04b-d07b-4dda-b157-665bdd284751","name":"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:47,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-77b052ab-42be-45ae-87bc-e199bec59c52 2018-10-04 03:25:47,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263164997101s 2018-10-04 03:25:47,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-77b052ab-42be-45ae-87bc-e199bec59c52 2018-10-04 03:25:47,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:25:47,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:47,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-abab741c-ea12-496e-9134-cb199e347aba Date: Thu, 04 Oct 2018 03:25:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "metadata": {}}], "file": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file", "owner": "9bea6c36e259443094fbe34e2325f384", "id": "105b187e-588f-4c9a-bdb4-089806f35142", "size": 12716032, "self": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:25:36Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:25:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:25:47,325 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-abab741c-ea12-496e-9134-cb199e347aba 2018-10-04 03:25:47,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.188003063202s 2018-10-04 03:25:47,325 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-abab741c-ea12-496e-9134-cb199e347aba 2018-10-04 03:25:47,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:25:47,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:47,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-142378bf-14e0-4d0e-a7bc-96a337bc11ad x-compute-request-id: req-142378bf-14e0-4d0e-a7bc-96a337bc11ad Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "00fd948b-7d94-42fc-9331-855293e30491", "name": "vping_ssh-flavor_da72fe9d-ada9-4a1e-9697-006064967feb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:25:47,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-142378bf-14e0-4d0e-a7bc-96a337bc11ad 2018-10-04 03:25:47,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031142950058s 2018-10-04 03:25:47,359 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-142378bf-14e0-4d0e-a7bc-96a337bc11ad 2018-10-04 03:25:47,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 03:25:47,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"server": {"name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "imageRef": "105b187e-588f-4c9a-bdb4-089806f35142", "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "flavorRef": "00fd948b-7d94-42fc-9331-855293e30491", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6f8fe04b-d07b-4dda-b157-665bdd284751"}], "security_groups": [{"name": "31726650-95ee-4c0f-873e-a0cb6ebbce2a"}]}}' 2018-10-04 03:25:49,091 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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-9ba12688-5c2b-417b-96e9-86a9f04b088a x-compute-request-id: req-9ba12688-5c2b-417b-96e9-86a9f04b088a Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "31726650-95ee-4c0f-873e-a0cb6ebbce2a"}], "OS-DCF:diskConfig": "MANUAL", "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "adminPass": "7MeQEuJhZeT8"}} 2018-10-04 03:25:49,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9ba12688-5c2b-417b-96e9-86a9f04b088a 2018-10-04 03:25:49,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.73090004921s 2018-10-04 03:25:49,092 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-9ba12688-5c2b-417b-96e9-86a9f04b088a 2018-10-04 03:25:49,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:25:49,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:49,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-83049675-febf-4848-85b4-a79ba2ed1b51 x-compute-request-id: req-83049675-febf-4848-85b4-a79ba2ed1b51 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.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "user_id": "22526835c5a74a9b9e0b5862486eb355", "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-04T03:25:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:49Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:39:86", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:44.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:45Z", "hostId": "e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:25:49,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-83049675-febf-4848-85b4-a79ba2ed1b51 2018-10-04 03:25:49,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.632712841034s 2018-10-04 03:25:49,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-83049675-febf-4848-85b4-a79ba2ed1b51 2018-10-04 03:25:49,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:25:51,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:25:51,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:52,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-08047e6f-468f-4fc3-9d4f-0adf58cf7bb3 x-compute-request-id: req-08047e6f-468f-4fc3-9d4f-0adf58cf7bb3 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "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-04T03:25:50Z", "hostId": "f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:49Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:39:86", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:44.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:45Z", "hostId": "e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:25:52,399 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-08047e6f-468f-4fc3-9d4f-0adf58cf7bb3 2018-10-04 03:25:52,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665477991104s 2018-10-04 03:25:52,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-08047e6f-468f-4fc3-9d4f-0adf58cf7bb3 2018-10-04 03:25:52,405 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:25:54,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:25:54,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:55,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-16016804-0bbd-4c09-a6fa-35db6324b272 x-compute-request-id: req-16016804-0bbd-4c09-a6fa-35db6324b272 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "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-04T03:25:50Z", "hostId": "f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:49Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:39:86", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:44.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:45Z", "hostId": "e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:25:55,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16016804-0bbd-4c09-a6fa-35db6324b272 2018-10-04 03:25:55,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.64838218689s 2018-10-04 03:25:55,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16016804-0bbd-4c09-a6fa-35db6324b272 2018-10-04 03:25:55,061 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:25:57,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:25:57,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:57,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:25: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-3feb3470-b62f-4d66-8390-1dc25395c9d5 x-compute-request-id: req-3feb3470-b62f-4d66-8390-1dc25395c9d5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:84:ab", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:53.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:55Z", "hostId": "f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:49Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:39:86", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:44.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:45Z", "hostId": "e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:25:57,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3feb3470-b62f-4d66-8390-1dc25395c9d5 2018-10-04 03:25:57,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.660313129425s 2018-10-04 03:25:57,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3feb3470-b62f-4d66-8390-1dc25395c9d5 2018-10-04 03:25:57,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 03:25:57,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b471ff86-3a25-4d2e-8208-8fbc7b11729d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:57,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-84c0081a-f550-499d-94e1-78fe5286e7b4 Date: Thu, 04 Oct 2018 03:25:57 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f8fe04b-d07b-4dda-b157-665bdd284751","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:51Z","admin_state_up":true,"updated_at":"2018-10-04T03:25:52Z","binding:vnic_type":"normal","device_id":"b471ff86-3a25-4d2e-8208-8fbc7b11729d","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:02:84:ab","id":"faf710c5-2080-413b-b5ff-a06f9d7c64e5","port_security_enabled":true,"project_id":"9bea6c36e259443094fbe34e2325f384","fixed_ips":[{"subnet_id":"9c554d9b-8bb9-42bd-8c11-b433debd59b0","ip_address":"192.168.120.15"}],"extra_dhcp_opts":[],"security_groups":["31726650-95ee-4c0f-873e-a0cb6ebbce2a"],"name":""}]} 2018-10-04 03:25:57,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b471ff86-3a25-4d2e-8208-8fbc7b11729d used request id req-84c0081a-f550-499d-94e1-78fe5286e7b4 2018-10-04 03:25:57,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0582489967346s 2018-10-04 03:25:57,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b471ff86-3a25-4d2e-8208-8fbc7b11729d used request id req-84c0081a-f550-499d-94e1-78fe5286e7b4 2018-10-04 03:25:57,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 03:25:57,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=faf710c5-2080-413b-b5ff-a06f9d7c64e5" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:57,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2ed6fb09-84a4-46b6-bfdb-782a18855cfd Date: Thu, 04 Oct 2018 03:25:57 GMT RESP BODY: {"floatingips": []} 2018-10-04 03:25:57,961 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=faf710c5-2080-413b-b5ff-a06f9d7c64e5 used request id req-2ed6fb09-84a4-46b6-bfdb-782a18855cfd 2018-10-04 03:25:57,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.169095993042s 2018-10-04 03:25:57,961 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=faf710c5-2080-413b-b5ff-a06f9d7c64e5 used request id req-2ed6fb09-84a4-46b6-bfdb-782a18855cfd 2018-10-04 03:25:57,962 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:02:84:ab', u'version': 4, u'addr': u'192.168.120.15', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'105b187e-588f-4c9a-bdb4-089806f35142'}), 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-04T03:25:53.000000', 'flavor': Munch({u'id': u'00fd948b-7d94-42fc-9331-855293e30491'}), 'az': u'nova', 'id': u'b471ff86-3a25-4d2e-8208-8fbc7b11729d', 'security_groups': [Munch({u'name': u'vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'22526835c5a74a9b9e0b5862486eb355', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', '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-04T03:25:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:25:55Z', 'hostId': u'f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb', 'public_v6': '', 'private_v4': u'192.168.120.15', 'cloud': 'envvars', 'host_id': u'f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24', '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-04T03:25:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'name': u'vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb', 'adminPass': u'7MeQEuJhZeT8', 'tenant_id': u'9bea6c36e259443094fbe34e2325f384', 'region': 'regionOne', 'created': u'2018-10-04T03:25:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:25:57,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:25:57,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:58,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1ece044b-737c-4506-ae47-2dcea5d7513e Date: Thu, 04 Oct 2018 03:25:58 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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9c554d9b-8bb9-42bd-8c11-b433debd59b0"],"updated_at":"2018-10-04T03:25:30Z","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9bea6c36e259443094fbe34e2325f384","id":"6f8fe04b-d07b-4dda-b157-665bdd284751","name":"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:25:58,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1ece044b-737c-4506-ae47-2dcea5d7513e 2018-10-04 03:25:58,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.146240949631s 2018-10-04 03:25:58,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1ece044b-737c-4506-ae47-2dcea5d7513e 2018-10-04 03:25:58,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 03:25:58,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=b471ff86-3a25-4d2e-8208-8fbc7b11729d" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:25:58,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-97068e48-ec0b-44e9-a9d1-7c9ad2e976af Date: Thu, 04 Oct 2018 03:25:58 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"6f8fe04b-d07b-4dda-b157-665bdd284751","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:51Z","admin_state_up":true,"updated_at":"2018-10-04T03:25:52Z","binding:vnic_type":"normal","device_id":"b471ff86-3a25-4d2e-8208-8fbc7b11729d","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:02:84:ab","id":"faf710c5-2080-413b-b5ff-a06f9d7c64e5","port_security_enabled":true,"project_id":"9bea6c36e259443094fbe34e2325f384","fixed_ips":[{"subnet_id":"9c554d9b-8bb9-42bd-8c11-b433debd59b0","ip_address":"192.168.120.15"}],"extra_dhcp_opts":[],"security_groups":["31726650-95ee-4c0f-873e-a0cb6ebbce2a"],"name":""}]} 2018-10-04 03:25:58,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b471ff86-3a25-4d2e-8208-8fbc7b11729d used request id req-97068e48-ec0b-44e9-a9d1-7c9ad2e976af 2018-10-04 03:25:58,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0937559604645s 2018-10-04 03:25:58,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=b471ff86-3a25-4d2e-8208-8fbc7b11729d used request id req-97068e48-ec0b-44e9-a9d1-7c9ad2e976af 2018-10-04 03:25:58,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-10-04 03:25:58,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"floatingip": {"floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": "192.168.120.15", "port_id": "faf710c5-2080-413b-b5ff-a06f9d7c64e5"}}' 2018-10-04 03:26:00,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-53212fcb-91ab-4939-ac17-92f13cb81ffd Date: Thu, 04 Oct 2018 03:26:00 GMT RESP BODY: {"floatingip": {"router_id": "87de2239-72bf-4ec3-9964-e8ce67f63cc2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-04T03:25:59Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "faf710c5-2080-413b-b5ff-a06f9d7c64e5", "id": "0a9c0cb3-620f-4fa1-bebb-2d9cf9048387", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:59Z", "project_id": "9bea6c36e259443094fbe34e2325f384"}} 2018-10-04 03:26:00,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-53212fcb-91ab-4939-ac17-92f13cb81ffd 2018-10-04 03:26:00,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.82728600502s 2018-10-04 03:26:00,036 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-53212fcb-91ab-4939-ac17-92f13cb81ffd 2018-10-04 03:26:00,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 03:26:00,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:26:00,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-bbec1e7b-01bb-4ded-af18-5ee6428548e6 Date: Thu, 04 Oct 2018 03:26:00 GMT RESP BODY: {"floatingips": [{"router_id": "87de2239-72bf-4ec3-9964-e8ce67f63cc2", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-04T03:25:59Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": "192.168.120.15", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "faf710c5-2080-413b-b5ff-a06f9d7c64e5", "id": "0a9c0cb3-620f-4fa1-bebb-2d9cf9048387", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:59Z", "project_id": "9bea6c36e259443094fbe34e2325f384"}]} 2018-10-04 03:26:00,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bbec1e7b-01bb-4ded-af18-5ee6428548e6 2018-10-04 03:26:00,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0226969718933s 2018-10-04 03:26:00,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bbec1e7b-01bb-4ded-af18-5ee6428548e6 2018-10-04 03:26:00,072 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'87de2239-72bf-4ec3-9964-e8ce67f63cc2', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9bea6c36e259443094fbe34e2325f384', 'created_at': u'2018-10-04T03:25:59Z', 'attached': True, 'updated_at': u'2018-10-04T03:25:59Z', 'id': u'0a9c0cb3-620f-4fa1-bebb-2d9cf9048387', 'floating_network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', 'fixed_ip_address': u'192.168.120.15', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9bea6c36e259443094fbe34e2325f384', 'name': 'vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'87de2239-72bf-4ec3-9964-e8ce67f63cc2', 'project_id': u'9bea6c36e259443094fbe34e2325f384', 'port_id': u'faf710c5-2080-413b-b5ff-a06f9d7c64e5', 'port': u'faf710c5-2080-413b-b5ff-a06f9d7c64e5', 'network': u'4e3704d3-5674-4369-98a3-8a8012d693a9'}) 2018-10-04 03:26:00,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:26:00,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:26:01,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:26: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-c7c56e9b-6256-4aa6-8cc7-e0903990ec0d x-compute-request-id: req-c7c56e9b-6256-4aa6-8cc7-e0903990ec0d 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 510189836 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133380] pid_max: default: 32768 minimum: 301\n[ 0.134293] ACPI: Core revision 20150930\n[ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136996] Security Framework initialized\n[ 0.137837] Yama: becoming mindful.\n[ 0.138593] AppArmor: AppArmor initialized\n[ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144795] Initializing cgroup subsys io\n[ 0.145638] Initializing cgroup subsys memory\n[ 0.146521] Initializing cgroup subsys devices\n[ 0.147448] Initializing cgroup subsys freezer\n[ 0.148365] Initializing cgroup subsys net_cls\n[ 0.149276] Initializing cgroup subsys perf_event\n[ 0.150202] Initializing cgroup subsys net_prio\n[ 0.151111] Initializing cgroup subsys hugetlb\n[ 0.152025] Initializing cgroup subsys pids\n[ 0.152944] CPU: Physical Processor ID: 0\n[ 0.154457] mce: CPU supports 10 MCE banks\n[ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174658] ftrace: allocating 31920 entries in 125 pages\n[ 0.200357] smpboot: Max logical packages: 1\n[ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202609] x2apic enabled\n[ 0.203427] Switched APIC routing to physical x2apic.\n[ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210310] KVM setup paravirtual spinlock\n[ 0.211649] x86: Booted up 1 node, 1 CPUs\n[ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213943] devtmpfs: initialized\n[ 0.215642] evm: security.selinux\n[ 0.216347] evm: security.SMACK64\n[ 0.217058] evm: security.SMACK64EXEC\n[ 0.217836] evm: security.SMACK64TRANSMUTE\n[ 0.218683] evm: security.SMACK64MMAP\n[ 0.219456] evm: security.ima\n[ 0.220114] evm: security.capability\n[ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222952] pinctrl core: initialized pinctrl subsystem\n[ 0.224129] RTC time: 3:25:53, date: 10/04/18\n[ 0.225115] NET: Registered protocol family 16\n[ 0.226087] cpuidle: using governor ladder\n[ 0.226938] cpuidle: using governor menu\n[ 0.227742] PCCT header not found.\n[ 0.228516] ACPI: bus type PCI registered\n[ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230638] PCI: Using configuration type 1 for base access\n[ 0.232401] ACPI: Added _OSI(Module Device)\n[ 0.233291] ACPI: Added _OSI(Processor Device)\n[ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235110] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237223] ACPI: Interpreter enabled\n[ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245681] ACPI: (supports S0 S5)\n[ 0.246404] ACPI: Using IOAPIC for interrupt routing\n[ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256742] acpiphp: Slot [3] registered\n[ 0.257560] acpiphp: Slot [4] registered\n[ 0.258403] acpiphp: Slot [5] registered\n[ 0.259207] acpiphp: Slot [6] registered\n[ 0.260046] acpiphp: Slot [7] registered\n[ 0.260893] acpiphp: Slot [8] registered\n[ 0.261731] acpiphp: Slot [9] registered\n[ 0.262545] acpiphp: Slot [10] registered\n[ 0.263367] acpiphp: Slot [11] registered\n[ 0.264184] acpiphp: Slot [12] registered\n[ 0.265014] acpiphp: Slot [13] registered\n[ 0.265832] acpiphp: Slot [14] registered\n[ 0.266648] acpiphp: Slot [15] registered\n[ 0.277341] acpiphp: Slot [16] registered\n[ 0.278170] acpiphp: Slot [17] registered\n[ 0.278992] acpiphp: Slot [18] registered\n[ 0.279808] acpiphp: Slot [19] registered\n[ 0.280636] acpiphp: Slot [20] registered\n[ 0.281458] acpiphp: Slot [21] registered\n[ 0.282280] acpiphp: Slot [22] registered\n[ 0.283100] acpiphp: Slot [23] registered\n[ 0.283935] acpiphp: Slot [24] registered\n[ 0.284774] acpiphp: Slot [25] registered\n[ 0.285615] acpiphp: Slot [26] registered\n[ 0.286434] acpiphp: Slot [27] registered\n[ 0.287257] acpiphp: Slot [28] registered\n[ 0.288082] acpiphp: Slot [29] registered\n[ 0.288902] acpiphp: Slot [30] registered\n[ 0.289728] acpiphp: Slot [31] registered\n[ 0.290542] PCI host bridge to bus 0000:00\n[ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375199] vgaarb: loaded\n[ 0.375807] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376959] SCSI subsystem initialized\n[ 0.377793] ACPI: bus type USB registered\n[ 0.378624] usbcore: registered new interface driver usbfs\n[ 0.379670] usbcore: registered new interface driver hub\n[ 0.380694] usbcore: registered new device driver usb\n[ 0.381822] PCI: Using ACPI for IRQ routing\n[ 0.382899] NetLabel: Initializing\n[ 0.383655] NetLabel: domain hash size = 128\n[ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385525] NetLabel: unlabeled traffic allowed by default\n[ 0.386696] clocksource: Switched to clocksource kvm-clock\n[ 0.392301] AppArmor: AppArmor Filesystem Enabled\n[ 0.393279] pnp: PnP ACPI init\n[ 0.394223] pnp: PnP ACPI: found 5 devices\n[ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402477] NET: Registered protocol family 2\n[ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406008] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409533] NET: Registered protocol family 1\n[ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440939] Trying to unpack rootfs image as initramfs...\n[ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505713] Scanning for low memory corruption every 60 seconds\n[ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508245] audit: initializing netlink subsys (disabled)\n[ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized\n[ 0.510614] Initialise system trusted keyring\n[ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514736] zbud: loaded\n[ 0.515444] VFS: Disk quotas dquot_6.6.0\n[ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517811] fuse init (API version 7.23)\n[ 0.518723] Key type big_key registered\n[ 0.519532] Allocating IMA MOK and blacklist keyrings.\n[ 0.521027] Key type asymmetric registered\n[ 0.521865] Asymmetric key parser 'x509' registered\n[ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524329] io scheduler noop registered\n[ 0.525142] io scheduler deadline registered (default)\n[ 0.526141] io scheduler cfq registered\n[ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530810] ACPI: Power Button [PWRF]\n[ 0.531658] GHES: HEST is not enabled!\n[ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604055] Linux agpgart interface v0.103\n[ 0.606131] brd: module loaded\n[ 0.607349] loop: module loaded\n[ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613716] GPT:90111 != 2097151\n[ 0.614534] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615846] GPT:90111 != 2097151\n[ 0.616672] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617842] vda: vda1 vda15\n[ 0.619554] scsi host0: ata_piix\n[ 0.620481] scsi host1: ata_piix\n[ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624434] libphy: Fixed MDIO Bus: probed\n[ 0.625436] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629218] PPP generic driver version 2.4.2\n[ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632216] ehci-pci: EHCI PCI platform driver\n[ 0.633282] ehci-platform: EHCI generic platform driver\n[ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636023] ohci-pci: OHCI PCI platform driver\n[ 0.637148] ohci-platform: OHCI generic platform driver\n[ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662671] usb usb1: Product: UHCI Host Controller\n[ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665564] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667119] hub 1-0:1.0: USB hub found\n[ 0.668181] hub 1-0:1.0: 2 ports detected\n[ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674739] mousedev: PS/2 mouse device common for all mice\n[ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678819] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683515] i2c /dev entries driver\n[ 0.684558] device-mapper: uevent: version 1.0.3\n[ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689844] NET: Registered protocol family 10\n[ 0.691195] NET: Registered protocol family 17\n[ 0.692402] Key type dns_resolver registered\n[ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697552] registered taskstats version 1\n[ 0.698710] Loading compiled-in X.509 certificates\n[ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703141] zswap: loaded using pool lzo/zbud\n[ 0.705352] Key type trusted registered\n[ 0.707208] Key type encrypted registered\n[ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711215] evm: HMAC attrs: 0x1\n[ 0.712401] Magic number: 6:15:411\n[ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554)\n[ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717321] EDD information not available.\n[ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785694] Write protecting the kernel read-only data: 14336k\n[ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.844219] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 03:26:01,176 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-c7c56e9b-6256-4aa6-8cc7-e0903990ec0d 2018-10-04 03:26:01,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10382699966s 2018-10-04 03:26:01,177 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-c7c56e9b-6256-4aa6-8cc7-e0903990ec0d 2018-10-04 03:26:01,178 - 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 510189836 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] 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.844219] 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.22 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-04 03:26:02,181 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:11,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:26:11,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:26:12,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:26:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61ec80de-599b-4f14-bee8-2a2043c1c948 x-compute-request-id: req-61ec80de-599b-4f14-bee8-2a2043c1c948 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 510189836 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133380] pid_max: default: 32768 minimum: 301\n[ 0.134293] ACPI: Core revision 20150930\n[ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136996] Security Framework initialized\n[ 0.137837] Yama: becoming mindful.\n[ 0.138593] AppArmor: AppArmor initialized\n[ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144795] Initializing cgroup subsys io\n[ 0.145638] Initializing cgroup subsys memory\n[ 0.146521] Initializing cgroup subsys devices\n[ 0.147448] Initializing cgroup subsys freezer\n[ 0.148365] Initializing cgroup subsys net_cls\n[ 0.149276] Initializing cgroup subsys perf_event\n[ 0.150202] Initializing cgroup subsys net_prio\n[ 0.151111] Initializing cgroup subsys hugetlb\n[ 0.152025] Initializing cgroup subsys pids\n[ 0.152944] CPU: Physical Processor ID: 0\n[ 0.154457] mce: CPU supports 10 MCE banks\n[ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174658] ftrace: allocating 31920 entries in 125 pages\n[ 0.200357] smpboot: Max logical packages: 1\n[ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202609] x2apic enabled\n[ 0.203427] Switched APIC routing to physical x2apic.\n[ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210310] KVM setup paravirtual spinlock\n[ 0.211649] x86: Booted up 1 node, 1 CPUs\n[ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213943] devtmpfs: initialized\n[ 0.215642] evm: security.selinux\n[ 0.216347] evm: security.SMACK64\n[ 0.217058] evm: security.SMACK64EXEC\n[ 0.217836] evm: security.SMACK64TRANSMUTE\n[ 0.218683] evm: security.SMACK64MMAP\n[ 0.219456] evm: security.ima\n[ 0.220114] evm: security.capability\n[ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222952] pinctrl core: initialized pinctrl subsystem\n[ 0.224129] RTC time: 3:25:53, date: 10/04/18\n[ 0.225115] NET: Registered protocol family 16\n[ 0.226087] cpuidle: using governor ladder\n[ 0.226938] cpuidle: using governor menu\n[ 0.227742] PCCT header not found.\n[ 0.228516] ACPI: bus type PCI registered\n[ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230638] PCI: Using configuration type 1 for base access\n[ 0.232401] ACPI: Added _OSI(Module Device)\n[ 0.233291] ACPI: Added _OSI(Processor Device)\n[ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235110] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237223] ACPI: Interpreter enabled\n[ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245681] ACPI: (supports S0 S5)\n[ 0.246404] ACPI: Using IOAPIC for interrupt routing\n[ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256742] acpiphp: Slot [3] registered\n[ 0.257560] acpiphp: Slot [4] registered\n[ 0.258403] acpiphp: Slot [5] registered\n[ 0.259207] acpiphp: Slot [6] registered\n[ 0.260046] acpiphp: Slot [7] registered\n[ 0.260893] acpiphp: Slot [8] registered\n[ 0.261731] acpiphp: Slot [9] registered\n[ 0.262545] acpiphp: Slot [10] registered\n[ 0.263367] acpiphp: Slot [11] registered\n[ 0.264184] acpiphp: Slot [12] registered\n[ 0.265014] acpiphp: Slot [13] registered\n[ 0.265832] acpiphp: Slot [14] registered\n[ 0.266648] acpiphp: Slot [15] registered\n[ 0.277341] acpiphp: Slot [16] registered\n[ 0.278170] acpiphp: Slot [17] registered\n[ 0.278992] acpiphp: Slot [18] registered\n[ 0.279808] acpiphp: Slot [19] registered\n[ 0.280636] acpiphp: Slot [20] registered\n[ 0.281458] acpiphp: Slot [21] registered\n[ 0.282280] acpiphp: Slot [22] registered\n[ 0.283100] acpiphp: Slot [23] registered\n[ 0.283935] acpiphp: Slot [24] registered\n[ 0.284774] acpiphp: Slot [25] registered\n[ 0.285615] acpiphp: Slot [26] registered\n[ 0.286434] acpiphp: Slot [27] registered\n[ 0.287257] acpiphp: Slot [28] registered\n[ 0.288082] acpiphp: Slot [29] registered\n[ 0.288902] acpiphp: Slot [30] registered\n[ 0.289728] acpiphp: Slot [31] registered\n[ 0.290542] PCI host bridge to bus 0000:00\n[ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375199] vgaarb: loaded\n[ 0.375807] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376959] SCSI subsystem initialized\n[ 0.377793] ACPI: bus type USB registered\n[ 0.378624] usbcore: registered new interface driver usbfs\n[ 0.379670] usbcore: registered new interface driver hub\n[ 0.380694] usbcore: registered new device driver usb\n[ 0.381822] PCI: Using ACPI for IRQ routing\n[ 0.382899] NetLabel: Initializing\n[ 0.383655] NetLabel: domain hash size = 128\n[ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385525] NetLabel: unlabeled traffic allowed by default\n[ 0.386696] clocksource: Switched to clocksource kvm-clock\n[ 0.392301] AppArmor: AppArmor Filesystem Enabled\n[ 0.393279] pnp: PnP ACPI init\n[ 0.394223] pnp: PnP ACPI: found 5 devices\n[ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402477] NET: Registered protocol family 2\n[ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406008] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409533] NET: Registered protocol family 1\n[ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440939] Trying to unpack rootfs image as initramfs...\n[ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505713] Scanning for low memory corruption every 60 seconds\n[ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508245] audit: initializing netlink subsys (disabled)\n[ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized\n[ 0.510614] Initialise system trusted keyring\n[ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514736] zbud: loaded\n[ 0.515444] VFS: Disk quotas dquot_6.6.0\n[ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517811] fuse init (API version 7.23)\n[ 0.518723] Key type big_key registered\n[ 0.519532] Allocating IMA MOK and blacklist keyrings.\n[ 0.521027] Key type asymmetric registered\n[ 0.521865] Asymmetric key parser 'x509' registered\n[ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524329] io scheduler noop registered\n[ 0.525142] io scheduler deadline registered (default)\n[ 0.526141] io scheduler cfq registered\n[ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530810] ACPI: Power Button [PWRF]\n[ 0.531658] GHES: HEST is not enabled!\n[ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604055] Linux agpgart interface v0.103\n[ 0.606131] brd: module loaded\n[ 0.607349] loop: module loaded\n[ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613716] GPT:90111 != 2097151\n[ 0.614534] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615846] GPT:90111 != 2097151\n[ 0.616672] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617842] vda: vda1 vda15\n[ 0.619554] scsi host0: ata_piix\n[ 0.620481] scsi host1: ata_piix\n[ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624434] libphy: Fixed MDIO Bus: probed\n[ 0.625436] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629218] PPP generic driver version 2.4.2\n[ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632216] ehci-pci: EHCI PCI platform driver\n[ 0.633282] ehci-platform: EHCI generic platform driver\n[ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636023] ohci-pci: OHCI PCI platform driver\n[ 0.637148] ohci-platform: OHCI generic platform driver\n[ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662671] usb usb1: Product: UHCI Host Controller\n[ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665564] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667119] hub 1-0:1.0: USB hub found\n[ 0.668181] hub 1-0:1.0: 2 ports detected\n[ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674739] mousedev: PS/2 mouse device common for all mice\n[ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678819] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683515] i2c /dev entries driver\n[ 0.684558] device-mapper: uevent: version 1.0.3\n[ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689844] NET: Registered protocol family 10\n[ 0.691195] NET: Registered protocol family 17\n[ 0.692402] Key type dns_resolver registered\n[ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697552] registered taskstats version 1\n[ 0.698710] Loading compiled-in X.509 certificates\n[ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703141] zswap: loaded using pool lzo/zbud\n[ 0.705352] Key type trusted registered\n[ 0.707208] Key type encrypted registered\n[ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711215] evm: HMAC attrs: 0x1\n[ 0.712401] Magic number: 6:15:411\n[ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554)\n[ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717321] EDD information not available.\n[ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785694] Write protecting the kernel read-only data: 14336k\n[ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.844219] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 03:26:12,296 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-61ec80de-599b-4f14-bee8-2a2043c1c948 2018-10-04 03:26:12,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10612392426s 2018-10-04 03:26:12,298 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-61ec80de-599b-4f14-bee8-2a2043c1c948 2018-10-04 03:26:12,298 - 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 510189836 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] 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.844219] 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.22 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-04 03:26:13,300 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:22,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:26:22,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:26:23,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:26:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac15116e-907e-4411-8bfb-56cf63f267eb x-compute-request-id: req-ac15116e-907e-4411-8bfb-56cf63f267eb 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 510189836 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133380] pid_max: default: 32768 minimum: 301\n[ 0.134293] ACPI: Core revision 20150930\n[ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136996] Security Framework initialized\n[ 0.137837] Yama: becoming mindful.\n[ 0.138593] AppArmor: AppArmor initialized\n[ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144795] Initializing cgroup subsys io\n[ 0.145638] Initializing cgroup subsys memory\n[ 0.146521] Initializing cgroup subsys devices\n[ 0.147448] Initializing cgroup subsys freezer\n[ 0.148365] Initializing cgroup subsys net_cls\n[ 0.149276] Initializing cgroup subsys perf_event\n[ 0.150202] Initializing cgroup subsys net_prio\n[ 0.151111] Initializing cgroup subsys hugetlb\n[ 0.152025] Initializing cgroup subsys pids\n[ 0.152944] CPU: Physical Processor ID: 0\n[ 0.154457] mce: CPU supports 10 MCE banks\n[ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174658] ftrace: allocating 31920 entries in 125 pages\n[ 0.200357] smpboot: Max logical packages: 1\n[ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202609] x2apic enabled\n[ 0.203427] Switched APIC routing to physical x2apic.\n[ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210310] KVM setup paravirtual spinlock\n[ 0.211649] x86: Booted up 1 node, 1 CPUs\n[ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213943] devtmpfs: initialized\n[ 0.215642] evm: security.selinux\n[ 0.216347] evm: security.SMACK64\n[ 0.217058] evm: security.SMACK64EXEC\n[ 0.217836] evm: security.SMACK64TRANSMUTE\n[ 0.218683] evm: security.SMACK64MMAP\n[ 0.219456] evm: security.ima\n[ 0.220114] evm: security.capability\n[ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222952] pinctrl core: initialized pinctrl subsystem\n[ 0.224129] RTC time: 3:25:53, date: 10/04/18\n[ 0.225115] NET: Registered protocol family 16\n[ 0.226087] cpuidle: using governor ladder\n[ 0.226938] cpuidle: using governor menu\n[ 0.227742] PCCT header not found.\n[ 0.228516] ACPI: bus type PCI registered\n[ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230638] PCI: Using configuration type 1 for base access\n[ 0.232401] ACPI: Added _OSI(Module Device)\n[ 0.233291] ACPI: Added _OSI(Processor Device)\n[ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235110] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237223] ACPI: Interpreter enabled\n[ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245681] ACPI: (supports S0 S5)\n[ 0.246404] ACPI: Using IOAPIC for interrupt routing\n[ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256742] acpiphp: Slot [3] registered\n[ 0.257560] acpiphp: Slot [4] registered\n[ 0.258403] acpiphp: Slot [5] registered\n[ 0.259207] acpiphp: Slot [6] registered\n[ 0.260046] acpiphp: Slot [7] registered\n[ 0.260893] acpiphp: Slot [8] registered\n[ 0.261731] acpiphp: Slot [9] registered\n[ 0.262545] acpiphp: Slot [10] registered\n[ 0.263367] acpiphp: Slot [11] registered\n[ 0.264184] acpiphp: Slot [12] registered\n[ 0.265014] acpiphp: Slot [13] registered\n[ 0.265832] acpiphp: Slot [14] registered\n[ 0.266648] acpiphp: Slot [15] registered\n[ 0.277341] acpiphp: Slot [16] registered\n[ 0.278170] acpiphp: Slot [17] registered\n[ 0.278992] acpiphp: Slot [18] registered\n[ 0.279808] acpiphp: Slot [19] registered\n[ 0.280636] acpiphp: Slot [20] registered\n[ 0.281458] acpiphp: Slot [21] registered\n[ 0.282280] acpiphp: Slot [22] registered\n[ 0.283100] acpiphp: Slot [23] registered\n[ 0.283935] acpiphp: Slot [24] registered\n[ 0.284774] acpiphp: Slot [25] registered\n[ 0.285615] acpiphp: Slot [26] registered\n[ 0.286434] acpiphp: Slot [27] registered\n[ 0.287257] acpiphp: Slot [28] registered\n[ 0.288082] acpiphp: Slot [29] registered\n[ 0.288902] acpiphp: Slot [30] registered\n[ 0.289728] acpiphp: Slot [31] registered\n[ 0.290542] PCI host bridge to bus 0000:00\n[ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375199] vgaarb: loaded\n[ 0.375807] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376959] SCSI subsystem initialized\n[ 0.377793] ACPI: bus type USB registered\n[ 0.378624] usbcore: registered new interface driver usbfs\n[ 0.379670] usbcore: registered new interface driver hub\n[ 0.380694] usbcore: registered new device driver usb\n[ 0.381822] PCI: Using ACPI for IRQ routing\n[ 0.382899] NetLabel: Initializing\n[ 0.383655] NetLabel: domain hash size = 128\n[ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385525] NetLabel: unlabeled traffic allowed by default\n[ 0.386696] clocksource: Switched to clocksource kvm-clock\n[ 0.392301] AppArmor: AppArmor Filesystem Enabled\n[ 0.393279] pnp: PnP ACPI init\n[ 0.394223] pnp: PnP ACPI: found 5 devices\n[ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402477] NET: Registered protocol family 2\n[ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406008] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409533] NET: Registered protocol family 1\n[ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440939] Trying to unpack rootfs image as initramfs...\n[ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505713] Scanning for low memory corruption every 60 seconds\n[ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508245] audit: initializing netlink subsys (disabled)\n[ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized\n[ 0.510614] Initialise system trusted keyring\n[ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514736] zbud: loaded\n[ 0.515444] VFS: Disk quotas dquot_6.6.0\n[ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517811] fuse init (API version 7.23)\n[ 0.518723] Key type big_key registered\n[ 0.519532] Allocating IMA MOK and blacklist keyrings.\n[ 0.521027] Key type asymmetric registered\n[ 0.521865] Asymmetric key parser 'x509' registered\n[ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524329] io scheduler noop registered\n[ 0.525142] io scheduler deadline registered (default)\n[ 0.526141] io scheduler cfq registered\n[ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530810] ACPI: Power Button [PWRF]\n[ 0.531658] GHES: HEST is not enabled!\n[ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604055] Linux agpgart interface v0.103\n[ 0.606131] brd: module loaded\n[ 0.607349] loop: module loaded\n[ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613716] GPT:90111 != 2097151\n[ 0.614534] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615846] GPT:90111 != 2097151\n[ 0.616672] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617842] vda: vda1 vda15\n[ 0.619554] scsi host0: ata_piix\n[ 0.620481] scsi host1: ata_piix\n[ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624434] libphy: Fixed MDIO Bus: probed\n[ 0.625436] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629218] PPP generic driver version 2.4.2\n[ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632216] ehci-pci: EHCI PCI platform driver\n[ 0.633282] ehci-platform: EHCI generic platform driver\n[ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636023] ohci-pci: OHCI PCI platform driver\n[ 0.637148] ohci-platform: OHCI generic platform driver\n[ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662671] usb usb1: Product: UHCI Host Controller\n[ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665564] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667119] hub 1-0:1.0: USB hub found\n[ 0.668181] hub 1-0:1.0: 2 ports detected\n[ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674739] mousedev: PS/2 mouse device common for all mice\n[ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678819] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683515] i2c /dev entries driver\n[ 0.684558] device-mapper: uevent: version 1.0.3\n[ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689844] NET: Registered protocol family 10\n[ 0.691195] NET: Registered protocol family 17\n[ 0.692402] Key type dns_resolver registered\n[ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697552] registered taskstats version 1\n[ 0.698710] Loading compiled-in X.509 certificates\n[ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703141] zswap: loaded using pool lzo/zbud\n[ 0.705352] Key type trusted registered\n[ 0.707208] Key type encrypted registered\n[ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711215] evm: HMAC attrs: 0x1\n[ 0.712401] Magic number: 6:15:411\n[ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554)\n[ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717321] EDD information not available.\n[ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785694] Write protecting the kernel read-only data: 14336k\n[ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.844219] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 03:26:23,415 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-ac15116e-907e-4411-8bfb-56cf63f267eb 2018-10-04 03:26:23,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10470604897s 2018-10-04 03:26:23,416 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-ac15116e-907e-4411-8bfb-56cf63f267eb 2018-10-04 03:26:23,417 - 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 510189836 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] 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.844219] 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.22 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-04 03:26:24,419 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:33,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:26:33,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:26:34,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:26: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-75b932a8-5ced-42b0-93e9-b16fd5605374 x-compute-request-id: req-75b932a8-5ced-42b0-93e9-b16fd5605374 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 510189836 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133380] pid_max: default: 32768 minimum: 301\n[ 0.134293] ACPI: Core revision 20150930\n[ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136996] Security Framework initialized\n[ 0.137837] Yama: becoming mindful.\n[ 0.138593] AppArmor: AppArmor initialized\n[ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144795] Initializing cgroup subsys io\n[ 0.145638] Initializing cgroup subsys memory\n[ 0.146521] Initializing cgroup subsys devices\n[ 0.147448] Initializing cgroup subsys freezer\n[ 0.148365] Initializing cgroup subsys net_cls\n[ 0.149276] Initializing cgroup subsys perf_event\n[ 0.150202] Initializing cgroup subsys net_prio\n[ 0.151111] Initializing cgroup subsys hugetlb\n[ 0.152025] Initializing cgroup subsys pids\n[ 0.152944] CPU: Physical Processor ID: 0\n[ 0.154457] mce: CPU supports 10 MCE banks\n[ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174658] ftrace: allocating 31920 entries in 125 pages\n[ 0.200357] smpboot: Max logical packages: 1\n[ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202609] x2apic enabled\n[ 0.203427] Switched APIC routing to physical x2apic.\n[ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210310] KVM setup paravirtual spinlock\n[ 0.211649] x86: Booted up 1 node, 1 CPUs\n[ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213943] devtmpfs: initialized\n[ 0.215642] evm: security.selinux\n[ 0.216347] evm: security.SMACK64\n[ 0.217058] evm: security.SMACK64EXEC\n[ 0.217836] evm: security.SMACK64TRANSMUTE\n[ 0.218683] evm: security.SMACK64MMAP\n[ 0.219456] evm: security.ima\n[ 0.220114] evm: security.capability\n[ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222952] pinctrl core: initialized pinctrl subsystem\n[ 0.224129] RTC time: 3:25:53, date: 10/04/18\n[ 0.225115] NET: Registered protocol family 16\n[ 0.226087] cpuidle: using governor ladder\n[ 0.226938] cpuidle: using governor menu\n[ 0.227742] PCCT header not found.\n[ 0.228516] ACPI: bus type PCI registered\n[ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230638] PCI: Using configuration type 1 for base access\n[ 0.232401] ACPI: Added _OSI(Module Device)\n[ 0.233291] ACPI: Added _OSI(Processor Device)\n[ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235110] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237223] ACPI: Interpreter enabled\n[ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245681] ACPI: (supports S0 S5)\n[ 0.246404] ACPI: Using IOAPIC for interrupt routing\n[ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256742] acpiphp: Slot [3] registered\n[ 0.257560] acpiphp: Slot [4] registered\n[ 0.258403] acpiphp: Slot [5] registered\n[ 0.259207] acpiphp: Slot [6] registered\n[ 0.260046] acpiphp: Slot [7] registered\n[ 0.260893] acpiphp: Slot [8] registered\n[ 0.261731] acpiphp: Slot [9] registered\n[ 0.262545] acpiphp: Slot [10] registered\n[ 0.263367] acpiphp: Slot [11] registered\n[ 0.264184] acpiphp: Slot [12] registered\n[ 0.265014] acpiphp: Slot [13] registered\n[ 0.265832] acpiphp: Slot [14] registered\n[ 0.266648] acpiphp: Slot [15] registered\n[ 0.277341] acpiphp: Slot [16] registered\n[ 0.278170] acpiphp: Slot [17] registered\n[ 0.278992] acpiphp: Slot [18] registered\n[ 0.279808] acpiphp: Slot [19] registered\n[ 0.280636] acpiphp: Slot [20] registered\n[ 0.281458] acpiphp: Slot [21] registered\n[ 0.282280] acpiphp: Slot [22] registered\n[ 0.283100] acpiphp: Slot [23] registered\n[ 0.283935] acpiphp: Slot [24] registered\n[ 0.284774] acpiphp: Slot [25] registered\n[ 0.285615] acpiphp: Slot [26] registered\n[ 0.286434] acpiphp: Slot [27] registered\n[ 0.287257] acpiphp: Slot [28] registered\n[ 0.288082] acpiphp: Slot [29] registered\n[ 0.288902] acpiphp: Slot [30] registered\n[ 0.289728] acpiphp: Slot [31] registered\n[ 0.290542] PCI host bridge to bus 0000:00\n[ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375199] vgaarb: loaded\n[ 0.375807] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376959] SCSI subsystem initialized\n[ 0.377793] ACPI: bus type USB registered\n[ 0.378624] usbcore: registered new interface driver usbfs\n[ 0.379670] usbcore: registered new interface driver hub\n[ 0.380694] usbcore: registered new device driver usb\n[ 0.381822] PCI: Using ACPI for IRQ routing\n[ 0.382899] NetLabel: Initializing\n[ 0.383655] NetLabel: domain hash size = 128\n[ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385525] NetLabel: unlabeled traffic allowed by default\n[ 0.386696] clocksource: Switched to clocksource kvm-clock\n[ 0.392301] AppArmor: AppArmor Filesystem Enabled\n[ 0.393279] pnp: PnP ACPI init\n[ 0.394223] pnp: PnP ACPI: found 5 devices\n[ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402477] NET: Registered protocol family 2\n[ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406008] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409533] NET: Registered protocol family 1\n[ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440939] Trying to unpack rootfs image as initramfs...\n[ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505713] Scanning for low memory corruption every 60 seconds\n[ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508245] audit: initializing netlink subsys (disabled)\n[ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized\n[ 0.510614] Initialise system trusted keyring\n[ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514736] zbud: loaded\n[ 0.515444] VFS: Disk quotas dquot_6.6.0\n[ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517811] fuse init (API version 7.23)\n[ 0.518723] Key type big_key registered\n[ 0.519532] Allocating IMA MOK and blacklist keyrings.\n[ 0.521027] Key type asymmetric registered\n[ 0.521865] Asymmetric key parser 'x509' registered\n[ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524329] io scheduler noop registered\n[ 0.525142] io scheduler deadline registered (default)\n[ 0.526141] io scheduler cfq registered\n[ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530810] ACPI: Power Button [PWRF]\n[ 0.531658] GHES: HEST is not enabled!\n[ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604055] Linux agpgart interface v0.103\n[ 0.606131] brd: module loaded\n[ 0.607349] loop: module loaded\n[ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613716] GPT:90111 != 2097151\n[ 0.614534] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615846] GPT:90111 != 2097151\n[ 0.616672] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617842] vda: vda1 vda15\n[ 0.619554] scsi host0: ata_piix\n[ 0.620481] scsi host1: ata_piix\n[ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624434] libphy: Fixed MDIO Bus: probed\n[ 0.625436] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629218] PPP generic driver version 2.4.2\n[ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632216] ehci-pci: EHCI PCI platform driver\n[ 0.633282] ehci-platform: EHCI generic platform driver\n[ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636023] ohci-pci: OHCI PCI platform driver\n[ 0.637148] ohci-platform: OHCI generic platform driver\n[ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662671] usb usb1: Product: UHCI Host Controller\n[ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665564] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667119] hub 1-0:1.0: USB hub found\n[ 0.668181] hub 1-0:1.0: 2 ports detected\n[ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674739] mousedev: PS/2 mouse device common for all mice\n[ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678819] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683515] i2c /dev entries driver\n[ 0.684558] device-mapper: uevent: version 1.0.3\n[ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689844] NET: Registered protocol family 10\n[ 0.691195] NET: Registered protocol family 17\n[ 0.692402] Key type dns_resolver registered\n[ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697552] registered taskstats version 1\n[ 0.698710] Loading compiled-in X.509 certificates\n[ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703141] zswap: loaded using pool lzo/zbud\n[ 0.705352] Key type trusted registered\n[ 0.707208] Key type encrypted registered\n[ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711215] evm: HMAC attrs: 0x1\n[ 0.712401] Magic number: 6:15:411\n[ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554)\n[ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717321] EDD information not available.\n[ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785694] Write protecting the kernel read-only data: 14336k\n[ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.844219] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 03:26:34,585 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-75b932a8-5ced-42b0-93e9-b16fd5605374 2018-10-04 03:26:34,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.163875103s 2018-10-04 03:26:34,586 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-75b932a8-5ced-42b0-93e9-b16fd5605374 2018-10-04 03:26:34,586 - 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 510189836 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] 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.844219] 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.22 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-04 03:26:35,589 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:44,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:26:44,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:26:45,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:26: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-f953d1cb-2c78-4350-b62b-ae7f2f983af4 x-compute-request-id: req-f953d1cb-2c78-4350-b62b-ae7f2f983af4 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 510189836 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133380] pid_max: default: 32768 minimum: 301\n[ 0.134293] ACPI: Core revision 20150930\n[ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136996] Security Framework initialized\n[ 0.137837] Yama: becoming mindful.\n[ 0.138593] AppArmor: AppArmor initialized\n[ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144795] Initializing cgroup subsys io\n[ 0.145638] Initializing cgroup subsys memory\n[ 0.146521] Initializing cgroup subsys devices\n[ 0.147448] Initializing cgroup subsys freezer\n[ 0.148365] Initializing cgroup subsys net_cls\n[ 0.149276] Initializing cgroup subsys perf_event\n[ 0.150202] Initializing cgroup subsys net_prio\n[ 0.151111] Initializing cgroup subsys hugetlb\n[ 0.152025] Initializing cgroup subsys pids\n[ 0.152944] CPU: Physical Processor ID: 0\n[ 0.154457] mce: CPU supports 10 MCE banks\n[ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174658] ftrace: allocating 31920 entries in 125 pages\n[ 0.200357] smpboot: Max logical packages: 1\n[ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202609] x2apic enabled\n[ 0.203427] Switched APIC routing to physical x2apic.\n[ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210310] KVM setup paravirtual spinlock\n[ 0.211649] x86: Booted up 1 node, 1 CPUs\n[ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213943] devtmpfs: initialized\n[ 0.215642] evm: security.selinux\n[ 0.216347] evm: security.SMACK64\n[ 0.217058] evm: security.SMACK64EXEC\n[ 0.217836] evm: security.SMACK64TRANSMUTE\n[ 0.218683] evm: security.SMACK64MMAP\n[ 0.219456] evm: security.ima\n[ 0.220114] evm: security.capability\n[ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222952] pinctrl core: initialized pinctrl subsystem\n[ 0.224129] RTC time: 3:25:53, date: 10/04/18\n[ 0.225115] NET: Registered protocol family 16\n[ 0.226087] cpuidle: using governor ladder\n[ 0.226938] cpuidle: using governor menu\n[ 0.227742] PCCT header not found.\n[ 0.228516] ACPI: bus type PCI registered\n[ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230638] PCI: Using configuration type 1 for base access\n[ 0.232401] ACPI: Added _OSI(Module Device)\n[ 0.233291] ACPI: Added _OSI(Processor Device)\n[ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235110] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237223] ACPI: Interpreter enabled\n[ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245681] ACPI: (supports S0 S5)\n[ 0.246404] ACPI: Using IOAPIC for interrupt routing\n[ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256742] acpiphp: Slot [3] registered\n[ 0.257560] acpiphp: Slot [4] registered\n[ 0.258403] acpiphp: Slot [5] registered\n[ 0.259207] acpiphp: Slot [6] registered\n[ 0.260046] acpiphp: Slot [7] registered\n[ 0.260893] acpiphp: Slot [8] registered\n[ 0.261731] acpiphp: Slot [9] registered\n[ 0.262545] acpiphp: Slot [10] registered\n[ 0.263367] acpiphp: Slot [11] registered\n[ 0.264184] acpiphp: Slot [12] registered\n[ 0.265014] acpiphp: Slot [13] registered\n[ 0.265832] acpiphp: Slot [14] registered\n[ 0.266648] acpiphp: Slot [15] registered\n[ 0.277341] acpiphp: Slot [16] registered\n[ 0.278170] acpiphp: Slot [17] registered\n[ 0.278992] acpiphp: Slot [18] registered\n[ 0.279808] acpiphp: Slot [19] registered\n[ 0.280636] acpiphp: Slot [20] registered\n[ 0.281458] acpiphp: Slot [21] registered\n[ 0.282280] acpiphp: Slot [22] registered\n[ 0.283100] acpiphp: Slot [23] registered\n[ 0.283935] acpiphp: Slot [24] registered\n[ 0.284774] acpiphp: Slot [25] registered\n[ 0.285615] acpiphp: Slot [26] registered\n[ 0.286434] acpiphp: Slot [27] registered\n[ 0.287257] acpiphp: Slot [28] registered\n[ 0.288082] acpiphp: Slot [29] registered\n[ 0.288902] acpiphp: Slot [30] registered\n[ 0.289728] acpiphp: Slot [31] registered\n[ 0.290542] PCI host bridge to bus 0000:00\n[ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375199] vgaarb: loaded\n[ 0.375807] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376959] SCSI subsystem initialized\n[ 0.377793] ACPI: bus type USB registered\n[ 0.378624] usbcore: registered new interface driver usbfs\n[ 0.379670] usbcore: registered new interface driver hub\n[ 0.380694] usbcore: registered new device driver usb\n[ 0.381822] PCI: Using ACPI for IRQ routing\n[ 0.382899] NetLabel: Initializing\n[ 0.383655] NetLabel: domain hash size = 128\n[ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385525] NetLabel: unlabeled traffic allowed by default\n[ 0.386696] clocksource: Switched to clocksource kvm-clock\n[ 0.392301] AppArmor: AppArmor Filesystem Enabled\n[ 0.393279] pnp: PnP ACPI init\n[ 0.394223] pnp: PnP ACPI: found 5 devices\n[ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402477] NET: Registered protocol family 2\n[ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406008] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409533] NET: Registered protocol family 1\n[ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440939] Trying to unpack rootfs image as initramfs...\n[ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505713] Scanning for low memory corruption every 60 seconds\n[ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508245] audit: initializing netlink subsys (disabled)\n[ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized\n[ 0.510614] Initialise system trusted keyring\n[ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514736] zbud: loaded\n[ 0.515444] VFS: Disk quotas dquot_6.6.0\n[ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517811] fuse init (API version 7.23)\n[ 0.518723] Key type big_key registered\n[ 0.519532] Allocating IMA MOK and blacklist keyrings.\n[ 0.521027] Key type asymmetric registered\n[ 0.521865] Asymmetric key parser 'x509' registered\n[ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524329] io scheduler noop registered\n[ 0.525142] io scheduler deadline registered (default)\n[ 0.526141] io scheduler cfq registered\n[ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530810] ACPI: Power Button [PWRF]\n[ 0.531658] GHES: HEST is not enabled!\n[ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604055] Linux agpgart interface v0.103\n[ 0.606131] brd: module loaded\n[ 0.607349] loop: module loaded\n[ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613716] GPT:90111 != 2097151\n[ 0.614534] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615846] GPT:90111 != 2097151\n[ 0.616672] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617842] vda: vda1 vda15\n[ 0.619554] scsi host0: ata_piix\n[ 0.620481] scsi host1: ata_piix\n[ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624434] libphy: Fixed MDIO Bus: probed\n[ 0.625436] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629218] PPP generic driver version 2.4.2\n[ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632216] ehci-pci: EHCI PCI platform driver\n[ 0.633282] ehci-platform: EHCI generic platform driver\n[ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636023] ohci-pci: OHCI PCI platform driver\n[ 0.637148] ohci-platform: OHCI generic platform driver\n[ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662671] usb usb1: Product: UHCI Host Controller\n[ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665564] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667119] hub 1-0:1.0: USB hub found\n[ 0.668181] hub 1-0:1.0: 2 ports detected\n[ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674739] mousedev: PS/2 mouse device common for all mice\n[ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678819] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683515] i2c /dev entries driver\n[ 0.684558] device-mapper: uevent: version 1.0.3\n[ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689844] NET: Registered protocol family 10\n[ 0.691195] NET: Registered protocol family 17\n[ 0.692402] Key type dns_resolver registered\n[ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697552] registered taskstats version 1\n[ 0.698710] Loading compiled-in X.509 certificates\n[ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703141] zswap: loaded using pool lzo/zbud\n[ 0.705352] Key type trusted registered\n[ 0.707208] Key type encrypted registered\n[ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711215] evm: HMAC attrs: 0x1\n[ 0.712401] Magic number: 6:15:411\n[ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554)\n[ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717321] EDD information not available.\n[ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785694] Write protecting the kernel read-only data: 14336k\n[ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.844219] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 03:26:45,708 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-f953d1cb-2c78-4350-b62b-ae7f2f983af4 2018-10-04 03:26:45,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.11656999588s 2018-10-04 03:26:45,709 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-f953d1cb-2c78-4350-b62b-ae7f2f983af4 2018-10-04 03:26:45,709 - 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 510189836 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] 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.844219] 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.22 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-04 03:26:46,711 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.201: timed out 2018-10-04 03:26:55,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:26:55,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:26:56,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:26: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-7e8dc1c1-999e-4694-9d88-66dd6bd9e657 x-compute-request-id: req-7e8dc1c1-999e-4694-9d88-66dd6bd9e657 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 510189836 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133380] pid_max: default: 32768 minimum: 301\n[ 0.134293] ACPI: Core revision 20150930\n[ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136996] Security Framework initialized\n[ 0.137837] Yama: becoming mindful.\n[ 0.138593] AppArmor: AppArmor initialized\n[ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144795] Initializing cgroup subsys io\n[ 0.145638] Initializing cgroup subsys memory\n[ 0.146521] Initializing cgroup subsys devices\n[ 0.147448] Initializing cgroup subsys freezer\n[ 0.148365] Initializing cgroup subsys net_cls\n[ 0.149276] Initializing cgroup subsys perf_event\n[ 0.150202] Initializing cgroup subsys net_prio\n[ 0.151111] Initializing cgroup subsys hugetlb\n[ 0.152025] Initializing cgroup subsys pids\n[ 0.152944] CPU: Physical Processor ID: 0\n[ 0.154457] mce: CPU supports 10 MCE banks\n[ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.174658] ftrace: allocating 31920 entries in 125 pages\n[ 0.200357] smpboot: Max logical packages: 1\n[ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202609] x2apic enabled\n[ 0.203427] Switched APIC routing to physical x2apic.\n[ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.210310] KVM setup paravirtual spinlock\n[ 0.211649] x86: Booted up 1 node, 1 CPUs\n[ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213943] devtmpfs: initialized\n[ 0.215642] evm: security.selinux\n[ 0.216347] evm: security.SMACK64\n[ 0.217058] evm: security.SMACK64EXEC\n[ 0.217836] evm: security.SMACK64TRANSMUTE\n[ 0.218683] evm: security.SMACK64MMAP\n[ 0.219456] evm: security.ima\n[ 0.220114] evm: security.capability\n[ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.222952] pinctrl core: initialized pinctrl subsystem\n[ 0.224129] RTC time: 3:25:53, date: 10/04/18\n[ 0.225115] NET: Registered protocol family 16\n[ 0.226087] cpuidle: using governor ladder\n[ 0.226938] cpuidle: using governor menu\n[ 0.227742] PCCT header not found.\n[ 0.228516] ACPI: bus type PCI registered\n[ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.230638] PCI: Using configuration type 1 for base access\n[ 0.232401] ACPI: Added _OSI(Module Device)\n[ 0.233291] ACPI: Added _OSI(Processor Device)\n[ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.235110] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.237223] ACPI: Interpreter enabled\n[ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.245681] ACPI: (supports S0 S5)\n[ 0.246404] ACPI: Using IOAPIC for interrupt routing\n[ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.256742] acpiphp: Slot [3] registered\n[ 0.257560] acpiphp: Slot [4] registered\n[ 0.258403] acpiphp: Slot [5] registered\n[ 0.259207] acpiphp: Slot [6] registered\n[ 0.260046] acpiphp: Slot [7] registered\n[ 0.260893] acpiphp: Slot [8] registered\n[ 0.261731] acpiphp: Slot [9] registered\n[ 0.262545] acpiphp: Slot [10] registered\n[ 0.263367] acpiphp: Slot [11] registered\n[ 0.264184] acpiphp: Slot [12] registered\n[ 0.265014] acpiphp: Slot [13] registered\n[ 0.265832] acpiphp: Slot [14] registered\n[ 0.266648] acpiphp: Slot [15] registered\n[ 0.277341] acpiphp: Slot [16] registered\n[ 0.278170] acpiphp: Slot [17] registered\n[ 0.278992] acpiphp: Slot [18] registered\n[ 0.279808] acpiphp: Slot [19] registered\n[ 0.280636] acpiphp: Slot [20] registered\n[ 0.281458] acpiphp: Slot [21] registered\n[ 0.282280] acpiphp: Slot [22] registered\n[ 0.283100] acpiphp: Slot [23] registered\n[ 0.283935] acpiphp: Slot [24] registered\n[ 0.284774] acpiphp: Slot [25] registered\n[ 0.285615] acpiphp: Slot [26] registered\n[ 0.286434] acpiphp: Slot [27] registered\n[ 0.287257] acpiphp: Slot [28] registered\n[ 0.288082] acpiphp: Slot [29] registered\n[ 0.288902] acpiphp: Slot [30] registered\n[ 0.289728] acpiphp: Slot [31] registered\n[ 0.290542] PCI host bridge to bus 0000:00\n[ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375199] vgaarb: loaded\n[ 0.375807] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376959] SCSI subsystem initialized\n[ 0.377793] ACPI: bus type USB registered\n[ 0.378624] usbcore: registered new interface driver usbfs\n[ 0.379670] usbcore: registered new interface driver hub\n[ 0.380694] usbcore: registered new device driver usb\n[ 0.381822] PCI: Using ACPI for IRQ routing\n[ 0.382899] NetLabel: Initializing\n[ 0.383655] NetLabel: domain hash size = 128\n[ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385525] NetLabel: unlabeled traffic allowed by default\n[ 0.386696] clocksource: Switched to clocksource kvm-clock\n[ 0.392301] AppArmor: AppArmor Filesystem Enabled\n[ 0.393279] pnp: PnP ACPI init\n[ 0.394223] pnp: PnP ACPI: found 5 devices\n[ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402477] NET: Registered protocol family 2\n[ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406008] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409533] NET: Registered protocol family 1\n[ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.440939] Trying to unpack rootfs image as initramfs...\n[ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.505713] Scanning for low memory corruption every 60 seconds\n[ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508245] audit: initializing netlink subsys (disabled)\n[ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized\n[ 0.510614] Initialise system trusted keyring\n[ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.514736] zbud: loaded\n[ 0.515444] VFS: Disk quotas dquot_6.6.0\n[ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517811] fuse init (API version 7.23)\n[ 0.518723] Key type big_key registered\n[ 0.519532] Allocating IMA MOK and blacklist keyrings.\n[ 0.521027] Key type asymmetric registered\n[ 0.521865] Asymmetric key parser 'x509' registered\n[ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.524329] io scheduler noop registered\n[ 0.525142] io scheduler deadline registered (default)\n[ 0.526141] io scheduler cfq registered\n[ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530810] ACPI: Power Button [PWRF]\n[ 0.531658] GHES: HEST is not enabled!\n[ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604055] Linux agpgart interface v0.103\n[ 0.606131] brd: module loaded\n[ 0.607349] loop: module loaded\n[ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613716] GPT:90111 != 2097151\n[ 0.614534] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615846] GPT:90111 != 2097151\n[ 0.616672] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617842] vda: vda1 vda15\n[ 0.619554] scsi host0: ata_piix\n[ 0.620481] scsi host1: ata_piix\n[ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624434] libphy: Fixed MDIO Bus: probed\n[ 0.625436] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626504] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629218] PPP generic driver version 2.4.2\n[ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.632216] ehci-pci: EHCI PCI platform driver\n[ 0.633282] ehci-platform: EHCI generic platform driver\n[ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636023] ohci-pci: OHCI PCI platform driver\n[ 0.637148] ohci-platform: OHCI generic platform driver\n[ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662671] usb usb1: Product: UHCI Host Controller\n[ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.665564] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667119] hub 1-0:1.0: USB hub found\n[ 0.668181] hub 1-0:1.0: 2 ports detected\n[ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.674739] mousedev: PS/2 mouse device common for all mice\n[ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678819] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683515] i2c /dev entries driver\n[ 0.684558] device-mapper: uevent: version 1.0.3\n[ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689844] NET: Registered protocol family 10\n[ 0.691195] NET: Registered protocol family 17\n[ 0.692402] Key type dns_resolver registered\n[ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697552] registered taskstats version 1\n[ 0.698710] Loading compiled-in X.509 certificates\n[ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703141] zswap: loaded using pool lzo/zbud\n[ 0.705352] Key type trusted registered\n[ 0.707208] Key type encrypted registered\n[ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709754] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711215] evm: HMAC attrs: 0x1\n[ 0.712401] Magic number: 6:15:411\n[ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554)\n[ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.717321] EDD information not available.\n[ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785694] Write protecting the kernel read-only data: 14336k\n[ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799969] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.844219] random: blkid urandom read with 2 bits of entropy available\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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 03:26:56,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-7e8dc1c1-999e-4694-9d88-66dd6bd9e657 2018-10-04 03:26:56,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.10259008408s 2018-10-04 03:26:56,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d/action used request id req-7e8dc1c1-999e-4694-9d88-66dd6bd9e657 2018-10-04 03:26:56,825 - 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 510189836 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.131713] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.133380] pid_max: default: 32768 minimum: 301 [ 0.134293] ACPI: Core revision 20150930 [ 0.135673] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.136996] Security Framework initialized [ 0.137837] Yama: becoming mindful. [ 0.138593] AppArmor: AppArmor initialized [ 0.139472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.140828] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.142139] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143363] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.144795] Initializing cgroup subsys io [ 0.145638] Initializing cgroup subsys memory [ 0.146521] Initializing cgroup subsys devices [ 0.147448] Initializing cgroup subsys freezer [ 0.148365] Initializing cgroup subsys net_cls [ 0.149276] Initializing cgroup subsys perf_event [ 0.150202] Initializing cgroup subsys net_prio [ 0.151111] Initializing cgroup subsys hugetlb [ 0.152025] Initializing cgroup subsys pids [ 0.152944] CPU: Physical Processor ID: 0 [ 0.154457] mce: CPU supports 10 MCE banks [ 0.155320] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.156344] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.168386] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.174658] ftrace: allocating 31920 entries in 125 pages [ 0.200357] smpboot: Max logical packages: 1 [ 0.201237] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.202609] x2apic enabled [ 0.203427] Switched APIC routing to physical x2apic. [ 0.205251] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.206386] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.208469] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.210310] KVM setup paravirtual spinlock [ 0.211649] x86: Booted up 1 node, 1 CPUs [ 0.212460] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.213943] devtmpfs: initialized [ 0.215642] evm: security.selinux [ 0.216347] evm: security.SMACK64 [ 0.217058] evm: security.SMACK64EXEC [ 0.217836] evm: security.SMACK64TRANSMUTE [ 0.218683] evm: security.SMACK64MMAP [ 0.219456] evm: security.ima [ 0.220114] evm: security.capability [ 0.220970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.222952] pinctrl core: initialized pinctrl subsystem [ 0.224129] RTC time: 3:25:53, date: 10/04/18 [ 0.225115] NET: Registered protocol family 16 [ 0.226087] cpuidle: using governor ladder [ 0.226938] cpuidle: using governor menu [ 0.227742] PCCT header not found. [ 0.228516] ACPI: bus type PCI registered [ 0.229359] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.230638] PCI: Using configuration type 1 for base access [ 0.232401] ACPI: Added _OSI(Module Device) [ 0.233291] ACPI: Added _OSI(Processor Device) [ 0.234197] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.235110] ACPI: Added _OSI(Processor Aggregator Device) [ 0.237223] ACPI: Interpreter enabled [ 0.238011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.239917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.241829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.243756] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.245681] ACPI: (supports S0 S5) [ 0.246404] ACPI: Using IOAPIC for interrupt routing [ 0.247553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.250733] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.251936] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.253219] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.254436] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.256742] acpiphp: Slot [3] registered [ 0.257560] acpiphp: Slot [4] registered [ 0.258403] acpiphp: Slot [5] registered [ 0.259207] acpiphp: Slot [6] registered [ 0.260046] acpiphp: Slot [7] registered [ 0.260893] acpiphp: Slot [8] registered [ 0.261731] acpiphp: Slot [9] registered [ 0.262545] acpiphp: Slot [10] registered [ 0.263367] acpiphp: Slot [11] registered [ 0.264184] acpiphp: Slot [12] registered [ 0.265014] acpiphp: Slot [13] registered [ 0.265832] acpiphp: Slot [14] registered [ 0.266648] acpiphp: Slot [15] registered [ 0.277341] acpiphp: Slot [16] registered [ 0.278170] acpiphp: Slot [17] registered [ 0.278992] acpiphp: Slot [18] registered [ 0.279808] acpiphp: Slot [19] registered [ 0.280636] acpiphp: Slot [20] registered [ 0.281458] acpiphp: Slot [21] registered [ 0.282280] acpiphp: Slot [22] registered [ 0.283100] acpiphp: Slot [23] registered [ 0.283935] acpiphp: Slot [24] registered [ 0.284774] acpiphp: Slot [25] registered [ 0.285615] acpiphp: Slot [26] registered [ 0.286434] acpiphp: Slot [27] registered [ 0.287257] acpiphp: Slot [28] registered [ 0.288082] acpiphp: Slot [29] registered [ 0.288902] acpiphp: Slot [30] registered [ 0.289728] acpiphp: Slot [31] registered [ 0.290542] PCI host bridge to bus 0000:00 [ 0.291364] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.292663] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.293918] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.295387] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.296866] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.303019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.304333] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.305544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.306846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313656] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315125] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364281] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365797] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367246] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368735] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.370129] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371397] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372563] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373637] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375199] vgaarb: loaded [ 0.375807] vgaarb: bridge control possible 0000:00:02.0 [ 0.376959] SCSI subsystem initialized [ 0.377793] ACPI: bus type USB registered [ 0.378624] usbcore: registered new interface driver usbfs [ 0.379670] usbcore: registered new interface driver hub [ 0.380694] usbcore: registered new device driver usb [ 0.381822] PCI: Using ACPI for IRQ routing [ 0.382899] NetLabel: Initializing [ 0.383655] NetLabel: domain hash size = 128 [ 0.384530] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385525] NetLabel: unlabeled traffic allowed by default [ 0.386696] clocksource: Switched to clocksource kvm-clock [ 0.392301] AppArmor: AppArmor Filesystem Enabled [ 0.393279] pnp: PnP ACPI init [ 0.394223] pnp: PnP ACPI: found 5 devices [ 0.400678] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.402477] NET: Registered protocol family 2 [ 0.403448] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.404798] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.406008] TCP: Hash tables configured (established 4096 bind 4096) [ 0.407231] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.408356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.409533] NET: Registered protocol family 1 [ 0.410413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.411544] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.412639] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426724] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.440939] Trying to unpack rootfs image as initramfs... [ 0.491563] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.505713] Scanning for low memory corruption every 60 seconds [ 0.507084] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.508245] audit: initializing netlink subsys (disabled) [ 0.509284] audit: type=2000 audit(1538623554.595:1): initialized [ 0.510614] Initialise system trusted keyring [ 0.511552] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.512741] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.514736] zbud: loaded [ 0.515444] VFS: Disk quotas dquot_6.6.0 [ 0.516275] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.517811] fuse init (API version 7.23) [ 0.518723] Key type big_key registered [ 0.519532] Allocating IMA MOK and blacklist keyrings. [ 0.521027] Key type asymmetric registered [ 0.521865] Asymmetric key parser 'x509' registered [ 0.522840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.524329] io scheduler noop registered [ 0.525142] io scheduler deadline registered (default) [ 0.526141] io scheduler cfq registered [ 0.526995] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528057] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.529326] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530810] ACPI: Power Button [PWRF] [ 0.531658] GHES: HEST is not enabled! [ 0.545439] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.575434] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.578273] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.601892] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604055] Linux agpgart interface v0.103 [ 0.606131] brd: module loaded [ 0.607349] loop: module loaded [ 0.612039] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.613716] GPT:90111 != 2097151 [ 0.614534] GPT:Alternate GPT header not at the end of the disk. [ 0.615846] GPT:90111 != 2097151 [ 0.616672] GPT: Use GNU Parted to correct GPT errors. [ 0.617842] vda: vda1 vda15 [ 0.619554] scsi host0: ata_piix [ 0.620481] scsi host1: ata_piix [ 0.621279] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.622765] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.624434] libphy: Fixed MDIO Bus: probed [ 0.625436] tun: Universal TUN/TAP device driver, 1.6 [ 0.626504] tun: (C) 1999-2004 Max Krasnyansky [ 0.629218] PPP generic driver version 2.4.2 [ 0.630501] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.632216] ehci-pci: EHCI PCI platform driver [ 0.633282] ehci-platform: EHCI generic platform driver [ 0.634503] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.636023] ohci-pci: OHCI PCI platform driver [ 0.637148] ohci-platform: OHCI generic platform driver [ 0.638392] uhci_hcd: USB Universal Host Controller Interface driver [ 0.653302] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.654510] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.656429] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.657610] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.659045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.660713] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662671] usb usb1: Product: UHCI Host Controller [ 0.664034] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.665564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.667119] hub 1-0:1.0: USB hub found [ 0.668181] hub 1-0:1.0: 2 ports detected [ 0.669328] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.672041] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.673389] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.674739] mousedev: PS/2 mouse device common for all mice [ 0.676281] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.678819] rtc_cmos 00:00: RTC can wake from S4 [ 0.680211] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681787] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683515] i2c /dev entries driver [ 0.684558] device-mapper: uevent: version 1.0.3 [ 0.685848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.688089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.689844] NET: Registered protocol family 10 [ 0.691195] NET: Registered protocol family 17 [ 0.692402] Key type dns_resolver registered [ 0.693654] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.695141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.697552] registered taskstats version 1 [ 0.698710] Loading compiled-in X.509 certificates [ 0.700521] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.703141] zswap: loaded using pool lzo/zbud [ 0.705352] Key type trusted registered [ 0.707208] Key type encrypted registered [ 0.708297] AppArmor: AppArmor sha1 policy hashing enabled [ 0.709754] ima: No TPM chip found, activating TPM-bypass! [ 0.711215] evm: HMAC attrs: 0x1 [ 0.712401] Magic number: 6:15:411 [ 0.713508] rtc_cmos 00:00: setting system clock to 2018-10-04 03:25:54 UTC (1538623554) [ 0.715763] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.717321] EDD information not available. [ 0.783687] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.785694] Write protecting the kernel read-only data: 14336k [ 0.797769] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.799969] 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.844219] 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.22 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-04 03:26:57,827 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.201: timed out 2018-10-04 03:27:06,837 - functest.core.singlevm - ERROR - cannot connect to 172.30.9.201 2018-10-04 03:27:06,837 - 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-04 03:27:06,963 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:27:06,964 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:38 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-10-04 03:27:06,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 03:27:06,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:07,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:27: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-5e9ea9bc-d3e4-4165-82aa-b4fdb31b68ce x-compute-request-id: req-5e9ea9bc-d3e4-4165-82aa-b4fdb31b68ce Content-Type: application/json 2018-10-04 03:27:07,129 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e used request id req-5e9ea9bc-d3e4-4165-82aa-b4fdb31b68ce 2018-10-04 03:27:07,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.159649133682s 2018-10-04 03:27:07,129 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e used request id req-5e9ea9bc-d3e4-4165-82aa-b4fdb31b68ce 2018-10-04 03:27:07,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:07,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:07,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-e9a94921-aff2-425c-aae0-d3fbe1d0c13a x-compute-request-id: req-e9a94921-aff2-425c-aae0-d3fbe1d0c13a Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:84:ab", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:84:ab", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:53.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:55Z", "hostId": "f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:49Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:39:86", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/d5eea574-7772-4d9b-a783-0207696a052e", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:44.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "d5eea574-7772-4d9b-a783-0207696a052e", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:27:07Z", "hostId": "e901e4e9d8645bf95e1878098d5e4e678f155eb72888017df4e913e7", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:40Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:07,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9a94921-aff2-425c-aae0-d3fbe1d0c13a 2018-10-04 03:27:07,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671741962433s 2018-10-04 03:27:07,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9a94921-aff2-425c-aae0-d3fbe1d0c13a 2018-10-04 03:27:07,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:09,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:09,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:10,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cb36cf6-8293-4154-aade-e84b3be635ce x-compute-request-id: req-4cb36cf6-8293-4154-aade-e84b3be635ce Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:84:ab", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:84:ab", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:53.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:25:55Z", "hostId": "f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:49Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:10,154 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4cb36cf6-8293-4154-aade-e84b3be635ce 2018-10-04 03:27:10,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346835136414s 2018-10-04 03:27:10,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4cb36cf6-8293-4154-aade-e84b3be635ce 2018-10-04 03:27:10,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 03:27:10,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:10,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-85d5d386-bfb0-4de8-868e-c9acb47abd27 x-compute-request-id: req-85d5d386-bfb0-4de8-868e-c9acb47abd27 Content-Type: application/json 2018-10-04 03:27:10,331 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d used request id req-85d5d386-bfb0-4de8-868e-c9acb47abd27 2018-10-04 03:27:10,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.174675941467s 2018-10-04 03:27:10,331 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d used request id req-85d5d386-bfb0-4de8-868e-c9acb47abd27 2018-10-04 03:27:10,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:10,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:11,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-603b82d1-ea03-4394-aa2b-9f498573e357 x-compute-request-id: req-603b82d1-ea03-4394-aa2b-9f498573e357 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:84:ab", "version": 4, "addr": "192.168.120.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:84:ab", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b471ff86-3a25-4d2e-8208-8fbc7b11729d", "rel": "bookmark"}], "image": {"id": "105b187e-588f-4c9a-bdb4-089806f35142", "links": [{"href": "http://172.30.9.23:8774/images/105b187e-588f-4c9a-bdb4-089806f35142", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:25:53.000000", "flavor": {"id": "00fd948b-7d94-42fc-9331-855293e30491", "links": [{"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}]}, "id": "b471ff86-3a25-4d2e-8208-8fbc7b11729d", "security_groups": [{"name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}], "user_id": "22526835c5a74a9b9e0b5862486eb355", "OS-DCF: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-04T03:27:10Z", "hostId": "f7e58b32ac67a484853d2c7f6476bf93cec4454ade6fcf76eb5b5f24", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb", "name": "vping_ssh-vm_da72fe9d-ada9-4a1e-9697-006064967feb", "created": "2018-10-04T03:25:49Z", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:11,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-603b82d1-ea03-4394-aa2b-9f498573e357 2018-10-04 03:27:11,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781092882156s 2018-10-04 03:27:11,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-603b82d1-ea03-4394-aa2b-9f498573e357 2018-10-04 03:27:11,116 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:13,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:13,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:13,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bcc4eadf-1b4b-4f4e-887f-9dc902df9219 x-compute-request-id: req-bcc4eadf-1b4b-4f4e-887f-9dc902df9219 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 03:27:13,204 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bcc4eadf-1b4b-4f4e-887f-9dc902df9219 2018-10-04 03:27:13,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0854308605194s 2018-10-04 03:27:13,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bcc4eadf-1b4b-4f4e-887f-9dc902df9219 2018-10-04 03:27:13,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:27:13,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:13,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-6fcdd8fb-37b0-49d8-9871-baa6846f644f Date: Thu, 04 Oct 2018 03:27:13 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:37Z", "updated_at": "2018-10-04T03:25:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "2df37c8d-ad57-4be1-a3cc-10b46e821b66", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "4ea61f89-0f04-4a3f-9f0a-bd55cbac22d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:37Z", "revision_number": 0, "id": "a90957dc-7768-454b-aca3-012e92e50f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:37Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:38Z", "revision_number": 0, "id": "d2406fb3-2810-4b30-bedb-ebc633d9a84b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:38Z", "security_group_id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 4, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "31726650-95ee-4c0f-873e-a0cb6ebbce2a", "name": "vping_ssh-sg_da72fe9d-ada9-4a1e-9697-006064967feb"}, {"description": "Default security group", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:28Z", "updated_at": "2018-10-04T03:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "aea1ea31-efec-4d70-8d8f-cc20fba8a771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "bd3dba0e-5973-4c2b-8d26-5d1507d08887", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "ce48fdd0-c759-4a50-bec3-fb41ed4bf8cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "d557be7a-499a-436e-96fd-5b0b0b66868d", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 4, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "name": "default"}]} 2018-10-04 03:27:13,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6fcdd8fb-37b0-49d8-9871-baa6846f644f 2018-10-04 03:27:13,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0545809268951s 2018-10-04 03:27:13,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6fcdd8fb-37b0-49d8-9871-baa6846f644f 2018-10-04 03:27:13,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 03:27:13,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/31726650-95ee-4c0f-873e-a0cb6ebbce2a.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:13,517 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b2a81b5-b375-4778-97ac-e81765b1d77f Content-Length: 0 Date: Thu, 04 Oct 2018 03:27:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:27:13,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/31726650-95ee-4c0f-873e-a0cb6ebbce2a.json used request id req-2b2a81b5-b375-4778-97ac-e81765b1d77f 2018-10-04 03:27:13,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.25097489357s 2018-10-04 03:27:13,517 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/31726650-95ee-4c0f-873e-a0cb6ebbce2a.json used request id req-2b2a81b5-b375-4778-97ac-e81765b1d77f 2018-10-04 03:27:13,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-10-04 03:27:13,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:13,592 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e9b6c8a6-1b4c-43fc-8076-91d868b1b69b x-compute-request-id: req-e9b6c8a6-1b4c-43fc-8076-91d868b1b69b Content-Length: 0 Content-Type: application/json 2018-10-04 03:27:13,592 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb used request id req-e9b6c8a6-1b4c-43fc-8076-91d868b1b69b 2018-10-04 03:27:13,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0742681026459s 2018-10-04 03:27:13,593 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_da72fe9d-ada9-4a1e-9697-006064967feb used request id req-e9b6c8a6-1b4c-43fc-8076-91d868b1b69b 2018-10-04 03:27:13,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 03:27:13,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2/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}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" -d '{"subnet_id": "9c554d9b-8bb9-42bd-8c11-b433debd59b0"}' 2018-10-04 03:27:14,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-960c0c4b-0461-4982-8697-151d8af712a6 Date: Thu, 04 Oct 2018 03:27:14 GMT RESP BODY: {"network_id": "6f8fe04b-d07b-4dda-b157-665bdd284751", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "subnet_id": "9c554d9b-8bb9-42bd-8c11-b433debd59b0", "subnet_ids": ["9c554d9b-8bb9-42bd-8c11-b433debd59b0"], "port_id": "782ccc4f-688b-495e-ba3f-7bd6ea41f2dd", "id": "87de2239-72bf-4ec3-9964-e8ce67f63cc2"} 2018-10-04 03:27:14,626 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2/remove_router_interface.json used request id req-960c0c4b-0461-4982-8697-151d8af712a6 2018-10-04 03:27:14,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.03293991089s 2018-10-04 03:27:14,626 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2/remove_router_interface.json used request id req-960c0c4b-0461-4982-8697-151d8af712a6 returning object 87de2239-72bf-4ec3-9964-e8ce67f63cc2 2018-10-04 03:27:14,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 03:27:14,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:14,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-8e74e704-f0a7-4bc5-bff0-8e97bcfea2b9 Date: Thu, 04 Oct 2018 03:27:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:30Z", "admin_state_up": true, "updated_at": "2018-10-04T03:27:14Z", "revision_number": 4, "routes": [], "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "87de2239-72bf-4ec3-9964-e8ce67f63cc2", "name": "vping_ssh-router_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:27:14,703 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8e74e704-f0a7-4bc5-bff0-8e97bcfea2b9 2018-10-04 03:27:14,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.075758934021s 2018-10-04 03:27:14,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-8e74e704-f0a7-4bc5-bff0-8e97bcfea2b9 2018-10-04 03:27:14,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 03:27:14,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:15,921 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a106680a-3063-45aa-a044-dfa457533c26 Content-Length: 0 Date: Thu, 04 Oct 2018 03:27:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:27:15,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2.json used request id req-a106680a-3063-45aa-a044-dfa457533c26 2018-10-04 03:27:15,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21630311012s 2018-10-04 03:27:15,921 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/87de2239-72bf-4ec3-9964-e8ce67f63cc2.json used request id req-a106680a-3063-45aa-a044-dfa457533c26 2018-10-04 03:27:15,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 03:27:15,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:15,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d8a04a02-4c16-4293-81a7-bae7903ab25e Date: Thu, 04 Oct 2018 03:27:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6f8fe04b-d07b-4dda-b157-665bdd284751","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:25:30Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9bea6c36e259443094fbe34e2325f384","id":"9c554d9b-8bb9-42bd-8c11-b433debd59b0","subnetpool_id":null,"name":"vping_ssh-subnet_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:27:15,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d8a04a02-4c16-4293-81a7-bae7903ab25e 2018-10-04 03:27:15,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0509009361267s 2018-10-04 03:27:15,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d8a04a02-4c16-4293-81a7-bae7903ab25e 2018-10-04 03:27:15,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 03:27:15,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/9c554d9b-8bb9-42bd-8c11-b433debd59b0.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:18,429 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8ef4554a-3fcf-4ebe-b2fc-9a4fd990568d Date: Thu, 04 Oct 2018 03:27:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:27:18,429 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9c554d9b-8bb9-42bd-8c11-b433debd59b0.json used request id req-8ef4554a-3fcf-4ebe-b2fc-9a4fd990568d 2018-10-04 03:27:18,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.45458579063s 2018-10-04 03:27:18,429 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/9c554d9b-8bb9-42bd-8c11-b433debd59b0.json used request id req-8ef4554a-3fcf-4ebe-b2fc-9a4fd990568d 2018-10-04 03:27:18,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:27:18,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:18,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-d8a8b578-ad97-464d-a2aa-83d6dc7721df Date: Thu, 04 Oct 2018 03:27: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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","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-04T03:27:18Z","tenant_id":"9bea6c36e259443094fbe34e2325f384","created_at":"2018-10-04T03:25:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"9bea6c36e259443094fbe34e2325f384","id":"6f8fe04b-d07b-4dda-b157-665bdd284751","name":"vping_ssh-net_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:27:18,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d8a8b578-ad97-464d-a2aa-83d6dc7721df 2018-10-04 03:27:18,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116979122162s 2018-10-04 03:27:18,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d8a8b578-ad97-464d-a2aa-83d6dc7721df 2018-10-04 03:27:18,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 03:27:18,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/6f8fe04b-d07b-4dda-b157-665bdd284751.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:19,793 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f258ca5-c49c-4ef2-925c-f2774b296fa6 Date: Thu, 04 Oct 2018 03:27:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:27:19,793 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6f8fe04b-d07b-4dda-b157-665bdd284751.json used request id req-3f258ca5-c49c-4ef2-925c-f2774b296fa6 2018-10-04 03:27:19,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24497795105s 2018-10-04 03:27:19,794 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/6f8fe04b-d07b-4dda-b157-665bdd284751.json used request id req-3f258ca5-c49c-4ef2-925c-f2774b296fa6 2018-10-04 03:27:19,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:27:19,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:19,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-745b64bc-c8d4-42cd-ad03-3e2cff7da184 Date: Thu, 04 Oct 2018 03:27:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "metadata": {}}], "file": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142/file", "owner": "9bea6c36e259443094fbe34e2325f384", "id": "105b187e-588f-4c9a-bdb4-089806f35142", "size": 12716032, "self": "/v2/images/105b187e-588f-4c9a-bdb4-089806f35142", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/105b187e-588f-4c9a-bdb4-089806f35142/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:25:36Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_da72fe9d-ada9-4a1e-9697-006064967feb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:25:34Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:27:19,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-745b64bc-c8d4-42cd-ad03-3e2cff7da184 2018-10-04 03:27:19,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167975902557s 2018-10-04 03:27:19,963 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-745b64bc-c8d4-42cd-ad03-3e2cff7da184 2018-10-04 03:27:19,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 03:27:19,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/105b187e-588f-4c9a-bdb4-089806f35142 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f03aef4f300cfdf7fd23e6cd6af651c6916d6183" 2018-10-04 03:27:21,023 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-caa46be0-d278-4257-a0aa-1478cb988600 Date: Thu, 04 Oct 2018 03:27: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-04 03:27:21,024 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/105b187e-588f-4c9a-bdb4-089806f35142 used request id req-caa46be0-d278-4257-a0aa-1478cb988600 2018-10-04 03:27:21,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05905485153s 2018-10-04 03:27:21,024 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/105b187e-588f-4c9a-bdb4-089806f35142 used request id req-caa46be0-d278-4257-a0aa-1478cb988600 2018-10-04 03:27:21,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:27:21,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-b6a2df16-d333-4689-bdfc-ef3a4c41a457 x-compute-request-id: req-b6a2df16-d333-4689-bdfc-ef3a4c41a457 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/00fd948b-7d94-42fc-9331-855293e30491", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "00fd948b-7d94-42fc-9331-855293e30491", "name": "vping_ssh-flavor_da72fe9d-ada9-4a1e-9697-006064967feb", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:27:21,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b6a2df16-d333-4689-bdfc-ef3a4c41a457 2018-10-04 03:27:21,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0317101478577s 2018-10-04 03:27:21,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b6a2df16-d333-4689-bdfc-ef3a4c41a457 2018-10-04 03:27:21,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 03:27:21,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,091 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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-d5e4fdd5-c850-4be1-8c09-67108ce6e5a0 x-compute-request-id: req-d5e4fdd5-c850-4be1-8c09-67108ce6e5a0 Content-Length: 0 Content-Type: application/json 2018-10-04 03:27:21,091 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491 used request id req-d5e4fdd5-c850-4be1-8c09-67108ce6e5a0 2018-10-04 03:27:21,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0333740711212s 2018-10-04 03:27:21,092 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/00fd948b-7d94-42fc-9331-855293e30491 used request id req-d5e4fdd5-c850-4be1-8c09-67108ce6e5a0 2018-10-04 03:27:21,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:27:21,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5488fa9-5d5c-452b-8836-22035f25dc4a Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb", "links": {"self": "http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355"}, "domain_id": "default", "enabled": true, "id": "22526835c5a74a9b9e0b5862486eb355", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:27:21,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e5488fa9-5d5c-452b-8836-22035f25dc4a 2018-10-04 03:27:21,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0879340171814s 2018-10-04 03:27:21,181 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e5488fa9-5d5c-452b-8836-22035f25dc4a 2018-10-04 03:27:21,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:27:21,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a25f278c-7bcb-497c-b1d6-843e2bb5c45e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355"}, "enabled": true, "id": "22526835c5a74a9b9e0b5862486eb355", "options": {}, "domain_id": "default", "name": "vping_ssh-user_da72fe9d-ada9-4a1e-9697-006064967feb"}} 2018-10-04 03:27:21,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 used request id req-a25f278c-7bcb-497c-b1d6-843e2bb5c45e 2018-10-04 03:27:21,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.09228515625s 2018-10-04 03:27:21,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 used request id req-a25f278c-7bcb-497c-b1d6-843e2bb5c45e 2018-10-04 03:27:21,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 03:27:21,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,544 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b2dd8eb4-d732-418c-a7eb-7cfeb77853c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:27:21,544 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 used request id req-b2dd8eb4-d732-418c-a7eb-7cfeb77853c6 2018-10-04 03:27:21,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.264111042023s 2018-10-04 03:27:21,544 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/22526835c5a74a9b9e0b5862486eb355 used request id req-b2dd8eb4-d732-418c-a7eb-7cfeb77853c6 2018-10-04 03:27:21,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:27:21,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbcf4bd0-e401-4121-9805-173877469045 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384"}, "enabled": true, "id": "9bea6c36e259443094fbe34e2325f384", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_da72fe9d-ada9-4a1e-9697-006064967feb"}]} 2018-10-04 03:27:21,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-bbcf4bd0-e401-4121-9805-173877469045 2018-10-04 03:27:21,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0761430263519s 2018-10-04 03:27:21,621 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-bbcf4bd0-e401-4121-9805-173877469045 2018-10-04 03:27:21,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 03:27:21,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4c8d860-310b-41d0-a40e-3605988dbce8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:27:21,798 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384 used request id req-f4c8d860-310b-41d0-a40e-3605988dbce8 2018-10-04 03:27:21,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.174364089966s 2018-10-04 03:27:21,798 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9bea6c36e259443094fbe34e2325f384 used request id req-f4c8d860-310b-41d0-a40e-3605988dbce8 2018-10-04 03:27:21,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:27:21,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:21,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbbc314f-ed97-412b-860b-cb67d17942d4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c3a287480b0c4cebab9b7deb23584e3b", "links": {"self": "http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b"}, "name": "Member"}]} 2018-10-04 03:27:21,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bbbc314f-ed97-412b-860b-cb67d17942d4 2018-10-04 03:27:21,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0783879756927s 2018-10-04 03:27:21,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:27:21,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:22,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:27:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-250fc4bd-255b-4891-9b44-9efba774a1e7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:27:22,029 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/c3a287480b0c4cebab9b7deb23584e3b used request id req-250fc4bd-255b-4891-9b44-9efba774a1e7 2018-10-04 03:27:22,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.150284051895s 2018-10-04 03:27:22,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:27:22,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9bea6c36e259443094fbe34e2325f384&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}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:22,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-471d5229-0ce9-4c7a-b071-a599db54ce4f Date: Thu, 04 Oct 2018 03:27:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:28Z", "updated_at": "2018-10-04T03:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "aea1ea31-efec-4d70-8d8f-cc20fba8a771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "bd3dba0e-5973-4c2b-8d26-5d1507d08887", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "ce48fdd0-c759-4a50-bec3-fb41ed4bf8cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "d557be7a-499a-436e-96fd-5b0b0b66868d", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 4, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "name": "default"}]} 2018-10-04 03:27:22,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9bea6c36e259443094fbe34e2325f384&name=default used request id req-471d5229-0ce9-4c7a-b071-a599db54ce4f 2018-10-04 03:27:22,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195101976395s 2018-10-04 03:27:22,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9bea6c36e259443094fbe34e2325f384&name=default used request id req-471d5229-0ce9-4c7a-b071-a599db54ce4f 2018-10-04 03:27:22,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:27:22,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:22,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-5f7fdcc7-d320-4c06-9c8d-f29871305778 Date: Thu, 04 Oct 2018 03:27:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:28Z", "updated_at": "2018-10-04T03:25:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "ce48fdd0-c759-4a50-bec3-fb41ed4bf8cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "bd3dba0e-5973-4c2b-8d26-5d1507d08887", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv4", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "aea1ea31-efec-4d70-8d8f-cc20fba8a771", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:25:28Z", "revision_number": 0, "id": "d557be7a-499a-436e-96fd-5b0b0b66868d", "remote_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "remote_ip_prefix": null, "created_at": "2018-10-04T03:25:28Z", "security_group_id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "port_range_min": null, "ethertype": "IPv6", "project_id": "9bea6c36e259443094fbe34e2325f384"}], "revision_number": 4, "project_id": "9bea6c36e259443094fbe34e2325f384", "id": "c9e20e57-3b75-45cb-8251-7364c4bd8b08", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 03:27:22,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-5f7fdcc7-d320-4c06-9c8d-f29871305778 2018-10-04 03:27:22,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.284756183624s 2018-10-04 03:27:22,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-5f7fdcc7-d320-4c06-9c8d-f29871305778 2018-10-04 03:27:22,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 03:27:22,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/c9e20e57-3b75-45cb-8251-7364c4bd8b08.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f9e6af8f67a331feb40f41e46d1439b52e31678" 2018-10-04 03:27:22,701 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-901722ec-e31e-432a-bc55-79a640c8a957 Content-Length: 0 Date: Thu, 04 Oct 2018 03:27:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:27:22,701 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c9e20e57-3b75-45cb-8251-7364c4bd8b08.json used request id req-901722ec-e31e-432a-bc55-79a640c8a957 2018-10-04 03:27:22,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.180948019028s 2018-10-04 03:27:22,702 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/c9e20e57-3b75-45cb-8251-7364c4bd8b08.json used request id req-901722ec-e31e-432a-bc55-79a640c8a957 2018-10-04 03:27:22,702 - xtesting.ci.run_tests - ERROR - The test case 'vping_ssh' failed. 2018-10-04 03:27:22,755 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-10-04 03:27:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:27:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:27:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:27:22,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:27:22,803 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:27:22,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:27:22,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b3e66e5-29e6-4574-9da9-1e578f27e456 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:27:22,810 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b3e66e5-29e6-4574-9da9-1e578f27e456 2018-10-04 03:27:22,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:27:23,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:27:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["Fstf1YCFQ8Ch4UDnw6LZvg"], "issued_at": "2018-10-04T03:27:23.000000Z"}} 2018-10-04 03:27:23,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:27:23,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:23,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-25b6bba5-c90e-4afa-8d51-30d287953fda Date: Thu, 04 Oct 2018 03:27:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:27:23,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-25b6bba5-c90e-4afa-8d51-30d287953fda 2018-10-04 03:27:23,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235718011856s 2018-10-04 03:27:23,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-25b6bba5-c90e-4afa-8d51-30d287953fda 2018-10-04 03:27:23,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:27:23,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:23,517 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:27:23 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:27:23,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:23,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c9dfaf4-5bf2-47aa-847a-3cb064b9bf44 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:27:23,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-0c9dfaf4-5bf2-47aa-847a-3cb064b9bf44 2018-10-04 03:27:23,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0929641723633s 2018-10-04 03:27:23,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 03:27:23,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93"}}' 2018-10-04 03:27:23,730 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:27:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d4927459-4969-483c-b735-f50868a1cc3e Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d"}, "enabled": true, "id": "293a9bdf32fc43f1b62777a893bfd82d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93"}} 2018-10-04 03:27:23,730 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d4927459-4969-483c-b735-f50868a1cc3e 2018-10-04 03:27:23,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.127224206924s 2018-10-04 03:27:23,730 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d4927459-4969-483c-b735-f50868a1cc3e 2018-10-04 03:27:23,731 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'id': u'293a9bdf32fc43f1b62777a893bfd82d', '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-04 03:27:23,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 03:27:24,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.351916074753s 2018-10-04 03:27:24,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f59e923-d045-4a7c-8648-f5b6a2942609 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6"}, "enabled": true, "id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "options": {}, "domain_id": "default", "name": "vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93"}} 2018-10-04 03:27:24,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 used request id req-2f59e923-d045-4a7c-8648-f5b6a2942609 2018-10-04 03:27:24,181 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b6fcdfd5ccdf444a9677d369cb3cfae6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93'}) 2018-10-04 03:27:24,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:27:24,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2400052e-3ae0-4410-8993-cfc8808bab65 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:27:24,263 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2400052e-3ae0-4410-8993-cfc8808bab65 2018-10-04 03:27:24,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0825850963593s 2018-10-04 03:27:24,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:27:24,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c7f2ec9-54e9-4462-a1a7-1b9adc8fc5fc Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:27:24,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9c7f2ec9-54e9-4462-a1a7-1b9adc8fc5fc 2018-10-04 03:27:24,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0724759101868s 2018-10-04 03:27:24,338 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:27:24,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:27:24,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" -d '{"role": {"name": "Member"}}' 2018-10-04 03:27:24,455 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-962da992-5c58-4545-9bc2-685b8d6a0a3f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "1f49d9b4ee7643948f4f5e891c5a9802", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802"}, "name": "Member"}} 2018-10-04 03:27:24,455 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-962da992-5c58-4545-9bc2-685b8d6a0a3f 2018-10-04 03:27:24,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.116091012955s 2018-10-04 03:27:24,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36d29eb3-519c-4d62-b4e5-8ff4f5baf977 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802"}, "domain_id": null, "name": "Member", "id": "1f49d9b4ee7643948f4f5e891c5a9802"}} 2018-10-04 03:27:24,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802 used request id req-36d29eb3-519c-4d62-b4e5-8ff4f5baf977 2018-10-04 03:27:24,535 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802'}, 'domain_id': None, 'human_id': None, 'id': u'1f49d9b4ee7643948f4f5e891c5a9802', 'HUMAN_ID': False}) 2018-10-04 03:27:24,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:27:24,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4789d179-b197-4976-8fdd-028b1c0379c8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1f49d9b4ee7643948f4f5e891c5a9802", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:27:24,618 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4789d179-b197-4976-8fdd-028b1c0379c8 2018-10-04 03:27:24,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0833039283752s 2018-10-04 03:27:24,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:27:24,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f848d9c-a6eb-4d8e-8176-3d2fbdbbf5b9 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:27:24,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6f848d9c-a6eb-4d8e-8176-3d2fbdbbf5b9 2018-10-04 03:27:24,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0882580280304s 2018-10-04 03:27:24,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:27:24,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e53454f-a265-4fff-a5a2-97334766965b Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93", "links": {"self": "http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6"}, "domain_id": "default", "enabled": true, "id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:27:24,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2e53454f-a265-4fff-a5a2-97334766965b 2018-10-04 03:27:24,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0960621833801s 2018-10-04 03:27:24,806 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-2e53454f-a265-4fff-a5a2-97334766965b 2018-10-04 03:27:24,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:27:24,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01726d49-6a8a-43d1-b86c-138833d48c48 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d"}, "enabled": true, "id": "293a9bdf32fc43f1b62777a893bfd82d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:27:24,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-01726d49-6a8a-43d1-b86c-138833d48c48 2018-10-04 03:27:24,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0748660564423s 2018-10-04 03:27:24,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-01726d49-6a8a-43d1-b86c-138833d48c48 2018-10-04 03:27:24,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:27:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=b6fcdfd5ccdf444a9677d369cb3cfae6&scope.project.id=293a9bdf32fc43f1b62777a893bfd82d&role.id=1f49d9b4ee7643948f4f5e891c5a9802 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:24,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e59d5a7-59ab-4e56-981d-10fc6adef11a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b6fcdfd5ccdf444a9677d369cb3cfae6&scope.project.id=293a9bdf32fc43f1b62777a893bfd82d&role.id=1f49d9b4ee7643948f4f5e891c5a9802", "previous": null, "next": null}} 2018-10-04 03:27:24,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b6fcdfd5ccdf444a9677d369cb3cfae6&scope.project.id=293a9bdf32fc43f1b62777a893bfd82d&role.id=1f49d9b4ee7643948f4f5e891c5a9802 used request id req-2e59d5a7-59ab-4e56-981d-10fc6adef11a 2018-10-04 03:27:24,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0774159431458s 2018-10-04 03:27:24,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:27:24,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d/users/b6fcdfd5ccdf444a9677d369cb3cfae6/roles/1f49d9b4ee7643948f4f5e891c5a9802 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:25,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:27:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b23217b-792d-45ce-a0c2-9cd85bb21e52 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:27:25,091 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d/users/b6fcdfd5ccdf444a9677d369cb3cfae6/roles/1f49d9b4ee7643948f4f5e891c5a9802 used request id req-4b23217b-792d-45ce-a0c2-9cd85bb21e52 2018-10-04 03:27:25,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123575925827s 2018-10-04 03:27:25,092 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 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': 'aac5cdb2-00a5-4ffe-8045-e582926f316a', 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_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:27:25,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:27:25,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:27:25,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:27:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:27:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:27:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:27:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:27:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:27:25,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:27:25,098 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'password': 'aac5cdb2-00a5-4ffe-8045-e582926f316a', 'project_name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '293a9bdf32fc43f1b62777a893bfd82d', 'project_domain_name': 'Default'} 2018-10-04 03:27:25,098 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-10-04 03:27:25,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:27:25,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:25,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2017a4d8-899e-445f-a23b-638118933fe5 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:27:25,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-2017a4d8-899e-445f-a23b-638118933fe5 2018-10-04 03:27:25,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0741519927979s 2018-10-04 03:27:25,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:27:25,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:27:25,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ee90368-b24b-4280-9007-478ddfc09a4d Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d"}, "enabled": true, "id": "293a9bdf32fc43f1b62777a893bfd82d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:27:25,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-1ee90368-b24b-4280-9007-478ddfc09a4d 2018-10-04 03:27:25,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773229598999s 2018-10-04 03:27:25,252 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-1ee90368-b24b-4280-9007-478ddfc09a4d 2018-10-04 03:27:25,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 03:27:25,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" -d '{"network": {"tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "name": "vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93", "admin_state_up": true}}' 2018-10-04 03:27:25,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a1b507b6-8810-454c-ac53-e734d448a7a6 Date: Thu, 04 Oct 2018 03:27: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":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:27:25Z","is_default":false,"provider:segmentation_id":44,"name":"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93","admin_state_up":true,"tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:25Z","mtu":1450}} 2018-10-04 03:27:25,782 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a1b507b6-8810-454c-ac53-e734d448a7a6 2018-10-04 03:27:25,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.526510000229s 2018-10-04 03:27:25,782 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a1b507b6-8810-454c-ac53-e734d448a7a6 2018-10-04 03:27:25,782 - 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-04T03:27:25Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9a77227a-cfb9-4648-8e9c-a7bc932ff60d', u'provider:segmentation_id': 44, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'admin_state_up': True, u'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'created_at': u'2018-10-04T03:27:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'293a9bdf32fc43f1b62777a893bfd82d'}) 2018-10-04 03:27:25,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:27:25,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39916fe8-2006-4cda-8103-a0efb6c61a15 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:27:25,790 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-39916fe8-2006-4cda-8103-a0efb6c61a15 2018-10-04 03:27:25,791 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:27:26,166 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "1f49d9b4ee7643948f4f5e891c5a9802", "name": "Member"}], "expires_at": "2018-10-04T04:27:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "293a9bdf32fc43f1b62777a893bfd82d", "name": "vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/293a9bdf32fc43f1b62777a893bfd82d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/293a9bdf32fc43f1b62777a893bfd82d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/293a9bdf32fc43f1b62777a893bfd82d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/293a9bdf32fc43f1b62777a893bfd82d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/293a9bdf32fc43f1b62777a893bfd82d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/293a9bdf32fc43f1b62777a893bfd82d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/293a9bdf32fc43f1b62777a893bfd82d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/293a9bdf32fc43f1b62777a893bfd82d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/293a9bdf32fc43f1b62777a893bfd82d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/293a9bdf32fc43f1b62777a893bfd82d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/293a9bdf32fc43f1b62777a893bfd82d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/293a9bdf32fc43f1b62777a893bfd82d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93", "id": "b6fcdfd5ccdf444a9677d369cb3cfae6"}, "audit_ids": ["jaxdyWVJRTqYpzXMHnSaag"], "issued_at": "2018-10-04T03:27:26.000000Z"}} 2018-10-04 03:27:26,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:27:26,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:26,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a0a2ab94-97a8-44f2-9b5c-fc3933876661 Date: Thu, 04 Oct 2018 03:27: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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","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-04T03:27:25Z","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","name":"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:27:26,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a0a2ab94-97a8-44f2-9b5c-fc3933876661 2018-10-04 03:27:26,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267920970917s 2018-10-04 03:27:26,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-a0a2ab94-97a8-44f2-9b5c-fc3933876661 2018-10-04 03:27:26,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 03:27:26,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"subnet": {"name": "vping_userdata-subnet_94364b79-ce5b-416f-bff8-dfda15d7bb93", "enable_dhcp": true, "network_id": "9a77227a-cfb9-4648-8e9c-a7bc932ff60d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 03:27:27,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a8f9c0cc-9439-4276-9e2e-24984cf6be49 Date: Thu, 04 Oct 2018 03:27:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:27:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"27e061bc-f8c2-4628-b51e-c467ffd376c6","subnetpool_id":null,"name":"vping_userdata-subnet_94364b79-ce5b-416f-bff8-dfda15d7bb93"}} 2018-10-04 03:27:27,351 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a8f9c0cc-9439-4276-9e2e-24984cf6be49 2018-10-04 03:27:27,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.911826848984s 2018-10-04 03:27:27,351 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a8f9c0cc-9439-4276-9e2e-24984cf6be49 2018-10-04 03:27:27,352 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T03:27:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'27e061bc-f8c2-4628-b51e-c467ffd376c6', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'enable_dhcp': True, u'network_id': u'9a77227a-cfb9-4648-8e9c-a7bc932ff60d', u'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'created_at': u'2018-10-04T03:27:26Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'293a9bdf32fc43f1b62777a893bfd82d'}) 2018-10-04 03:27:27,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 03:27:27,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "vping_userdata-router_94364b79-ce5b-416f-bff8-dfda15d7bb93", "admin_state_up": true}}' 2018-10-04 03:27:28,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-274c1c46-ddbc-4300-a3ae-1b83d552015f Date: Thu, 04 Oct 2018 03:27:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "created_at": "2018-10-04T03:27:27Z", "admin_state_up": true, "updated_at": "2018-10-04T03:27:28Z", "revision_number": 2, "routes": [], "project_id": "293a9bdf32fc43f1b62777a893bfd82d", "id": "e50b27f8-850d-4ae6-ba27-ba0e18109791", "name": "vping_userdata-router_94364b79-ce5b-416f-bff8-dfda15d7bb93"}} 2018-10-04 03:27:28,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-274c1c46-ddbc-4300-a3ae-1b83d552015f 2018-10-04 03:27:28,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24681091309s 2018-10-04 03:27:28,599 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-274c1c46-ddbc-4300-a3ae-1b83d552015f 2018-10-04 03:27:28,600 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd452f0e4-634e-4c49-b427-841d4086f073', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'created_at': u'2018-10-04T03:27:27Z', u'admin_state_up': True, u'updated_at': u'2018-10-04T03:27:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', u'id': u'e50b27f8-850d-4ae6-ba27-ba0e18109791', u'name': u'vping_userdata-router_94364b79-ce5b-416f-bff8-dfda15d7bb93'}) 2018-10-04 03:27:28,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 03:27:28,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791/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}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"subnet_id": "27e061bc-f8c2-4628-b51e-c467ffd376c6"}' 2018-10-04 03:27:30,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f4d723f-514d-4a81-9be7-83062cd5328d Date: Thu, 04 Oct 2018 03:27:30 GMT RESP BODY: {"network_id": "9a77227a-cfb9-4648-8e9c-a7bc932ff60d", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "subnet_id": "27e061bc-f8c2-4628-b51e-c467ffd376c6", "subnet_ids": ["27e061bc-f8c2-4628-b51e-c467ffd376c6"], "port_id": "acc35818-9ab7-43df-84e2-f50e9d58394c", "id": "e50b27f8-850d-4ae6-ba27-ba0e18109791"} 2018-10-04 03:27:30,296 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791/add_router_interface.json used request id req-2f4d723f-514d-4a81-9be7-83062cd5328d 2018-10-04 03:27:30,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.69542598724s 2018-10-04 03:27:30,296 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791/add_router_interface.json used request id req-2f4d723f-514d-4a81-9be7-83062cd5328d returning object e50b27f8-850d-4ae6-ba27-ba0e18109791 2018-10-04 03:27:30,297 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:27:30,429 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 03:27:30,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:30,435 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 03:27:30 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 03:27:30,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:27:30,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:30,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-48ab11a1-d161-4d00-a171-dea5d3c929df Date: Thu, 04 Oct 2018 03:27:30 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:27:30,613 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-48ab11a1-d161-4d00-a171-dea5d3c929df 2018-10-04 03:27:30,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.176384925842s 2018-10-04 03:27:30,613 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-48ab11a1-d161-4d00-a171-dea5d3c929df 2018-10-04 03:27:30,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 03:27:30,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93"}' 2018-10-04 03:27:30,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3 X-Openstack-Request-Id: req-60374f0d-33ac-42a8-8dcc-4f346b63d7e0 Date: Thu, 04 Oct 2018 03:27:30 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file", "owner": "293a9bdf32fc43f1b62777a893bfd82d", "id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "size": null, "self": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:27:30Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "checksum": null, "created_at": "2018-10-04T03:27:30Z", "protected": false} 2018-10-04 03:27:30,852 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-60374f0d-33ac-42a8-8dcc-4f346b63d7e0 2018-10-04 03:27:30,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.237170934677s 2018-10-04 03:27:30,853 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-60374f0d-33ac-42a8-8dcc-4f346b63d7e0 returning object 9404bd9e-b34a-456d-9e61-eff8a2ad58f3 2018-10-04 03:27:30,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 03:27:30,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/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}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '' 2018-10-04 03:27:31,786 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d50dbe67-a441-48c9-80c0-c83e8748dc3f Date: Thu, 04 Oct 2018 03:27:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:27:31,786 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file used request id req-d50dbe67-a441-48c9-80c0-c83e8748dc3f 2018-10-04 03:27:31,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.932725906372s 2018-10-04 03:27:31,787 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file used request id req-d50dbe67-a441-48c9-80c0-c83e8748dc3f 2018-10-04 03:27:31,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:27:31,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:31,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-8fa7d16b-aae0-4b50-8ed7-66f48c734ba4 Date: Thu, 04 Oct 2018 03:27:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "metadata": {}}], "file": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file", "owner": "293a9bdf32fc43f1b62777a893bfd82d", "id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "size": 12716032, "self": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:27:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:27:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:27:31,817 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8fa7d16b-aae0-4b50-8ed7-66f48c734ba4 2018-10-04 03:27:31,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.029926776886s 2018-10-04 03:27:31,818 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8fa7d16b-aae0-4b50-8ed7-66f48c734ba4 2018-10-04 03:27:31,819 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file', 'owner': u'293a9bdf32fc43f1b62777a893bfd82d', 'id': u'9404bd9e-b34a-456d-9e61-eff8a2ad58f3', 'size': 12716032, u'self': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:27:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-10-04T03:27:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'created': u'2018-10-04T03:27:30Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:27:30Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:27:31,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 03:27:31,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_94364b79-ce5b-416f-bff8-dfda15d7bb93", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 03:27:32,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-77ad476e-091e-45c8-a8b1-9117988b93c1 x-compute-request-id: req-77ad476e-091e-45c8-a8b1-9117988b93c1 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "name": "vping_userdata-flavor_94364b79-ce5b-416f-bff8-dfda15d7bb93", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:27:32,010 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-77ad476e-091e-45c8-a8b1-9117988b93c1 2018-10-04 03:27:32,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.189715862274s 2018-10-04 03:27:32,010 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-77ad476e-091e-45c8-a8b1-9117988b93c1 returning object cb88cfb8-19ae-40ba-9e99-ab261bfa0922 2018-10-04 03:27:32,011 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_94364b79-ce5b-416f-bff8-dfda15d7bb93', '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'510ab77bdaaa470cad047d68b7d85c03', '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'cb88cfb8-19ae-40ba-9e99-ab261bfa0922', 'swap': 0}) 2018-10-04 03:27:32,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 03:27:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922/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}9f627c13afc23f9f6b49973d579b4090669d9f5d" -d '{"extra_specs": {}}' 2018-10-04 03:27:32,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-e7926817-c3f9-459f-8694-7fdf9706784f x-compute-request-id: req-e7926817-c3f9-459f-8694-7fdf9706784f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:27:32,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922/os-extra_specs used request id req-e7926817-c3f9-459f-8694-7fdf9706784f 2018-10-04 03:27:32,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196290016174s 2018-10-04 03:27:32,032 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922/os-extra_specs used request id req-e7926817-c3f9-459f-8694-7fdf9706784f 2018-10-04 03:27:32,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:27:32,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:32,280 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-6ff0040e-b3b3-4632-935b-cf3b494ff8eb Date: Thu, 04 Oct 2018 03:27:32 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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["27e061bc-f8c2-4628-b51e-c467ffd376c6"],"updated_at":"2018-10-04T03:27:26Z","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","name":"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:27:32,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6ff0040e-b3b3-4632-935b-cf3b494ff8eb 2018-10-04 03:27:32,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.24763584137s 2018-10-04 03:27:32,281 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6ff0040e-b3b3-4632-935b-cf3b494ff8eb 2018-10-04 03:27:32,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:27:32,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:32,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-ad0df6ab-08c1-41dc-8f95-20340d8b4701 Date: Thu, 04 Oct 2018 03:27:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "metadata": {}}], "file": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file", "owner": "293a9bdf32fc43f1b62777a893bfd82d", "id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "size": 12716032, "self": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:27:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:27:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:27:32,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ad0df6ab-08c1-41dc-8f95-20340d8b4701 2018-10-04 03:27:32,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0328989028931s 2018-10-04 03:27:32,315 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ad0df6ab-08c1-41dc-8f95-20340d8b4701 2018-10-04 03:27:32,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:27:32,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:32,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-83ae6539-cc10-4819-b8a8-9a2ecc82fb60 x-compute-request-id: req-83ae6539-cc10-4819-b8a8-9a2ecc82fb60 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "name": "vping_userdata-flavor_94364b79-ce5b-416f-bff8-dfda15d7bb93", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:27:32,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-83ae6539-cc10-4819-b8a8-9a2ecc82fb60 2018-10-04 03:27:32,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.17147898674s 2018-10-04 03:27:32,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-83ae6539-cc10-4819-b8a8-9a2ecc82fb60 2018-10-04 03:27:32,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 03:27:32,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"server": {"name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "imageRef": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "flavorRef": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9a77227a-cfb9-4648-8e9c-a7bc932ff60d"}]}}' 2018-10-04 03:27:34,014 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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-2104ee9e-ce1d-4ee5-9bfe-2effe184d6ae x-compute-request-id: req-2104ee9e-ce1d-4ee5-9bfe-2effe184d6ae Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "adminPass": "dazzX9AYh2L4"}} 2018-10-04 03:27:34,014 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2104ee9e-ce1d-4ee5-9bfe-2effe184d6ae 2018-10-04 03:27:34,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.52349305153s 2018-10-04 03:27:34,014 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2104ee9e-ce1d-4ee5-9bfe-2effe184d6ae 2018-10-04 03:27:34,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:34,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:34,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-28fd60b8-b464-4bde-a6ae-e8061a53bf9d x-compute-request-id: req-28fd60b8-b464-4bde-a6ae-e8061a53bf9d Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "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-04T03:27:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:34,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-28fd60b8-b464-4bde-a6ae-e8061a53bf9d 2018-10-04 03:27:34,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.415564775467s 2018-10-04 03:27:34,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-28fd60b8-b464-4bde-a6ae-e8061a53bf9d 2018-10-04 03:27:34,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:27:34,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:34,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-49e09f8c-108a-4821-bfe1-92a954ec146f Date: Thu, 04 Oct 2018 03:27:34 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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["27e061bc-f8c2-4628-b51e-c467ffd376c6"],"updated_at":"2018-10-04T03:27:26Z","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","name":"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:27:34,551 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-49e09f8c-108a-4821-bfe1-92a954ec146f 2018-10-04 03:27:34,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113167047501s 2018-10-04 03:27:34,551 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-49e09f8c-108a-4821-bfe1-92a954ec146f 2018-10-04 03:27:34,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 03:27:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:34,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-91774576-62c6-47e2-88ad-fc9801846011 Date: Thu, 04 Oct 2018 03:27:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:27:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"27e061bc-f8c2-4628-b51e-c467ffd376c6","subnetpool_id":null,"name":"vping_userdata-subnet_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:27:34,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-91774576-62c6-47e2-88ad-fc9801846011 2018-10-04 03:27:34,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.1905169487s 2018-10-04 03:27:34,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-91774576-62c6-47e2-88ad-fc9801846011 2018-10-04 03:27:34,744 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:36,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:36,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:37,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-8af27a87-5a7e-4c35-aab1-3e9f3bba6c0b x-compute-request-id: req-8af27a87-5a7e-4c35-aab1-3e9f3bba6c0b Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "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-04T03:27:35Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:37,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8af27a87-5a7e-4c35-aab1-3e9f3bba6c0b 2018-10-04 03:27:37,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669388055801s 2018-10-04 03:27:37,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8af27a87-5a7e-4c35-aab1-3e9f3bba6c0b 2018-10-04 03:27:37,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:39,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:39,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:40,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-85c54426-59c9-4515-a428-56c777bee32a x-compute-request-id: req-85c54426-59c9-4515-a428-56c777bee32a Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "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-04T03:27:35Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:40,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-85c54426-59c9-4515-a428-56c777bee32a 2018-10-04 03:27:40,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.869422912598s 2018-10-04 03:27:40,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-85c54426-59c9-4515-a428-56c777bee32a 2018-10-04 03:27:40,296 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:42,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:42,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:43,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27: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-16d02146-07cb-4552-bdd0-22d39dc88d72 x-compute-request-id: req-16d02146-07cb-4552-bdd0-22d39dc88d72 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:39Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:43,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16d02146-07cb-4552-bdd0-22d39dc88d72 2018-10-04 03:27:43,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.82220697403s 2018-10-04 03:27:43,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16d02146-07cb-4552-bdd0-22d39dc88d72 2018-10-04 03:27:43,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 03:27:43,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=8d7a6472-81e6-422d-9eee-696cac9b99d0" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:43,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2dbadef6-1152-43ca-844f-3548c83d8f1e Date: Thu, 04 Oct 2018 03:27:43 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:35Z","admin_state_up":true,"updated_at":"2018-10-04T03:27:37Z","binding:vnic_type":"normal","device_id":"8d7a6472-81e6-422d-9eee-696cac9b99d0","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:11:0d:38","id":"bbe4a837-7faf-472a-aa03-3be5189f503f","port_security_enabled":true,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","fixed_ips":[{"subnet_id":"27e061bc-f8c2-4628-b51e-c467ffd376c6","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["f7e71fe1-2733-4eb7-940d-8d815cb21fbd"],"name":""}]} 2018-10-04 03:27:43,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8d7a6472-81e6-422d-9eee-696cac9b99d0 used request id req-2dbadef6-1152-43ca-844f-3548c83d8f1e 2018-10-04 03:27:43,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0581228733063s 2018-10-04 03:27:43,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=8d7a6472-81e6-422d-9eee-696cac9b99d0 used request id req-2dbadef6-1152-43ca-844f-3548c83d8f1e 2018-10-04 03:27:43,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 03:27:43,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=bbe4a837-7faf-472a-aa03-3be5189f503f" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:43,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c6ba1f68-3de8-4925-9c5a-ad551b360ead Date: Thu, 04 Oct 2018 03:27:43 GMT RESP BODY: {"floatingips": []} 2018-10-04 03:27:43,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=bbe4a837-7faf-472a-aa03-3be5189f503f used request id req-c6ba1f68-3de8-4925-9c5a-ad551b360ead 2018-10-04 03:27:43,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.170860052109s 2018-10-04 03:27:43,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=bbe4a837-7faf-472a-aa03-3be5189f503f used request id req-c6ba1f68-3de8-4925-9c5a-ad551b360ead 2018-10-04 03:27:43,361 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:11:0d:38', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9404bd9e-b34a-456d-9e61-eff8a2ad58f3'}), 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-04T03:27:38.000000', 'flavor': Munch({u'id': u'cb88cfb8-19ae-40ba-9e99-ab261bfa0922'}), 'az': u'nova', 'id': u'8d7a6472-81e6-422d-9eee-696cac9b99d0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6fcdfd5ccdf444a9677d369cb3cfae6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', '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-04T03:27:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:27:39Z', 'hostId': u'e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2', '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-04T03:27:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': u'vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'adminPass': u'dazzX9AYh2L4', 'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'region': 'regionOne', 'created': u'2018-10-04T03:27:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:27:43,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:27:43,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:43,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-c756e21f-6f15-46f8-9f95-6d17c5eedbc7 Date: Thu, 04 Oct 2018 03:27:43 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["27e061bc-f8c2-4628-b51e-c467ffd376c6"],"updated_at":"2018-10-04T03:27:26Z","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","name":"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:27:43,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c756e21f-6f15-46f8-9f95-6d17c5eedbc7 2018-10-04 03:27:43,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.248800039291s 2018-10-04 03:27:43,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c756e21f-6f15-46f8-9f95-6d17c5eedbc7 2018-10-04 03:27:43,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:27:43,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:43,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-7a08aff2-d63b-4ed3-9481-c4f6e5963895 Date: Thu, 04 Oct 2018 03:27:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "metadata": {}}], "file": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file", "owner": "293a9bdf32fc43f1b62777a893bfd82d", "id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "size": 12716032, "self": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:27:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:27:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:27:43,649 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7a08aff2-d63b-4ed3-9481-c4f6e5963895 2018-10-04 03:27:43,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367579460144s 2018-10-04 03:27:43,650 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7a08aff2-d63b-4ed3-9481-c4f6e5963895 2018-10-04 03:27:43,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:27:43,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:43,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-588da900-78ae-4efe-8dde-0060f20aa766 x-compute-request-id: req-588da900-78ae-4efe-8dde-0060f20aa766 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "name": "vping_userdata-flavor_94364b79-ce5b-416f-bff8-dfda15d7bb93", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:27:43,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-588da900-78ae-4efe-8dde-0060f20aa766 2018-10-04 03:27:43,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0336000919342s 2018-10-04 03:27:43,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-588da900-78ae-4efe-8dde-0060f20aa766 2018-10-04 03:27:43,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-10-04 03:27:43,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"server": {"name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "imageRef": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "flavorRef": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEyIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9a77227a-cfb9-4648-8e9c-a7bc932ff60d"}]}}' 2018-10-04 03:27:45,161 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-db1888c1-3f0b-4730-8977-acb73b8cc896 x-compute-request-id: req-db1888c1-3f0b-4730-8977-acb73b8cc896 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "adminPass": "wj7kxHPT7tDB"}} 2018-10-04 03:27:45,161 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-db1888c1-3f0b-4730-8977-acb73b8cc896 2018-10-04 03:27:45,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.47422289848s 2018-10-04 03:27:45,161 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-db1888c1-3f0b-4730-8977-acb73b8cc896 2018-10-04 03:27:45,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:45,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:45,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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,Accept-Encoding x-openstack-request-id: req-ac43c4ce-c26d-47c9-a36b-2510a935d4c5 x-compute-request-id: req-ac43c4ce-c26d-47c9-a36b-2510a935d4c5 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "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-04T03:27:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:39Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:45,657 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac43c4ce-c26d-47c9-a36b-2510a935d4c5 2018-10-04 03:27:45,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.495468854904s 2018-10-04 03:27:45,658 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac43c4ce-c26d-47c9-a36b-2510a935d4c5 2018-10-04 03:27:45,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:47,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:47,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:48,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-9064ec1b-42f7-4853-abab-b924b313f082 x-compute-request-id: req-9064ec1b-42f7-4853-abab-b924b313f082 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "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-04T03:27:46Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:39Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:48,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9064ec1b-42f7-4853-abab-b924b313f082 2018-10-04 03:27:48,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340183973312s 2018-10-04 03:27:48,006 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9064ec1b-42f7-4853-abab-b924b313f082 2018-10-04 03:27:48,010 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:50,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:50,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:50,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27: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-4da05c83-7b29-4286-ada1-6c5214369013 x-compute-request-id: req-4da05c83-7b29-4286-ada1-6c5214369013 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "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-04T03:27:46Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:39Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:50,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4da05c83-7b29-4286-ada1-6c5214369013 2018-10-04 03:27:50,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657742023468s 2018-10-04 03:27:50,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4da05c83-7b29-4286-ada1-6c5214369013 2018-10-04 03:27:50,676 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:27:52,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:52,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:53,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-90e69a1b-fbd5-4cad-b9ff-e62fd1ab96e0 x-compute-request-id: req-90e69a1b-fbd5-4cad-b9ff-e62fd1ab96e0 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:5a:75", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:50.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:51Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:39Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:53,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90e69a1b-fbd5-4cad-b9ff-e62fd1ab96e0 2018-10-04 03:27:53,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.399776935577s 2018-10-04 03:27:53,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90e69a1b-fbd5-4cad-b9ff-e62fd1ab96e0 2018-10-04 03:27:53,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-10-04 03:27:53,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=3669b237-5d6f-4dab-a9b0-2e43e99d0afe" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:53,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-331a74f9-c78b-43e0-a80a-13214b5fcc5e Date: Thu, 04 Oct 2018 03:27:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:46Z","admin_state_up":true,"updated_at":"2018-10-04T03:27:48Z","binding:vnic_type":"normal","device_id":"3669b237-5d6f-4dab-a9b0-2e43e99d0afe","device_owner":"compute:nova","revision_number":5,"mac_address":"fa:16:3e:14:5a:75","id":"3c553fda-f3b7-4ac8-9710-2c8977f3a973","port_security_enabled":true,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","fixed_ips":[{"subnet_id":"27e061bc-f8c2-4628-b51e-c467ffd376c6","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["f7e71fe1-2733-4eb7-940d-8d815cb21fbd"],"name":""}]} 2018-10-04 03:27:53,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3669b237-5d6f-4dab-a9b0-2e43e99d0afe used request id req-331a74f9-c78b-43e0-a80a-13214b5fcc5e 2018-10-04 03:27:53,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0575978755951s 2018-10-04 03:27:53,142 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=3669b237-5d6f-4dab-a9b0-2e43e99d0afe used request id req-331a74f9-c78b-43e0-a80a-13214b5fcc5e 2018-10-04 03:27:53,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-10-04 03:27:53,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=3c553fda-f3b7-4ac8-9710-2c8977f3a973" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:53,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d1445475-0d7c-407b-88e5-9bd80ce7583a Date: Thu, 04 Oct 2018 03:27:53 GMT RESP BODY: {"floatingips": []} 2018-10-04 03:27:53,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=3c553fda-f3b7-4ac8-9710-2c8977f3a973 used request id req-d1445475-0d7c-407b-88e5-9bd80ce7583a 2018-10-04 03:27:53,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.018965959549s 2018-10-04 03:27:53,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=3c553fda-f3b7-4ac8-9710-2c8977f3a973 used request id req-d1445475-0d7c-407b-88e5-9bd80ce7583a 2018-10-04 03:27:53,167 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:14:5a:75', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'9404bd9e-b34a-456d-9e61-eff8a2ad58f3'}), 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-04T03:27:50.000000', 'flavor': Munch({u'id': u'cb88cfb8-19ae-40ba-9e99-ab261bfa0922'}), 'az': u'nova', 'id': u'3669b237-5d6f-4dab-a9b0-2e43e99d0afe', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6fcdfd5ccdf444a9677d369cb3cfae6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': 'vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93', '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-04T03:27:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-10-04T03:27:51Z', 'hostId': u'cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982', '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-04T03:27:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'name': u'vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93', 'adminPass': u'wj7kxHPT7tDB', 'tenant_id': u'293a9bdf32fc43f1b62777a893bfd82d', 'region': 'regionOne', 'created': u'2018-10-04T03:27:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u''}) 2018-10-04 03:27:53,168 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-10-04 03:27:54,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:54,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:54,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb746eeb-9c6f-4d31-98af-d530e4061c71 x-compute-request-id: req-bb746eeb-9c6f-4d31-98af-d530e4061c71 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:5a:75", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:50.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:51Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:39Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:54,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb746eeb-9c6f-4d31-98af-d530e4061c71 2018-10-04 03:27:54,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501095056534s 2018-10-04 03:27:54,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb746eeb-9c6f-4d31-98af-d530e4061c71 2018-10-04 03:27:54,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:27:54,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe/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}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:27:55,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8e255fa-4e1e-4326-8545-e1b420aef283 x-compute-request-id: req-b8e255fa-4e1e-4326-8545-e1b420aef283 Content-Encoding: gzip Content-Length: 7924 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 611983329 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130722] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132384] pid_max: default: 32768 minimum: 301\n[ 0.133285] ACPI: Core revision 20150930\n[ 0.134669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135989] Security Framework initialized\n[ 0.136809] Yama: becoming mindful.\n[ 0.137551] AppArmor: AppArmor initialized\n[ 0.138430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139776] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141060] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143682] Initializing cgroup subsys io\n[ 0.144498] Initializing cgroup subsys memory\n[ 0.145361] Initializing cgroup subsys devices\n[ 0.146243] Initializing cgroup subsys freezer\n[ 0.147119] Initializing cgroup subsys net_cls\n[ 0.147995] Initializing cgroup subsys perf_event\n[ 0.148907] Initializing cgroup subsys net_prio\n[ 0.149804] Initializing cgroup subsys hugetlb\n[ 0.150678] Initializing cgroup subsys pids\n[ 0.151559] CPU: Physical Processor ID: 0\n[ 0.153078] mce: CPU supports 10 MCE banks\n[ 0.153943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154948] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166827] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173201] ftrace: allocating 31920 entries in 125 pages\n[ 0.199413] smpboot: Max logical packages: 1\n[ 0.200294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201656] x2apic enabled\n[ 0.202484] Switched APIC routing to physical x2apic.\n[ 0.204232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207377] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209179] KVM setup paravirtual spinlock\n[ 0.210547] x86: Booted up 1 node, 1 CPUs\n[ 0.211359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212757] devtmpfs: initialized\n[ 0.214481] evm: security.selinux\n[ 0.215185] evm: security.SMACK64\n[ 0.215885] evm: security.SMACK64EXEC\n[ 0.216638] evm: security.SMACK64TRANSMUTE\n[ 0.217453] evm: security.SMACK64MMAP\n[ 0.218204] evm: security.ima\n[ 0.218856] evm: security.capability\n[ 0.219670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221541] pinctrl core: initialized pinctrl subsystem\n[ 0.222654] RTC time: 3:27:50, date: 10/04/18\n[ 0.223616] NET: Registered protocol family 16\n[ 0.224591] cpuidle: using governor ladder\n[ 0.225412] cpuidle: using governor menu\n[ 0.226197] PCCT header not found.\n[ 0.226959] ACPI: bus type PCI registered\n[ 0.227769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229018] PCI: Using configuration type 1 for base access\n[ 0.230786] ACPI: Added _OSI(Module Device)\n[ 0.231644] ACPI: Added _OSI(Processor Device)\n[ 0.232507] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233408] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235535] ACPI: Interpreter enabled\n[ 0.236317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243751] ACPI: (supports S0 S5)\n[ 0.244464] ACPI: Using IOAPIC for interrupt routing\n[ 0.245557] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252260] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254497] acpiphp: Slot [3] registered\n[ 0.255308] acpiphp: Slot [4] registered\n[ 0.256109] acpiphp: Slot [5] registered\n[ 0.256915] acpiphp: Slot [6] registered\n[ 0.257716] acpiphp: Slot [7] registered\n[ 0.258523] acpiphp: Slot [8] registered\n[ 0.259330] acpiphp: Slot [9] registered\n[ 0.260131] acpiphp: Slot [10] registered\n[ 0.260955] acpiphp: Slot [11] registered\n[ 0.261776] acpiphp: Slot [12] registered\n[ 0.262601] acpiphp: Slot [13] registered\n[ 0.263420] acpiphp: Slot [14] registered\n[ 0.264232] acpiphp: Slot [15] registered\n[ 0.275374] acpiphp: Slot [16] registered\n[ 0.276200] acpiphp: Slot [17] registered\n[ 0.277020] acpiphp: Slot [18] registered\n[ 0.277834] acpiphp: Slot [19] registered\n[ 0.278650] acpiphp: Slot [20] registered\n[ 0.279474] acpiphp: Slot [21] registered\n[ 0.280301] acpiphp: Slot [22] registered\n[ 0.281113] acpiphp: Slot [23] registered\n[ 0.281936] acpiphp: Slot [24] registered\n[ 0.282754] acpiphp: Slot [25] registered\n[ 0.283574] acpiphp: Slot [26] registered\n[ 0.284391] acpiphp: Slot [27] registered\n[ 0.285204] acpiphp: Slot [28] registered\n[ 0.286026] acpiphp: Slot [29] registered\n[ 0.286841] acpiphp: Slot [30] registered\n[ 0.287670] acpiphp: Slot [31] registered\n[ 0.288486] PCI host bridge to bus 0000:00\n[ 0.289299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290518] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293201] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294663] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300978] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361875] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365959] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367456] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368515] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370132] vgaarb: loaded\n[ 0.370752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371887] SCSI subsystem initialized\n[ 0.372707] ACPI: bus type USB registered\n[ 0.373528] usbcore: registered new interface driver usbfs\n[ 0.374564] usbcore: registered new interface driver hub\n[ 0.375573] usbcore: registered new device driver usb\n[ 0.376624] PCI: Using ACPI for IRQ routing\n[ 0.377650] NetLabel: Initializing\n[ 0.378367] NetLabel: domain hash size = 128\n[ 0.379224] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380181] NetLabel: unlabeled traffic allowed by default\n[ 0.381289] clocksource: Switched to clocksource kvm-clock\n[ 0.386681] AppArmor: AppArmor Filesystem Enabled\n[ 0.387676] pnp: PnP ACPI init\n[ 0.388585] pnp: PnP ACPI: found 5 devices\n[ 0.394956] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396654] NET: Registered protocol family 2\n[ 0.397611] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398887] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400060] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401221] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403486] NET: Registered protocol family 1\n[ 0.404357] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405460] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420613] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434996] Trying to unpack rootfs image as initramfs...\n[ 0.484650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498620] Scanning for low memory corruption every 60 seconds\n[ 0.499973] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501125] audit: initializing netlink subsys (disabled)\n[ 0.502188] audit: type=2000 audit(1538623671.014:1): initialized\n[ 0.503508] Initialise system trusted keyring\n[ 0.504439] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505618] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507586] zbud: loaded\n[ 0.508292] VFS: Disk quotas dquot_6.6.0\n[ 0.509141] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510700] fuse init (API version 7.23)\n[ 0.511603] Key type big_key registered\n[ 0.512420] Allocating IMA MOK and blacklist keyrings.\n[ 0.513534] Key type asymmetric registered\n[ 0.514366] Asymmetric key parser 'x509' registered\n[ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517227] io scheduler noop registered\n[ 0.518040] io scheduler deadline registered (default)\n[ 0.519041] io scheduler cfq registered\n[ 0.519877] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522246] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523716] ACPI: Power Button [PWRF]\n[ 0.524650] GHES: HEST is not enabled!\n[ 0.539589] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570138] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573596] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599348] Linux agpgart interface v0.103\n[ 0.601429] brd: module loaded\n[ 0.602662] loop: module loaded\n[ 0.607102] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608593] GPT:90111 != 2097151\n[ 0.609273] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610368] GPT:90111 != 2097151\n[ 0.611040] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612006] vda: vda1 vda15\n[ 0.613483] scsi host0: ata_piix\n[ 0.614257] scsi host1: ata_piix\n[ 0.614955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617656] libphy: Fixed MDIO Bus: probed\n[ 0.618485] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619461] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621610] PPP generic driver version 2.4.2\n[ 0.622500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623789] ehci-pci: EHCI PCI platform driver\n[ 0.624665] ehci-platform: EHCI generic platform driver\n[ 0.625662] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626835] ohci-pci: OHCI PCI platform driver\n[ 0.627702] ohci-platform: OHCI generic platform driver\n[ 0.628672] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645269] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650100] usb usb1: Product: UHCI Host Controller\n[ 0.651042] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652197] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653235] hub 1-0:1.0: USB hub found\n[ 0.654067] hub 1-0:1.0: 2 ports detected\n[ 0.654978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658112] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659163] mousedev: PS/2 mouse device common for all mice\n[ 0.660435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663427] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665881] i2c /dev entries driver\n[ 0.666683] device-mapper: uevent: version 1.0.3\n[ 0.667652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670674] NET: Registered protocol family 10\n[ 0.671657] NET: Registered protocol family 17\n[ 0.672559] Key type dns_resolver registered\n[ 0.673485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674618] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676409] registered taskstats version 1\n[ 0.677270] Loading compiled-in X.509 certificates\n[ 0.678746] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680643] zswap: loaded using pool lzo/zbud\n[ 0.682017] Key type trusted registered\n[ 0.683998] Key type encrypted registered\n[ 0.684858] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685923] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687019] evm: HMAC attrs: 0x1\n[ 0.687964] Magic number: 6:565:461\n[ 0.688825] rtc_cmos 00:00: setting system clock to 2018-10-04 03:27:51 UTC (1538623671)\n[ 0.690457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691607] EDD information not available.\n[ 0.774391] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776046] Write protecting the kernel read-only data: 14336k\n[ 0.787830] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789750] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.578656] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.47. 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: "} 2018-10-04 03:27:55,737 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe/action used request id req-b8e255fa-4e1e-4326-8545-e1b420aef283 2018-10-04 03:27:55,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.06363010406s 2018-10-04 03:27:55,738 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe/action used request id req-b8e255fa-4e1e-4326-8545-e1b420aef283 2018-10-04 03:27:55,738 - 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 611983329 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130722] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132384] pid_max: default: 32768 minimum: 301 [ 0.133285] ACPI: Core revision 20150930 [ 0.134669] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135989] Security Framework initialized [ 0.136809] Yama: becoming mindful. [ 0.137551] AppArmor: AppArmor initialized [ 0.138430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139776] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141060] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143682] Initializing cgroup subsys io [ 0.144498] Initializing cgroup subsys memory [ 0.145361] Initializing cgroup subsys devices [ 0.146243] Initializing cgroup subsys freezer [ 0.147119] Initializing cgroup subsys net_cls [ 0.147995] Initializing cgroup subsys perf_event [ 0.148907] Initializing cgroup subsys net_prio [ 0.149804] Initializing cgroup subsys hugetlb [ 0.150678] Initializing cgroup subsys pids [ 0.151559] CPU: Physical Processor ID: 0 [ 0.153078] mce: CPU supports 10 MCE banks [ 0.153943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154948] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166827] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173201] ftrace: allocating 31920 entries in 125 pages [ 0.199413] smpboot: Max logical packages: 1 [ 0.200294] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201656] x2apic enabled [ 0.202484] Switched APIC routing to physical x2apic. [ 0.204232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207377] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209179] KVM setup paravirtual spinlock [ 0.210547] x86: Booted up 1 node, 1 CPUs [ 0.211359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212757] devtmpfs: initialized [ 0.214481] evm: security.selinux [ 0.215185] evm: security.SMACK64 [ 0.215885] evm: security.SMACK64EXEC [ 0.216638] evm: security.SMACK64TRANSMUTE [ 0.217453] evm: security.SMACK64MMAP [ 0.218204] evm: security.ima [ 0.218856] evm: security.capability [ 0.219670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221541] pinctrl core: initialized pinctrl subsystem [ 0.222654] RTC time: 3:27:50, date: 10/04/18 [ 0.223616] NET: Registered protocol family 16 [ 0.224591] cpuidle: using governor ladder [ 0.225412] cpuidle: using governor menu [ 0.226197] PCCT header not found. [ 0.226959] ACPI: bus type PCI registered [ 0.227769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229018] PCI: Using configuration type 1 for base access [ 0.230786] ACPI: Added _OSI(Module Device) [ 0.231644] ACPI: Added _OSI(Processor Device) [ 0.232507] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233408] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235535] ACPI: Interpreter enabled [ 0.236317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243751] ACPI: (supports S0 S5) [ 0.244464] ACPI: Using IOAPIC for interrupt routing [ 0.245557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252260] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254497] acpiphp: Slot [3] registered [ 0.255308] acpiphp: Slot [4] registered [ 0.256109] acpiphp: Slot [5] registered [ 0.256915] acpiphp: Slot [6] registered [ 0.257716] acpiphp: Slot [7] registered [ 0.258523] acpiphp: Slot [8] registered [ 0.259330] acpiphp: Slot [9] registered [ 0.260131] acpiphp: Slot [10] registered [ 0.260955] acpiphp: Slot [11] registered [ 0.261776] acpiphp: Slot [12] registered [ 0.262601] acpiphp: Slot [13] registered [ 0.263420] acpiphp: Slot [14] registered [ 0.264232] acpiphp: Slot [15] registered [ 0.275374] acpiphp: Slot [16] registered [ 0.276200] acpiphp: Slot [17] registered [ 0.277020] acpiphp: Slot [18] registered [ 0.277834] acpiphp: Slot [19] registered [ 0.278650] acpiphp: Slot [20] registered [ 0.279474] acpiphp: Slot [21] registered [ 0.280301] acpiphp: Slot [22] registered [ 0.281113] acpiphp: Slot [23] registered [ 0.281936] acpiphp: Slot [24] registered [ 0.282754] acpiphp: Slot [25] registered [ 0.283574] acpiphp: Slot [26] registered [ 0.284391] acpiphp: Slot [27] registered [ 0.285204] acpiphp: Slot [28] registered [ 0.286026] acpiphp: Slot [29] registered [ 0.286841] acpiphp: Slot [30] registered [ 0.287670] acpiphp: Slot [31] registered [ 0.288486] PCI host bridge to bus 0000:00 [ 0.289299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290518] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293201] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294663] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300978] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361875] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365959] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367456] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368515] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370132] vgaarb: loaded [ 0.370752] vgaarb: bridge control possible 0000:00:02.0 [ 0.371887] SCSI subsystem initialized [ 0.372707] ACPI: bus type USB registered [ 0.373528] usbcore: registered new interface driver usbfs [ 0.374564] usbcore: registered new interface driver hub [ 0.375573] usbcore: registered new device driver usb [ 0.376624] PCI: Using ACPI for IRQ routing [ 0.377650] NetLabel: Initializing [ 0.378367] NetLabel: domain hash size = 128 [ 0.379224] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380181] NetLabel: unlabeled traffic allowed by default [ 0.381289] clocksource: Switched to clocksource kvm-clock [ 0.386681] AppArmor: AppArmor Filesystem Enabled [ 0.387676] pnp: PnP ACPI init [ 0.388585] pnp: PnP ACPI: found 5 devices [ 0.394956] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396654] NET: Registered protocol family 2 [ 0.397611] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398887] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400060] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401221] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403486] NET: Registered protocol family 1 [ 0.404357] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405460] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406576] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420613] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434996] Trying to unpack rootfs image as initramfs... [ 0.484650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498620] Scanning for low memory corruption every 60 seconds [ 0.499973] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501125] audit: initializing netlink subsys (disabled) [ 0.502188] audit: type=2000 audit(1538623671.014:1): initialized [ 0.503508] Initialise system trusted keyring [ 0.504439] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505618] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507586] zbud: loaded [ 0.508292] VFS: Disk quotas dquot_6.6.0 [ 0.509141] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510700] fuse init (API version 7.23) [ 0.511603] Key type big_key registered [ 0.512420] Allocating IMA MOK and blacklist keyrings. [ 0.513534] Key type asymmetric registered [ 0.514366] Asymmetric key parser 'x509' registered [ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517227] io scheduler noop registered [ 0.518040] io scheduler deadline registered (default) [ 0.519041] io scheduler cfq registered [ 0.519877] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522246] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523716] ACPI: Power Button [PWRF] [ 0.524650] GHES: HEST is not enabled! [ 0.539589] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.570138] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.573596] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.597212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599348] Linux agpgart interface v0.103 [ 0.601429] brd: module loaded [ 0.602662] loop: module loaded [ 0.607102] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608593] GPT:90111 != 2097151 [ 0.609273] GPT:Alternate GPT header not at the end of the disk. [ 0.610368] GPT:90111 != 2097151 [ 0.611040] GPT: Use GNU Parted to correct GPT errors. [ 0.612006] vda: vda1 vda15 [ 0.613483] scsi host0: ata_piix [ 0.614257] scsi host1: ata_piix [ 0.614955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617656] libphy: Fixed MDIO Bus: probed [ 0.618485] tun: Universal TUN/TAP device driver, 1.6 [ 0.619461] tun: (C) 1999-2004 Max Krasnyansky [ 0.621610] PPP generic driver version 2.4.2 [ 0.622500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623789] ehci-pci: EHCI PCI platform driver [ 0.624665] ehci-platform: EHCI generic platform driver [ 0.625662] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626835] ohci-pci: OHCI PCI platform driver [ 0.627702] ohci-platform: OHCI generic platform driver [ 0.628672] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642774] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.643807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.645269] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.646307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.647439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.650100] usb usb1: Product: UHCI Host Controller [ 0.651042] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652197] usb usb1: SerialNumber: 0000:00:01.2 [ 0.653235] hub 1-0:1.0: USB hub found [ 0.654067] hub 1-0:1.0: 2 ports detected [ 0.654978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657116] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658112] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659163] mousedev: PS/2 mouse device common for all mice [ 0.660435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662286] rtc_cmos 00:00: RTC can wake from S4 [ 0.663427] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665881] i2c /dev entries driver [ 0.666683] device-mapper: uevent: version 1.0.3 [ 0.667652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669361] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670674] NET: Registered protocol family 10 [ 0.671657] NET: Registered protocol family 17 [ 0.672559] Key type dns_resolver registered [ 0.673485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676409] registered taskstats version 1 [ 0.677270] Loading compiled-in X.509 certificates [ 0.678746] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680643] zswap: loaded using pool lzo/zbud [ 0.682017] Key type trusted registered [ 0.683998] Key type encrypted registered [ 0.684858] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685923] ima: No TPM chip found, activating TPM-bypass! [ 0.687019] evm: HMAC attrs: 0x1 [ 0.687964] Magic number: 6:565:461 [ 0.688825] rtc_cmos 00:00: setting system clock to 2018-10-04 03:27:51 UTC (1538623671) [ 0.690457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691607] EDD information not available. [ 0.774391] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.776046] Write protecting the kernel read-only data: 14336k [ 0.787830] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789750] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.05 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.578656] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.47. 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: 2018-10-04 03:27:55,739 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.12. Waiting for response... 2018-10-04 03:27:56,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:56,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:57,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-6c260611-f2a1-4a2e-a5f8-ad5d56a08b21 x-compute-request-id: req-6c260611-f2a1-4a2e-a5f8-ad5d56a08b21 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:5a:75", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:50.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:51Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:39Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:57,542 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c260611-f2a1-4a2e-a5f8-ad5d56a08b21 2018-10-04 03:27:57,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.801244020462s 2018-10-04 03:27:57,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c260611-f2a1-4a2e-a5f8-ad5d56a08b21 2018-10-04 03:27:57,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-10-04 03:27:57,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe/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}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 03:27:58,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2389b0e7-fd11-4221-9e67-a36ec047d162 x-compute-request-id: req-2389b0e7-fd11-4221-9e67-a36ec047d162 Content-Encoding: gzip Content-Length: 9398 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 611983329 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130722] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132384] pid_max: default: 32768 minimum: 301\n[ 0.133285] ACPI: Core revision 20150930\n[ 0.134669] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135989] Security Framework initialized\n[ 0.136809] Yama: becoming mindful.\n[ 0.137551] AppArmor: AppArmor initialized\n[ 0.138430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139776] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141060] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143682] Initializing cgroup subsys io\n[ 0.144498] Initializing cgroup subsys memory\n[ 0.145361] Initializing cgroup subsys devices\n[ 0.146243] Initializing cgroup subsys freezer\n[ 0.147119] Initializing cgroup subsys net_cls\n[ 0.147995] Initializing cgroup subsys perf_event\n[ 0.148907] Initializing cgroup subsys net_prio\n[ 0.149804] Initializing cgroup subsys hugetlb\n[ 0.150678] Initializing cgroup subsys pids\n[ 0.151559] CPU: Physical Processor ID: 0\n[ 0.153078] mce: CPU supports 10 MCE banks\n[ 0.153943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154948] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166827] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173201] ftrace: allocating 31920 entries in 125 pages\n[ 0.199413] smpboot: Max logical packages: 1\n[ 0.200294] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201656] x2apic enabled\n[ 0.202484] Switched APIC routing to physical x2apic.\n[ 0.204232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207377] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209179] KVM setup paravirtual spinlock\n[ 0.210547] x86: Booted up 1 node, 1 CPUs\n[ 0.211359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212757] devtmpfs: initialized\n[ 0.214481] evm: security.selinux\n[ 0.215185] evm: security.SMACK64\n[ 0.215885] evm: security.SMACK64EXEC\n[ 0.216638] evm: security.SMACK64TRANSMUTE\n[ 0.217453] evm: security.SMACK64MMAP\n[ 0.218204] evm: security.ima\n[ 0.218856] evm: security.capability\n[ 0.219670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221541] pinctrl core: initialized pinctrl subsystem\n[ 0.222654] RTC time: 3:27:50, date: 10/04/18\n[ 0.223616] NET: Registered protocol family 16\n[ 0.224591] cpuidle: using governor ladder\n[ 0.225412] cpuidle: using governor menu\n[ 0.226197] PCCT header not found.\n[ 0.226959] ACPI: bus type PCI registered\n[ 0.227769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229018] PCI: Using configuration type 1 for base access\n[ 0.230786] ACPI: Added _OSI(Module Device)\n[ 0.231644] ACPI: Added _OSI(Processor Device)\n[ 0.232507] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233408] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235535] ACPI: Interpreter enabled\n[ 0.236317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243751] ACPI: (supports S0 S5)\n[ 0.244464] ACPI: Using IOAPIC for interrupt routing\n[ 0.245557] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.251054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252260] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254497] acpiphp: Slot [3] registered\n[ 0.255308] acpiphp: Slot [4] registered\n[ 0.256109] acpiphp: Slot [5] registered\n[ 0.256915] acpiphp: Slot [6] registered\n[ 0.257716] acpiphp: Slot [7] registered\n[ 0.258523] acpiphp: Slot [8] registered\n[ 0.259330] acpiphp: Slot [9] registered\n[ 0.260131] acpiphp: Slot [10] registered\n[ 0.260955] acpiphp: Slot [11] registered\n[ 0.261776] acpiphp: Slot [12] registered\n[ 0.262601] acpiphp: Slot [13] registered\n[ 0.263420] acpiphp: Slot [14] registered\n[ 0.264232] acpiphp: Slot [15] registered\n[ 0.275374] acpiphp: Slot [16] registered\n[ 0.276200] acpiphp: Slot [17] registered\n[ 0.277020] acpiphp: Slot [18] registered\n[ 0.277834] acpiphp: Slot [19] registered\n[ 0.278650] acpiphp: Slot [20] registered\n[ 0.279474] acpiphp: Slot [21] registered\n[ 0.280301] acpiphp: Slot [22] registered\n[ 0.281113] acpiphp: Slot [23] registered\n[ 0.281936] acpiphp: Slot [24] registered\n[ 0.282754] acpiphp: Slot [25] registered\n[ 0.283574] acpiphp: Slot [26] registered\n[ 0.284391] acpiphp: Slot [27] registered\n[ 0.285204] acpiphp: Slot [28] registered\n[ 0.286026] acpiphp: Slot [29] registered\n[ 0.286841] acpiphp: Slot [30] registered\n[ 0.287670] acpiphp: Slot [31] registered\n[ 0.288486] PCI host bridge to bus 0000:00\n[ 0.289299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.290518] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.293201] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294663] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300978] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.302273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.303460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.304793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.311730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.358934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.360436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.361875] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.363311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.364710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365959] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.367456] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.368515] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.370132] vgaarb: loaded\n[ 0.370752] vgaarb: bridge control possible 0000:00:02.0\n[ 0.371887] SCSI subsystem initialized\n[ 0.372707] ACPI: bus type USB registered\n[ 0.373528] usbcore: registered new interface driver usbfs\n[ 0.374564] usbcore: registered new interface driver hub\n[ 0.375573] usbcore: registered new device driver usb\n[ 0.376624] PCI: Using ACPI for IRQ routing\n[ 0.377650] NetLabel: Initializing\n[ 0.378367] NetLabel: domain hash size = 128\n[ 0.379224] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.380181] NetLabel: unlabeled traffic allowed by default\n[ 0.381289] clocksource: Switched to clocksource kvm-clock\n[ 0.386681] AppArmor: AppArmor Filesystem Enabled\n[ 0.387676] pnp: PnP ACPI init\n[ 0.388585] pnp: PnP ACPI: found 5 devices\n[ 0.394956] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396654] NET: Registered protocol family 2\n[ 0.397611] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.398887] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400060] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401221] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403486] NET: Registered protocol family 1\n[ 0.404357] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.405460] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.406576] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.420613] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434996] Trying to unpack rootfs image as initramfs...\n[ 0.484650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498620] Scanning for low memory corruption every 60 seconds\n[ 0.499973] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501125] audit: initializing netlink subsys (disabled)\n[ 0.502188] audit: type=2000 audit(1538623671.014:1): initialized\n[ 0.503508] Initialise system trusted keyring\n[ 0.504439] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505618] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507586] zbud: loaded\n[ 0.508292] VFS: Disk quotas dquot_6.6.0\n[ 0.509141] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510700] fuse init (API version 7.23)\n[ 0.511603] Key type big_key registered\n[ 0.512420] Allocating IMA MOK and blacklist keyrings.\n[ 0.513534] Key type asymmetric registered\n[ 0.514366] Asymmetric key parser 'x509' registered\n[ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517227] io scheduler noop registered\n[ 0.518040] io scheduler deadline registered (default)\n[ 0.519041] io scheduler cfq registered\n[ 0.519877] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522246] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523716] ACPI: Power Button [PWRF]\n[ 0.524650] GHES: HEST is not enabled!\n[ 0.539589] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.570138] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.573596] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.599348] Linux agpgart interface v0.103\n[ 0.601429] brd: module loaded\n[ 0.602662] loop: module loaded\n[ 0.607102] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.608593] GPT:90111 != 2097151\n[ 0.609273] GPT:Alternate GPT header not at the end of the disk.\n[ 0.610368] GPT:90111 != 2097151\n[ 0.611040] GPT: Use GNU Parted to correct GPT errors.\n[ 0.612006] vda: vda1 vda15\n[ 0.613483] scsi host0: ata_piix\n[ 0.614257] scsi host1: ata_piix\n[ 0.614955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.616196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.617656] libphy: Fixed MDIO Bus: probed\n[ 0.618485] tun: Universal TUN/TAP device driver, 1.6\n[ 0.619461] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621610] PPP generic driver version 2.4.2\n[ 0.622500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623789] ehci-pci: EHCI PCI platform driver\n[ 0.624665] ehci-platform: EHCI generic platform driver\n[ 0.625662] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626835] ohci-pci: OHCI PCI platform driver\n[ 0.627702] ohci-platform: OHCI generic platform driver\n[ 0.628672] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.642774] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.643807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.645269] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.646307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.647439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.650100] usb usb1: Product: UHCI Host Controller\n[ 0.651042] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.652197] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.653235] hub 1-0:1.0: USB hub found\n[ 0.654067] hub 1-0:1.0: 2 ports detected\n[ 0.654978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657116] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658112] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659163] mousedev: PS/2 mouse device common for all mice\n[ 0.660435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.662286] rtc_cmos 00:00: RTC can wake from S4\n[ 0.663427] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665881] i2c /dev entries driver\n[ 0.666683] device-mapper: uevent: version 1.0.3\n[ 0.667652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670674] NET: Registered protocol family 10\n[ 0.671657] NET: Registered protocol family 17\n[ 0.672559] Key type dns_resolver registered\n[ 0.673485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674618] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676409] registered taskstats version 1\n[ 0.677270] Loading compiled-in X.509 certificates\n[ 0.678746] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680643] zswap: loaded using pool lzo/zbud\n[ 0.682017] Key type trusted registered\n[ 0.683998] Key type encrypted registered\n[ 0.684858] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685923] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687019] evm: HMAC attrs: 0x1\n[ 0.687964] Magic number: 6:565:461\n[ 0.688825] rtc_cmos 00:00: setting system clock to 2018-10-04 03:27:51 UTC (1538623671)\n[ 0.690457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691607] EDD information not available.\n[ 0.774391] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776046] Write protecting the kernel read-only data: 14336k\n[ 0.787830] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789750] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.578656] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.47. iid=i-0000002a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNNCeyul/6yMY3g1b43Zpj/qSsbazdHAkHVS0SBx21cmSv3leTa/xE/Z2F/s96JaeYDDQ+dHNn+O7Ov4FSJysZlTqreEXS4+V0ZYK8FPrRgDeeip4ytbZdLGfhxJ4BITDU2IpuG3GdR67THf3owNqFN3xxdmBIE98znwyo3m1NChKR62HJl5/6sAFZwKA1sXzQd/VW043i1lL83GVTSMKd9T/JsRPCuGSlK3K+9MPaqB1Gko/l0hEbU+lLzA+czjYzYSs9idAtD08QOR8r0eVJG/pdsZehxcE/kBGzc60PGJ6ZTu7RvvTbCudcSXsC0t/qEVu+Ei+IEmdA0thoyF6j root@vping-userdata-vm2-94364b79-ce5b-416f-bff8-dfda15d7bb93\nssh-dss AAAAB3NzaC1kc3MAAACBAMjEUMw7GJZfrR6OkwF2hLWDAlY0F15oqTYoBqevYwWTefKy4iSdonpBqel/aBZxJowDRI2Js8hkZz/6PUU7msS5HwKBBSqlDL5bZnfgd8cZqt+IHq0VWtHDaN9UAHf2oJKqwbXnSQ6VuMspsHd01gll2IOXZ7Z1RMDLjpYNKkvNAAAAFQC9GL4kNvu1vhdM3GOy9puVqIrJCQAAAIBfG88fTyGieHOV7Pk9inJLg2Qb8A9gsKljtoWZ/ARA3VmINJJ5YvHm6l3BqP5m2zSUm7QbyDSk46qgxVAOoLd0bLgwokrZuoO8kxjS651agmUELq4LOAUrgZ5DRMcXMOUGbIQIIFLSgy3nyGEobdtOBQqywWoYnf7YMlaDGIMBlgAAAIBNn3qUA6hNaC9IW5jz7iDO6MSJmb6Paad2YMi/wXmFTq1I617vyWfATrm3gtZ4M2vCW3gecQy7KTyrWi626JoxRMTkXSDWaNTcjwxLv1tIf+uMVMbgmhd1JDkNPLScAtp412lG+fVYFhPy5BwmxBvaOPOFYX31Lnd3HgnHagyN+w== root@vping-userdata-vm2-94364b79-ce5b-416f-bff8-dfda15d7bb93\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.5,24,fe80::f816:3eff:fe14:5a75/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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-94364b79-ce5b-416f-bff8-dfda15d7bb93\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.98 ===\n/dev/root resized successfully [took 2.39s]\n"} 2018-10-04 03:27:58,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe/action used request id req-2389b0e7-fd11-4221-9e67-a36ec047d162 2018-10-04 03:27:58,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 1.07100701332s 2018-10-04 03:27:58,618 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe/action used request id req-2389b0e7-fd11-4221-9e67-a36ec047d162 2018-10-04 03:27:58,618 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 611983329 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.130722] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.132384] pid_max: default: 32768 minimum: 301 [ 0.133285] ACPI: Core revision 20150930 [ 0.134669] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.135989] Security Framework initialized [ 0.136809] Yama: becoming mindful. [ 0.137551] AppArmor: AppArmor initialized [ 0.138430] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.139776] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.141060] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.142287] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.143682] Initializing cgroup subsys io [ 0.144498] Initializing cgroup subsys memory [ 0.145361] Initializing cgroup subsys devices [ 0.146243] Initializing cgroup subsys freezer [ 0.147119] Initializing cgroup subsys net_cls [ 0.147995] Initializing cgroup subsys perf_event [ 0.148907] Initializing cgroup subsys net_prio [ 0.149804] Initializing cgroup subsys hugetlb [ 0.150678] Initializing cgroup subsys pids [ 0.151559] CPU: Physical Processor ID: 0 [ 0.153078] mce: CPU supports 10 MCE banks [ 0.153943] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.154948] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.166827] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.173201] ftrace: allocating 31920 entries in 125 pages [ 0.199413] smpboot: Max logical packages: 1 [ 0.200294] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.201656] x2apic enabled [ 0.202484] Switched APIC routing to physical x2apic. [ 0.204232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.205369] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.207377] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.209179] KVM setup paravirtual spinlock [ 0.210547] x86: Booted up 1 node, 1 CPUs [ 0.211359] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.212757] devtmpfs: initialized [ 0.214481] evm: security.selinux [ 0.215185] evm: security.SMACK64 [ 0.215885] evm: security.SMACK64EXEC [ 0.216638] evm: security.SMACK64TRANSMUTE [ 0.217453] evm: security.SMACK64MMAP [ 0.218204] evm: security.ima [ 0.218856] evm: security.capability [ 0.219670] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.221541] pinctrl core: initialized pinctrl subsystem [ 0.222654] RTC time: 3:27:50, date: 10/04/18 [ 0.223616] NET: Registered protocol family 16 [ 0.224591] cpuidle: using governor ladder [ 0.225412] cpuidle: using governor menu [ 0.226197] PCCT header not found. [ 0.226959] ACPI: bus type PCI registered [ 0.227769] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.229018] PCI: Using configuration type 1 for base access [ 0.230786] ACPI: Added _OSI(Module Device) [ 0.231644] ACPI: Added _OSI(Processor Device) [ 0.232507] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.233408] ACPI: Added _OSI(Processor Aggregator Device) [ 0.235535] ACPI: Interpreter enabled [ 0.236317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.238174] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.240028] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.241893] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.243751] ACPI: (supports S0 S5) [ 0.244464] ACPI: Using IOAPIC for interrupt routing [ 0.245557] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.248661] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.249815] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.251054] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.252260] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.254497] acpiphp: Slot [3] registered [ 0.255308] acpiphp: Slot [4] registered [ 0.256109] acpiphp: Slot [5] registered [ 0.256915] acpiphp: Slot [6] registered [ 0.257716] acpiphp: Slot [7] registered [ 0.258523] acpiphp: Slot [8] registered [ 0.259330] acpiphp: Slot [9] registered [ 0.260131] acpiphp: Slot [10] registered [ 0.260955] acpiphp: Slot [11] registered [ 0.261776] acpiphp: Slot [12] registered [ 0.262601] acpiphp: Slot [13] registered [ 0.263420] acpiphp: Slot [14] registered [ 0.264232] acpiphp: Slot [15] registered [ 0.275374] acpiphp: Slot [16] registered [ 0.276200] acpiphp: Slot [17] registered [ 0.277020] acpiphp: Slot [18] registered [ 0.277834] acpiphp: Slot [19] registered [ 0.278650] acpiphp: Slot [20] registered [ 0.279474] acpiphp: Slot [21] registered [ 0.280301] acpiphp: Slot [22] registered [ 0.281113] acpiphp: Slot [23] registered [ 0.281936] acpiphp: Slot [24] registered [ 0.282754] acpiphp: Slot [25] registered [ 0.283574] acpiphp: Slot [26] registered [ 0.284391] acpiphp: Slot [27] registered [ 0.285204] acpiphp: Slot [28] registered [ 0.286026] acpiphp: Slot [29] registered [ 0.286841] acpiphp: Slot [30] registered [ 0.287670] acpiphp: Slot [31] registered [ 0.288486] PCI host bridge to bus 0000:00 [ 0.289299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.290518] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.291743] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.293201] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.294663] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.300978] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.302273] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.303460] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.304793] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.311730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313189] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.358934] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.360436] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.361875] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.363311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.364710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.365959] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.367456] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.368515] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.370132] vgaarb: loaded [ 0.370752] vgaarb: bridge control possible 0000:00:02.0 [ 0.371887] SCSI subsystem initialized [ 0.372707] ACPI: bus type USB registered [ 0.373528] usbcore: registered new interface driver usbfs [ 0.374564] usbcore: registered new interface driver hub [ 0.375573] usbcore: registered new device driver usb [ 0.376624] PCI: Using ACPI for IRQ routing [ 0.377650] NetLabel: Initializing [ 0.378367] NetLabel: domain hash size = 128 [ 0.379224] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.380181] NetLabel: unlabeled traffic allowed by default [ 0.381289] clocksource: Switched to clocksource kvm-clock [ 0.386681] AppArmor: AppArmor Filesystem Enabled [ 0.387676] pnp: PnP ACPI init [ 0.388585] pnp: PnP ACPI: found 5 devices [ 0.394956] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396654] NET: Registered protocol family 2 [ 0.397611] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.398887] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400060] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401221] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402308] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.403486] NET: Registered protocol family 1 [ 0.404357] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.405460] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.406576] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.420613] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.434996] Trying to unpack rootfs image as initramfs... [ 0.484650] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.498620] Scanning for low memory corruption every 60 seconds [ 0.499973] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.501125] audit: initializing netlink subsys (disabled) [ 0.502188] audit: type=2000 audit(1538623671.014:1): initialized [ 0.503508] Initialise system trusted keyring [ 0.504439] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.505618] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.507586] zbud: loaded [ 0.508292] VFS: Disk quotas dquot_6.6.0 [ 0.509141] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.510700] fuse init (API version 7.23) [ 0.511603] Key type big_key registered [ 0.512420] Allocating IMA MOK and blacklist keyrings. [ 0.513534] Key type asymmetric registered [ 0.514366] Asymmetric key parser 'x509' registered [ 0.515345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.517227] io scheduler noop registered [ 0.518040] io scheduler deadline registered (default) [ 0.519041] io scheduler cfq registered [ 0.519877] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.520948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.522246] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523716] ACPI: Power Button [PWRF] [ 0.524650] GHES: HEST is not enabled! [ 0.539589] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.570138] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.573596] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.597212] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.599348] Linux agpgart interface v0.103 [ 0.601429] brd: module loaded [ 0.602662] loop: module loaded [ 0.607102] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.608593] GPT:90111 != 2097151 [ 0.609273] GPT:Alternate GPT header not at the end of the disk. [ 0.610368] GPT:90111 != 2097151 [ 0.611040] GPT: Use GNU Parted to correct GPT errors. [ 0.612006] vda: vda1 vda15 [ 0.613483] scsi host0: ata_piix [ 0.614257] scsi host1: ata_piix [ 0.614955] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 0.616196] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 0.617656] libphy: Fixed MDIO Bus: probed [ 0.618485] tun: Universal TUN/TAP device driver, 1.6 [ 0.619461] tun: (C) 1999-2004 Max Krasnyansky [ 0.621610] PPP generic driver version 2.4.2 [ 0.622500] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.623789] ehci-pci: EHCI PCI platform driver [ 0.624665] ehci-platform: EHCI generic platform driver [ 0.625662] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.626835] ohci-pci: OHCI PCI platform driver [ 0.627702] ohci-platform: OHCI generic platform driver [ 0.628672] uhci_hcd: USB Universal Host Controller Interface driver [ 0.642774] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.643807] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.645269] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.646307] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 0.647439] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.648673] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.650100] usb usb1: Product: UHCI Host Controller [ 0.651042] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.652197] usb usb1: SerialNumber: 0000:00:01.2 [ 0.653235] hub 1-0:1.0: USB hub found [ 0.654067] hub 1-0:1.0: 2 ports detected [ 0.654978] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.657116] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.658112] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.659163] mousedev: PS/2 mouse device common for all mice [ 0.660435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662286] rtc_cmos 00:00: RTC can wake from S4 [ 0.663427] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664649] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665881] i2c /dev entries driver [ 0.666683] device-mapper: uevent: version 1.0.3 [ 0.667652] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669361] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670674] NET: Registered protocol family 10 [ 0.671657] NET: Registered protocol family 17 [ 0.672559] Key type dns_resolver registered [ 0.673485] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.674618] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.676409] registered taskstats version 1 [ 0.677270] Loading compiled-in X.509 certificates [ 0.678746] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.680643] zswap: loaded using pool lzo/zbud [ 0.682017] Key type trusted registered [ 0.683998] Key type encrypted registered [ 0.684858] AppArmor: AppArmor sha1 policy hashing enabled [ 0.685923] ima: No TPM chip found, activating TPM-bypass! [ 0.687019] evm: HMAC attrs: 0x1 [ 0.687964] Magic number: 6:565:461 [ 0.688825] rtc_cmos 00:00: setting system clock to 2018-10-04 03:27:51 UTC (1538623671) [ 0.690457] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691607] EDD information not available. [ 0.774391] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.776046] Write protecting the kernel read-only data: 14336k [ 0.787830] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.789750] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 1.05 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.578656] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.47. iid=i-0000002a failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCNNCeyul/6yMY3g1b43Zpj/qSsbazdHAkHVS0SBx21cmSv3leTa/xE/Z2F/s96JaeYDDQ+dHNn+O7Ov4FSJysZlTqreEXS4+V0ZYK8FPrRgDeeip4ytbZdLGfhxJ4BITDU2IpuG3GdR67THf3owNqFN3xxdmBIE98znwyo3m1NChKR62HJl5/6sAFZwKA1sXzQd/VW043i1lL83GVTSMKd9T/JsRPCuGSlK3K+9MPaqB1Gko/l0hEbU+lLzA+czjYzYSs9idAtD08QOR8r0eVJG/pdsZehxcE/kBGzc60PGJ6ZTu7RvvTbCudcSXsC0t/qEVu+Ei+IEmdA0thoyF6j root@vping-userdata-vm2-94364b79-ce5b-416f-bff8-dfda15d7bb93 ssh-dss AAAAB3NzaC1kc3MAAACBAMjEUMw7GJZfrR6OkwF2hLWDAlY0F15oqTYoBqevYwWTefKy4iSdonpBqel/aBZxJowDRI2Js8hkZz/6PUU7msS5HwKBBSqlDL5bZnfgd8cZqt+IHq0VWtHDaN9UAHf2oJKqwbXnSQ6VuMspsHd01gll2IOXZ7Z1RMDLjpYNKkvNAAAAFQC9GL4kNvu1vhdM3GOy9puVqIrJCQAAAIBfG88fTyGieHOV7Pk9inJLg2Qb8A9gsKljtoWZ/ARA3VmINJJ5YvHm6l3BqP5m2zSUm7QbyDSk46qgxVAOoLd0bLgwokrZuoO8kxjS651agmUELq4LOAUrgZ5DRMcXMOUGbIQIIFLSgy3nyGEobdtOBQqywWoYnf7YMlaDGIMBlgAAAIBNn3qUA6hNaC9IW5jz7iDO6MSJmb6Paad2YMi/wXmFTq1I617vyWfATrm3gtZ4M2vCW3gecQy7KTyrWi626JoxRMTkXSDWaNTcjwxLv1tIf+uMVMbgmhd1JDkNPLScAtp412lG+fVYFhPy5BwmxBvaOPOFYX31Lnd3HgnHagyN+w== root@vping-userdata-vm2-94364b79-ce5b-416f-bff8-dfda15d7bb93 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe14:5a75/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 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-94364b79-ce5b-416f-bff8-dfda15d7bb93 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.98 === /dev/root resized successfully [took 2.39s] 2018-10-04 03:27:58,619 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-10-04 03:27:58,740 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:27:58,741 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:34 | PASS | +------------------------+------------------+------------------+----------------+ 2018-10-04 03:27:58,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 03:27:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:58,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:27: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-0e818893-e3b5-40be-9f6d-02ef60829198 x-compute-request-id: req-0e818893-e3b5-40be-9f6d-02ef60829198 Content-Type: application/json 2018-10-04 03:27:58,892 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0 used request id req-0e818893-e3b5-40be-9f6d-02ef60829198 2018-10-04 03:27:58,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145881175995s 2018-10-04 03:27:58,893 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0 used request id req-0e818893-e3b5-40be-9f6d-02ef60829198 2018-10-04 03:27:58,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:27:58,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:27:59,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:27: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-a8fbb612-907d-40ec-b36b-a8845ec09d36 x-compute-request-id: req-a8fbb612-907d-40ec-b36b-a8845ec09d36 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:5a:75", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:50.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:51Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:58Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:27:59,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a8fbb612-907d-40ec-b36b-a8845ec09d36 2018-10-04 03:27:59,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.774311065674s 2018-10-04 03:27:59,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a8fbb612-907d-40ec-b36b-a8845ec09d36 2018-10-04 03:27:59,670 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:28:01,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:28:01,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:02,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-716662a0-e554-4144-a510-b7a36083f63b x-compute-request-id: req-716662a0-e554-4144-a510-b7a36083f63b Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:5a:75", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:50.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:51Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:0d:38", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8d7a6472-81e6-422d-9eee-696cac9b99d0", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:38.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "8d7a6472-81e6-422d-9eee-696cac9b99d0", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:58Z", "hostId": "e4914beb0e5883b924d5a235f083a33391ff2d55ff99d2492415e4e2", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:33Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:28:02,203 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-716662a0-e554-4144-a510-b7a36083f63b 2018-10-04 03:28:02,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.530081033707s 2018-10-04 03:28:02,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-716662a0-e554-4144-a510-b7a36083f63b 2018-10-04 03:28:02,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:28:04,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:28:04,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:04,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc200111-eaf9-4d27-bc8d-b0a7f2478c3f x-compute-request-id: req-cc200111-eaf9-4d27-bc8d-b0a7f2478c3f Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:5a:75", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:50.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:27:51Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:28:04,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc200111-eaf9-4d27-bc8d-b0a7f2478c3f 2018-10-04 03:28:04,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631071090698s 2018-10-04 03:28:04,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc200111-eaf9-4d27-bc8d-b0a7f2478c3f 2018-10-04 03:28:04,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-10-04 03:28:04,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:05,018 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:28:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c73e91c-d0a0-4c24-b886-3d10eb64be9c x-compute-request-id: req-2c73e91c-d0a0-4c24-b886-3d10eb64be9c Content-Type: application/json 2018-10-04 03:28:05,019 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe used request id req-2c73e91c-d0a0-4c24-b886-3d10eb64be9c 2018-10-04 03:28:05,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.175271987915s 2018-10-04 03:28:05,019 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe used request id req-2c73e91c-d0a0-4c24-b886-3d10eb64be9c 2018-10-04 03:28:05,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:28:05,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:05,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-d3b78563-89ca-4555-9553-9b391f3787b4 x-compute-request-id: req-d3b78563-89ca-4555-9553-9b391f3787b4 Content-Encoding: gzip Content-Length: 750 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:5a:75", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "rel": "bookmark"}], "image": {"id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "links": [{"href": "http://172.30.9.23:8774/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-10-04T03:27:50.000000", "flavor": {"id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "links": [{"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}]}, "id": "3669b237-5d6f-4dab-a9b0-2e43e99d0afe", "security_groups": [{"name": "default"}], "user_id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "OS-DCF: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-04T03:28:04Z", "hostId": "cc4ec6e522570ab9b64fcc7472c861ebfe24a7515eb83585849f1982", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_94364b79-ce5b-416f-bff8-dfda15d7bb93", "created": "2018-10-04T03:27:45Z", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-10-04 03:28:05,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d3b78563-89ca-4555-9553-9b391f3787b4 2018-10-04 03:28:05,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641415834427s 2018-10-04 03:28:05,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d3b78563-89ca-4555-9553-9b391f3787b4 2018-10-04 03:28:05,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-10-04 03:28:07,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-10-04 03:28:07,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:07,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d618a3c-9c18-4d6f-bdf1-2448778296b0 x-compute-request-id: req-4d618a3c-9c18-4d6f-bdf1-2448778296b0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-10-04 03:28:07,764 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d618a3c-9c18-4d6f-bdf1-2448778296b0 2018-10-04 03:28:07,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0986239910126s 2018-10-04 03:28:07,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d618a3c-9c18-4d6f-bdf1-2448778296b0 2018-10-04 03:28:07,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 03:28:07,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791/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}80c4a4668a23c5d7a5a1a36f146e5605a413f033" -d '{"subnet_id": "27e061bc-f8c2-4628-b51e-c467ffd376c6"}' 2018-10-04 03:28:08,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de36ce39-e2c5-4efd-a734-ee3dc0ce6268 Date: Thu, 04 Oct 2018 03:28:08 GMT RESP BODY: {"network_id": "9a77227a-cfb9-4648-8e9c-a7bc932ff60d", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "subnet_id": "27e061bc-f8c2-4628-b51e-c467ffd376c6", "subnet_ids": ["27e061bc-f8c2-4628-b51e-c467ffd376c6"], "port_id": "acc35818-9ab7-43df-84e2-f50e9d58394c", "id": "e50b27f8-850d-4ae6-ba27-ba0e18109791"} 2018-10-04 03:28:08,996 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791/remove_router_interface.json used request id req-de36ce39-e2c5-4efd-a734-ee3dc0ce6268 2018-10-04 03:28:08,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.23119902611s 2018-10-04 03:28:08,997 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791/remove_router_interface.json used request id req-de36ce39-e2c5-4efd-a734-ee3dc0ce6268 returning object e50b27f8-850d-4ae6-ba27-ba0e18109791 2018-10-04 03:28:08,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 03:28:08,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:09,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3e7eaa11-5196-420b-9e8f-50718e9b3769 Date: Thu, 04 Oct 2018 03:28:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "created_at": "2018-10-04T03:27:27Z", "admin_state_up": true, "updated_at": "2018-10-04T03:28:08Z", "revision_number": 4, "routes": [], "project_id": "293a9bdf32fc43f1b62777a893bfd82d", "id": "e50b27f8-850d-4ae6-ba27-ba0e18109791", "name": "vping_userdata-router_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:28:09,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3e7eaa11-5196-420b-9e8f-50718e9b3769 2018-10-04 03:28:09,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0736770629883s 2018-10-04 03:28:09,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3e7eaa11-5196-420b-9e8f-50718e9b3769 2018-10-04 03:28:09,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 03:28:09,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:10,198 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d15530cc-9877-4d9d-b709-8b3ea58550c1 Content-Length: 0 Date: Thu, 04 Oct 2018 03:28:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:28:10,198 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791.json used request id req-d15530cc-9877-4d9d-b709-8b3ea58550c1 2018-10-04 03:28:10,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.12544608116s 2018-10-04 03:28:10,199 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/e50b27f8-850d-4ae6-ba27-ba0e18109791.json used request id req-d15530cc-9877-4d9d-b709-8b3ea58550c1 2018-10-04 03:28:10,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 03:28:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:10,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6de90853-fe33-44d3-9d7a-b511a069c369 Date: Thu, 04 Oct 2018 03:28:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:27:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"27e061bc-f8c2-4628-b51e-c467ffd376c6","subnetpool_id":null,"name":"vping_userdata-subnet_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:28:10,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6de90853-fe33-44d3-9d7a-b511a069c369 2018-10-04 03:28:10,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0547981262207s 2018-10-04 03:28:10,254 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6de90853-fe33-44d3-9d7a-b511a069c369 2018-10-04 03:28:10,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 03:28:10,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/27e061bc-f8c2-4628-b51e-c467ffd376c6.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:12,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c45895f6-2c58-4a9d-9a16-fca059619586 Date: Thu, 04 Oct 2018 03:28:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:28:12,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/27e061bc-f8c2-4628-b51e-c467ffd376c6.json used request id req-c45895f6-2c58-4a9d-9a16-fca059619586 2018-10-04 03:28:12,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27384519577s 2018-10-04 03:28:12,530 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/27e061bc-f8c2-4628-b51e-c467ffd376c6.json used request id req-c45895f6-2c58-4a9d-9a16-fca059619586 2018-10-04 03:28:12,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:28:12,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:12,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-b08cc240-a1f2-43a4-a39a-f99bef7f2c3a Date: Thu, 04 Oct 2018 03:28:12 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":["d452f0e4-634e-4c49-b427-841d4086f073"],"updated_at":"2018-10-04T03:01:06Z","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","id":"4e3704d3-5674-4369-98a3-8a8012d693a9","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-04T03:28:12Z","tenant_id":"293a9bdf32fc43f1b62777a893bfd82d","created_at":"2018-10-04T03:27:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"293a9bdf32fc43f1b62777a893bfd82d","id":"9a77227a-cfb9-4648-8e9c-a7bc932ff60d","name":"vping_userdata-net_94364b79-ce5b-416f-bff8-dfda15d7bb93"}]} 2018-10-04 03:28:12,635 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b08cc240-a1f2-43a4-a39a-f99bef7f2c3a 2018-10-04 03:28:12,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105328083038s 2018-10-04 03:28:12,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b08cc240-a1f2-43a4-a39a-f99bef7f2c3a 2018-10-04 03:28:12,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 03:28:12,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/9a77227a-cfb9-4648-8e9c-a7bc932ff60d.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:13,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32a41531-68dc-4e00-8038-73a1f8ba2dde Date: Thu, 04 Oct 2018 03:28:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:28:13,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9a77227a-cfb9-4648-8e9c-a7bc932ff60d.json used request id req-32a41531-68dc-4e00-8038-73a1f8ba2dde 2018-10-04 03:28:13,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14185214043s 2018-10-04 03:28:13,779 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9a77227a-cfb9-4648-8e9c-a7bc932ff60d.json used request id req-32a41531-68dc-4e00-8038-73a1f8ba2dde 2018-10-04 03:28:13,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:28:13,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:13,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b8f1843a-165a-405a-a127-440b791f859b Date: Thu, 04 Oct 2018 03:28:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "metadata": {}}], "file": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/file", "owner": "293a9bdf32fc43f1b62777a893bfd82d", "id": "9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "size": 12716032, "self": "/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:27:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_94364b79-ce5b-416f-bff8-dfda15d7bb93", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:27:30Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:28:13,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b8f1843a-165a-405a-a127-440b791f859b 2018-10-04 03:28:13,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168164968491s 2018-10-04 03:28:13,948 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b8f1843a-165a-405a-a127-440b791f859b 2018-10-04 03:28:14,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 03:28:14,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}80c4a4668a23c5d7a5a1a36f146e5605a413f033" 2018-10-04 03:28:14,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d312203e-0895-444e-b367-94cc793f5b79 Date: Thu, 04 Oct 2018 03:28: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-04 03:28:14,994 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3 used request id req-d312203e-0895-444e-b367-94cc793f5b79 2018-10-04 03:28:14,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.987855911255s 2018-10-04 03:28:14,994 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9404bd9e-b34a-456d-9e61-eff8a2ad58f3 used request id req-d312203e-0895-444e-b367-94cc793f5b79 2018-10-04 03:28:14,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:28:14,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-cba45017-9686-466a-8473-49d75989c2c2 x-compute-request-id: req-cba45017-9686-466a-8473-49d75989c2c2 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "cb88cfb8-19ae-40ba-9e99-ab261bfa0922", "name": "vping_userdata-flavor_94364b79-ce5b-416f-bff8-dfda15d7bb93", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:28:15,035 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cba45017-9686-466a-8473-49d75989c2c2 2018-10-04 03:28:15,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0406250953674s 2018-10-04 03:28:15,036 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-cba45017-9686-466a-8473-49d75989c2c2 2018-10-04 03:28:15,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 03:28:15,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,090 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-12934a22-fa10-43bc-9368-bfef36b835d2 x-compute-request-id: req-12934a22-fa10-43bc-9368-bfef36b835d2 Content-Length: 0 Content-Type: application/json 2018-10-04 03:28:15,090 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922 used request id req-12934a22-fa10-43bc-9368-bfef36b835d2 2018-10-04 03:28:15,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0530729293823s 2018-10-04 03:28:15,090 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/cb88cfb8-19ae-40ba-9e99-ab261bfa0922 used request id req-12934a22-fa10-43bc-9368-bfef36b835d2 2018-10-04 03:28:15,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:28:15,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fd228b8-7bc1-486a-aeb5-60b97b7cdbbf Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93", "links": {"self": "http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6"}, "domain_id": "default", "enabled": true, "id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "options": {}}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:28:15,189 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4fd228b8-7bc1-486a-aeb5-60b97b7cdbbf 2018-10-04 03:28:15,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0984740257263s 2018-10-04 03:28:15,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4fd228b8-7bc1-486a-aeb5-60b97b7cdbbf 2018-10-04 03:28:15,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:28:15,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e264ed3-546f-4d52-8fd5-c416993ae78c Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6"}, "enabled": true, "id": "b6fcdfd5ccdf444a9677d369cb3cfae6", "options": {}, "domain_id": "default", "name": "vping_userdata-user_94364b79-ce5b-416f-bff8-dfda15d7bb93"}} 2018-10-04 03:28:15,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 used request id req-4e264ed3-546f-4d52-8fd5-c416993ae78c 2018-10-04 03:28:15,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0941250324249s 2018-10-04 03:28:15,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 used request id req-4e264ed3-546f-4d52-8fd5-c416993ae78c 2018-10-04 03:28:15,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 03:28:15,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4803a106-58c3-4325-ad8f-52543862b912 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:28:15,558 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 used request id req-4803a106-58c3-4325-ad8f-52543862b912 2018-10-04 03:28:15,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.267385959625s 2018-10-04 03:28:15,558 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b6fcdfd5ccdf444a9677d369cb3cfae6 used request id req-4803a106-58c3-4325-ad8f-52543862b912 2018-10-04 03:28:15,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:28:15,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7ca7726-9686-45f6-ad5a-55f92c236e12 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d"}, "enabled": true, "id": "293a9bdf32fc43f1b62777a893bfd82d", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_94364b79-ce5b-416f-bff8-dfda15d7bb93"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:28:15,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d7ca7726-9686-45f6-ad5a-55f92c236e12 2018-10-04 03:28:15,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.164421081543s 2018-10-04 03:28:15,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-d7ca7726-9686-45f6-ad5a-55f92c236e12 2018-10-04 03:28:15,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 03:28:15,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,906 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:28:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30ae8732-146f-4efc-9a6e-b2dfc8c696ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:28:15,906 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d used request id req-30ae8732-146f-4efc-9a6e-b2dfc8c696ba 2018-10-04 03:28:15,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.179766178131s 2018-10-04 03:28:15,906 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/293a9bdf32fc43f1b62777a893bfd82d used request id req-30ae8732-146f-4efc-9a6e-b2dfc8c696ba 2018-10-04 03:28:15,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:15,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:15,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-accaf27a-6ed7-4997-8832-8f3d2e78225e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1f49d9b4ee7643948f4f5e891c5a9802", "links": {"self": "http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:15,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-accaf27a-6ed7-4997-8832-8f3d2e78225e 2018-10-04 03:28:15,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0863070487976s 2018-10-04 03:28:15,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:28:15,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:16,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:28:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f184d4f-fe3d-481c-aac2-d964726b83d1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:28:16,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/1f49d9b4ee7643948f4f5e891c5a9802 used request id req-5f184d4f-fe3d-481c-aac2-d964726b83d1 2018-10-04 03:28:16,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.11764383316s 2018-10-04 03:28:16,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:28:16,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=293a9bdf32fc43f1b62777a893bfd82d&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}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:16,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-85b2a70f-d8ba-4808-9e2c-ccee705f80b4 Date: Thu, 04 Oct 2018 03:28:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "created_at": "2018-10-04T03:27:25Z", "updated_at": "2018-10-04T03:27:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "27dd7f4c-3e95-4cbe-ba78-3a2478983b19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv4", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "848d9b25-bfdd-433f-a078-d9956832a3a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv6", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "a26f11b9-2fa5-464f-994b-9a4cb3cc59c1", "remote_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv4", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "bd837b9a-8a2f-4734-9e3f-47e2a326d9d0", "remote_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv6", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}], "revision_number": 4, "project_id": "293a9bdf32fc43f1b62777a893bfd82d", "id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "name": "default"}]} 2018-10-04 03:28:16,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=293a9bdf32fc43f1b62777a893bfd82d&name=default used request id req-85b2a70f-d8ba-4808-9e2c-ccee705f80b4 2018-10-04 03:28:16,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.300683021545s 2018-10-04 03:28:16,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=293a9bdf32fc43f1b62777a893bfd82d&name=default used request id req-85b2a70f-d8ba-4808-9e2c-ccee705f80b4 2018-10-04 03:28:16,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:28:16,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:16,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-406faa8d-fc19-4431-b7d3-942a97e135b1 Date: Thu, 04 Oct 2018 03:28:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "created_at": "2018-10-04T03:27:25Z", "updated_at": "2018-10-04T03:27:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "a26f11b9-2fa5-464f-994b-9a4cb3cc59c1", "remote_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv4", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "27dd7f4c-3e95-4cbe-ba78-3a2478983b19", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv4", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "848d9b25-bfdd-433f-a078-d9956832a3a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv6", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:27:25Z", "revision_number": 0, "id": "bd837b9a-8a2f-4734-9e3f-47e2a326d9d0", "remote_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "remote_ip_prefix": null, "created_at": "2018-10-04T03:27:25Z", "security_group_id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "tenant_id": "293a9bdf32fc43f1b62777a893bfd82d", "port_range_min": null, "ethertype": "IPv6", "project_id": "293a9bdf32fc43f1b62777a893bfd82d"}], "revision_number": 4, "project_id": "293a9bdf32fc43f1b62777a893bfd82d", "id": "f7e71fe1-2733-4eb7-940d-8d815cb21fbd", "name": "default"}]} 2018-10-04 03:28:16,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-406faa8d-fc19-4431-b7d3-942a97e135b1 2018-10-04 03:28:16,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.214291095734s 2018-10-04 03:28:16,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-406faa8d-fc19-4431-b7d3-942a97e135b1 2018-10-04 03:28:16,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 03:28:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/f7e71fe1-2733-4eb7-940d-8d815cb21fbd.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f627c13afc23f9f6b49973d579b4090669d9f5d" 2018-10-04 03:28:16,976 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd796f37-47d3-4330-a3c1-51ba91d3ca6a Content-Length: 0 Date: Thu, 04 Oct 2018 03:28:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 03:28:16,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f7e71fe1-2733-4eb7-940d-8d815cb21fbd.json used request id req-bd796f37-47d3-4330-a3c1-51ba91d3ca6a 2018-10-04 03:28:16,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.337944984436s 2018-10-04 03:28:16,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/f7e71fe1-2733-4eb7-940d-8d815cb21fbd.json used request id req-bd796f37-47d3-4330-a3c1-51ba91d3ca6a 2018-10-04 03:28:17,029 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke_serial'... 2018-10-04 03:28:17,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:28:17,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:28:17,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:28:17,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:28:17,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:28:17,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:28:17,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1e961d-eeaa-4da8-bca6-c946a92cd1e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:28:17,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2b1e961d-eeaa-4da8-bca6-c946a92cd1e9 2018-10-04 03:28:17,103 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:28:17,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:28:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["db3M8lf4QryU9BtqzhMfSg"], "issued_at": "2018-10-04T03:28:17.000000Z"}} 2018-10-04 03:28:17,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:28:17,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:17,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b55f3950-1539-4dc3-b21e-dd79dd36eb98 Date: Thu, 04 Oct 2018 03:28:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:28:17,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b55f3950-1539-4dc3-b21e-dd79dd36eb98 2018-10-04 03:28:17,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.216709136963s 2018-10-04 03:28:17,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b55f3950-1539-4dc3-b21e-dd79dd36eb98 2018-10-04 03:28:17,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:28:17,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:17,701 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:28:17 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:28:17,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:17,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fea67be9-846b-46a9-95e5-d37c855cfaf9 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:28:17,796 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-fea67be9-846b-46a9-95e5-d37c855cfaf9 2018-10-04 03:28:17,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.103173971176s 2018-10-04 03:28:17,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 03:28:17,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke_serial", "enabled": true, "domain_id": "default", "name": "tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501"}}' 2018-10-04 03:28:17,903 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62f38417-71d5-4203-884d-b1ad4e2af979 Content-Length: 372 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke_serial", "links": {"self": "http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba"}, "enabled": true, "id": "51212494ee5645548f6ff99add09f5ba", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501"}} 2018-10-04 03:28:17,903 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-62f38417-71d5-4203-884d-b1ad4e2af979 2018-10-04 03:28:17,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.105584144592s 2018-10-04 03:28:17,904 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-62f38417-71d5-4203-884d-b1ad4e2af979 2018-10-04 03:28:17,904 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'id': u'51212494ee5645548f6ff99add09f5ba', '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-04 03:28:17,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 03:28:18,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.34521484375s 2018-10-04 03:28:18,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:18,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ed2b21-8769-4dd0-b18d-47a89f5a1cd8 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612"}, "enabled": true, "id": "db7ba520d4b7442f97eaa890f7094612", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501"}} 2018-10-04 03:28:18,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 used request id req-70ed2b21-8769-4dd0-b18d-47a89f5a1cd8 2018-10-04 03:28:18,360 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'db7ba520d4b7442f97eaa890f7094612', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501'}) 2018-10-04 03:28:18,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:18,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:18,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-290af475-9f30-4150-9fb4-2192b247de03 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:18,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-290af475-9f30-4150-9fb4-2192b247de03 2018-10-04 03:28:18,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.069904088974s 2018-10-04 03:28:18,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:18,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:18,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3196ac33-9bf7-478b-9a11-6b155657a294 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:18,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3196ac33-9bf7-478b-9a11-6b155657a294 2018-10-04 03:28:18,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0806999206543s 2018-10-04 03:28:18,513 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:28:18,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:28:18,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" -d '{"role": {"name": "Member"}}' 2018-10-04 03:28:18,622 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f519720f-6004-4f58-ab9d-05daa6a7e2dd Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "17564f6607654a5f843e69191d7e42a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "name": "Member"}} 2018-10-04 03:28:18,622 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-f519720f-6004-4f58-ab9d-05daa6a7e2dd 2018-10-04 03:28:18,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108655929565s 2018-10-04 03:28:18,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:18,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-807a4336-fd7a-43f9-aaaa-bc2cff666bf4 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "domain_id": null, "name": "Member", "id": "17564f6607654a5f843e69191d7e42a2"}} 2018-10-04 03:28:18,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2 used request id req-807a4336-fd7a-43f9-aaaa-bc2cff666bf4 2018-10-04 03:28:18,699 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2'}, 'domain_id': None, 'human_id': None, 'id': u'17564f6607654a5f843e69191d7e42a2', 'HUMAN_ID': False}) 2018-10-04 03:28:18,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:18,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:18,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4f04bf7-d014-416a-bc5d-b3e70b6f3490 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17564f6607654a5f843e69191d7e42a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:18,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d4f04bf7-d014-416a-bc5d-b3e70b6f3490 2018-10-04 03:28:18,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0805959701538s 2018-10-04 03:28:18,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:28:18,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:18,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcc7ee62-fe2a-4e7a-8ff9-9477d3e801a5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:28:18,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-bcc7ee62-fe2a-4e7a-8ff9-9477d3e801a5 2018-10-04 03:28:18,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.084300994873s 2018-10-04 03:28:18,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:28:18,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:18,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a872cc3-d527-45ba-95ad-3010834a3a7e Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501", "links": {"self": "http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612"}, "domain_id": "default", "enabled": true, "id": "db7ba520d4b7442f97eaa890f7094612", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:28:18,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6a872cc3-d527-45ba-95ad-3010834a3a7e 2018-10-04 03:28:18,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0904200077057s 2018-10-04 03:28:18,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6a872cc3-d527-45ba-95ad-3010834a3a7e 2018-10-04 03:28:18,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:28:18,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-512bf624-f645-4c8c-960a-fd11e33cca13 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "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.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba"}, "enabled": true, "id": "51212494ee5645548f6ff99add09f5ba", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:28:19,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-512bf624-f645-4c8c-960a-fd11e33cca13 2018-10-04 03:28:19,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.080470085144s 2018-10-04 03:28:19,044 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-512bf624-f645-4c8c-960a-fd11e33cca13 2018-10-04 03:28:19,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:28:19,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&scope.project.id=51212494ee5645548f6ff99add09f5ba&role.id=17564f6607654a5f843e69191d7e42a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da86a7f9-3b28-414b-90e2-c676b996bb4c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&scope.project.id=51212494ee5645548f6ff99add09f5ba&role.id=17564f6607654a5f843e69191d7e42a2", "previous": null, "next": null}} 2018-10-04 03:28:19,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&scope.project.id=51212494ee5645548f6ff99add09f5ba&role.id=17564f6607654a5f843e69191d7e42a2 used request id req-da86a7f9-3b28-414b-90e2-c676b996bb4c 2018-10-04 03:28:19,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0819311141968s 2018-10-04 03:28:19,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:28:19,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba/users/db7ba520d4b7442f97eaa890f7094612/roles/17564f6607654a5f843e69191d7e42a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,247 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2979bf6-1b92-4b1b-876e-f1b53f40a1ae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:28:19,247 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba/users/db7ba520d4b7442f97eaa890f7094612/roles/17564f6607654a5f843e69191d7e42a2 used request id req-c2979bf6-1b92-4b1b-876e-f1b53f40a1ae 2018-10-04 03:28:19,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.117787837982s 2018-10-04 03:28:19,248 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 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': 'ef41e890-2cda-44d4-b4fd-9c17e82b0686', 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_87a84798-b529-4269-a1a1-6efd993ad501', 'project_id': u'51212494ee5645548f6ff99add09f5ba', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:28:19,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:28:19,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:28:19,249 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:28:19,250 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:28:19,251 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:28:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:28:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:28:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:28:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:28:19,253 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501', 'password': 'ef41e890-2cda-44d4-b4fd-9c17e82b0686', 'project_name': 'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '51212494ee5645548f6ff99add09f5ba', 'project_domain_name': 'Default'} 2018-10-04 03:28:19,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:19,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a16da05-5f2b-4164-b1a3-c003cfa84efd Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17564f6607654a5f843e69191d7e42a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:19,336 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2a16da05-5f2b-4164-b1a3-c003cfa84efd 2018-10-04 03:28:19,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.083044052124s 2018-10-04 03:28:19,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:19,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad12674-4dd0-4ed5-a240-8f6d40deead0 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17564f6607654a5f843e69191d7e42a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:19,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5ad12674-4dd0-4ed5-a240-8f6d40deead0 2018-10-04 03:28:19,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830600261688s 2018-10-04 03:28:19,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:28:19,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f448729c-39a8-46a0-8563-03c4882c9ed2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:28:19,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f448729c-39a8-46a0-8563-03c4882c9ed2 2018-10-04 03:28:19,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0767889022827s 2018-10-04 03:28:19,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:28:19,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4bfdf896-6bc3-4897-8de3-23caf718e9ba Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501", "links": {"self": "http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612"}, "domain_id": "default", "enabled": true, "id": "db7ba520d4b7442f97eaa890f7094612", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:28:19,596 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4bfdf896-6bc3-4897-8de3-23caf718e9ba 2018-10-04 03:28:19,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0959188938141s 2018-10-04 03:28:19,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4bfdf896-6bc3-4897-8de3-23caf718e9ba 2018-10-04 03:28:19,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:28:19,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb80e1a3-1245-40f4-b36e-034bbf23d7cb Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "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.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba"}, "enabled": true, "id": "51212494ee5645548f6ff99add09f5ba", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:28:19,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-eb80e1a3-1245-40f4-b36e-034bbf23d7cb 2018-10-04 03:28:19,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0886850357056s 2018-10-04 03:28:19,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-eb80e1a3-1245-40f4-b36e-034bbf23d7cb 2018-10-04 03:28:19,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:28:19,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&scope.project.id=51212494ee5645548f6ff99add09f5ba&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e81d3d8f-aa95-43d2-8fa0-7e089896d561 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&scope.project.id=51212494ee5645548f6ff99add09f5ba&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 03:28:19,767 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&scope.project.id=51212494ee5645548f6ff99add09f5ba&role.id=7490eca731204278990d3f9370066ffb used request id req-e81d3d8f-aa95-43d2-8fa0-7e089896d561 2018-10-04 03:28:19,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0735878944397s 2018-10-04 03:28:19,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:28:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba/users/db7ba520d4b7442f97eaa890f7094612/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-afe9a20c-06eb-4660-b922-fd981833bb9c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:28:19,888 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba/users/db7ba520d4b7442f97eaa890f7094612/roles/7490eca731204278990d3f9370066ffb used request id req-afe9a20c-06eb-4660-b922-fd981833bb9c 2018-10-04 03:28:19,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.120020866394s 2018-10-04 03:28:19,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:19,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:19,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56578ac6-e303-4340-a342-6447c07736f4 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17564f6607654a5f843e69191d7e42a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:19,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-56578ac6-e303-4340-a342-6447c07736f4 2018-10-04 03:28:19,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808870792389s 2018-10-04 03:28:19,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:28:19,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:20,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb0b868-baa0-4fa1-b4ef-bbb62df6218e Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:28:20,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ccb0b868-baa0-4fa1-b4ef-bbb62df6218e 2018-10-04 03:28:20,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0744290351868s 2018-10-04 03:28:20,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:28:20,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:20,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbaf3b7-3a75-42a2-817a-ba8248ed1b1e Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501", "links": {"self": "http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612"}, "domain_id": "default", "enabled": true, "id": "db7ba520d4b7442f97eaa890f7094612", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:28:20,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-edbaf3b7-3a75-42a2-817a-ba8248ed1b1e 2018-10-04 03:28:20,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103515148163s 2018-10-04 03:28:20,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-edbaf3b7-3a75-42a2-817a-ba8248ed1b1e 2018-10-04 03:28:20,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:28:20,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:20,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4447b8e3-d3c2-4c3a-95ad-f28a039aab7a Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 03:28:20,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=db7ba520d4b7442f97eaa890f7094612&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default used request id req-4447b8e3-d3c2-4c3a-95ad-f28a039aab7a 2018-10-04 03:28:20,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0864470005035s 2018-10-04 03:28:20,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:28:20,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/db7ba520d4b7442f97eaa890f7094612/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:28:20,360 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:28:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27947e9c-da18-47c8-8a73-39d013643d4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:28:20,361 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/db7ba520d4b7442f97eaa890f7094612/roles/7490eca731204278990d3f9370066ffb used request id req-27947e9c-da18-47c8-8a73-39d013643d4c 2018-10-04 03:28:20,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.118268966675s 2018-10-04 03:28:20,361 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 03:28:30,683 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 03:28:30.392 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=66afd650-dfa9-48a2-bcb5-a4074741732a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 66afd650-dfa9-48a2-bcb5-a4074741732a | 2018-10-04T03:28:30 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 66afd650-dfa9-48a2-bcb5-a4074741732a ~/.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-04 03:28:34,193 - 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-04 03:28:34,193 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 03:28:41,056 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 03:28:38.490 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 03:28:38.638 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 03:28:40.866 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) has been successfully created! Using verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) as the default verifier for the future CLI operations. 2018-10-04 03:28:43,996 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke_serial'... 2018-10-04 03:28:43,997 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:28:44,106 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 03:28:44,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:28:44,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e368ea9-66a9-4666-8f27-1bd1d2dfc1d7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:28:44,114 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9e368ea9-66a9-4666-8f27-1bd1d2dfc1d7 2018-10-04 03:28:44,114 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:28:44,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "17564f6607654a5f843e69191d7e42a2", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:28:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51212494ee5645548f6ff99add09f5ba", "name": "tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/51212494ee5645548f6ff99add09f5ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/51212494ee5645548f6ff99add09f5ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/51212494ee5645548f6ff99add09f5ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/51212494ee5645548f6ff99add09f5ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/51212494ee5645548f6ff99add09f5ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/51212494ee5645548f6ff99add09f5ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/51212494ee5645548f6ff99add09f5ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/51212494ee5645548f6ff99add09f5ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/51212494ee5645548f6ff99add09f5ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/51212494ee5645548f6ff99add09f5ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/51212494ee5645548f6ff99add09f5ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/51212494ee5645548f6ff99add09f5ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501", "id": "db7ba520d4b7442f97eaa890f7094612"}, "audit_ids": ["PGF2kbBgT8axkYSsqTwBMA"], "issued_at": "2018-10-04T03:28:44.000000Z"}} 2018-10-04 03:28:44,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:44,510 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 03:28:44 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 03:28:44,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:28:44,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:44,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b5ed21f4-7c6c-4bf2-b4bb-e6bf3cb1b814 Date: Thu, 04 Oct 2018 03:28:44 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:28:44,783 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b5ed21f4-7c6c-4bf2-b4bb-e6bf3cb1b814 2018-10-04 03:28:44,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.269320011139s 2018-10-04 03:28:44,784 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b5ed21f4-7c6c-4bf2-b4bb-e6bf3cb1b814 2018-10-04 03:28:44,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 03:28:44,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501"}' 2018-10-04 03:28:45,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8 X-Openstack-Request-Id: req-47ef040a-ec96-47d5-878e-6ad39ab61d27 Date: Thu, 04 Oct 2018 03:28:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file", "owner": "51212494ee5645548f6ff99add09f5ba", "id": "17e3d033-b13e-45d7-8580-ed6bc90275d8", "size": null, "self": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:28:44Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "checksum": null, "created_at": "2018-10-04T03:28:44Z", "protected": false} 2018-10-04 03:28:45,023 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-47ef040a-ec96-47d5-878e-6ad39ab61d27 2018-10-04 03:28:45,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.237967967987s 2018-10-04 03:28:45,024 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-47ef040a-ec96-47d5-878e-6ad39ab61d27 returning object 17e3d033-b13e-45d7-8580-ed6bc90275d8 2018-10-04 03:28:45,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 03:28:45,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/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}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" -d '' 2018-10-04 03:28:45,922 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-25098088-2704-498e-b8f3-6e7aec4605dc Date: Thu, 04 Oct 2018 03:28:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:28:45,922 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file used request id req-25098088-2704-498e-b8f3-6e7aec4605dc 2018-10-04 03:28:45,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.89731502533s 2018-10-04 03:28:45,922 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file used request id req-25098088-2704-498e-b8f3-6e7aec4605dc 2018-10-04 03:28:45,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:28:45,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:45,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-62ac0866-77bc-4c5f-ad61-ef496b1ebd15 Date: Thu, 04 Oct 2018 03:28:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "metadata": {}}], "file": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file", "owner": "51212494ee5645548f6ff99add09f5ba", "id": "17e3d033-b13e-45d7-8580-ed6bc90275d8", "size": 12716032, "self": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:28:45Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:28:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:28:45,943 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-62ac0866-77bc-4c5f-ad61-ef496b1ebd15 2018-10-04 03:28:45,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.020161151886s 2018-10-04 03:28:45,943 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-62ac0866-77bc-4c5f-ad61-ef496b1ebd15 2018-10-04 03:28:45,945 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file', 'owner': u'51212494ee5645548f6ff99add09f5ba', 'id': u'17e3d033-b13e-45d7-8580-ed6bc90275d8', 'size': 12716032, u'self': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51212494ee5645548f6ff99add09f5ba', 'name': 'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:28:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T03:28:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', 'created': u'2018-10-04T03:28:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:28:44Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:28:45,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 03:28:45,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke_serial-flavor_87a84798-b529-4269-a1a1-6efd993ad501", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 03:28:46,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28: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-dd8ad2f4-c172-464b-8012-bda6acd7133b x-compute-request-id: req-dd8ad2f4-c172-464b-8012-bda6acd7133b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "88029d4d-00d2-4d68-ab42-11dc3fc448e2", "name": "tempest_smoke_serial-flavor_87a84798-b529-4269-a1a1-6efd993ad501", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:28:46,186 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-dd8ad2f4-c172-464b-8012-bda6acd7133b 2018-10-04 03:28:46,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.24024605751s 2018-10-04 03:28:46,187 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-dd8ad2f4-c172-464b-8012-bda6acd7133b returning object 88029d4d-00d2-4d68-ab42-11dc3fc448e2 2018-10-04 03:28:46,188 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_87a84798-b529-4269-a1a1-6efd993ad501', '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'510ab77bdaaa470cad047d68b7d85c03', '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'88029d4d-00d2-4d68-ab42-11dc3fc448e2', 'swap': 0}) 2018-10-04 03:28:46,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 03:28:46,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2/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}c197c2286e9b61aa4d9b62ea8746157d9092a073" -d '{"extra_specs": {}}' 2018-10-04 03:28:46,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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 x-openstack-request-id: req-8126baaa-bdfb-407f-8c90-889604c78aff x-compute-request-id: req-8126baaa-bdfb-407f-8c90-889604c78aff Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:28:46,209 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2/os-extra_specs used request id req-8126baaa-bdfb-407f-8c90-889604c78aff 2018-10-04 03:28:46,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205390453339s 2018-10-04 03:28:46,209 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2/os-extra_specs used request id req-8126baaa-bdfb-407f-8c90-889604c78aff 2018-10-04 03:28:46,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:28:46,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:46,228 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:28:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:28:46,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:46,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cfa52ed-8feb-4c70-8ecb-1bd9474770a7 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17564f6607654a5f843e69191d7e42a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:28:46,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9cfa52ed-8feb-4c70-8ecb-1bd9474770a7 2018-10-04 03:28:46,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0910949707031s 2018-10-04 03:28:46,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 03:28:46,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:46,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03: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-5f8d0e3e-e544-430a-b992-0e8cc6aa8123 x-compute-request-id: req-5f8d0e3e-e544-430a-b992-0e8cc6aa8123 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 03:28:46,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5f8d0e3e-e544-430a-b992-0e8cc6aa8123 2018-10-04 03:28:46,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.176073074341s 2018-10-04 03:28:46,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5f8d0e3e-e544-430a-b992-0e8cc6aa8123 2018-10-04 03:28:46,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:28:46,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:46,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-3148af58-f0e5-42b9-8dc2-58b0ab2dc397 Date: Thu, 04 Oct 2018 03:28:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "metadata": {}}], "file": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file", "owner": "51212494ee5645548f6ff99add09f5ba", "id": "17e3d033-b13e-45d7-8580-ed6bc90275d8", "size": 12716032, "self": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:28:45Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:28:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:28:46,667 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3148af58-f0e5-42b9-8dc2-58b0ab2dc397 2018-10-04 03:28:46,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174951076508s 2018-10-04 03:28:46,667 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3148af58-f0e5-42b9-8dc2-58b0ab2dc397 2018-10-04 03:28:46,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 03:28:46,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501"}' 2018-10-04 03:28:46,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 899 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b X-Openstack-Request-Id: req-ca1a7803-14ee-4898-8c09-7d277cf93efc Date: Thu, 04 Oct 2018 03:28:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/file", "owner": "51212494ee5645548f6ff99add09f5ba", "id": "1db4224d-4030-42b7-8e04-e2018ce7b74b", "size": null, "self": "/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:28:46Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501", "checksum": null, "created_at": "2018-10-04T03:28:46Z", "protected": false} 2018-10-04 03:28:46,895 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ca1a7803-14ee-4898-8c09-7d277cf93efc 2018-10-04 03:28:46,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.225475072861s 2018-10-04 03:28:46,896 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-ca1a7803-14ee-4898-8c09-7d277cf93efc returning object 1db4224d-4030-42b7-8e04-e2018ce7b74b 2018-10-04 03:28:46,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 03:28:46,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/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}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" -d '' 2018-10-04 03:28:48,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-05bc218a-bd88-4c91-9441-93d75c17181b Date: Thu, 04 Oct 2018 03:28:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:28:48,145 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/file used request id req-05bc218a-bd88-4c91-9441-93d75c17181b 2018-10-04 03:28:48,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24833512306s 2018-10-04 03:28:48,145 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/file used request id req-05bc218a-bd88-4c91-9441-93d75c17181b 2018-10-04 03:28:48,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:28:48,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:28:48,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2383 Content-Type: application/json X-Openstack-Request-Id: req-0b9bb4bf-2854-4d7e-8ba8-4c8bace5d04f Date: Thu, 04 Oct 2018 03:28:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/snap", "metadata": {}}], "file": "/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/file", "owner": "51212494ee5645548f6ff99add09f5ba", "id": "1db4224d-4030-42b7-8e04-e2018ce7b74b", "size": 12716032, "self": "/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:28:48Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:28:46Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "metadata": {}}], "file": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file", "owner": "51212494ee5645548f6ff99add09f5ba", "id": "17e3d033-b13e-45d7-8580-ed6bc90275d8", "size": 12716032, "self": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:28:45Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:28:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:28:48,169 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0b9bb4bf-2854-4d7e-8ba8-4c8bace5d04f 2018-10-04 03:28:48,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239109992981s 2018-10-04 03:28:48,170 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0b9bb4bf-2854-4d7e-8ba8-4c8bace5d04f 2018-10-04 03:28:48,173 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/file', 'owner': u'51212494ee5645548f6ff99add09f5ba', 'id': u'1db4224d-4030-42b7-8e04-e2018ce7b74b', 'size': 12716032, u'self': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'51212494ee5645548f6ff99add09f5ba', 'name': 'tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1db4224d-4030-42b7-8e04-e2018ce7b74b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:28:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T03:28:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', 'created': u'2018-10-04T03:28:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:28:46Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke_serial-img_alt_87a84798-b529-4269-a1a1-6efd993ad501', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:28:48,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 03:28:48,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke_serial-flavor_alt_87a84798-b529-4269-a1a1-6efd993ad501", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 03:28:48,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28: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-ba4d179c-d344-4dd8-8812-5e44c0931114 x-compute-request-id: req-ba4d179c-d344-4dd8-8812-5e44c0931114 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8922d113-7d8e-4354-b7b9-8eac320378ea", "name": "tempest_smoke_serial-flavor_alt_87a84798-b529-4269-a1a1-6efd993ad501", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:28:48,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ba4d179c-d344-4dd8-8812-5e44c0931114 2018-10-04 03:28:48,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0707030296326s 2018-10-04 03:28:48,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ba4d179c-d344-4dd8-8812-5e44c0931114 returning object 8922d113-7d8e-4354-b7b9-8eac320378ea 2018-10-04 03:28:48,246 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_87a84798-b529-4269-a1a1-6efd993ad501', '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'510ab77bdaaa470cad047d68b7d85c03', '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'8922d113-7d8e-4354-b7b9-8eac320378ea', 'swap': 0}) 2018-10-04 03:28:48,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 03:28:48,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea/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}c197c2286e9b61aa4d9b62ea8746157d9092a073" -d '{"extra_specs": {}}' 2018-10-04 03:28:48,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:28: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-50d1dfb2-e5b3-435a-b673-ac02115774a7 x-compute-request-id: req-50d1dfb2-e5b3-435a-b673-ac02115774a7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:28:48,267 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea/os-extra_specs used request id req-50d1dfb2-e5b3-435a-b673-ac02115774a7 2018-10-04 03:28:48,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210061073303s 2018-10-04 03:28:48,268 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea/os-extra_specs used request id req-50d1dfb2-e5b3-435a-b673-ac02115774a7 2018-10-04 03:28:48,268 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke_serial-flavor_alt_87a84798-b529-4269-a1a1-6efd993ad501', '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'510ab77bdaaa470cad047d68b7d85c03', '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'8922d113-7d8e-4354-b7b9-8eac320378ea', 'swap': 0}) 2018-10-04 03:28:51,604 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 03:28:50.417 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) for deployment 'opnfv-rally' (UUID=66afd650-dfa9-48a2-bcb5-a4074741732a). 2018-10-04 03:28:51.463 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 03:28:51.465 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) has been successfully configured for deployment 'opnfv-rally' (UUID=66afd650-dfa9-48a2-bcb5-a4074741732a)! 2018-10-04 03:28:51,604 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 03:28:51,605 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 03:28:51,607 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 03:28:51,631 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 03:28:56,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4db62c9e-b1f9-4ae7-87f0-176b70c29d95/repo; testr list-tests '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke_serial/test_list.txt 2>/dev/null) 2018-10-04 03:28:56,728 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 03:28:56,749 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 03:28:56,750 - 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-04 03:28:58,806 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:28:58.805 49 INFO rally.api [-] Starting verification (UUID=b41afb9c-8004-46ab-9c2d-79544fa4b7e4) for deployment 'opnfv-rally' (UUID=66afd650-dfa9-48a2-bcb5-a4074741732a) by verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 03:28:58,807 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: b41afb9c-8004-46ab-9c2d-79544fa4b7e4 2018-10-04 03:29:04,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:04.899 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.175s] 2018-10-04 03:29:04,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:04.958 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.059s] 2018-10-04 03:29:11,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:11.741 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.644s] 2018-10-04 03:29:14,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:14.811 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [3.068s] 2018-10-04 03:29:27,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:27.915 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [5.998s] 2018-10-04 03:29:44,752 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:29:44.751 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [10.032s] 2018-10-04 03:30:17,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:17.645 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.067s] 2018-10-04 03:30:17,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:17.647 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-04 03:30:50,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:50.581 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.071s] 2018-10-04 03:30:50,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:30:50.583 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-04 03:31:21,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:31:21.357 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.073s] 2018-10-04 03:31:21,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:31:21.360 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-04 03:32:05,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:05.466 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.106s] 2018-10-04 03:32:27,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:27.345 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.050s] 2018-10-04 03:32:27,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:27.448 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.103s] 2018-10-04 03:32:35,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:35.339 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.651s] 2018-10-04 03:32:35,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:35.347 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-10-04 03:32:37,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:37.132 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 03:32:37,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:37.133 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 03:32:41,285 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:41.284 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.328s] 2018-10-04 03:32:48,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:48.017 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.417s] 2018-10-04 03:32:55,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:32:55.215 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.529s] 2018-10-04 03:33:02,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:02.810 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.357s] 2018-10-04 03:33:11,836 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:11.835 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.890s] 2018-10-04 03:33:18,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:18.917 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.661s] 2018-10-04 03:33:25,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:25.526 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.176s] 2018-10-04 03:33:33,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:33.472 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.426s] 2018-10-04 03:33:40,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:40.907 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.733s] 2018-10-04 03:33:50,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:50.423 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.757s] 2018-10-04 03:33:52,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:52.802 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-04 03:33:54,897 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:54.897 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.073s] 2018-10-04 03:33:54,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:54.974 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.076s] 2018-10-04 03:33:55,052 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:55.052 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.078s] 2018-10-04 03:33:55,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:55.059 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2018-10-04 03:33:58,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:33:58.996 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.780s] 2018-10-04 03:34:00,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:00.663 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.667s] 2018-10-04 03:34:02,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:02.445 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.782s] 2018-10-04 03:34:08,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:08.696 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-10-04 03:34:15,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:15.800 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.876s] 2018-10-04 03:34:28,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:28.354 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.353s] 2018-10-04 03:34:31,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:31.517 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.162s] 2018-10-04 03:34:42,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:42.678 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.945s] 2018-10-04 03:34:46,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:46.342 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.662s] 2018-10-04 03:34:54,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:34:54.966 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.624s] 2018-10-04 03:35:04,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:04.412 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.055s] 2018-10-04 03:35:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:07.938 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.525s] 2018-10-04 03:35:14,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:14.684 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [6.746s] 2018-10-04 03:35:31,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:31.823 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.084s] 2018-10-04 03:35:32,098 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.098 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.275s] 2018-10-04 03:35:32,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.355 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.256s] 2018-10-04 03:35:32,556 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.555 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.200s] 2018-10-04 03:35:32,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.802 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.246s] 2018-10-04 03:35:32,860 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:32.860 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.057s] 2018-10-04 03:35:47,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:47.380 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.473s] 2018-10-04 03:35:47,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:47.807 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.427s] 2018-10-04 03:35:48,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.048 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.240s] 2018-10-04 03:35:48,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.334 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.285s] 2018-10-04 03:35:48,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.670 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.335s] 2018-10-04 03:35:48,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:35:48.992 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.322s] 2018-10-04 03:36:02,417 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:02.417 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.894s] 2018-10-04 03:36:09,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:09.305 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.888s] 2018-10-04 03:36:11,206 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:11.206 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.900s] 2018-10-04 03:36:11,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:11.407 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.201s] 2018-10-04 03:36:11,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:11.469 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.062s] 2018-10-04 03:36:22,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:22.389 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.812s] 2018-10-04 03:36:28,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:28.521 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.131s] 2018-10-04 03:36:30,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:30.565 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.043s] 2018-10-04 03:36:30,770 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:30.769 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.204s] 2018-10-04 03:36:30,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:30.958 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.189s] 2018-10-04 03:36:46,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:46.572 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.992s] 2018-10-04 03:36:51,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:51.774 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.202s] 2018-10-04 03:36:56,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:56.887 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.112s] 2018-10-04 03:36:59,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:36:59.676 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.789s] 2018-10-04 03:37:24,670 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:24.670 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [9.488s] 2018-10-04 03:37:29,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:29.824 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.154s] 2018-10-04 03:37:34,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:34.504 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.679s] 2018-10-04 03:37:37,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:37.537 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.033s] 2018-10-04 03:37:54,537 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:54.536 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.809s] 2018-10-04 03:37:57,040 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:57.039 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.500s] 2018-10-04 03:37:57,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:37:57.083 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2018-10-04 03:38:02,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:02.246 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.830s] 2018-10-04 03:38:04,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:04.398 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.149s] 2018-10-04 03:38:04,603 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:04.603 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.208s] 2018-10-04 03:38:08,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:08.791 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.157s] 2018-10-04 03:38:12,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:12.064 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-04 03:38:13,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.491 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-04 03:38:13,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.494 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-04 03:38:13,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.496 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-04 03:38:13,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.497 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 03:38:13,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:13.498 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-04 03:38:15,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:15.322 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-10-04 03:38:29,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:29.398 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.439s] 2018-10-04 03:38:41,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:41.372 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.377s] 2018-10-04 03:38:53,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:38:53.018 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.643s] 2018-10-04 03:39:03,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:39:03.308 49 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.041s] 2018-10-04 03:41:46,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:41:46.025 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [156.946s] 2018-10-04 03:42:20,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:42:20.807 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [26.017s] 2018-10-04 03:43:05,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 03:43:05.759 49 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [24.982s] 2018-10-04 03:43:23,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: b41afb9c-8004-46ab-9c2d-79544fa4b7e4 2018-10-04 03:43:23,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'b41afb9c-8004-46ab-9c2d-79544fa4b7e4']'. 2018-10-04 03:43:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 03:43:24,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | b41afb9c-8004-46ab-9c2d-79544fa4b7e4 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 03:28:58 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 03:43:23 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:14:25 | 2018-10-04 03:43:24,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 1 | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4db62c9e-b1f9-4ae7-87f0-176b70c29d95) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 66afd650-dfa9-48a2-bcb5-a4074741732a) | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 109 | 2018-10-04 03:43:24,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 842.936 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 89 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 19 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-10-04 03:43:24,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 03:43:24,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 03:43:24,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 03:43:24,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke_serial success_rate is 98.8888888889% 2018-10-04 03:43:24,628 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 03:43:24,628 - xtesting.ci.run_tests - INFO - Test result: +------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------+------------------+------------------+----------------+ | tempest_smoke_serial | functest | 14:41 | FAIL | +------------------------------+------------------+------------------+----------------+ 2018-10-04 03:43:24,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 03:43:24,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:43:26,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-139277d4-500f-42b8-a0c3-6be3708e41b9 Date: Thu, 04 Oct 2018 03:43:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 03:43:26,142 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b used request id req-139277d4-500f-42b8-a0c3-6be3708e41b9 2018-10-04 03:43:26,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.50782585144s 2018-10-04 03:43:26,142 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1db4224d-4030-42b7-8e04-e2018ce7b74b used request id req-139277d4-500f-42b8-a0c3-6be3708e41b9 2018-10-04 03:43:26,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:43:26,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:26,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43: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-dbe73be2-f011-4d2c-a51c-4b164ac3e3d2 x-compute-request-id: req-dbe73be2-f011-4d2c-a51c-4b164ac3e3d2 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "88029d4d-00d2-4d68-ab42-11dc3fc448e2", "name": "tempest_smoke_serial-flavor_87a84798-b529-4269-a1a1-6efd993ad501", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8922d113-7d8e-4354-b7b9-8eac320378ea", "name": "tempest_smoke_serial-flavor_alt_87a84798-b529-4269-a1a1-6efd993ad501", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:43:26,326 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-dbe73be2-f011-4d2c-a51c-4b164ac3e3d2 2018-10-04 03:43:26,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.183206796646s 2018-10-04 03:43:26,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-dbe73be2-f011-4d2c-a51c-4b164ac3e3d2 2018-10-04 03:43:26,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 03:43:26,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:26,371 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:43: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-165883ef-4452-411a-9ef2-1cce68518b6b x-compute-request-id: req-165883ef-4452-411a-9ef2-1cce68518b6b Content-Length: 0 Content-Type: application/json 2018-10-04 03:43:26,371 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea used request id req-165883ef-4452-411a-9ef2-1cce68518b6b 2018-10-04 03:43:26,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0420911312103s 2018-10-04 03:43:26,371 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8922d113-7d8e-4354-b7b9-8eac320378ea used request id req-165883ef-4452-411a-9ef2-1cce68518b6b 2018-10-04 03:43:26,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:43:26,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:43:26,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1221 Content-Type: application/json X-Openstack-Request-Id: req-7938dd5c-3572-4d5c-aac9-587bc677c828 Date: Thu, 04 Oct 2018 03:43:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "metadata": {}}], "file": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/file", "owner": "51212494ee5645548f6ff99add09f5ba", "id": "17e3d033-b13e-45d7-8580-ed6bc90275d8", "size": 12716032, "self": "/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/17e3d033-b13e-45d7-8580-ed6bc90275d8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:28:45Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke_serial-img_87a84798-b529-4269-a1a1-6efd993ad501", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:28:44Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:43:26,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7938dd5c-3572-4d5c-aac9-587bc677c828 2018-10-04 03:43:26,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165269136429s 2018-10-04 03:43:26,538 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7938dd5c-3572-4d5c-aac9-587bc677c828 2018-10-04 03:43:26,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 03:43:26,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ce16c5655ab01f6375370a70b6b9549f2b3c27" 2018-10-04 03:43:28,427 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-075410ce-833f-4226-8fd1-52f5ef2dc626 Date: Thu, 04 Oct 2018 03:43: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-04 03:43:28,428 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8 used request id req-075410ce-833f-4226-8fd1-52f5ef2dc626 2018-10-04 03:43:28,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.88836598396s 2018-10-04 03:43:28,428 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/17e3d033-b13e-45d7-8580-ed6bc90275d8 used request id req-075410ce-833f-4226-8fd1-52f5ef2dc626 2018-10-04 03:43:28,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 03:43:28,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:28,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43: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-87a50e80-234e-4783-938b-d17883df145c x-compute-request-id: req-87a50e80-234e-4783-938b-d17883df145c Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "88029d4d-00d2-4d68-ab42-11dc3fc448e2", "name": "tempest_smoke_serial-flavor_87a84798-b529-4269-a1a1-6efd993ad501", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 03:43:28,459 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-87a50e80-234e-4783-938b-d17883df145c 2018-10-04 03:43:28,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308470726013s 2018-10-04 03:43:28,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-87a50e80-234e-4783-938b-d17883df145c 2018-10-04 03:43:28,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 03:43:28,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:28,503 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 03:43: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-b9e9ee33-7ffc-478c-9608-9c9f150c1869 x-compute-request-id: req-b9e9ee33-7ffc-478c-9608-9c9f150c1869 Content-Length: 0 Content-Type: application/json 2018-10-04 03:43:28,504 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2 used request id req-b9e9ee33-7ffc-478c-9608-9c9f150c1869 2018-10-04 03:43:28,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0422511100769s 2018-10-04 03:43:28,504 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/88029d4d-00d2-4d68-ab42-11dc3fc448e2 used request id req-b9e9ee33-7ffc-478c-9608-9c9f150c1869 2018-10-04 03:43:28,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:43:28,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:28,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f770defd-ddcc-4fc7-adae-f1e553b42ae1 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501", "links": {"self": "http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612"}, "domain_id": "default", "enabled": true, "id": "db7ba520d4b7442f97eaa890f7094612", "options": {}}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:43:28,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f770defd-ddcc-4fc7-adae-f1e553b42ae1 2018-10-04 03:43:28,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0974991321564s 2018-10-04 03:43:28,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f770defd-ddcc-4fc7-adae-f1e553b42ae1 2018-10-04 03:43:28,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:43:28,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:28,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0c32339-9bed-4d55-8f49-710db9997472 Content-Encoding: gzip Content-Length: 217 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612"}, "enabled": true, "id": "db7ba520d4b7442f97eaa890f7094612", "options": {}, "domain_id": "default", "name": "tempest_smoke_serial-user_87a84798-b529-4269-a1a1-6efd993ad501"}} 2018-10-04 03:43:28,702 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 used request id req-a0c32339-9bed-4d55-8f49-710db9997472 2018-10-04 03:43:28,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0934059619904s 2018-10-04 03:43:28,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 used request id req-a0c32339-9bed-4d55-8f49-710db9997472 2018-10-04 03:43:28,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 03:43:28,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:28,944 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:43:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a72e8e40-d08c-4783-bfb1-a934ca56305b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:43:28,944 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 used request id req-a72e8e40-d08c-4783-bfb1-a934ca56305b 2018-10-04 03:43:28,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.240963935852s 2018-10-04 03:43:28,944 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/db7ba520d4b7442f97eaa890f7094612 used request id req-a72e8e40-d08c-4783-bfb1-a934ca56305b 2018-10-04 03:43:28,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:43:28,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:29,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-536712ef-0567-488b-8fa6-2d6afb1d22c0 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "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.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba"}, "enabled": true, "id": "51212494ee5645548f6ff99add09f5ba", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke_seri-project_87a84798-b529-4269-a1a1-6efd993ad501"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:43:29,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-536712ef-0567-488b-8fa6-2d6afb1d22c0 2018-10-04 03:43:29,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0838170051575s 2018-10-04 03:43:29,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-536712ef-0567-488b-8fa6-2d6afb1d22c0 2018-10-04 03:43:29,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 03:43:29,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:29,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e72bc57a-3f87-4d01-bd8d-b21425167569 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:43:29,187 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba used request id req-e72bc57a-3f87-4d01-bd8d-b21425167569 2018-10-04 03:43:29,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.15621805191s 2018-10-04 03:43:29,188 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/51212494ee5645548f6ff99add09f5ba used request id req-e72bc57a-3f87-4d01-bd8d-b21425167569 2018-10-04 03:43:29,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:43:29,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:29,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5b20b55-4865-441f-9956-0a6244a5146d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17564f6607654a5f843e69191d7e42a2", "links": {"self": "http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:43:29,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c5b20b55-4865-441f-9956-0a6244a5146d 2018-10-04 03:43:29,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0762429237366s 2018-10-04 03:43:29,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 03:43:29,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:29,388 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:43:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77b48a68-398d-4edc-a036-af19dccddbbf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:43:29,388 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/17564f6607654a5f843e69191d7e42a2 used request id req-77b48a68-398d-4edc-a036-af19dccddbbf 2018-10-04 03:43:29,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.121958971024s 2018-10-04 03:43:29,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 03:43:29,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=51212494ee5645548f6ff99add09f5ba&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}c197c2286e9b61aa4d9b62ea8746157d9092a073" 2018-10-04 03:43:29,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-52a202a3-e962-4fbd-acde-7c3ab25b928d Date: Thu, 04 Oct 2018 03:43:29 GMT RESP BODY: {"security_groups": []} 2018-10-04 03:43:29,573 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=51212494ee5645548f6ff99add09f5ba&name=default used request id req-52a202a3-e962-4fbd-acde-7c3ab25b928d 2018-10-04 03:43:29,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.182518959045s 2018-10-04 03:43:29,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=51212494ee5645548f6ff99add09f5ba&name=default used request id req-52a202a3-e962-4fbd-acde-7c3ab25b928d 2018-10-04 03:43:29,574 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke_serial' failed. 2018-10-04 03:43:29,628 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-10-04 03:43:29,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:43:29,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:43:29,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:43:29,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:43:29,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:43:29,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:43:29,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:43:29,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:43:29,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8385ead-56f6-4b57-912f-5ab79f368cfe Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:43:29,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f8385ead-56f6-4b57-912f-5ab79f368cfe 2018-10-04 03:43:29,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:43:30,109 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:43:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["jQ8xDFkXTSqRRUup26dH9A"], "issued_at": "2018-10-04T03:43:30.000000Z"}} 2018-10-04 03:43:30,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:43:30,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:30,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-69cd5d50-eb7c-47ef-aef5-71af97f5a6f6 Date: Thu, 04 Oct 2018 03:43:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:43:30,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-69cd5d50-eb7c-47ef-aef5-71af97f5a6f6 2018-10-04 03:43:30,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.219274997711s 2018-10-04 03:43:30,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-69cd5d50-eb7c-47ef-aef5-71af97f5a6f6 2018-10-04 03:43:30,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:43:30,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:30,341 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 03:43:30 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 03:43:30,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:30,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68d702b-a99f-4ba9-b935-6a7ea56a7fa1 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:43:30,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e68d702b-a99f-4ba9-b935-6a7ea56a7fa1 2018-10-04 03:43:30,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0967049598694s 2018-10-04 03:43:30,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 03:43:30,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}}' 2018-10-04 03:43:30,532 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91557afc-e60f-4184-a4be-fb3d2a548625 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd"}, "enabled": true, "id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}} 2018-10-04 03:43:30,532 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-91557afc-e60f-4184-a4be-fb3d2a548625 2018-10-04 03:43:30,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.101351976395s 2018-10-04 03:43:30,533 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-91557afc-e60f-4184-a4be-fb3d2a548625 2018-10-04 03:43:30,533 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', '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-04 03:43:30,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 03:43:30,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.344867944717s 2018-10-04 03:43:30,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:30,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fad13e5d-eda7-4972-924e-ac0b31b78da1 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce"}, "enabled": true, "id": "1ab99739a56b42559bb4408b3ab31bce", "options": {}, "domain_id": "default", "name": "rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}} 2018-10-04 03:43:30,980 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce used request id req-fad13e5d-eda7-4972-924e-ac0b31b78da1 2018-10-04 03:43:30,980 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1ab99739a56b42559bb4408b3ab31bce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7'}) 2018-10-04 03:43:30,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:43:30,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f1667d0-a1a2-436e-a996-241ce95609b2 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:43:31,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9f1667d0-a1a2-436e-a996-241ce95609b2 2018-10-04 03:43:31,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0729110240936s 2018-10-04 03:43:31,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:43:31,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39b1730c-3afd-4b40-aae1-b765eaff08e3 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:43:31,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-39b1730c-3afd-4b40-aae1-b765eaff08e3 2018-10-04 03:43:31,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804100036621s 2018-10-04 03:43:31,136 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 03:43:31,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 03:43:31,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" -d '{"role": {"name": "Member"}}' 2018-10-04 03:43:31,244 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42efb9ce-76e0-4462-8155-ea42f9ad495b Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "572ccc6feede4f2eb91ce96a56058a22", "links": {"self": "http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22"}, "name": "Member"}} 2018-10-04 03:43:31,244 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-42efb9ce-76e0-4462-8155-ea42f9ad495b 2018-10-04 03:43:31,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108087062836s 2018-10-04 03:43:31,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f649055-5546-4c02-9b85-80cb97254930 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22"}, "domain_id": null, "name": "Member", "id": "572ccc6feede4f2eb91ce96a56058a22"}} 2018-10-04 03:43:31,318 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22 used request id req-4f649055-5546-4c02-9b85-80cb97254930 2018-10-04 03:43:31,318 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22'}, 'domain_id': None, 'human_id': None, 'id': u'572ccc6feede4f2eb91ce96a56058a22', 'HUMAN_ID': False}) 2018-10-04 03:43:31,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:43:31,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7705bbd-8fec-45ed-a9ed-e0028647b2b8 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "572ccc6feede4f2eb91ce96a56058a22", "links": {"self": "http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22"}, "name": "Member"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:43:31,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e7705bbd-8fec-45ed-a9ed-e0028647b2b8 2018-10-04 03:43:31,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0824468135834s 2018-10-04 03:43:31,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:43:31,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb8ea704-0a74-4a99-b793-bf9c23503446 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:43:31,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-eb8ea704-0a74-4a99-b793-bf9c23503446 2018-10-04 03:43:31,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0805580615997s 2018-10-04 03:43:31,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:43:31,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c0d43e2-5545-4217-aa57-339357d3f6b8 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "links": {"self": "http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce"}, "domain_id": "default", "enabled": true, "id": "1ab99739a56b42559bb4408b3ab31bce", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:43:31,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3c0d43e2-5545-4217-aa57-339357d3f6b8 2018-10-04 03:43:31,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0888459682465s 2018-10-04 03:43:31,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3c0d43e2-5545-4217-aa57-339357d3f6b8 2018-10-04 03:43:31,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:43:31,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22097e4a-2246-45fd-ac85-44b2b8273a99 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd"}, "enabled": true, "id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:43:31,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-22097e4a-2246-45fd-ac85-44b2b8273a99 2018-10-04 03:43:31,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0862131118774s 2018-10-04 03:43:31,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-22097e4a-2246-45fd-ac85-44b2b8273a99 2018-10-04 03:43:31,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:43:31,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=1ab99739a56b42559bb4408b3ab31bce&scope.project.id=3ba7bdfff5d94acab7ccbf18c60dd0bd&role.id=572ccc6feede4f2eb91ce96a56058a22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3366975-3a9a-4328-8ba6-d10f1a6de6f2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=1ab99739a56b42559bb4408b3ab31bce&scope.project.id=3ba7bdfff5d94acab7ccbf18c60dd0bd&role.id=572ccc6feede4f2eb91ce96a56058a22", "previous": null, "next": null}} 2018-10-04 03:43:31,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=1ab99739a56b42559bb4408b3ab31bce&scope.project.id=3ba7bdfff5d94acab7ccbf18c60dd0bd&role.id=572ccc6feede4f2eb91ce96a56058a22 used request id req-b3366975-3a9a-4328-8ba6-d10f1a6de6f2 2018-10-04 03:43:31,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0850701332092s 2018-10-04 03:43:31,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:43:31,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd/users/1ab99739a56b42559bb4408b3ab31bce/roles/572ccc6feede4f2eb91ce96a56058a22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a574b97-2666-4d15-b354-cd7ca27762f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:43:31,888 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd/users/1ab99739a56b42559bb4408b3ab31bce/roles/572ccc6feede4f2eb91ce96a56058a22 used request id req-1a574b97-2666-4d15-b354-cd7ca27762f5 2018-10-04 03:43:31,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.133745193481s 2018-10-04 03:43:31,889 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 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': '090c60a0-d4ca-401d-9874-55b1cb24a8d0', 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_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 03:43:31,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 03:43:31,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 03:43:31,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 03:43:31,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 03:43:31,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 03:43:31,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 03:43:31,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 03:43:31,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 03:43:31,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 03:43:31,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 03:43:31,895 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'password': '090c60a0-d4ca-401d-9874-55b1cb24a8d0', 'project_name': 'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3ba7bdfff5d94acab7ccbf18c60dd0bd', 'project_domain_name': 'Default'} 2018-10-04 03:43:31,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:43:31,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:31,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1a0cf1-5fc7-4ab7-b3fb-95106945452f Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "572ccc6feede4f2eb91ce96a56058a22", "links": {"self": "http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22"}, "name": "Member"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:43:31,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5a1a0cf1-5fc7-4ab7-b3fb-95106945452f 2018-10-04 03:43:31,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0800280570984s 2018-10-04 03:43:31,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 03:43:31,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:32,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349830cd-c422-483d-b23b-649d0b9bd50e Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "572ccc6feede4f2eb91ce96a56058a22", "links": {"self": "http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22"}, "name": "Member"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 03:43:32,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-349830cd-c422-483d-b23b-649d0b9bd50e 2018-10-04 03:43:32,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0785629749298s 2018-10-04 03:43:32,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 03:43:32,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:32,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58ba89d6-31fd-4272-8acf-ea19960f93c7 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 03:43:32,130 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-58ba89d6-31fd-4272-8acf-ea19960f93c7 2018-10-04 03:43:32,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0741119384766s 2018-10-04 03:43:32,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 03:43:32,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:32,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312bc0d4-c348-459f-8c5e-e079e31750a2 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "links": {"self": "http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce"}, "domain_id": "default", "enabled": true, "id": "1ab99739a56b42559bb4408b3ab31bce", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 03:43:32,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-312bc0d4-c348-459f-8c5e-e079e31750a2 2018-10-04 03:43:32,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.094614982605s 2018-10-04 03:43:32,227 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-312bc0d4-c348-459f-8c5e-e079e31750a2 2018-10-04 03:43:32,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:43:32,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:32,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68baeef2-5efc-4796-81d1-d34ec1a657f7 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd"}, "enabled": true, "id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:43:32,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-68baeef2-5efc-4796-81d1-d34ec1a657f7 2018-10-04 03:43:32,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.081197977066s 2018-10-04 03:43:32,314 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-68baeef2-5efc-4796-81d1-d34ec1a657f7 2018-10-04 03:43:32,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 03:43:32,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=1ab99739a56b42559bb4408b3ab31bce&scope.project.id=3ba7bdfff5d94acab7ccbf18c60dd0bd&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:32,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cda15b3-d149-482f-9e30-03cba4090072 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=1ab99739a56b42559bb4408b3ab31bce&scope.project.id=3ba7bdfff5d94acab7ccbf18c60dd0bd&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 03:43:32,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=1ab99739a56b42559bb4408b3ab31bce&scope.project.id=3ba7bdfff5d94acab7ccbf18c60dd0bd&role.id=7490eca731204278990d3f9370066ffb used request id req-4cda15b3-d149-482f-9e30-03cba4090072 2018-10-04 03:43:32,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0778470039368s 2018-10-04 03:43:32,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 03:43:32,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd/users/1ab99739a56b42559bb4408b3ab31bce/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:32,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 03:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-43b9e3c7-9ec0-4fda-83ad-800b19d6b45b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 03:43:32,511 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd/users/1ab99739a56b42559bb4408b3ab31bce/roles/7490eca731204278990d3f9370066ffb used request id req-43b9e3c7-9ec0-4fda-83ad-800b19d6b45b 2018-10-04 03:43:32,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.116410970688s 2018-10-04 03:43:32,511 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-10-04 03:43:36,680 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause=HTTPConnectionPool(host='energy.opnfv.fr', port=80): Max retries exceeded with url: /resources/monitoring/ping (Caused by ConnectTimeoutError(, 'Connection to energy.opnfv.fr timed out. (connect timeout=4)')) 2018-10-04 03:43:36,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 03:43:36,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:36,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-907acef0-0bb4-4185-b173-2b4e608a54a4 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 03:43:36,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-907acef0-0bb4-4185-b173-2b4e608a54a4 2018-10-04 03:43:36,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0906548500061s 2018-10-04 03:43:36,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 03:43:36,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 03:43:36,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baf230bb-14a9-43e9-a92c-70b0cd9365cc Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd"}, "enabled": true, "id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 03:43:36,845 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-baf230bb-14a9-43e9-a92c-70b0cd9365cc 2018-10-04 03:43:36,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0724408626556s 2018-10-04 03:43:36,846 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-baf230bb-14a9-43e9-a92c-70b0cd9365cc 2018-10-04 03:43:36,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-10-04 03:43:36,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" -d '{"network": {"shared": true, "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "name": "rally_sanity-net_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "admin_state_up": true}}' 2018-10-04 03:43:37,512 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-f6d11889-8f80-45c6-bec7-ad0020ed7018 Date: Thu, 04 Oct 2018 03:43:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"18f9bcc2-ab25-475b-b138-ef549409b169","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:43:37Z","is_default":false,"provider:segmentation_id":49,"name":"rally_sanity-net_f117ed97-6d66-41ff-99ae-0dafc88e65f7","admin_state_up":true,"tenant_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","created_at":"2018-10-04T03:43:37Z","mtu":1450}} 2018-10-04 03:43:37,512 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f6d11889-8f80-45c6-bec7-ad0020ed7018 2018-10-04 03:43:37,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.663403987885s 2018-10-04 03:43:37,512 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f6d11889-8f80-45c6-bec7-ad0020ed7018 2018-10-04 03:43:37,513 - 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-04T03:43:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'18f9bcc2-ab25-475b-b138-ef549409b169', u'provider:segmentation_id': 49, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'admin_state_up': True, u'tenant_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'created_at': u'2018-10-04T03:43:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd'}) 2018-10-04 03:43:37,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 03:43:37,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ace8a595-38b8-4aff-87dc-c9f115bc20b4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 03:43:37,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ace8a595-38b8-4aff-87dc-c9f115bc20b4 2018-10-04 03:43:37,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 03:43:38,001 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "572ccc6feede4f2eb91ce96a56058a22", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T04:43:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "name": "rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/3ba7bdfff5d94acab7ccbf18c60dd0bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "id": "1ab99739a56b42559bb4408b3ab31bce"}, "audit_ids": ["wDH9qS3CSuyOh06SK_SG3g"], "issued_at": "2018-10-04T03:43:37.000000Z"}} 2018-10-04 03:43:38,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 03:43:38,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 03:43:38,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-f8674f13-4110-4dc3-b093-e7639e9aa4ac Date: Thu, 04 Oct 2018 03:43:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"18f9bcc2-ab25-475b-b138-ef549409b169","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T03:43:37Z","provider:segmentation_id":49,"name":"rally_sanity-net_f117ed97-6d66-41ff-99ae-0dafc88e65f7","admin_state_up":true,"tenant_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","created_at":"2018-10-04T03:43:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 03:43:38,240 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f8674f13-4110-4dc3-b093-e7639e9aa4ac 2018-10-04 03:43:38,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.235738039017s 2018-10-04 03:43:38,241 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f8674f13-4110-4dc3-b093-e7639e9aa4ac 2018-10-04 03:43:38,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-10-04 03:43:38,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" -d '{"subnet": {"name": "rally_sanity-subnet_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "enable_dhcp": true, "network_id": "18f9bcc2-ab25-475b-b138-ef549409b169", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-10-04 03:43:38,889 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c5602ed5-7477-4d2a-9ec1-e12ef1db7cff Date: Thu, 04 Oct 2018 03:43:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18f9bcc2-ab25-475b-b138-ef549409b169","tenant_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","created_at":"2018-10-04T03:43:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:43:38Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","id":"2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862","subnetpool_id":null,"name":"rally_sanity-subnet_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}} 2018-10-04 03:43:38,889 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c5602ed5-7477-4d2a-9ec1-e12ef1db7cff 2018-10-04 03:43:38,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.647360086441s 2018-10-04 03:43:38,890 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c5602ed5-7477-4d2a-9ec1-e12ef1db7cff 2018-10-04 03:43:38,890 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-10-04T03:43:38Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'enable_dhcp': True, u'network_id': u'18f9bcc2-ab25-475b-b138-ef549409b169', u'tenant_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'created_at': u'2018-10-04T03:43:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd'}) 2018-10-04 03:43:38,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-10-04 03:43:38,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}, "name": "rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "admin_state_up": true}}' 2018-10-04 03:43:41,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-2918765d-2d16-4258-8187-ba0f16776970 Date: Thu, 04 Oct 2018 03:43:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "created_at": "2018-10-04T03:43:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:43:41Z", "revision_number": 2, "routes": [], "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "72082144-dabd-4d75-84f8-400aafd3db3c", "name": "rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}} 2018-10-04 03:43:41,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2918765d-2d16-4258-8187-ba0f16776970 2018-10-04 03:43:41,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.4982790947s 2018-10-04 03:43:41,389 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-2918765d-2d16-4258-8187-ba0f16776970 2018-10-04 03:43:41,390 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4e3704d3-5674-4369-98a3-8a8012d693a9', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd452f0e4-634e-4c49-b427-841d4086f073', u'ip_address': u'172.30.9.214'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'created_at': u'2018-10-04T03:43:40Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-10-04T03:43:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', u'id': u'72082144-dabd-4d75-84f8-400aafd3db3c', u'name': u'rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7'}) 2018-10-04 03:43:41,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-10-04 03:43:41,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c/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}a5352ce105dd40556de1e0a1ce1684149a2a4a60" -d '{"subnet_id": "2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862"}' 2018-10-04 03:43:43,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3622e269-c739-49bb-ad60-0955c1f090c9 Date: Thu, 04 Oct 2018 03:43:43 GMT RESP BODY: {"network_id": "18f9bcc2-ab25-475b-b138-ef549409b169", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "subnet_id": "2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862", "subnet_ids": ["2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862"], "port_id": "0eb3cc3e-3c25-4f32-a682-b79eb6c7f3a9", "id": "72082144-dabd-4d75-84f8-400aafd3db3c"} 2018-10-04 03:43:43,161 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c/add_router_interface.json used request id req-3622e269-c739-49bb-ad60-0955c1f090c9 2018-10-04 03:43:43,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.77030491829s 2018-10-04 03:43:43,161 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c/add_router_interface.json used request id req-3622e269-c739-49bb-ad60-0955c1f090c9 returning object 72082144-dabd-4d75-84f8-400aafd3db3c 2018-10-04 03:43:43,162 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 03:43:43,294 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 03:43:43,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 03:43:43,301 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 03:43:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 03:43:43,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:43:43,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 03:43:43,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4aaf99b1-8fff-49da-b74c-fffd7e6614a0 Date: Thu, 04 Oct 2018 03:43:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:43:43,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4aaf99b1-8fff-49da-b74c-fffd7e6614a0 2018-10-04 03:43:43,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174597024918s 2018-10-04 03:43:43,479 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4aaf99b1-8fff-49da-b74c-fffd7e6614a0 2018-10-04 03:43:43,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 03:43:43,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}' 2018-10-04 03:43:43,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e X-Openstack-Request-Id: req-45650d79-d873-4be0-91f1-a3ab46c2f28f Date: Thu, 04 Oct 2018 03:43:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/file", "owner": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "b4f33623-9482-41d8-8233-2bd4c6b0242e", "size": null, "self": "/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:43:43Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "checksum": null, "created_at": "2018-10-04T03:43:43Z", "protected": false} 2018-10-04 03:43:43,806 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-45650d79-d873-4be0-91f1-a3ab46c2f28f 2018-10-04 03:43:43,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.325480222702s 2018-10-04 03:43:43,807 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-45650d79-d873-4be0-91f1-a3ab46c2f28f returning object b4f33623-9482-41d8-8233-2bd4c6b0242e 2018-10-04 03:43:43,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 03:43:43,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/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}a5352ce105dd40556de1e0a1ce1684149a2a4a60" -d '' 2018-10-04 03:43:45,247 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c229937d-5687-4f6f-bfa1-343abfc46f5a Date: Thu, 04 Oct 2018 03:43: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-04 03:43:45,247 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/file used request id req-c229937d-5687-4f6f-bfa1-343abfc46f5a 2018-10-04 03:43:45,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.43950295448s 2018-10-04 03:43:45,247 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/file used request id req-c229937d-5687-4f6f-bfa1-343abfc46f5a 2018-10-04 03:43:45,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 03:43:45,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 03:43:45,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-0361ab9d-c3a7-4d12-8d31-1e01ed020ce8 Date: Thu, 04 Oct 2018 03:43:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap", "metadata": {}}], "file": "/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/file", "owner": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "b4f33623-9482-41d8-8233-2bd4c6b0242e", "size": 12716032, "self": "/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:43:45Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:43:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 03:43:45,499 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0361ab9d-c3a7-4d12-8d31-1e01ed020ce8 2018-10-04 03:43:45,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.250935077667s 2018-10-04 03:43:45,499 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0361ab9d-c3a7-4d12-8d31-1e01ed020ce8 2018-10-04 03:43:45,501 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/file', 'owner': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', 'id': u'b4f33623-9482-41d8-8233-2bd4c6b0242e', 'size': 12716032, u'self': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3ba7bdfff5d94acab7ccbf18c60dd0bd', 'name': 'rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T03:43:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T03:43:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'created': u'2018-10-04T03:43:43Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T03:43:43Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 03:43:45,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 03:43:45,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 03:43:45,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f54213dc-ea09-4c2e-a201-0611accd01ca x-compute-request-id: req-f54213dc-ea09-4c2e-a201-0611accd01ca Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0e994259-d2a3-4730-93b5-9bd1972d5d7a", "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:43:45,700 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f54213dc-ea09-4c2e-a201-0611accd01ca 2018-10-04 03:43:45,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.197960138321s 2018-10-04 03:43:45,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f54213dc-ea09-4c2e-a201-0611accd01ca returning object 0e994259-d2a3-4730-93b5-9bd1972d5d7a 2018-10-04 03:43:45,702 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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'510ab77bdaaa470cad047d68b7d85c03', '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'0e994259-d2a3-4730-93b5-9bd1972d5d7a', 'swap': 0}) 2018-10-04 03:43:45,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 03:43:45,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a/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}8e3e5904516dea4a194be977c48f703182f4b2af" -d '{"extra_specs": {}}' 2018-10-04 03:43:45,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-912e5db7-5606-43c1-9efd-74a5bfd56ec5 x-compute-request-id: req-912e5db7-5606-43c1-9efd-74a5bfd56ec5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:43:45,722 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a/os-extra_specs used request id req-912e5db7-5606-43c1-9efd-74a5bfd56ec5 2018-10-04 03:43:45,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199179649353s 2018-10-04 03:43:45,723 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a/os-extra_specs used request id req-912e5db7-5606-43c1-9efd-74a5bfd56ec5 2018-10-04 03:43:45,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 03:43:48,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 03:43:47.949 223 INFO rally.deployment.engine [-] Deployment 66afd650-dfa9-48a2-bcb5-a4074741732a | Starting: Destroy cloud and free allocated resources. 2018-10-04 03:43:48.030 223 INFO rally.deployment.engine [-] Deployment 66afd650-dfa9-48a2-bcb5-a4074741732a | Completed: Destroy cloud and free allocated resources. 2018-10-04 03:43:48.047 223 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95) for deployment 'opnfv-rally'. 2018-10-04 03:43:48.056 223 INFO rally.api [-] Deleting verification (UUID=b41afb9c-8004-46ab-9c2d-79544fa4b7e4). 2018-10-04 03:43:48.094 223 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 03:43:48.094 223 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 03:43:48.097 223 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 03:43:50,667 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 03:43:50.384 226 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=2417a928-0a5b-47e4-85e7-8c520c441f07) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 2417a928-0a5b-47e4-85e7-8c520c441f07 | 2018-10-04T03:43:50 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 2417a928-0a5b-47e4-85e7-8c520c441f07 ~/.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-04 03:43:53,946 - 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-04 03:43:53,947 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-10-04 03:43:53,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 03:43:53,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 03:43:54,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43: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-76d70c68-3f2e-4a8c-86d7-b14c92016dae x-compute-request-id: req-76d70c68-3f2e-4a8c-86d7-b14c92016dae 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 03:43:54,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-76d70c68-3f2e-4a8c-86d7-b14c92016dae 2018-10-04 03:43:54,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.204596042633s 2018-10-04 03:43:54,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-76d70c68-3f2e-4a8c-86d7-b14c92016dae 2018-10-04 03:43:54,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 03:43:54,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 03:43:54,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2197febf-46d0-4aa4-b6cd-d467eed7ec4a x-compute-request-id: req-2197febf-46d0-4aa4-b6cd-d467eed7ec4a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d876880-9eb0-47c5-8b95-28943ae58f30", "name": "rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 03:43:54,202 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2197febf-46d0-4aa4-b6cd-d467eed7ec4a 2018-10-04 03:43:54,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0472469329834s 2018-10-04 03:43:54,202 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2197febf-46d0-4aa4-b6cd-d467eed7ec4a returning object 0d876880-9eb0-47c5-8b95-28943ae58f30 2018-10-04 03:43:54,203 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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'510ab77bdaaa470cad047d68b7d85c03', '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'0d876880-9eb0-47c5-8b95-28943ae58f30', 'swap': 0}) 2018-10-04 03:43:54,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 03:43:54,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30/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}8e3e5904516dea4a194be977c48f703182f4b2af" -d '{"extra_specs": {}}' 2018-10-04 03:43:54,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 03:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-47069b36-65d0-4fb0-8112-aa18ff5bbc6d x-compute-request-id: req-47069b36-65d0-4fb0-8112-aa18ff5bbc6d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 03:43:54,225 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30/os-extra_specs used request id req-47069b36-65d0-4fb0-8112-aa18ff5bbc6d 2018-10-04 03:43:54,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0208029747009s 2018-10-04 03:43:54,225 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30/os-extra_specs used request id req-47069b36-65d0-4fb0-8112-aa18ff5bbc6d 2018-10-04 03:43:54,225 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', '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'510ab77bdaaa470cad047d68b7d85c03', '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'0d876880-9eb0-47c5-8b95-28943ae58f30', 'swap': 0}) 2018-10-04 03:43:54,226 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-10-04 03:43:54,240 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-10-04 03:43:54,241 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:43:54,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:43:54,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 03:45:00,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bd074910-a4c3-4be7-82ca-5ed6f43237eb 2018-10-04 03:45:00,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-10-04 03:45:00,725 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bd074910-a4c3-4be7-82ca-5ed6f43237eb'] 2018-10-04 03:45:01,690 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bd074910-a4c3-4be7-82ca-5ed6f43237eb -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | total | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> duration | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 0.482 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.481989 Full duration: 7.375473 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 0.845 | 100.0% | 1 | | total | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | -> duration | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 1.327 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.32673 Full duration: 8.242669 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948484 Full duration: 8.373067 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | total | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> duration | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.805581 Full duration: 7.779816 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 0.769 | 100.0% | 1 | | total | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | -> duration | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.160922 Full duration: 8.311562 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task bd074910-a4c3-4be7-82ca-5ed6f43237eb has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 0.237 | 100.0% | 1 | | total | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> duration | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 0.749 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.74877 Full duration: 7.753803 HINTS: * To plot HTML graphics with this data, run: rally task report bd074910-a4c3-4be7-82ca-5ed6f43237eb --out output.html * To generate a JUnit report, run: rally task export bd074910-a4c3-4be7-82ca-5ed6f43237eb --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bd074910-a4c3-4be7-82ca-5ed6f43237eb --json --out output.json 2018-10-04 03:45:01,690 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bd074910-a4c3-4be7-82ca-5ed6f43237eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-10-04 03:45:03,938 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bd074910-a4c3-4be7-82ca-5ed6f43237eb --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-10-04 03:45:03.832 834 INFO rally.api [-] Building 'json' report for the following task(s): 'bd074910-a4c3-4be7-82ca-5ed6f43237eb'. 2018-10-04 03:45:03.836 834 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:45:03,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bd074910-a4c3-4be7-82ca-5ed6f43237eb', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-10-04 03:45:06,215 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bd074910-a4c3-4be7-82ca-5ed6f43237eb --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-10-04 03:45:06.073 837 INFO rally.api [-] Building 'html' report for the following task(s): 'bd074910-a4c3-4be7-82ca-5ed6f43237eb'. 2018-10-04 03:45:06.107 837 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:45:06,220 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-10-04 03:45:06,221 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-10-04 03:45:06,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-10-04 03:45:06,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:45:06,249 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:45:06,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 03:46:44,758 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 6e60768f-5021-4864-8121-faa0d4cd0d3b 2018-10-04 03:46:44,759 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '6e60768f-5021-4864-8121-faa0d4cd0d3b'] 2018-10-04 03:46:45,774 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 6e60768f-5021-4864-8121-faa0d4cd0d3b -------------------------------------------------------------------------------- Task 6e60768f-5021-4864-8121-faa0d4cd0d3b: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6e60768f-5021-4864-8121-faa0d4cd0d3b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 3.936 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | -> glance_v2.upload_data | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | glance_v2.delete_image | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 1.287 | 100.0% | 1 | | total | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 100.0% | 1 | | -> duration | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 5.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.223762 Full duration: 13.749456 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6e60768f-5021-4864-8121-faa0d4cd0d3b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.983 | 3.983 | 3.983 | 3.983 | 3.983 | 3.983 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | -> glance_v2.upload_data | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 1.071 | 100.0% | 1 | | glance_v2.list_images | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 0.037 | 100.0% | 1 | | total | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 100.0% | 1 | | -> duration | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 4.021 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.021161 Full duration: 15.438079 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 6e60768f-5021-4864-8121-faa0d4cd0d3b has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | total | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | -> duration | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 0.427 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.427388 Full duration: 8.187379 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "number_instances": 2, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task 6e60768f-5021-4864-8121-faa0d4cd0d3b has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.769 | 4.769 | 4.769 | 4.769 | 4.769 | 4.769 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 0.584 | 100.0% | 1 | | -> glance_v2.upload_data | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 1.718 | 100.0% | 1 | | nova.boot_servers | 13.771 | 13.771 | 13.771 | 13.771 | 13.771 | 13.771 | 100.0% | 1 | | total | 18.541 | 18.541 | 18.541 | 18.541 | 18.541 | 18.541 | 100.0% | 1 | | -> duration | 17.541 | 17.541 | 17.541 | 17.541 | 17.541 | 17.541 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.540525 Full duration: 43.110628 HINTS: * To plot HTML graphics with this data, run: rally task report 6e60768f-5021-4864-8121-faa0d4cd0d3b --out output.html * To generate a JUnit report, run: rally task export 6e60768f-5021-4864-8121-faa0d4cd0d3b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 6e60768f-5021-4864-8121-faa0d4cd0d3b --json --out output.json 2018-10-04 03:46:45,775 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '6e60768f-5021-4864-8121-faa0d4cd0d3b', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-10-04 03:46:47,935 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 6e60768f-5021-4864-8121-faa0d4cd0d3b --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-10-04 03:46:47.827 1390 INFO rally.api [-] Building 'json' report for the following task(s): '6e60768f-5021-4864-8121-faa0d4cd0d3b'. 2018-10-04 03:46:47.832 1390 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:46:47,936 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '6e60768f-5021-4864-8121-faa0d4cd0d3b', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-10-04 03:46:50,192 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 6e60768f-5021-4864-8121-faa0d4cd0d3b --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-10-04 03:46:50.068 1393 INFO rally.api [-] Building 'html' report for the following task(s): '6e60768f-5021-4864-8121-faa0d4cd0d3b'. 2018-10-04 03:46:50.090 1393 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:46:50,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-10-04 03:46:50,198 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-10-04 03:46:50,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-10-04 03:46:50,199 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:46:50,216 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:46:50,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 03:50:13,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 21f3b898-7899-4ec7-b0f2-8df95e82df4a 2018-10-04 03:50:13,277 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '21f3b898-7899-4ec7-b0f2-8df95e82df4a'] 2018-10-04 03:50:14,275 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 21f3b898-7899-4ec7-b0f2-8df95e82df4a -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.187 | 3.187 | 3.187 | 3.187 | 3.187 | 3.187 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 2.715 | 100.0% | 1 | | total | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 100.0% | 1 | | -> duration | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 5.902 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.901646 Full duration: 23.917527 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.658 | 3.658 | 3.658 | 3.658 | 3.658 | 3.658 | 100.0% | 1 | | cinder_v2.delete_volume | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 0.924 | 100.0% | 1 | | total | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | -> duration | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 4.583 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.583055 Full duration: 14.838026 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.773 | 8.773 | 8.773 | 8.773 | 8.773 | 8.773 | 100.0% | 1 | | cinder_v2.delete_volume | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 2.457 | 100.0% | 1 | | total | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 100.0% | 1 | | -> duration | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 11.23 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.230367 Full duration: 22.660202 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.745 | 3.745 | 3.745 | 3.745 | 3.745 | 3.745 | 100.0% | 1 | | cinder_v2.delete_volume | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 2.792 | 100.0% | 1 | | total | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 100.0% | 1 | | -> duration | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 6.537 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.537307 Full duration: 16.37275 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 3.147 | 100.0% | 1 | | cinder_v2.extend_volume | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | cinder_v2.delete_volume | 2.532 | 2.532 | 2.532 | 2.532 | 2.532 | 2.532 | 100.0% | 1 | | total | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 100.0% | 1 | | -> duration | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 8.315 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.314823 Full duration: 18.403672 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 } }, "volumes": { "size": 1, "volumes_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.342 | 3.342 | 3.342 | 3.342 | 3.342 | 3.342 | 100.0% | 1 | | cinder_v2.delete_volume | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 2.621 | 100.0% | 1 | | total | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 100.0% | 1 | | -> duration | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 5.963 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.963206 Full duration: 24.336138 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "both", "write_iops_sec": "10", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 0.622 | 100.0% | 1 | | cinder_v2.list_qos | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 0.176 | 100.0% | 1 | | total | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> duration | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 0.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.798327 Full duration: 12.368282 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "consumer": "back-end", "write_iops_sec": "10", "read_iops_sec": "1000", "set_consumer": "both", "set_write_iops_sec": "11", "set_read_iops_sec": "1001" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | cinder_v2.set_qos | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79912 Full duration: 12.870593 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | cinder_v2.list_types | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 0.168 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78613 Full duration: 12.438963 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "description": "rally tests creating types", "provider": "LuksEncryptor", "cipher": "aes-xts-plain64", "key_size": 512, "control_location": "front-end" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 21f3b898-7899-4ec7-b0f2-8df95e82df4a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 0.234 | 100.0% | 1 | | total | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> duration | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 0.831 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83092 Full duration: 12.909629 HINTS: * To plot HTML graphics with this data, run: rally task report 21f3b898-7899-4ec7-b0f2-8df95e82df4a --out output.html * To generate a JUnit report, run: rally task export 21f3b898-7899-4ec7-b0f2-8df95e82df4a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 21f3b898-7899-4ec7-b0f2-8df95e82df4a --json --out output.json 2018-10-04 03:50:14,275 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '21f3b898-7899-4ec7-b0f2-8df95e82df4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-10-04 03:50:16,686 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 21f3b898-7899-4ec7-b0f2-8df95e82df4a --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-10-04 03:50:16.530 3182 INFO rally.api [-] Building 'json' report for the following task(s): '21f3b898-7899-4ec7-b0f2-8df95e82df4a'. 2018-10-04 03:50:16.538 3182 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:50:16,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '21f3b898-7899-4ec7-b0f2-8df95e82df4a', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-10-04 03:50:18,970 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 21f3b898-7899-4ec7-b0f2-8df95e82df4a --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-10-04 03:50:18.792 3185 INFO rally.api [-] Building 'html' report for the following task(s): '21f3b898-7899-4ec7-b0f2-8df95e82df4a'. 2018-10-04 03:50:18.823 3185 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:50:18,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-10-04 03:50:18,974 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-10-04 03:50:18,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-10-04 03:50:18,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:50:18,981 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:50:18,985 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 03:51:40,234 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1c72cb29-c291-4df9-b45c-f55a0e89b389 2018-10-04 03:51:40,235 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1c72cb29-c291-4df9-b45c-f55a0e89b389'] 2018-10-04 03:51:41,247 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1c72cb29-c291-4df9-b45c-f55a0e89b389 -------------------------------------------------------------------------------- Task 1c72cb29-c291-4df9-b45c-f55a0e89b389: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 1c72cb29-c291-4df9-b45c-f55a0e89b389 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.813 | 4.813 | 4.813 | 4.813 | 4.813 | 4.813 | 100.0% | 1 | | heat.update_stack | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 100.0% | 1 | | heat.delete_stack | 3.387 | 3.387 | 3.387 | 3.387 | 3.387 | 3.387 | 100.0% | 1 | | total | 11.278 | 11.278 | 11.278 | 11.278 | 11.278 | 11.278 | 100.0% | 1 | | -> duration | 7.278 | 7.278 | 7.278 | 7.278 | 7.278 | 7.278 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.278467 Full duration: 19.564485 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 1c72cb29-c291-4df9-b45c-f55a0e89b389 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.451 | 4.451 | 4.451 | 4.451 | 4.451 | 4.451 | 100.0% | 1 | | heat.check_stack | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | heat.delete_stack | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 1.596 | 100.0% | 1 | | total | 6.948 | 6.948 | 6.948 | 6.948 | 6.948 | 6.948 | 100.0% | 1 | | -> duration | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 4.948 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.947502 Full duration: 15.395026 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 1c72cb29-c291-4df9-b45c-f55a0e89b389 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.708 | 4.708 | 4.708 | 4.708 | 4.708 | 4.708 | 100.0% | 1 | | heat.suspend_stack | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | heat.resume_stack | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 1.68 | 100.0% | 1 | | heat.delete_stack | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 1.46 | 100.0% | 1 | | total | 8.878 | 8.878 | 8.878 | 8.878 | 8.878 | 8.878 | 100.0% | 1 | | -> duration | 6.878 | 6.878 | 6.878 | 6.878 | 6.878 | 6.878 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.878329 Full duration: 19.170318 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "roles": [ "heat_stack_owner" ] } } -------------------------------------------------------------------------------- Task 1c72cb29-c291-4df9-b45c-f55a0e89b389 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | total | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> duration | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 0.575 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.575067 Full duration: 8.325762 HINTS: * To plot HTML graphics with this data, run: rally task report 1c72cb29-c291-4df9-b45c-f55a0e89b389 --out output.html * To generate a JUnit report, run: rally task export 1c72cb29-c291-4df9-b45c-f55a0e89b389 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1c72cb29-c291-4df9-b45c-f55a0e89b389 --json --out output.json 2018-10-04 03:51:41,248 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1c72cb29-c291-4df9-b45c-f55a0e89b389', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-10-04 03:51:43,683 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1c72cb29-c291-4df9-b45c-f55a0e89b389 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-10-04 03:51:43.570 3918 INFO rally.api [-] Building 'json' report for the following task(s): '1c72cb29-c291-4df9-b45c-f55a0e89b389'. 2018-10-04 03:51:43.575 3918 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:51:43,683 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1c72cb29-c291-4df9-b45c-f55a0e89b389', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-10-04 03:51:45,846 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1c72cb29-c291-4df9-b45c-f55a0e89b389 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-10-04 03:51:45.722 3921 INFO rally.api [-] Building 'html' report for the following task(s): '1c72cb29-c291-4df9-b45c-f55a0e89b389'. 2018-10-04 03:51:45.743 3921 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:51:45,851 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-10-04 03:51:45,851 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-10-04 03:51:45,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-10-04 03:51:45,852 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:51:45,868 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:51:45,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 03:55:01,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : baff3c84-2487-4814-9953-789916792ed2 2018-10-04 03:55:01,941 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'baff3c84-2487-4814-9953-789916792ed2'] 2018-10-04 03:55:03,006 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid baff3c84-2487-4814-9953-789916792ed2 -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 0.526 | 100.0% | 1 | | keystone_v3.add_role | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 0.116 | 100.0% | 1 | | keystone_v3.revoke_role | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 0.144 | 100.0% | 1 | | total | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> duration | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.785693 Full duration: 14.673896 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 0.518 | 100.0% | 1 | | keystone_v3.add_role | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 0.123 | 100.0% | 1 | | keystone_v3.list_roles | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> duration | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.749616 Full duration: 14.400753 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | keystone_v3.list_projects | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 0.082 | 100.0% | 1 | | total | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> duration | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.778415 Full duration: 15.026164 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | keystone_v3.delete_role | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> duration | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 0.601 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.600761 Full duration: 12.403471 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 0.509 | 100.0% | 1 | | keystone_v3.delete_service | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | total | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> duration | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 0.619 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618611 Full duration: 11.936471 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | keystone_v3.create_user | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 0.088 | 100.0% | 1 | | -> keystone_v3.add_role | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | keystone_v3.create_role | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | keystone_v3.get_project | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 0.081 | 100.0% | 1 | | keystone_v3.get_user | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_role | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | keystone_v3.list_services | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 0.083 | 100.0% | 1 | | keystone_v3.get_services | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 0.089 | 100.0% | 1 | | total | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 100.0% | 1 | | -> duration | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 1.85 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.849887 Full duration: 20.224108 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | keystone_v3.update_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.delete_project | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 0.139 | 100.0% | 1 | | total | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> duration | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 0.869 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.869319 Full duration: 12.916629 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | total | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> duration | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.83781 Full duration: 14.5955 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | total | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> duration | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 0.665 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.665364 Full duration: 14.676307 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 0.709 | 100.0% | 1 | | keystone_v3.list_users | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | total | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> duration | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 0.915 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.91487 Full duration: 14.878731 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "context": {} } -------------------------------------------------------------------------------- Task baff3c84-2487-4814-9953-789916792ed2 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 0.717 | 100.0% | 1 | | keystone_v3.create_users | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 4.972 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 4.971 | 4.971 | 4.971 | 4.971 | 4.971 | 4.971 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 1.197 | 100.0% | 1 | | total | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 100.0% | 1 | | -> duration | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 6.742 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.742233 Full duration: 23.649391 HINTS: * To plot HTML graphics with this data, run: rally task report baff3c84-2487-4814-9953-789916792ed2 --out output.html * To generate a JUnit report, run: rally task export baff3c84-2487-4814-9953-789916792ed2 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report baff3c84-2487-4814-9953-789916792ed2 --json --out output.json 2018-10-04 03:55:03,007 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'baff3c84-2487-4814-9953-789916792ed2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-10-04 03:55:05,232 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid baff3c84-2487-4814-9953-789916792ed2 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-10-04 03:55:05.118 5836 INFO rally.api [-] Building 'json' report for the following task(s): 'baff3c84-2487-4814-9953-789916792ed2'. 2018-10-04 03:55:05.128 5836 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:55:05,233 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'baff3c84-2487-4814-9953-789916792ed2', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-10-04 03:55:07,420 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid baff3c84-2487-4814-9953-789916792ed2 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-10-04 03:55:07.286 5839 INFO rally.api [-] Building 'html' report for the following task(s): 'baff3c84-2487-4814-9953-789916792ed2'. 2018-10-04 03:55:07.316 5839 INFO rally.api [-] The report has been successfully built. 2018-10-04 03:55:07,433 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-10-04 03:55:07,434 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-10-04 03:55:07,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-10-04 03:55:07,435 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 03:55:07,451 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 03:55:07,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 04:00:24,906 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 43280cff-4136-4faf-ad69-c870d06ca288 2018-10-04 04:00:24,907 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '43280cff-4136-4faf-ad69-c870d06ca288'] 2018-10-04 04:00:25,974 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 43280cff-4136-4faf-ad69-c870d06ca288 -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 1.072 | 100.0% | 1 | | neutron.delete_network | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 0.919 | 100.0% | 1 | | total | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | -> duration | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 1.992 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.99183 Full duration: 15.066758 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 1.307 | 100.0% | 1 | | neutron.delete_port | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 0.766 | 100.0% | 1 | | total | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 100.0% | 1 | | -> duration | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 2.073 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.072769 Full duration: 28.710371 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "port": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 1.001 | 100.0% | 1 | | neutron.create_subnet | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | neutron.create_router | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 0.393 | 100.0% | 1 | | neutron.add_interface_router | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 1.489 | 100.0% | 1 | | neutron.remove_interface_router | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | neutron.delete_router | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 0.433 | 100.0% | 1 | | total | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 100.0% | 1 | | -> duration | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 5.214 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.214031 Full duration: 37.994207 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 1.085 | 100.0% | 1 | | neutron.delete_subnet | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | total | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> duration | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 1.95 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.950458 Full duration: 31.249086 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | neutron.list_networks | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 0.27 | 100.0% | 1 | | total | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | -> duration | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 1.265 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.265224 Full duration: 17.006132 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "port_create_args": {}, "ports_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "port": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 1.259 | 100.0% | 1 | | neutron.list_ports | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 0.238 | 100.0% | 1 | | total | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> duration | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 1.497 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.497455 Full duration: 29.525856 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "router_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1, "router": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | neutron.create_subnet | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 0.678 | 100.0% | 1 | | neutron.create_router | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 0.369 | 100.0% | 1 | | neutron.add_interface_router | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 1.591 | 100.0% | 1 | | neutron.list_routers | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 100.0% | 1 | | -> duration | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 3.661 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.661379 Full duration: 39.869572 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnet_create_args": {}, "subnets_per_network": 1 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {}, "quotas": { "neutron": { "network": -1, "subnet": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | neutron.create_subnet | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | neutron.list_subnets | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 100.0% | 1 | | -> duration | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 2.002 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.00196 Full duration: 35.589411 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | neutron.delete_security_group | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 0.315 | 100.0% | 1 | | total | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> duration | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 1.216 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.215565 Full duration: 14.471495 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": {}, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "security_group": -1 } } } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 0.902 | 100.0% | 1 | | neutron.create_security_group_rule | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 0.359 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | neutron.delete_security_group | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | -> duration | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 1.899 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.898611 Full duration: 15.291608 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "quotas": { "neutron": { "network": -1, "router": -1 } }, "roles": [ "admin" ] } } -------------------------------------------------------------------------------- Task 43280cff-4136-4faf-ad69-c870d06ca288 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 1.066 | 100.0% | 1 | | neutron.create_router | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 0.397 | 100.0% | 1 | | neutron.add_gateway_router | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 1.926 | 100.0% | 1 | | neutron.remove_gateway_router | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | total | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 100.0% | 1 | | -> duration | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 4.147 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.146729 Full duration: 24.62359 HINTS: * To plot HTML graphics with this data, run: rally task report 43280cff-4136-4faf-ad69-c870d06ca288 --out output.html * To generate a JUnit report, run: rally task export 43280cff-4136-4faf-ad69-c870d06ca288 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 43280cff-4136-4faf-ad69-c870d06ca288 --json --out output.json 2018-10-04 04:00:25,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '43280cff-4136-4faf-ad69-c870d06ca288', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-10-04 04:00:28,265 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 43280cff-4136-4faf-ad69-c870d06ca288 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-10-04 04:00:28.149 9134 INFO rally.api [-] Building 'json' report for the following task(s): '43280cff-4136-4faf-ad69-c870d06ca288'. 2018-10-04 04:00:28.158 9134 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:00:28,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '43280cff-4136-4faf-ad69-c870d06ca288', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-10-04 04:00:30,516 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 43280cff-4136-4faf-ad69-c870d06ca288 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-10-04 04:00:30.378 9137 INFO rally.api [-] Building 'html' report for the following task(s): '43280cff-4136-4faf-ad69-c870d06ca288'. 2018-10-04 04:00:30.410 9137 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:00:30,528 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-10-04 04:00:30,529 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-10-04 04:00:30,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-10-04 04:00:30,530 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 04:00:30,545 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 04:00:30,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 04:07:20,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 2018-10-04 04:07:20,473 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7'] 2018-10-04 04:07:21,680 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7: finished -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "block_migration": false, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.423 | 9.423 | 9.423 | 9.423 | 9.423 | 9.423 | 100.0% | 1 | | nova.find_host_to_migrate | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 1.286 | 100.0% | 1 | | nova.live_migrate | 11.089 | 11.089 | 11.089 | 11.089 | 11.089 | 11.089 | 100.0% | 1 | | nova.delete_server | 2.828 | 2.828 | 2.828 | 2.828 | 2.828 | 2.828 | 100.0% | 1 | | total | 24.626 | 24.626 | 24.626 | 24.626 | 24.626 | 24.626 | 100.0% | 1 | | -> duration | 23.626 | 23.626 | 23.626 | 23.626 | 23.626 | 23.626 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 23.625606 Full duration: 34.034195 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_attach_created_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "size": 10, "block_migration": false, "boot_server_kwargs": { "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.868 | 9.868 | 9.868 | 9.868 | 9.868 | 9.868 | 100.0% | 1 | | cinder_v2.create_volume | 2.742 | 2.742 | 2.742 | 2.742 | 2.742 | 2.742 | 100.0% | 1 | | nova.attach_volume | 4.234 | 4.234 | 4.234 | 4.234 | 4.234 | 4.234 | 100.0% | 1 | | nova.find_host_to_migrate | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 1.405 | 100.0% | 1 | | nova.live_migrate | 14.043 | 14.043 | 14.043 | 14.043 | 14.043 | 14.043 | 100.0% | 1 | | nova.detach_volume | 1.232 | 1.232 | 1.232 | 1.232 | 1.232 | 1.232 | 100.0% | 1 | | cinder_v2.delete_volume | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 2.534 | 100.0% | 1 | | nova.delete_server | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 100.0% | 1 | | total | 38.731 | 38.731 | 38.731 | 38.731 | 38.731 | 38.731 | 100.0% | 1 | | -> duration | 37.731 | 37.731 | 37.731 | 37.731 | 37.731 | 37.731 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 37.730803 Full duration: 50.493201 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_live_migrate args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "block_migration": false, "volume_size": 10, "force_delete": false, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.648 | 8.648 | 8.648 | 8.648 | 8.648 | 8.648 | 100.0% | 1 | | nova.boot_server | 9.772 | 9.772 | 9.772 | 9.772 | 9.772 | 9.772 | 100.0% | 1 | | nova.find_host_to_migrate | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 100.0% | 1 | | nova.live_migrate | 16.831 | 16.831 | 16.831 | 16.831 | 16.831 | 16.831 | 100.0% | 1 | | nova.delete_server | 7.514 | 7.514 | 7.514 | 7.514 | 7.514 | 7.514 | 100.0% | 1 | | total | 43.978 | 43.978 | 43.978 | 43.978 | 43.978 | 43.978 | 100.0% | 1 | | -> duration | 42.978 | 42.978 | 42.978 | 42.978 | 42.978 | 42.978 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 42.977825 Full duration: 55.611815 -------------------------------------------------------------------------------- test scenario NovaKeypair.boot_and_delete_server_with_keypair args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "server_kwargs": { "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] } }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "key_pairs": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_keypair | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 0.702 | 100.0% | 1 | | nova.boot_server | 7.78 | 7.78 | 7.78 | 7.78 | 7.78 | 7.78 | 100.0% | 1 | | nova.delete_server | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 2.932 | 100.0% | 1 | | nova.delete_keypair | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | total | 11.461 | 11.461 | 11.461 | 11.461 | 11.461 | 11.461 | 100.0% | 1 | | -> duration | 10.461 | 10.461 | 10.461 | 10.461 | 10.461 | 10.461 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.4611 Full duration: 36.050208 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_from_volume_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "volume_size": 5, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "cinder": { "gigabytes": -1, "snapshots": -1, "volumes": -1 }, "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 8.214 | 8.214 | 8.214 | 8.214 | 8.214 | 8.214 | 100.0% | 1 | | nova.boot_server | 9.507 | 9.507 | 9.507 | 9.507 | 9.507 | 9.507 | 100.0% | 1 | | nova.delete_server | 2.782 | 2.782 | 2.782 | 2.782 | 2.782 | 2.782 | 100.0% | 1 | | total | 20.503 | 20.503 | 20.503 | 20.503 | 20.503 | 20.503 | 100.0% | 1 | | -> duration | 19.503 | 19.503 | 19.503 | 19.503 | 19.503 | 19.503 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 19.503154 Full duration: 47.082706 -------------------------------------------------------------------------------- test scenario NovaServers.pause_and_unpause_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "force_delete": false, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": { "networks_per_tenant": 1, "start_cidr": "100.1.0.0/25" }, "quotas": { "neutron": { "network": -1, "port": -1, "subnet": -1 }, "nova": { "cores": -1, "floating_ips": -1, "instances": -1, "ram": -1, "security_group_rules": -1, "security_groups": -1 } } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.458 | 9.458 | 9.458 | 9.458 | 9.458 | 9.458 | 100.0% | 1 | | nova.pause_server | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 3.078 | 100.0% | 1 | | nova.unpause_server | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 2.616 | 100.0% | 1 | | nova.delete_server | 5.461 | 5.461 | 5.461 | 5.461 | 5.461 | 5.461 | 100.0% | 1 | | total | 20.614 | 20.614 | 20.614 | 20.614 | 20.614 | 20.614 | 100.0% | 1 | | -> duration | 15.614 | 15.614 | 15.614 | 15.614 | 15.614 | 15.614 | 100.0% | 1 | | -> idle_duration | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 5.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.614024 Full duration: 45.159566 -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "nics": [ { "net-id": "18f9bcc2-ab25-475b-b138-ef549409b169" } ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.321 | 9.321 | 9.321 | 9.321 | 9.321 | 9.321 | 100.0% | 1 | | nova.migrate | 31.878 | 31.878 | 31.878 | 31.878 | 31.878 | 31.878 | 100.0% | 1 | | nova.resize_confirm | 3.366 | 3.366 | 3.366 | 3.366 | 3.366 | 3.366 | 100.0% | 1 | | nova.delete_server | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 2.759 | 100.0% | 1 | | total | 47.324 | 47.324 | 47.324 | 47.324 | 47.324 | 47.324 | 100.0% | 1 | | -> duration | 46.324 | 46.324 | 46.324 | 46.324 | 46.324 | 46.324 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 46.32428 Full duration: 56.771645 -------------------------------------------------------------------------------- test scenario NovaServers.boot_server_and_list_interfaces args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "flavor": { "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "image": { "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7" }, "auto_assign_nic": true }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "network": {} } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 9.798 | 9.798 | 9.798 | 9.798 | 9.798 | 9.798 | 100.0% | 1 | | nova.list_interfaces | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 0.35 | 100.0% | 1 | | total | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 10.148 | 100.0% | 1 | | -> duration | 9.148 | 9.148 | 9.148 | 9.148 | 9.148 | 9.148 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.147871 Full duration: 38.560276 -------------------------------------------------------------------------------- test scenario NovaServerGroups.create_and_delete_server_group args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "policies": [ "affinity" ] }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.create_server_group | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 0.632 | 100.0% | 1 | | nova.delete_server_group | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689406 Full duration: 9.572545 HINTS: * To plot HTML graphics with this data, run: rally task report b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --out output.html * To generate a JUnit report, run: rally task export b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --json --out output.json 2018-10-04 04:07:21,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-10-04 04:07:23,888 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-10-04 04:07:23.770 10780 INFO rally.api [-] Building 'json' report for the following task(s): 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7'. 2018-10-04 04:07:23.782 10780 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:07:23,889 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-10-04 04:07:26,172 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid b5dbb2e2-27cf-4a84-92f0-77a5c85202f7 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-10-04 04:07:26.038 10783 INFO rally.api [-] Building 'html' report for the following task(s): 'b5dbb2e2-27cf-4a84-92f0-77a5c85202f7'. 2018-10-04 04:07:26.068 10783 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:07:26,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" OK. 2018-10-04 04:07:26,186 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-10-04 04:07:26,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-10-04 04:07:26,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-10-04 04:07:26,203 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-10-04 04:07:26,208 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '18f9bcc2-ab25-475b-b138-ef549409b169', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'flavor_name': 'rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-10-04 04:08:19,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 42289c5f-1673-40b2-a1b0-351aef69342a 2018-10-04 04:08:19,740 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '42289c5f-1673-40b2-a1b0-351aef69342a'] 2018-10-04 04:08:20,750 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 42289c5f-1673-40b2-a1b0-351aef69342a -------------------------------------------------------------------------------- Task 42289c5f-1673-40b2-a1b0-351aef69342a: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 42289c5f-1673-40b2-a1b0-351aef69342a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 0.704 | 100.0% | 1 | | quotas.delete_quotas | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | -> duration | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 0.977 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.977043 Full duration: 8.773395 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 42289c5f-1673-40b2-a1b0-351aef69342a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.730741 Full duration: 8.860024 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 42289c5f-1673-40b2-a1b0-351aef69342a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 0.278 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689262 Full duration: 8.556651 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "hooks": [], "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 } } } -------------------------------------------------------------------------------- Task 42289c5f-1673-40b2-a1b0-351aef69342a has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | total | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> duration | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 1.068 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.067981 Full duration: 9.03024 HINTS: * To plot HTML graphics with this data, run: rally task report 42289c5f-1673-40b2-a1b0-351aef69342a --out output.html * To generate a JUnit report, run: rally task export 42289c5f-1673-40b2-a1b0-351aef69342a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 42289c5f-1673-40b2-a1b0-351aef69342a --json --out output.json 2018-10-04 04:08:20,750 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '42289c5f-1673-40b2-a1b0-351aef69342a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-10-04 04:08:22,750 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 42289c5f-1673-40b2-a1b0-351aef69342a --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-10-04 04:08:22.653 11296 INFO rally.api [-] Building 'json' report for the following task(s): '42289c5f-1673-40b2-a1b0-351aef69342a'. 2018-10-04 04:08:22.657 11296 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:08:22,751 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '42289c5f-1673-40b2-a1b0-351aef69342a', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-10-04 04:08:24,936 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 42289c5f-1673-40b2-a1b0-351aef69342a --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-10-04 04:08:24.814 11299 INFO rally.api [-] Building 'html' report for the following task(s): '42289c5f-1673-40b2-a1b0-351aef69342a'. 2018-10-04 04:08:24.835 11299 INFO rally.api [-] The report has been successfully built. 2018-10-04 04:08:24,941 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-10-04 04:08:24,944 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:20 | 4 | 100.00% | | cinder | 02:51 | 10 | 100.00% | | heat | 01:02 | 4 | 100.00% | | keystone | 02:49 | 11 | 100.00% | | neutron | 04:49 | 11 | 100.00% | | nova | 06:13 | 9 | 100.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:20:29 | 59 | 100.00% | +----------------+------------+----------------+-----------+ 2018-10-04 04:08:24,944 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 100.00% in 8/8 modules 2018-10-04 04:08:25,066 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:08:25,066 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 24:48 | PASS | +----------------------+------------------+------------------+----------------+ 2018-10-04 04:08:25,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 04:08:25,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:25,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08: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-4095c692-476c-4ce5-b4cb-20a9a543fd80 x-compute-request-id: req-4095c692-476c-4ce5-b4cb-20a9a543fd80 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0d876880-9eb0-47c5-8b95-28943ae58f30", "name": "rally_sanity-flavor_alt_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0e994259-d2a3-4730-93b5-9bd1972d5d7a", "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 04:08:25,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-4095c692-476c-4ce5-b4cb-20a9a543fd80 2018-10-04 04:08:25,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.188694000244s 2018-10-04 04:08:25,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-4095c692-476c-4ce5-b4cb-20a9a543fd80 2018-10-04 04:08:25,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 04:08:25,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:25,318 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 04:08: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-0dec64c9-edf6-4d66-89a2-484dd4460b9b x-compute-request-id: req-0dec64c9-edf6-4d66-89a2-484dd4460b9b Content-Length: 0 Content-Type: application/json 2018-10-04 04:08:25,318 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30 used request id req-0dec64c9-edf6-4d66-89a2-484dd4460b9b 2018-10-04 04:08:25,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.055163860321s 2018-10-04 04:08:25,319 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0d876880-9eb0-47c5-8b95-28943ae58f30 used request id req-0dec64c9-edf6-4d66-89a2-484dd4460b9b 2018-10-04 04:08:25,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-10-04 04:08:25,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c/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}a5352ce105dd40556de1e0a1ce1684149a2a4a60" -d '{"subnet_id": "2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862"}' 2018-10-04 04:08:26,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f0cac955-fedd-43de-87c1-973f9bc5bb15 Date: Thu, 04 Oct 2018 04:08:26 GMT RESP BODY: {"network_id": "18f9bcc2-ab25-475b-b138-ef549409b169", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "subnet_id": "2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862", "subnet_ids": ["2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862"], "port_id": "0eb3cc3e-3c25-4f32-a682-b79eb6c7f3a9", "id": "72082144-dabd-4d75-84f8-400aafd3db3c"} 2018-10-04 04:08:26,529 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c/remove_router_interface.json used request id req-f0cac955-fedd-43de-87c1-973f9bc5bb15 2018-10-04 04:08:26,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.20973300934s 2018-10-04 04:08:26,530 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c/remove_router_interface.json used request id req-f0cac955-fedd-43de-87c1-973f9bc5bb15 returning object 72082144-dabd-4d75-84f8-400aafd3db3c 2018-10-04 04:08:26,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-10-04 04:08:26,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:26,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6990 X-Openstack-Request-Id: req-b69038be-b330-4014-8575-4598b38aa07b Date: Thu, 04 Oct 2018 04:08:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "created_at": "2018-10-04T03:43:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:43:39Z", "revision_number": 2, "routes": [], "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d", "name": "rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "3515a30973a8413cb71c36f6cf378ac1", "created_at": "2018-10-04T03:58:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:58:54Z", "revision_number": 2, "routes": [], "project_id": "3515a30973a8413cb71c36f6cf378ac1", "id": "1e7c1b14-1843-4a6a-80c6-d0563828cf84", "name": "c_rally_62060aca_yvOJYzUO"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:17Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "350cb31a-d179-4bd3-83ec-51b8218e5f8f", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:14Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "3ffd5924-d57a-443a-9f49-8263d109fd21", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "7119dc2ec15a4bfa930110614e2eb468", "created_at": "2018-10-04T03:34:20Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-04T03:34:21Z", "revision_number": 2, "routes": [], "project_id": "7119dc2ec15a4bfa930110614e2eb468", "id": "4240add6-1b29-4208-819f-ffbf11bbd835", "name": "tempest-FloatingIPTestJSON-router-1876509101"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "created_at": "2018-10-04T03:43:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:08:26Z", "revision_number": 4, "routes": [], "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "72082144-dabd-4d75-84f8-400aafd3db3c", "name": "rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dd8aee7bf6c24dcc8ef1e3146c5ac8ea", "created_at": "2018-10-04T03:31:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:31:36Z", "revision_number": 2, "routes": [], "project_id": "dd8aee7bf6c24dcc8ef1e3146c5ac8ea", "id": "aac4ec4d-a9b3-429a-9e76-77750afb7634", "name": "tempest-ServerActionsTestJSON-1817065774-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:15Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "c1fde3d7-b62e-4379-bcb3-c65c00bf0394", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:13Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e5e98ad3-7bb1-4347-80d3-46f40a21bf83", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "fc54a43b36b644679c74abe070baa121", "created_at": "2018-10-04T03:42:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:42:31Z", "revision_number": 2, "routes": [], "project_id": "fc54a43b36b644679c74abe070baa121", "id": "e8e1255d-eb4e-48b8-8994-acd9e3421bac", "name": "tempest-TestServerMultinode-631044354-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "db2ac96e70af4b65b4aca0c01734b7f2", "created_at": "2018-10-04T03:29:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:29:52Z", "revision_number": 2, "routes": [], "project_id": "db2ac96e70af4b65b4aca0c01734b7f2", "id": "fc928988-db40-4410-a733-4d39514855b0", "name": "tempest-ServersTestBootFromVolume-1514608191-router"}]} 2018-10-04 04:08:26,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b69038be-b330-4014-8575-4598b38aa07b 2018-10-04 04:08:26,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.229762077332s 2018-10-04 04:08:26,761 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b69038be-b330-4014-8575-4598b38aa07b 2018-10-04 04:08:26,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-10-04 04:08:26,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:28,064 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9a5407c8-c6d0-42a0-81da-88ae8b8949ad Content-Length: 0 Date: Thu, 04 Oct 2018 04:08:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 04:08:28,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c.json used request id req-9a5407c8-c6d0-42a0-81da-88ae8b8949ad 2018-10-04 04:08:28,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.30089521408s 2018-10-04 04:08:28,065 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/72082144-dabd-4d75-84f8-400aafd3db3c.json used request id req-9a5407c8-c6d0-42a0-81da-88ae8b8949ad 2018-10-04 04:08:28,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-10-04 04:08:28,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:28,442 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-0ba2b13e-ed84-43eb-a43e-a186ea8053b3 Date: Thu, 04 Oct 2018 04:08:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"18f9bcc2-ab25-475b-b138-ef549409b169","tenant_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","created_at":"2018-10-04T03:43:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-10-04T03:43:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","id":"2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862","subnetpool_id":null,"name":"rally_sanity-subnet_f117ed97-6d66-41ff-99ae-0dafc88e65f7"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 04:08:28,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0ba2b13e-ed84-43eb-a43e-a186ea8053b3 2018-10-04 04:08:28,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.377055883408s 2018-10-04 04:08:28,443 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-0ba2b13e-ed84-43eb-a43e-a186ea8053b3 2018-10-04 04:08:28,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-10-04 04:08:28,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:30,819 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a2aea776-9daf-4f95-ba09-7b652b716a6b Date: Thu, 04 Oct 2018 04:08:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 04:08:30,819 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862.json used request id req-a2aea776-9daf-4f95-ba09-7b652b716a6b 2018-10-04 04:08:30,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3750500679s 2018-10-04 04:08:30,820 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/2db7dbd4-75ca-4fe8-bdcf-95e56c1cd862.json used request id req-a2aea776-9daf-4f95-ba09-7b652b716a6b 2018-10-04 04:08:30,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 04:08:30,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:31,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-9da64cb7-c3a6-4302-81cd-01cb48856dbf Date: Thu, 04 Oct 2018 04:08:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"18f9bcc2-ab25-475b-b138-ef549409b169","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T04:08:30Z","provider:segmentation_id":49,"name":"rally_sanity-net_f117ed97-6d66-41ff-99ae-0dafc88e65f7","admin_state_up":true,"tenant_id":"3ba7bdfff5d94acab7ccbf18c60dd0bd","created_at":"2018-10-04T03:43:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 04:08:31,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9da64cb7-c3a6-4302-81cd-01cb48856dbf 2018-10-04 04:08:31,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258377075195s 2018-10-04 04:08:31,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9da64cb7-c3a6-4302-81cd-01cb48856dbf 2018-10-04 04:08:31,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-10-04 04:08:31,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/18f9bcc2-ab25-475b-b138-ef549409b169.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:32,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3c08fb7-cc98-459f-b68f-ba8936d54b1f Date: Thu, 04 Oct 2018 04:08:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 04:08:32,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/18f9bcc2-ab25-475b-b138-ef549409b169.json used request id req-c3c08fb7-cc98-459f-b68f-ba8936d54b1f 2018-10-04 04:08:32,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20485115051s 2018-10-04 04:08:32,285 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/18f9bcc2-ab25-475b-b138-ef549409b169.json used request id req-c3c08fb7-cc98-459f-b68f-ba8936d54b1f 2018-10-04 04:08:32,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:08:32,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:32,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-fd4f0a2f-8c4b-4f1c-893b-9e4edb6d2491 Date: Thu, 04 Oct 2018 04:08:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap", "metadata": {}}], "file": "/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/file", "owner": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "b4f33623-9482-41d8-8233-2bd4c6b0242e", "size": 12716032, "self": "/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b4f33623-9482-41d8-8233-2bd4c6b0242e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T03:43:45Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T03:43:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:08:32,458 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fd4f0a2f-8c4b-4f1c-893b-9e4edb6d2491 2018-10-04 04:08:32,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.172148942947s 2018-10-04 04:08:32,458 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fd4f0a2f-8c4b-4f1c-893b-9e4edb6d2491 2018-10-04 04:08:32,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 04:08:32,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a5352ce105dd40556de1e0a1ce1684149a2a4a60" 2018-10-04 04:08:33,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4470ffe-f2f0-4ff0-9461-1d6b52a529f3 Date: Thu, 04 Oct 2018 04:08:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 04:08:33,436 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e used request id req-c4470ffe-f2f0-4ff0-9461-1d6b52a529f3 2018-10-04 04:08:33,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.97598695755s 2018-10-04 04:08:33,437 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b4f33623-9482-41d8-8233-2bd4c6b0242e used request id req-c4470ffe-f2f0-4ff0-9461-1d6b52a529f3 2018-10-04 04:08:33,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 04:08:33,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:33,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ed179b50-5d84-4b62-9001-238f2a80892e x-compute-request-id: req-ed179b50-5d84-4b62-9001-238f2a80892e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "0e994259-d2a3-4730-93b5-9bd1972d5d7a", "name": "rally_sanity-flavor_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 04:08:33,472 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ed179b50-5d84-4b62-9001-238f2a80892e 2018-10-04 04:08:33,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.035040140152s 2018-10-04 04:08:33,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ed179b50-5d84-4b62-9001-238f2a80892e 2018-10-04 04:08:33,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 04:08:33,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:33,536 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 04:08:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2b37a127-423a-40c9-9fee-45eaa3752e09 x-compute-request-id: req-2b37a127-423a-40c9-9fee-45eaa3752e09 Content-Length: 0 Content-Type: application/json 2018-10-04 04:08:33,536 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a used request id req-2b37a127-423a-40c9-9fee-45eaa3752e09 2018-10-04 04:08:33,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0613300800323s 2018-10-04 04:08:33,536 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0e994259-d2a3-4730-93b5-9bd1972d5d7a used request id req-2b37a127-423a-40c9-9fee-45eaa3752e09 2018-10-04 04:08:33,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:08:33,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:33,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-079f1fb1-6193-4a31-833b-eac12235e366 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7", "links": {"self": "http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce"}, "domain_id": "default", "enabled": true, "id": "1ab99739a56b42559bb4408b3ab31bce", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:08:33,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-079f1fb1-6193-4a31-833b-eac12235e366 2018-10-04 04:08:33,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0918829441071s 2018-10-04 04:08:33,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-079f1fb1-6193-4a31-833b-eac12235e366 2018-10-04 04:08:33,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:08:33,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:33,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cba30405-e386-47db-9a2e-d230152c52cb Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce"}, "enabled": true, "id": "1ab99739a56b42559bb4408b3ab31bce", "options": {}, "domain_id": "default", "name": "rally_sanity-user_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}} 2018-10-04 04:08:33,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce used request id req-cba30405-e386-47db-9a2e-d230152c52cb 2018-10-04 04:08:33,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0926120281219s 2018-10-04 04:08:33,728 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce used request id req-cba30405-e386-47db-9a2e-d230152c52cb 2018-10-04 04:08:33,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 04:08:33,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:34,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:08:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7730061-4239-4050-91c3-35fdfad38f83 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:08:34,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce used request id req-b7730061-4239-4050-91c3-35fdfad38f83 2018-10-04 04:08:34,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.275905132294s 2018-10-04 04:08:34,005 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/1ab99739a56b42559bb4408b3ab31bce used request id req-b7730061-4239-4050-91c3-35fdfad38f83 2018-10-04 04:08:34,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 04:08:34,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:34,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd9e6ab5-88f2-4dc4-a7a9-0319f4cd59be Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd"}, "enabled": true, "id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 04:08:34,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-dd9e6ab5-88f2-4dc4-a7a9-0319f4cd59be 2018-10-04 04:08:34,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0774619579315s 2018-10-04 04:08:34,084 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-dd9e6ab5-88f2-4dc4-a7a9-0319f4cd59be 2018-10-04 04:08:34,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 04:08:34,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:34,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:08:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31e53c91-ec2b-4407-b303-fd0d4474bf6c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:08:34,229 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd used request id req-31e53c91-ec2b-4407-b303-fd0d4474bf6c 2018-10-04 04:08:34,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.142773866653s 2018-10-04 04:08:34,230 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3ba7bdfff5d94acab7ccbf18c60dd0bd used request id req-31e53c91-ec2b-4407-b303-fd0d4474bf6c 2018-10-04 04:08:34,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:34,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:34,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c7b1cc-550e-4d70-9895-b08b1045cb08 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "572ccc6feede4f2eb91ce96a56058a22", "links": {"self": "http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22"}, "name": "Member"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:34,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-38c7b1cc-550e-4d70-9895-b08b1045cb08 2018-10-04 04:08:34,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0804920196533s 2018-10-04 04:08:34,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 04:08:34,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:34,406 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:08:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3525bb74-9672-4ce9-8721-bbd1887b0bf6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:08:34,406 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/572ccc6feede4f2eb91ce96a56058a22 used request id req-3525bb74-9672-4ce9-8721-bbd1887b0bf6 2018-10-04 04:08:34,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.0939180850983s 2018-10-04 04:08:34,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 04:08:34,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3ba7bdfff5d94acab7ccbf18c60dd0bd&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}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:34,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-6cb03dcd-8b64-468b-9977-3aeff7bc8368 Date: Thu, 04 Oct 2018 04:08:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "created_at": "2018-10-04T03:43:37Z", "updated_at": "2018-10-04T03:43:37Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "01aeb873-87c4-46c5-8a44-eadb4adbad19", "remote_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "17a4eff0-dc24-49c6-a384-154d0215eec1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "8c4d9967-3868-4e56-bb2d-cc5ad7730d6c", "remote_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "b23812b3-0e53-4f8b-aace-9ad1d31027c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}], "revision_number": 4, "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "name": "default"}]} 2018-10-04 04:08:34,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3ba7bdfff5d94acab7ccbf18c60dd0bd&name=default used request id req-6cb03dcd-8b64-468b-9977-3aeff7bc8368 2018-10-04 04:08:34,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.195738077164s 2018-10-04 04:08:34,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=3ba7bdfff5d94acab7ccbf18c60dd0bd&name=default used request id req-6cb03dcd-8b64-468b-9977-3aeff7bc8368 2018-10-04 04:08:34,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 04:08:34,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:34,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-dc404970-b9f5-41ea-8a4f-a61dd7ee6d0f Date: Thu, 04 Oct 2018 04:08:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "created_at": "2018-10-04T03:43:37Z", "updated_at": "2018-10-04T03:43:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "b23812b3-0e53-4f8b-aace-9ad1d31027c3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "17a4eff0-dc24-49c6-a384-154d0215eec1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "8c4d9967-3868-4e56-bb2d-cc5ad7730d6c", "remote_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:43:37Z", "revision_number": 0, "id": "01aeb873-87c4-46c5-8a44-eadb4adbad19", "remote_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "remote_ip_prefix": null, "created_at": "2018-10-04T03:43:37Z", "security_group_id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd"}], "revision_number": 4, "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "bbf989cd-fdef-40f0-80d3-6386b991d338", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 04:08:34,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-dc404970-b9f5-41ea-8a4f-a61dd7ee6d0f 2018-10-04 04:08:34,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.200746059418s 2018-10-04 04:08:34,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-dc404970-b9f5-41ea-8a4f-a61dd7ee6d0f 2018-10-04 04:08:34,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-10-04 04:08:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/bbf989cd-fdef-40f0-80d3-6386b991d338.json -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8e3e5904516dea4a194be977c48f703182f4b2af" 2018-10-04 04:08:35,130 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3cf0c89e-657d-4a5f-8040-b0155cd29b63 Content-Length: 0 Date: Thu, 04 Oct 2018 04:08:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 04:08:35,131 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/bbf989cd-fdef-40f0-80d3-6386b991d338.json used request id req-3cf0c89e-657d-4a5f-8040-b0155cd29b63 2018-10-04 04:08:35,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.316249847412s 2018-10-04 04:08:35,131 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/bbf989cd-fdef-40f0-80d3-6386b991d338.json used request id req-3cf0c89e-657d-4a5f-8040-b0155cd29b63 2018-10-04 04:08:35,184 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-10-04 04:08:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 04:08:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 04:08:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 04:08:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 04:08:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 04:08:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 04:08:35,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 04:08:35,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 04:08:35,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 04:08:35,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 04:08:35,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 04:08:35,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 04:08:35,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 04:08:35,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 04:08:35,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 04:08:35,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8631b51d-1f3d-4f36-91b6-ecd5ed12187a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 04:08:35,295 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8631b51d-1f3d-4f36-91b6-ecd5ed12187a 2018-10-04 04:08:35,296 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 04:08:35,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T05:08:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["SiQJbnyyR9mNdfFHVTtlIQ"], "issued_at": "2018-10-04T04:08:35.000000Z"}} 2018-10-04 04:08:35,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 04:08:35,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:35,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dcdea361-20b9-43bb-b429-789aa47cbe25 Date: Thu, 04 Oct 2018 04:08:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 04:08:35,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dcdea361-20b9-43bb-b429-789aa47cbe25 2018-10-04 04:08:35,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242793083191s 2018-10-04 04:08:35,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dcdea361-20b9-43bb-b429-789aa47cbe25 2018-10-04 04:08:35,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 04:08:35,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:35,935 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 04:08:35 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 04:08:35,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:36,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d18693d-9d67-47cf-916d-37478ee8d21e Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 04:08:36,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-0d18693d-9d67-47cf-916d-37478ee8d21e 2018-10-04 04:08:36,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.090765953064s 2018-10-04 04:08:36,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 04:08:36,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b"}}' 2018-10-04 04:08:36,143 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c59d2794-8c9b-4277-a06c-27a46bf34bdb Content-Length: 366 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac"}, "enabled": true, "id": "4263598437c74f99b9a14e1d941ddfac", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b"}} 2018-10-04 04:08:36,143 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c59d2794-8c9b-4277-a06c-27a46bf34bdb 2018-10-04 04:08:36,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.123444080353s 2018-10-04 04:08:36,143 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-c59d2794-8c9b-4277-a06c-27a46bf34bdb 2018-10-04 04:08:36,144 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'id': u'4263598437c74f99b9a14e1d941ddfac', '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-04 04:08:36,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 04:08:36,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.350507974625s 2018-10-04 04:08:36,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:36,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8016c166-908a-466e-8dca-f051bdf628f0 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb"}, "enabled": true, "id": "24394a3f41a8477e91103e7efdf590bb", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b"}} 2018-10-04 04:08:36,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb used request id req-8016c166-908a-466e-8dca-f051bdf628f0 2018-10-04 04:08:36,601 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'24394a3f41a8477e91103e7efdf590bb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b'}) 2018-10-04 04:08:36,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:36,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:36,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92705561-2523-49f3-8679-aff86191c558 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:36,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-92705561-2523-49f3-8679-aff86191c558 2018-10-04 04:08:36,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0160188674927s 2018-10-04 04:08:36,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:36,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:36,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dceb8e88-9162-4d3d-81dc-7f3ac248a107 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:36,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dceb8e88-9162-4d3d-81dc-7f3ac248a107 2018-10-04 04:08:36,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.072961807251s 2018-10-04 04:08:36,693 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 04:08:36,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 04:08:36,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" -d '{"role": {"name": "Member"}}' 2018-10-04 04:08:36,802 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eb22783-84b4-4db0-92a2-082c9b20de9c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f6a35d0b25147098570aedc72db9d19", "links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "name": "Member"}} 2018-10-04 04:08:36,802 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-7eb22783-84b4-4db0-92a2-082c9b20de9c 2018-10-04 04:08:36,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.109349966049s 2018-10-04 04:08:36,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:36,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68e848de-6853-4f2d-a2af-f65e07c8892a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "domain_id": null, "name": "Member", "id": "0f6a35d0b25147098570aedc72db9d19"}} 2018-10-04 04:08:36,885 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19 used request id req-68e848de-6853-4f2d-a2af-f65e07c8892a 2018-10-04 04:08:36,885 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19'}, 'domain_id': None, 'human_id': None, 'id': u'0f6a35d0b25147098570aedc72db9d19', 'HUMAN_ID': False}) 2018-10-04 04:08:36,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:36,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:36,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a3cf311-fd37-4ca0-a787-bb074ee76104 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f6a35d0b25147098570aedc72db9d19", "links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:36,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8a3cf311-fd37-4ca0-a787-bb074ee76104 2018-10-04 04:08:36,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0776309967041s 2018-10-04 04:08:36,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 04:08:36,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17ff6aa6-e6ee-4491-9ead-04c12f9756ea Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 04:08:37,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-17ff6aa6-e6ee-4491-9ead-04c12f9756ea 2018-10-04 04:08:37,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.078920841217s 2018-10-04 04:08:37,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:08:37,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-114285c4-52d2-46be-be52-2bac117198d8 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b", "links": {"self": "http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb"}, "domain_id": "default", "enabled": true, "id": "24394a3f41a8477e91103e7efdf590bb", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:08:37,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-114285c4-52d2-46be-be52-2bac117198d8 2018-10-04 04:08:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101911067963s 2018-10-04 04:08:37,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-114285c4-52d2-46be-be52-2bac117198d8 2018-10-04 04:08:37,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 04:08:37,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8fda8d0-9ee5-4c19-9ea9-cc85f8e2229a Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac"}, "enabled": true, "id": "4263598437c74f99b9a14e1d941ddfac", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 04:08:37,226 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c8fda8d0-9ee5-4c19-9ea9-cc85f8e2229a 2018-10-04 04:08:37,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0726721286774s 2018-10-04 04:08:37,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c8fda8d0-9ee5-4c19-9ea9-cc85f8e2229a 2018-10-04 04:08:37,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 04:08:37,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&scope.project.id=4263598437c74f99b9a14e1d941ddfac&role.id=0f6a35d0b25147098570aedc72db9d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-741081e2-6eb5-442f-8cd4-39b1d150d4fd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&scope.project.id=4263598437c74f99b9a14e1d941ddfac&role.id=0f6a35d0b25147098570aedc72db9d19", "previous": null, "next": null}} 2018-10-04 04:08:37,311 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&scope.project.id=4263598437c74f99b9a14e1d941ddfac&role.id=0f6a35d0b25147098570aedc72db9d19 used request id req-741081e2-6eb5-442f-8cd4-39b1d150d4fd 2018-10-04 04:08:37,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0823979377747s 2018-10-04 04:08:37,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 04:08:37,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac/users/24394a3f41a8477e91103e7efdf590bb/roles/0f6a35d0b25147098570aedc72db9d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ab56cba-cf9a-47b6-aa06-b650df734127 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:08:37,445 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac/users/24394a3f41a8477e91103e7efdf590bb/roles/0f6a35d0b25147098570aedc72db9d19 used request id req-0ab56cba-cf9a-47b6-aa06-b650df734127 2018-10-04 04:08:37,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.133654117584s 2018-10-04 04:08:37,446 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 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': 'de5a4bf1-289e-4fb4-9233-a1577d59e9b0', 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_4425218f-cfc6-4970-a665-bafeadf1035b', 'project_id': u'4263598437c74f99b9a14e1d941ddfac', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 04:08:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 04:08:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 04:08:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 04:08:37,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 04:08:37,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 04:08:37,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 04:08:37,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 04:08:37,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 04:08:37,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 04:08:37,451 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b', 'password': 'de5a4bf1-289e-4fb4-9233-a1577d59e9b0', 'project_name': 'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '4263598437c74f99b9a14e1d941ddfac', 'project_domain_name': 'Default'} 2018-10-04 04:08:37,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:37,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d652841-bbd7-4f33-a0a0-b394f4770cc1 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f6a35d0b25147098570aedc72db9d19", "links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:37,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3d652841-bbd7-4f33-a0a0-b394f4770cc1 2018-10-04 04:08:37,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0728628635406s 2018-10-04 04:08:37,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:37,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b473fbc1-26b2-4f73-9b00-ae3b725ba0ad Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f6a35d0b25147098570aedc72db9d19", "links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:37,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b473fbc1-26b2-4f73-9b00-ae3b725ba0ad 2018-10-04 04:08:37,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.101497888565s 2018-10-04 04:08:37,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 04:08:37,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23667a8-d1d8-42b1-9f5c-9387854af640 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 04:08:37,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a23667a8-d1d8-42b1-9f5c-9387854af640 2018-10-04 04:08:37,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0804040431976s 2018-10-04 04:08:37,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:08:37,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f54522a6-ae80-4ca7-9880-080261bc6547 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b", "links": {"self": "http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb"}, "domain_id": "default", "enabled": true, "id": "24394a3f41a8477e91103e7efdf590bb", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:08:37,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f54522a6-ae80-4ca7-9880-080261bc6547 2018-10-04 04:08:37,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0915420055389s 2018-10-04 04:08:37,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f54522a6-ae80-4ca7-9880-080261bc6547 2018-10-04 04:08:37,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 04:08:37,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c7bf817-e02a-4f1a-8ca2-10dd6940c66e Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac"}, "enabled": true, "id": "4263598437c74f99b9a14e1d941ddfac", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 04:08:37,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3c7bf817-e02a-4f1a-8ca2-10dd6940c66e 2018-10-04 04:08:37,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0835039615631s 2018-10-04 04:08:37,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3c7bf817-e02a-4f1a-8ca2-10dd6940c66e 2018-10-04 04:08:37,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 04:08:37,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&scope.project.id=4263598437c74f99b9a14e1d941ddfac&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:37,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-251b157e-ec11-4635-9eef-70b6d2055ae3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&scope.project.id=4263598437c74f99b9a14e1d941ddfac&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 04:08:37,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&scope.project.id=4263598437c74f99b9a14e1d941ddfac&role.id=7490eca731204278990d3f9370066ffb used request id req-251b157e-ec11-4635-9eef-70b6d2055ae3 2018-10-04 04:08:37,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0796551704407s 2018-10-04 04:08:37,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 04:08:37,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac/users/24394a3f41a8477e91103e7efdf590bb/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:38,085 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:08:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e250b034-425b-44d9-9272-f09d0ea4b411 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:08:38,085 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac/users/24394a3f41a8477e91103e7efdf590bb/roles/7490eca731204278990d3f9370066ffb used request id req-e250b034-425b-44d9-9272-f09d0ea4b411 2018-10-04 04:08:38,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110831975937s 2018-10-04 04:08:38,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:38,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:38,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8205421-3239-48c3-ae4f-3c3fee23f75e Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f6a35d0b25147098570aedc72db9d19", "links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:38,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f8205421-3239-48c3-ae4f-3c3fee23f75e 2018-10-04 04:08:38,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0895879268646s 2018-10-04 04:08:38,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 04:08:38,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:38,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f459e664-dd9e-4911-93b9-cbaf38a54cd2 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 04:08:38,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-f459e664-dd9e-4911-93b9-cbaf38a54cd2 2018-10-04 04:08:38,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.092346906662s 2018-10-04 04:08:38,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:08:38,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:38,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40dec169-3587-4766-975b-d28ae1de4f59 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b", "links": {"self": "http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb"}, "domain_id": "default", "enabled": true, "id": "24394a3f41a8477e91103e7efdf590bb", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:08:38,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-40dec169-3587-4766-975b-d28ae1de4f59 2018-10-04 04:08:38,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0914058685303s 2018-10-04 04:08:38,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-40dec169-3587-4766-975b-d28ae1de4f59 2018-10-04 04:08:38,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 04:08:38,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:38,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71420ce7-95bb-4164-a249-99e5296b2b92 Content-Encoding: gzip Content-Length: 192 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 04:08:38,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=24394a3f41a8477e91103e7efdf590bb&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default used request id req-71420ce7-95bb-4164-a249-99e5296b2b92 2018-10-04 04:08:38,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0804810523987s 2018-10-04 04:08:38,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 04:08:38,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/24394a3f41a8477e91103e7efdf590bb/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:08:38,558 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:08:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f05723a8-05e3-43ec-b7f2-e971c8d3f32a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:08:38,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/24394a3f41a8477e91103e7efdf590bb/roles/7490eca731204278990d3f9370066ffb used request id req-f05723a8-05e3-43ec-b7f2-e971c8d3f32a 2018-10-04 04:08:38,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.110054969788s 2018-10-04 04:08:38,559 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 04:08:40,984 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 04:08:40.668 11302 INFO rally.deployment.engine [-] Deployment 2417a928-0a5b-47e4-85e7-8c520c441f07 | Starting: Destroy cloud and free allocated resources. 2018-10-04 04:08:40.754 11302 INFO rally.deployment.engine [-] Deployment 2417a928-0a5b-47e4-85e7-8c520c441f07 | Completed: Destroy cloud and free allocated resources. 2018-10-04 04:08:40.776 11302 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 04:08:40.781 11302 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 04:08:43,383 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 04:08:43.083 11305 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=3b45378d-1cd4-420c-b913-815056d903f2) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 3b45378d-1cd4-420c-b913-815056d903f2 | 2018-10-04T04:08:43 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 3b45378d-1cd4-420c-b913-815056d903f2 ~/.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-04 04:08:46,509 - 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-04 04:08:46,509 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 04:08:48,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 04:08:48.701 11311 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=4db62c9e-b1f9-4ae7-87f0-176b70c29d95). 2018-10-04 04:08:48.831 11311 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 04:08:52,947 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 04:08:50.958 11314 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 04:08:51.515 11314 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 04:08:52.742 11314 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) has been successfully created! Using verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) as the default verifier for the future CLI operations. 2018-10-04 04:08:55,945 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-10-04 04:08:55,945 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 04:08:56,074 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 04:08:56,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 04:08:56,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9d057d4-f099-4e57-9763-76a427f9c61b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 04:08:56,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f9d057d4-f099-4e57-9763-76a427f9c61b 2018-10-04 04:08:56,083 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 04:08:56,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f6a35d0b25147098570aedc72db9d19", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T05:08:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4263598437c74f99b9a14e1d941ddfac", "name": "refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/4263598437c74f99b9a14e1d941ddfac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/4263598437c74f99b9a14e1d941ddfac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/4263598437c74f99b9a14e1d941ddfac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/4263598437c74f99b9a14e1d941ddfac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/4263598437c74f99b9a14e1d941ddfac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/4263598437c74f99b9a14e1d941ddfac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/4263598437c74f99b9a14e1d941ddfac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/4263598437c74f99b9a14e1d941ddfac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/4263598437c74f99b9a14e1d941ddfac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/4263598437c74f99b9a14e1d941ddfac", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/4263598437c74f99b9a14e1d941ddfac", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/4263598437c74f99b9a14e1d941ddfac", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b", "id": "24394a3f41a8477e91103e7efdf590bb"}, "audit_ids": ["wzLxQ4M3QAuw30sWaZflfA"], "issued_at": "2018-10-04T04:08:56.000000Z"}} 2018-10-04 04:08:56,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:08:56,477 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 04:08:56 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 04:08:56,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:08:56,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:08:56,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-863177a0-1c60-4ef6-a1b1-a932e8ab6348 Date: Thu, 04 Oct 2018 04:08:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:08:56,651 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-863177a0-1c60-4ef6-a1b1-a932e8ab6348 2018-10-04 04:08:56,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171293973923s 2018-10-04 04:08:56,652 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-863177a0-1c60-4ef6-a1b1-a932e8ab6348 2018-10-04 04:08:56,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 04:08:56,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b"}' 2018-10-04 04:08:56,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 883 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d X-Openstack-Request-Id: req-f1ee2534-26b7-484b-a702-02501a5920bb Date: Thu, 04 Oct 2018 04:08:56 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file", "owner": "4263598437c74f99b9a14e1d941ddfac", "id": "5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "size": null, "self": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:08:56Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "checksum": null, "created_at": "2018-10-04T04:08:56Z", "protected": false} 2018-10-04 04:08:56,857 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f1ee2534-26b7-484b-a702-02501a5920bb 2018-10-04 04:08:56,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.203564167023s 2018-10-04 04:08:56,858 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f1ee2534-26b7-484b-a702-02501a5920bb returning object 5f700a5e-a58b-43a8-a5cc-e8dce8442b3d 2018-10-04 04:08:56,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 04:08:56,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/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}83df4a88e66d2a436f81739ed934172463bcc49e" -d '' 2018-10-04 04:08:58,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1362c0d8-02bf-4886-90e4-54ddbacde1e7 Date: Thu, 04 Oct 2018 04:08: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-04 04:08:58,755 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file used request id req-1362c0d8-02bf-4886-90e4-54ddbacde1e7 2018-10-04 04:08:58,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.89685487747s 2018-10-04 04:08:58,756 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file used request id req-1362c0d8-02bf-4886-90e4-54ddbacde1e7 2018-10-04 04:08:58,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:08:58,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:08:58,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-bd5b5327-10c7-407a-b60e-8155e8b45018 Date: Thu, 04 Oct 2018 04:08:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "metadata": {}}], "file": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file", "owner": "4263598437c74f99b9a14e1d941ddfac", "id": "5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "size": 12716032, "self": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:08:58Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:08:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:08:58,929 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bd5b5327-10c7-407a-b60e-8155e8b45018 2018-10-04 04:08:58,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.17272901535s 2018-10-04 04:08:58,930 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-bd5b5327-10c7-407a-b60e-8155e8b45018 2018-10-04 04:08:58,932 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file', 'owner': u'4263598437c74f99b9a14e1d941ddfac', 'id': u'5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', 'size': 12716032, u'self': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4263598437c74f99b9a14e1d941ddfac', 'name': 'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:08:58Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:08:58Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', 'created': u'2018-10-04T04:08:56Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:08:56Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:08:58,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 04:08:58,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_4425218f-cfc6-4970-a665-bafeadf1035b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 04:08:59,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-141f3c42-3794-464e-948f-f863af6aa149 x-compute-request-id: req-141f3c42-3794-464e-948f-f863af6aa149 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "name": "refstack_defcore-flavor_4425218f-cfc6-4970-a665-bafeadf1035b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 04:08:59,124 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-141f3c42-3794-464e-948f-f863af6aa149 2018-10-04 04:08:59,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.190968990326s 2018-10-04 04:08:59,124 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-141f3c42-3794-464e-948f-f863af6aa149 returning object 5618b76d-590f-41a8-b6c0-adf1f3ebeec1 2018-10-04 04:08:59,125 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_4425218f-cfc6-4970-a665-bafeadf1035b', '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'510ab77bdaaa470cad047d68b7d85c03', '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'5618b76d-590f-41a8-b6c0-adf1f3ebeec1', 'swap': 0}) 2018-10-04 04:08:59,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 04:08:59,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1/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}790b83520048a0b292d0f7556a76789052b83215" -d '{"extra_specs": {}}' 2018-10-04 04:08:59,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-99bdfcc0-6142-4358-8bdf-51f94f6b5f42 x-compute-request-id: req-99bdfcc0-6142-4358-8bdf-51f94f6b5f42 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 04:08:59,146 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1/os-extra_specs used request id req-99bdfcc0-6142-4358-8bdf-51f94f6b5f42 2018-10-04 04:08:59,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201668739319s 2018-10-04 04:08:59,146 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1/os-extra_specs used request id req-99bdfcc0-6142-4358-8bdf-51f94f6b5f42 2018-10-04 04:08:59,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:08:59,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:08:59,156 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 04:08:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 04:08:59,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:08:59,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-518cea14-a395-4794-b71c-9c17ff6bfc29 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f6a35d0b25147098570aedc72db9d19", "links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:08:59,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-518cea14-a395-4794-b71c-9c17ff6bfc29 2018-10-04 04:08:59,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0986969470978s 2018-10-04 04:08:59,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 04:08:59,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:08:59,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:08:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13d7b7c6-da24-4851-9ca5-99b9b6722a18 x-compute-request-id: req-13d7b7c6-da24-4851-9ca5-99b9b6722a18 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 04:08:59,436 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-13d7b7c6-da24-4851-9ca5-99b9b6722a18 2018-10-04 04:08:59,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.187001943588s 2018-10-04 04:08:59,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-13d7b7c6-da24-4851-9ca5-99b9b6722a18 2018-10-04 04:08:59,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:08:59,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:08:59,606 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-c1d78736-9cc7-4c2a-85fa-5a913a8868d2 Date: Thu, 04 Oct 2018 04:08:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "metadata": {}}], "file": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file", "owner": "4263598437c74f99b9a14e1d941ddfac", "id": "5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "size": 12716032, "self": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:08:58Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:08:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:08:59,606 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c1d78736-9cc7-4c2a-85fa-5a913a8868d2 2018-10-04 04:08:59,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.167838096619s 2018-10-04 04:08:59,606 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c1d78736-9cc7-4c2a-85fa-5a913a8868d2 2018-10-04 04:08:59,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 04:08:59,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b"}' 2018-10-04 04:08:59,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 891 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435 X-Openstack-Request-Id: req-2eee2000-c83c-47b9-9643-32c429352118 Date: Thu, 04 Oct 2018 04:08:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435/file", "owner": "4263598437c74f99b9a14e1d941ddfac", "id": "0de1c6e9-4c65-404a-89e0-b609f9408435", "size": null, "self": "/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:08:59Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "checksum": null, "created_at": "2018-10-04T04:08:59Z", "protected": false} 2018-10-04 04:08:59,817 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2eee2000-c83c-47b9-9643-32c429352118 2018-10-04 04:08:59,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.208301067352s 2018-10-04 04:08:59,818 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2eee2000-c83c-47b9-9643-32c429352118 returning object 0de1c6e9-4c65-404a-89e0-b609f9408435 2018-10-04 04:08:59,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 04:08:59,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435/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}83df4a88e66d2a436f81739ed934172463bcc49e" -d '' 2018-10-04 04:09:00,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e59d4630-2a4d-4d28-bccc-5fe083ae15ef Date: Thu, 04 Oct 2018 04:09: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-04 04:09:00,905 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435/file used request id req-e59d4630-2a4d-4d28-bccc-5fe083ae15ef 2018-10-04 04:09:00,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.08692193031s 2018-10-04 04:09:00,906 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435/file used request id req-e59d4630-2a4d-4d28-bccc-5fe083ae15ef 2018-10-04 04:09:00,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:09:00,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:09:01,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2367 Content-Type: application/json X-Openstack-Request-Id: req-4567dc6e-2734-4d09-85d5-6f557910b069 Date: Thu, 04 Oct 2018 04:09:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/0de1c6e9-4c65-404a-89e0-b609f9408435/snap", "metadata": {}}], "file": "/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435/file", "owner": "4263598437c74f99b9a14e1d941ddfac", "id": "0de1c6e9-4c65-404a-89e0-b609f9408435", "size": 12716032, "self": "/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/0de1c6e9-4c65-404a-89e0-b609f9408435/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:09:00Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:08:59Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "metadata": {}}], "file": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file", "owner": "4263598437c74f99b9a14e1d941ddfac", "id": "5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "size": 12716032, "self": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:08:58Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:08:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:09:01,064 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4567dc6e-2734-4d09-85d5-6f557910b069 2018-10-04 04:09:01,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.157250881195s 2018-10-04 04:09:01,064 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4567dc6e-2734-4d09-85d5-6f557910b069 2018-10-04 04:09:01,067 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/0de1c6e9-4c65-404a-89e0-b609f9408435/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435/file', 'owner': u'4263598437c74f99b9a14e1d941ddfac', 'id': u'0de1c6e9-4c65-404a-89e0-b609f9408435', 'size': 12716032, u'self': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4263598437c74f99b9a14e1d941ddfac', 'name': 'refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/0de1c6e9-4c65-404a-89e0-b609f9408435/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:09:00Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:09:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', 'created': u'2018-10-04T04:08:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:08:59Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_4425218f-cfc6-4970-a665-bafeadf1035b', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:09:01,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 04:09:01,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 04:09:01,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:09:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e421b962-2426-4dfa-8248-ba63ed8206b6 x-compute-request-id: req-e421b962-2426-4dfa-8248-ba63ed8206b6 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f81f26d6-2602-4681-9299-e38658fb45ad", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f81f26d6-2602-4681-9299-e38658fb45ad", "name": "refstack_defcore-flavor_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 04:09:01,118 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e421b962-2426-4dfa-8248-ba63ed8206b6 2018-10-04 04:09:01,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.050420999527s 2018-10-04 04:09:01,119 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e421b962-2426-4dfa-8248-ba63ed8206b6 returning object f81f26d6-2602-4681-9299-e38658fb45ad 2018-10-04 04:09:01,120 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4425218f-cfc6-4970-a665-bafeadf1035b', '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'510ab77bdaaa470cad047d68b7d85c03', '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'f81f26d6-2602-4681-9299-e38658fb45ad', 'swap': 0}) 2018-10-04 04:09:01,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 04:09:01,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad/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}790b83520048a0b292d0f7556a76789052b83215" -d '{"extra_specs": {}}' 2018-10-04 04:09:01,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:09:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3cb038a6-0e34-4f06-85d8-d2c2122083b9 x-compute-request-id: req-3cb038a6-0e34-4f06-85d8-d2c2122083b9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 04:09:01,141 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad/os-extra_specs used request id req-3cb038a6-0e34-4f06-85d8-d2c2122083b9 2018-10-04 04:09:01,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206050872803s 2018-10-04 04:09:01,141 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad/os-extra_specs used request id req-3cb038a6-0e34-4f06-85d8-d2c2122083b9 2018-10-04 04:09:01,142 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_4425218f-cfc6-4970-a665-bafeadf1035b', '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'510ab77bdaaa470cad047d68b7d85c03', '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'f81f26d6-2602-4681-9299-e38658fb45ad', 'swap': 0}) 2018-10-04 04:09:04,296 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 04:09:03.257 11333 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) for deployment 'opnfv-rally' (UUID=3b45378d-1cd4-420c-b913-815056d903f2). 2018-10-04 04:09:04.134 11333 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 04:09:04.136 11333 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) has been successfully configured for deployment 'opnfv-rally' (UUID=3b45378d-1cd4-420c-b913-815056d903f2)! 2018-10-04 04:09:04,297 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 04:09:04,297 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 04:09:04,300 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 04:09:09,991 - 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-04 04:09:09,991 - 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-04 04:09:09,991 - 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-04 04:09:09,991 - 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-04 04:09:09,991 - 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-04 04:09:09,992 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks not found in Tempest list. 2018-10-04 04:09:09,992 - 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-04 04:09:09,992 - 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-04 04:09:09,992 - 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-04 04:09:09,992 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_snapshot_metadata.SnapshotV2MetadataTestJSON.test_crud_snapshot_metadata not found in Tempest list. 2018-10-04 04:09:09,992 - 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-04 04:09:09,992 - 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-04 04:09:09,992 - 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-04 04:09:09,992 - 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-04 04:09:09,992 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions not found in Tempest list. 2018-10-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,993 - 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-04 04:09:09,994 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params not found in Tempest list. 2018-10-04 04:09:09,994 - 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-04 04:09:09,994 - 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-04 04:09:09,994 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet not found in Tempest list. 2018-10-04 04:09:09,994 - 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-04 04:09:09,994 - 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-04 04:09:09,994 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload not found in Tempest list. 2018-10-04 04:09:09,994 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields not found in Tempest list. 2018-10-04 04:09:09,994 - 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-04 04:09:09,994 - 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-04 04:09:09,994 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses not found in Tempest list. 2018-10-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,995 - 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-04 04:09:09,996 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list not found in Tempest list. 2018-10-04 04:09:09,996 - 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-04 04:09:09,996 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_network not found in Tempest list. 2018-10-04 04:09:09,996 - 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-04 04:09:09,996 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields not found in Tempest list. 2018-10-04 04:09:09,996 - 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-04 04:09:09,996 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_delete_network_with_subnet not found in Tempest list. 2018-10-04 04:09:09,996 - 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-04 04:09:09,996 - 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-04 04:09:09,996 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_media_types not found in Tempest list. 2018-10-04 04:09:09,996 - 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-04 04:09:09,997 - 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-04 04:09:09,997 - 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-04 04:09:09,997 - 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-04 04:09:09,997 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields not found in Tempest list. 2018-10-04 04:09:09,997 - refstack_client.list_parser - WARNING - Test tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources not found in Tempest list. 2018-10-04 04:09:09,997 - 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-04 04:09:09,997 - 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-04 04:09:09,997 - 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-04 04:09:09,997 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params not found in Tempest list. 2018-10-04 04:09:09,997 - 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-04 04:09:09,997 - 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-04 04:09:09,998 - 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-04 04:09:09,998 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields not found in Tempest list. 2018-10-04 04:09:09,998 - 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-04 04:09:09,998 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_images_schema not found in Tempest list. 2018-10-04 04:09:09,998 - 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-04 04:09:09,998 - 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-04 04:09:09,998 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable not found in Tempest list. 2018-10-04 04:09:09,998 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_readonly_update not found in Tempest list. 2018-10-04 04:09:09,998 - 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-04 04:09:09,998 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volumes_snapshots.VolumesV2SnapshotTestJSON.test_volume_from_snapshot not found in Tempest list. 2018-10-04 04:09:09,998 - 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-04 04:09:09,999 - 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-04 04:09:09,999 - 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-04 04:09:09,999 - 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-04 04:09:09,999 - 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-04 04:09:09,999 - refstack_client.list_parser - WARNING - Test tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets not found in Tempest list. 2018-10-04 04:09:09,999 - 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-04 04:09:09,999 - 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-04 04:09:09,999 - 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-04 04:09:09,999 - refstack_client.list_parser - WARNING - Test tempest.api.volume.test_volume_metadata.VolumesV2MetadataTest.test_crud_volume_metadata not found in Tempest list. 2018-10-04 04:09:09,999 - refstack_client.list_parser - WARNING - Test tempest.api.image.v2.test_images.ListImagesTest.test_get_image_schema not found in Tempest list. 2018-10-04 04:09:09,999 - 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-04 04:09:09,999 - 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-04 04:09:09,999 - refstack_client.list_parser - DEBUG - Number of tests: 200 2018-10-04 04:09:10,002 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 04:09:10,026 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 04:09:10,026 - 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-04 04:09:12,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:12.191 11345 INFO rally.api [-] Starting verification (UUID=4325bee2-4921-4f58-a6a1-8504066ffe9d) for deployment 'opnfv-rally' (UUID=3b45378d-1cd4-420c-b913-815056d903f2) by verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe). 2018-10-04 04:09:12,193 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 4325bee2-4921-4f58-a6a1-8504066ffe9d 2018-10-04 04:09:20,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:20.363 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.766s] 2018-10-04 04:09:29,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:29.215 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [10.495s] 2018-10-04 04:09:32,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:32.919 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [12.550s] 2018-10-04 04:09:40,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:40.007 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.054s] 2018-10-04 04:09:43,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:43.022 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [3.012s] 2018-10-04 04:09:50,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:50.158 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [22.985s] 2018-10-04 04:09:50,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:50.756 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [17.835s] 2018-10-04 04:09:51,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:09:51.948 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.793s] 2018-10-04 04:10:00,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:00.379 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [9.623s] 2018-10-04 04:10:04,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:04.933 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.748s] 2018-10-04 04:10:05,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:05.927 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.993s] 2018-10-04 04:10:06,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:06.659 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.731s] 2018-10-04 04:10:07,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:07.350 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.690s] 2018-10-04 04:10:08,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.166 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.816s] 2018-10-04 04:10:08,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.237 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.070s] 2018-10-04 04:10:08,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.326 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.088s] 2018-10-04 04:10:08,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.393 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.067s] 2018-10-04 04:10:08,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.456 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.063s] 2018-10-04 04:10:08,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.530 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.073s] 2018-10-04 04:10:08,671 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:10:08.671 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.140s] 2018-10-04 04:11:02,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:02.788 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [62.394s] 2018-10-04 04:11:03,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:03.839 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [14.430s] 2018-10-04 04:11:07,870 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:07.869 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.288s] 2018-10-04 04:11:08,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:11:08.220 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.350s] 2018-10-04 04:12:16,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:12:16.338 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [72.499s] 2018-10-04 04:12:45,511 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:12:45.511 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [29.168s] 2018-10-04 04:13:03,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:03.012 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.500s] 2018-10-04 04:13:26,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:26.932 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.302s] 2018-10-04 04:13:26,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:26.993 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.068s] 2018-10-04 04:13:27,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:27.056 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.871s] 2018-10-04 04:13:27,923 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:27.922 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.928s] 2018-10-04 04:13:28,072 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:28.072 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.014s] 2018-10-04 04:13:29,276 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:29.276 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.203s] 2018-10-04 04:13:30,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:30.544 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.266s] 2018-10-04 04:13:31,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:31.296 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.752s] 2018-10-04 04:13:33,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:33.026 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.730s] 2018-10-04 04:13:33,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:33.911 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.884s] 2018-10-04 04:13:34,587 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:34.587 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.676s] 2018-10-04 04:13:35,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:35.199 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.611s] 2018-10-04 04:13:36,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:36.368 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.167s] 2018-10-04 04:13:36,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:36.895 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.527s] 2018-10-04 04:13:37,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:37.717 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.821s] 2018-10-04 04:13:38,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:38.261 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.543s] 2018-10-04 04:13:39,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:39.301 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.039s] 2018-10-04 04:13:39,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:39.826 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.524s] 2018-10-04 04:13:40,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:40.354 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.528s] 2018-10-04 04:13:40,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:40.881 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.526s] 2018-10-04 04:13:41,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:41.243 11345 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.362s] 2018-10-04 04:13:47,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:47.914 11345 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [1.256s] 2018-10-04 04:13:57,242 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:13:57.241 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.245s] 2018-10-04 04:14:02,516 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:02.516 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.275s] 2018-10-04 04:14:03,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:03.900 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.383s] 2018-10-04 04:14:04,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.102 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.202s] 2018-10-04 04:14:04,296 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.295 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.192s] 2018-10-04 04:14:04,506 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.506 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.210s] 2018-10-04 04:14:04,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:04.560 11345 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.054s] 2018-10-04 04:14:11,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:11.246 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.167s] 2018-10-04 04:14:21,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:21.725 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.134s] 2018-10-04 04:14:30,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:30.535 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.808s] 2018-10-04 04:14:41,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:41.257 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [204.896s] 2018-10-04 04:14:45,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:14:45.713 11345 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [15.176s] 2018-10-04 04:15:11,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:11.455 11345 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [30.190s] 2018-10-04 04:15:23,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:23.308 11345 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.315s] 2018-10-04 04:15:38,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:38.867 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.158s] 2018-10-04 04:15:39,019 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.019 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.152s] 2018-10-04 04:15:39,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.193 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.174s] 2018-10-04 04:15:39,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.379 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.185s] 2018-10-04 04:15:39,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:39.942 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.562s] 2018-10-04 04:15:40,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:40.659 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.716s] 2018-10-04 04:15:41,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:41.371 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.711s] 2018-10-04 04:15:41,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:41.961 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.589s] 2018-10-04 04:15:42,003 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:42.003 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.041s] 2018-10-04 04:15:42,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:42.188 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.185s] 2018-10-04 04:15:54,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:54.411 11345 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.972s] 2018-10-04 04:15:54,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:15:54.579 11345 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-04 04:16:00,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:00.007 11345 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.129s] 2018-10-04 04:16:09,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:09.314 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [1.503s] 2018-10-04 04:16:11,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:11.044 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.730s] 2018-10-04 04:16:23,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:23.935 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.040s] 2018-10-04 04:16:23,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:23.980 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.045s] 2018-10-04 04:16:24,181 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:24.180 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.200s] 2018-10-04 04:16:25,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.039 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.857s] 2018-10-04 04:16:25,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.277 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.238s] 2018-10-04 04:16:25,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.937 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.659s] 2018-10-04 04:16:25,975 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:25.974 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.037s] 2018-10-04 04:16:26,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.165 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.190s] 2018-10-04 04:16:26,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.215 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.049s] 2018-10-04 04:16:26,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.267 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.052s] 2018-10-04 04:16:26,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.310 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.042s] 2018-10-04 04:16:26,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.534 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.223s] 2018-10-04 04:16:26,623 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.623 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.088s] 2018-10-04 04:16:26,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.674 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-10-04 04:16:26,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:26.723 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.048s] 2018-10-04 04:16:33,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:33.584 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.015s] 2018-10-04 04:16:33,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:33.745 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.160s] 2018-10-04 04:16:33,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:33.929 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.184s] 2018-10-04 04:16:34,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.099 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.169s] 2018-10-04 04:16:34,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.258 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.158s] 2018-10-04 04:16:34,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.421 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.163s] 2018-10-04 04:16:34,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.594 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.172s] 2018-10-04 04:16:34,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.784 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.189s] 2018-10-04 04:16:34,942 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.942 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.157s] 2018-10-04 04:16:34,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.982 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.040s] 2018-10-04 04:16:34,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:34.993 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.010s] 2018-10-04 04:16:35,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.037 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.043s] 2018-10-04 04:16:35,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.090 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.052s] 2018-10-04 04:16:35,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.128 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.038s] 2018-10-04 04:16:35,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.166 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.038s] 2018-10-04 04:16:35,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.176 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.009s] 2018-10-04 04:16:35,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.211 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.034s] 2018-10-04 04:16:35,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.383 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.171s] 2018-10-04 04:16:35,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.397 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.464s] 2018-10-04 04:16:35,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.398 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-10-04 04:16:35,418 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.418 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.034s] 2018-10-04 04:16:35,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:16:35.450 11345 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.032s] 2018-10-04 04:20:18,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:20:18.387 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.177s] 2018-10-04 04:20:18,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:20:18.458 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.080s] 2018-10-04 04:20:19,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:20:19.304 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.845s] 2018-10-04 04:23:26,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:26.703 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.385s] 2018-10-04 04:23:26,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:26.705 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2018-10-04 04:23:47,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:47.370 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.351s] 2018-10-04 04:23:47,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:47.583 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.212s] 2018-10-04 04:23:47,774 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:47.774 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.190s] 2018-10-04 04:23:48,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:48.137 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.363s] 2018-10-04 04:23:48,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:48.703 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.565s] 2018-10-04 04:23:49,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:49.247 11345 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.544s] 2018-10-04 04:23:55,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:55.456 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.230s] 2018-10-04 04:23:57,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:23:57.175 11345 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.718s] 2018-10-04 04:24:04,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:04.498 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.852s] 2018-10-04 04:24:06,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:06.124 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.626s] 2018-10-04 04:24:10,124 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:10.124 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.995s] 2018-10-04 04:24:11,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:11.076 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.955s] 2018-10-04 04:24:12,668 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:12.667 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.589s] 2018-10-04 04:24:14,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:14.045 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.378s] 2018-10-04 04:24:16,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:16.011 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.963s] 2018-10-04 04:24:16,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:16.211 11345 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.203s] 2018-10-04 04:24:19,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:19.820 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.545s] 2018-10-04 04:24:25,120 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:25.120 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.796s] 2018-10-04 04:24:26,161 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:26.161 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.040s] 2018-10-04 04:24:54,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:24:54.516 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [28.351s] 2018-10-04 04:25:06,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:06.956 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.589s] 2018-10-04 04:25:07,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:07.828 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.872s] 2018-10-04 04:25:18,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:18.449 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.181s] 2018-10-04 04:25:18,637 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:25:18.636 11345 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.187s] 2018-10-04 04:25:21,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 4325bee2-4921-4f58-a6a1-8504066ffe9d 2018-10-04 04:25:21,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '4325bee2-4921-4f58-a6a1-8504066ffe9d']'. 2018-10-04 04:25:22,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 04:25:22,543 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 4325bee2-4921-4f58-a6a1-8504066ffe9d | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 04:09:12 | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 04:25:21 | 2018-10-04 04:25:22,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:16:09 | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 3b21b087-87ce-4720-a56d-c03d991cefbe) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 3b45378d-1cd4-420c-b913-815056d903f2) | 2018-10-04 04:25:22,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 144 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 961.817 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 139 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 5 | 2018-10-04 04:25:22,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:25:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 04:25:22,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 04:25:22,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 96.5277777778% 2018-10-04 04:25:22,826 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:25:22,827 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 16:27 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-10-04 04:25:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 04:25:22,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:25:24,232 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-49493185-d274-4693-a98b-395283b516b1 Date: Thu, 04 Oct 2018 04:25:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 04:25:24,232 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435 used request id req-49493185-d274-4693-a98b-395283b516b1 2018-10-04 04:25:24,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.3999171257s 2018-10-04 04:25:24,232 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0de1c6e9-4c65-404a-89e0-b609f9408435 used request id req-49493185-d274-4693-a98b-395283b516b1 2018-10-04 04:25:24,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 04:25:24,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:24,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04: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-b2e02cbe-40fa-4e01-b6a5-9991b6c4ff01 x-compute-request-id: req-b2e02cbe-40fa-4e01-b6a5-9991b6c4ff01 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "name": "refstack_defcore-flavor_4425218f-cfc6-4970-a665-bafeadf1035b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f81f26d6-2602-4681-9299-e38658fb45ad", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "f81f26d6-2602-4681-9299-e38658fb45ad", "name": "refstack_defcore-flavor_alt_4425218f-cfc6-4970-a665-bafeadf1035b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 04:25:24,772 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b2e02cbe-40fa-4e01-b6a5-9991b6c4ff01 2018-10-04 04:25:24,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.539504051208s 2018-10-04 04:25:24,773 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b2e02cbe-40fa-4e01-b6a5-9991b6c4ff01 2018-10-04 04:25:24,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 04:25:24,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:24,833 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 04: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 x-openstack-request-id: req-31e72bfb-ab76-4b29-b22e-cdfe7754ee25 x-compute-request-id: req-31e72bfb-ab76-4b29-b22e-cdfe7754ee25 Content-Length: 0 Content-Type: application/json 2018-10-04 04:25:24,833 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad used request id req-31e72bfb-ab76-4b29-b22e-cdfe7754ee25 2018-10-04 04:25:24,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0583188533783s 2018-10-04 04:25:24,834 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f81f26d6-2602-4681-9299-e38658fb45ad used request id req-31e72bfb-ab76-4b29-b22e-cdfe7754ee25 2018-10-04 04:25:24,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:25:24,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:25:24,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1213 Content-Type: application/json X-Openstack-Request-Id: req-6fdb7e20-bb7c-4209-83d4-d072959e7847 Date: Thu, 04 Oct 2018 04:25:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "metadata": {}}], "file": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/file", "owner": "4263598437c74f99b9a14e1d941ddfac", "id": "5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "size": 12716032, "self": "/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:08:58Z", "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_4425218f-cfc6-4970-a665-bafeadf1035b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:08:56Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:25:24,999 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6fdb7e20-bb7c-4209-83d4-d072959e7847 2018-10-04 04:25:24,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.164623975754s 2018-10-04 04:25:24,999 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6fdb7e20-bb7c-4209-83d4-d072959e7847 2018-10-04 04:25:25,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 04:25:25,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83df4a88e66d2a436f81739ed934172463bcc49e" 2018-10-04 04:25:26,449 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b24c7ec3-a07a-47c0-8fc9-5222edb3293b Date: Thu, 04 Oct 2018 04:25:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 04:25:26,449 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d used request id req-b24c7ec3-a07a-47c0-8fc9-5222edb3293b 2018-10-04 04:25:26,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.44784021378s 2018-10-04 04:25:26,449 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5f700a5e-a58b-43a8-a5cc-e8dce8442b3d used request id req-b24c7ec3-a07a-47c0-8fc9-5222edb3293b 2018-10-04 04:25:26,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 04:25:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:26,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25: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-63d7d07c-0014-4f13-9b22-b4496825c16a x-compute-request-id: req-63d7d07c-0014-4f13-9b22-b4496825c16a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "5618b76d-590f-41a8-b6c0-adf1f3ebeec1", "name": "refstack_defcore-flavor_4425218f-cfc6-4970-a665-bafeadf1035b", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 04:25:26,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-63d7d07c-0014-4f13-9b22-b4496825c16a 2018-10-04 04:25:26,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0364072322845s 2018-10-04 04:25:26,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-63d7d07c-0014-4f13-9b22-b4496825c16a 2018-10-04 04:25:26,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 04:25:26,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:26,539 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 04:25: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-a9649198-8967-45a8-92a6-d1f1d3df1014 x-compute-request-id: req-a9649198-8967-45a8-92a6-d1f1d3df1014 Content-Length: 0 Content-Type: application/json 2018-10-04 04:25:26,540 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1 used request id req-a9649198-8967-45a8-92a6-d1f1d3df1014 2018-10-04 04:25:26,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0515670776367s 2018-10-04 04:25:26,540 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5618b76d-590f-41a8-b6c0-adf1f3ebeec1 used request id req-a9649198-8967-45a8-92a6-d1f1d3df1014 2018-10-04 04:25:26,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:25:26,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:26,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a60b221c-ec70-4ba6-bf7b-59b5a5c82076 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b", "links": {"self": "http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb"}, "domain_id": "default", "enabled": true, "id": "24394a3f41a8477e91103e7efdf590bb", "options": {}}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:25:26,640 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a60b221c-ec70-4ba6-bf7b-59b5a5c82076 2018-10-04 04:25:26,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100001096725s 2018-10-04 04:25:26,641 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-a60b221c-ec70-4ba6-bf7b-59b5a5c82076 2018-10-04 04:25:26,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:25:26,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:26,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3f25043-75a7-469e-89ea-ea4eea4dfdbc Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb"}, "enabled": true, "id": "24394a3f41a8477e91103e7efdf590bb", "options": {}, "domain_id": "default", "name": "refstack_defcore-user_4425218f-cfc6-4970-a665-bafeadf1035b"}} 2018-10-04 04:25:26,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb used request id req-f3f25043-75a7-469e-89ea-ea4eea4dfdbc 2018-10-04 04:25:26,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0926699638367s 2018-10-04 04:25:26,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb used request id req-f3f25043-75a7-469e-89ea-ea4eea4dfdbc 2018-10-04 04:25:26,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 04:25:26,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:26,921 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:25:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22887382-20b0-4005-ad1f-357604d5b36e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:25:26,921 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb used request id req-22887382-20b0-4005-ad1f-357604d5b36e 2018-10-04 04:25:26,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.180738925934s 2018-10-04 04:25:26,921 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/24394a3f41a8477e91103e7efdf590bb used request id req-22887382-20b0-4005-ad1f-357604d5b36e 2018-10-04 04:25:26,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 04:25:26,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:27,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d880f3-5148-4a05-b899-e088c136ea22 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac"}, "enabled": true, "id": "4263598437c74f99b9a14e1d941ddfac", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_4425218f-cfc6-4970-a665-bafeadf1035b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 04:25:27,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-35d880f3-5148-4a05-b899-e088c136ea22 2018-10-04 04:25:27,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0857930183411s 2018-10-04 04:25:27,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-35d880f3-5148-4a05-b899-e088c136ea22 2018-10-04 04:25:27,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 04:25:27,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:27,211 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e621e3b2-eea6-48b7-b5b5-48d965af62c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:25:27,211 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac used request id req-e621e3b2-eea6-48b7-b5b5-48d965af62c2 2018-10-04 04:25:27,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.200472831726s 2018-10-04 04:25:27,211 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4263598437c74f99b9a14e1d941ddfac used request id req-e621e3b2-eea6-48b7-b5b5-48d965af62c2 2018-10-04 04:25:27,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:27,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:27,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fe0e62d-2f6c-4f1a-949c-fbaaceb28093 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f6a35d0b25147098570aedc72db9d19", "links": {"self": "http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19"}, "name": "Member"}, {"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:25:27,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6fe0e62d-2f6c-4f1a-949c-fbaaceb28093 2018-10-04 04:25:27,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0819501876831s 2018-10-04 04:25:27,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 04:25:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:27,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:25:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4b8c85a-8e58-44f6-9b3d-3bca1610ab55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:25:27,399 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/0f6a35d0b25147098570aedc72db9d19 used request id req-e4b8c85a-8e58-44f6-9b3d-3bca1610ab55 2018-10-04 04:25:27,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.10425901413s 2018-10-04 04:25:27,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 04:25:27,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=4263598437c74f99b9a14e1d941ddfac&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}790b83520048a0b292d0f7556a76789052b83215" 2018-10-04 04:25:27,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-41623f04-a556-4db9-819f-b86a50d2d127 Date: Thu, 04 Oct 2018 04:25:27 GMT RESP BODY: {"security_groups": []} 2018-10-04 04:25:27,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=4263598437c74f99b9a14e1d941ddfac&name=default used request id req-41623f04-a556-4db9-819f-b86a50d2d127 2018-10-04 04:25:27,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.17541885376s 2018-10-04 04:25:27,578 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=4263598437c74f99b9a14e1d941ddfac&name=default used request id req-41623f04-a556-4db9-819f-b86a50d2d127 2018-10-04 04:25:27,579 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-10-04 04:25:27,632 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-10-04 04:25:27,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 04:25:27,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 04:25:27,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 04:25:27,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 04:25:27,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 04:25:27,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 04:25:27,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b14cc805-a3ac-43c5-ae8f-d0066181d6bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 04:25:27,715 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b14cc805-a3ac-43c5-ae8f-d0066181d6bd 2018-10-04 04:25:27,716 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 04:25:28,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T05:25:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["kMAveAo6RkeEgds693hQgA"], "issued_at": "2018-10-04T04:25:28.000000Z"}} 2018-10-04 04:25:28,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 04:25:28,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:28,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-709954d8-2bdb-4f98-b46f-66bf639b26fa Date: Thu, 04 Oct 2018 04:25:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 04:25:28,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-709954d8-2bdb-4f98-b46f-66bf639b26fa 2018-10-04 04:25:28,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261667966843s 2018-10-04 04:25:28,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-709954d8-2bdb-4f98-b46f-66bf639b26fa 2018-10-04 04:25:28,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 04:25:28,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:28,371 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 04:25:28 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 04:25:28,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:28,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9b0c49b-f273-4b30-a1e7-c0bebd074f02 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 04:25:28,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-b9b0c49b-f273-4b30-a1e7-c0bebd074f02 2018-10-04 04:25:28,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.0866868495941s 2018-10-04 04:25:28,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 04:25:28,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_83955742-1659-402c-97ff-8f6c38fb0419"}}' 2018-10-04 04:25:28,555 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 04:25:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0dcb8525-ec0f-4281-b85e-02cde52fc590 Content-Length: 348 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead"}, "enabled": true, "id": "5038012922b8456784edc902ee62cead", "parent_id": "default", "domain_id": "default", "name": "patrole-project_83955742-1659-402c-97ff-8f6c38fb0419"}} 2018-10-04 04:25:28,555 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0dcb8525-ec0f-4281-b85e-02cde52fc590 2018-10-04 04:25:28,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.104921102524s 2018-10-04 04:25:28,556 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-0dcb8525-ec0f-4281-b85e-02cde52fc590 2018-10-04 04:25:28,557 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'id': u'5038012922b8456784edc902ee62cead', '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-04 04:25:28,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 04:25:28,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.352036952972s 2018-10-04 04:25:28,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b932495-ef2b-483f-bcd3-802adb33f217 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23"}, "enabled": true, "id": "9a069ba7dd004ad6a536df4b8d35fa23", "options": {}, "domain_id": "default", "name": "patrole-user_83955742-1659-402c-97ff-8f6c38fb0419"}} 2018-10-04 04:25:29,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 used request id req-0b932495-ef2b-483f-bcd3-802adb33f217 2018-10-04 04:25:29,011 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9a069ba7dd004ad6a536df4b8d35fa23', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_83955742-1659-402c-97ff-8f6c38fb0419'}) 2018-10-04 04:25:29,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:29,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c8fccef-373a-415f-b4cc-7d490f066d42 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:25:29,095 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8c8fccef-373a-415f-b4cc-7d490f066d42 2018-10-04 04:25:29,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0830769538879s 2018-10-04 04:25:29,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a019773a-57ea-4c03-a747-bbd471b75c8a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 04:25:29,188 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a019773a-57ea-4c03-a747-bbd471b75c8a 2018-10-04 04:25:29,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0923290252686s 2018-10-04 04:25:29,189 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 04:25:29,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 04:25:29,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" -d '{"role": {"name": "Member"}}' 2018-10-04 04:25:29,298 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8484089b-57e4-44bb-b52a-dcbecec69bcf Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "a063db601c2d4d97aabbd6d233e260c0", "links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "name": "Member"}} 2018-10-04 04:25:29,298 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-8484089b-57e4-44bb-b52a-dcbecec69bcf 2018-10-04 04:25:29,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.108878135681s 2018-10-04 04:25:29,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab148ae3-ff77-489a-9032-6aa0c86aa55c Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "domain_id": null, "name": "Member", "id": "a063db601c2d4d97aabbd6d233e260c0"}} 2018-10-04 04:25:29,378 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0 used request id req-ab148ae3-ff77-489a-9032-6aa0c86aa55c 2018-10-04 04:25:29,379 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0'}, 'domain_id': None, 'human_id': None, 'id': u'a063db601c2d4d97aabbd6d233e260c0', 'HUMAN_ID': False}) 2018-10-04 04:25:29,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:29,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-090394ef-d2c0-4825-a3c4-c166b4a4ce12 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a063db601c2d4d97aabbd6d233e260c0", "links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "name": "Member"}]} 2018-10-04 04:25:29,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-090394ef-d2c0-4825-a3c4-c166b4a4ce12 2018-10-04 04:25:29,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.079528093338s 2018-10-04 04:25:29,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 04:25:29,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f2655a0-b2a5-47c4-80c0-2320284bb555 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 04:25:29,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-0f2655a0-b2a5-47c4-80c0-2320284bb555 2018-10-04 04:25:29,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0742609500885s 2018-10-04 04:25:29,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:25:29,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63e1a986-232a-42ca-8677-b1ba05c0b4b7 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_83955742-1659-402c-97ff-8f6c38fb0419", "links": {"self": "http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23"}, "domain_id": "default", "enabled": true, "id": "9a069ba7dd004ad6a536df4b8d35fa23", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:25:29,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-63e1a986-232a-42ca-8677-b1ba05c0b4b7 2018-10-04 04:25:29,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0971510410309s 2018-10-04 04:25:29,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-63e1a986-232a-42ca-8677-b1ba05c0b4b7 2018-10-04 04:25:29,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 04:25:29,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e042a745-31c1-45b3-b606-c235c31f2cad Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead"}, "enabled": true, "id": "5038012922b8456784edc902ee62cead", "parent_id": "default", "domain_id": "default", "name": "patrole-project_83955742-1659-402c-97ff-8f6c38fb0419"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 04:25:29,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e042a745-31c1-45b3-b606-c235c31f2cad 2018-10-04 04:25:29,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0844810009003s 2018-10-04 04:25:29,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e042a745-31c1-45b3-b606-c235c31f2cad 2018-10-04 04:25:29,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 04:25:29,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&scope.project.id=5038012922b8456784edc902ee62cead&role.id=a063db601c2d4d97aabbd6d233e260c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bb997d1-2b47-4868-98d7-cc8f7ef1364c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&scope.project.id=5038012922b8456784edc902ee62cead&role.id=a063db601c2d4d97aabbd6d233e260c0", "previous": null, "next": null}} 2018-10-04 04:25:29,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&scope.project.id=5038012922b8456784edc902ee62cead&role.id=a063db601c2d4d97aabbd6d233e260c0 used request id req-1bb997d1-2b47-4868-98d7-cc8f7ef1364c 2018-10-04 04:25:29,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0745348930359s 2018-10-04 04:25:29,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 04:25:29,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead/users/9a069ba7dd004ad6a536df4b8d35fa23/roles/a063db601c2d4d97aabbd6d233e260c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:29,923 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1f85703-dda7-4ed7-a992-c6e22356c159 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:25:29,924 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead/users/9a069ba7dd004ad6a536df4b8d35fa23/roles/a063db601c2d4d97aabbd6d233e260c0 used request id req-c1f85703-dda7-4ed7-a992-c6e22356c159 2018-10-04 04:25:29,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.122220039368s 2018-10-04 04:25:29,925 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 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': '313e5be0-42c5-440e-8ced-5f1a702c679f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'username': u'patrole-user_83955742-1659-402c-97ff-8f6c38fb0419', 'project_id': u'5038012922b8456784edc902ee62cead', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 04:25:29,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 04:25:29,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 04:25:29,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 04:25:29,926 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 04:25:29,927 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 04:25:29,928 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 04:25:29,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 04:25:29,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 04:25:29,929 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 04:25:29,930 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_83955742-1659-402c-97ff-8f6c38fb0419', 'password': '313e5be0-42c5-440e-8ced-5f1a702c679f', 'project_name': 'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '5038012922b8456784edc902ee62cead', 'project_domain_name': 'Default'} 2018-10-04 04:25:29,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:29,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c77ad2-9a09-4fce-86c4-5be614abd545 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a063db601c2d4d97aabbd6d233e260c0", "links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "name": "Member"}]} 2018-10-04 04:25:30,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-65c77ad2-9a09-4fce-86c4-5be614abd545 2018-10-04 04:25:30,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0763709545135s 2018-10-04 04:25:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:30,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5abdbba-db2f-4cd7-95b5-96ffa03726ee Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a063db601c2d4d97aabbd6d233e260c0", "links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "name": "Member"}]} 2018-10-04 04:25:30,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-a5abdbba-db2f-4cd7-95b5-96ffa03726ee 2018-10-04 04:25:30,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0734260082245s 2018-10-04 04:25:30,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 04:25:30,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e99bfb29-fd03-447c-ae14-b24ed6f64a87 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 04:25:30,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e99bfb29-fd03-447c-ae14-b24ed6f64a87 2018-10-04 04:25:30,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0155739784241s 2018-10-04 04:25:30,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:25:30,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26387b6d-8e32-46d0-b966-e53ad22420f4 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_83955742-1659-402c-97ff-8f6c38fb0419", "links": {"self": "http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23"}, "domain_id": "default", "enabled": true, "id": "9a069ba7dd004ad6a536df4b8d35fa23", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:25:30,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-26387b6d-8e32-46d0-b966-e53ad22420f4 2018-10-04 04:25:30,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102477073669s 2018-10-04 04:25:30,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-26387b6d-8e32-46d0-b966-e53ad22420f4 2018-10-04 04:25:30,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 04:25:30,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39739bac-ee52-4510-b3a5-3606f7782e0c Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead"}, "enabled": true, "id": "5038012922b8456784edc902ee62cead", "parent_id": "default", "domain_id": "default", "name": "patrole-project_83955742-1659-402c-97ff-8f6c38fb0419"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 04:25:30,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-39739bac-ee52-4510-b3a5-3606f7782e0c 2018-10-04 04:25:30,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178882837296s 2018-10-04 04:25:30,388 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-39739bac-ee52-4510-b3a5-3606f7782e0c 2018-10-04 04:25:30,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 04:25:30,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&scope.project.id=5038012922b8456784edc902ee62cead&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86a87fc8-f47e-486a-90b9-183ff681d096 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&scope.project.id=5038012922b8456784edc902ee62cead&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 04:25:30,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&scope.project.id=5038012922b8456784edc902ee62cead&role.id=7490eca731204278990d3f9370066ffb used request id req-86a87fc8-f47e-486a-90b9-183ff681d096 2018-10-04 04:25:30,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0871131420135s 2018-10-04 04:25:30,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 04:25:30,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead/users/9a069ba7dd004ad6a536df4b8d35fa23/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,613 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2585993-78ee-4b6c-9cee-5eece578dd59 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:25:30,613 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead/users/9a069ba7dd004ad6a536df4b8d35fa23/roles/7490eca731204278990d3f9370066ffb used request id req-c2585993-78ee-4b6c-9cee-5eece578dd59 2018-10-04 04:25:30,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.135517120361s 2018-10-04 04:25:30,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:30,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cb8f30f-f532-4d4e-a5ff-a5045d45b406 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a063db601c2d4d97aabbd6d233e260c0", "links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "name": "Member"}]} 2018-10-04 04:25:30,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0cb8f30f-f532-4d4e-a5ff-a5045d45b406 2018-10-04 04:25:30,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0719749927521s 2018-10-04 04:25:30,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 04:25:30,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aa8976e-eb53-4ef5-a8fe-780c475f91c5 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 04:25:30,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-1aa8976e-eb53-4ef5-a8fe-780c475f91c5 2018-10-04 04:25:30,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.161522865295s 2018-10-04 04:25:30,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:25:30,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:30,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50a71f0f-e93c-47ef-97ee-a9a815fba604 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_83955742-1659-402c-97ff-8f6c38fb0419", "links": {"self": "http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23"}, "domain_id": "default", "enabled": true, "id": "9a069ba7dd004ad6a536df4b8d35fa23", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:25:30,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50a71f0f-e93c-47ef-97ee-a9a815fba604 2018-10-04 04:25:30,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0989429950714s 2018-10-04 04:25:30,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50a71f0f-e93c-47ef-97ee-a9a815fba604 2018-10-04 04:25:30,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 04:25:30,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:31,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8426792a-a38b-4cdc-9d2b-b49fa301db96 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 04:25:31,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=9a069ba7dd004ad6a536df4b8d35fa23&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default used request id req-8426792a-a38b-4cdc-9d2b-b49fa301db96 2018-10-04 04:25:31,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.07470703125s 2018-10-04 04:25:31,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 04:25:31,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/9a069ba7dd004ad6a536df4b8d35fa23/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:25:31,157 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:25:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1218cbc7-eda8-442f-b548-9cbb263fb5a9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:25:31,157 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/9a069ba7dd004ad6a536df4b8d35fa23/roles/7490eca731204278990d3f9370066ffb used request id req-1218cbc7-eda8-442f-b548-9cbb263fb5a9 2018-10-04 04:25:31,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.128220081329s 2018-10-04 04:25:31,158 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 04:25:33,980 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 04:25:33.582 11383 INFO rally.deployment.engine [-] Deployment 3b45378d-1cd4-420c-b913-815056d903f2 | Starting: Destroy cloud and free allocated resources. 2018-10-04 04:25:33.667 11383 INFO rally.deployment.engine [-] Deployment 3b45378d-1cd4-420c-b913-815056d903f2 | Completed: Destroy cloud and free allocated resources. 2018-10-04 04:25:33.714 11383 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe) for deployment 'opnfv-rally'. 2018-10-04 04:25:33.734 11383 INFO rally.api [-] Deleting verification (UUID=4325bee2-4921-4f58-a6a1-8504066ffe9d). 2018-10-04 04:25:33.766 11383 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 04:25:33.766 11383 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe). 2018-10-04 04:25:33.774 11383 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 04:25:36,369 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 04:25:36.087 11386 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=1bc10bb8-ab2b-4e07-aff5-48db3773864f) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 1bc10bb8-ab2b-4e07-aff5-48db3773864f | 2018-10-04T04:25:36 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 1bc10bb8-ab2b-4e07-aff5-48db3773864f ~/.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-04 04:25:39,727 - 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-04 04:25:39,728 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 04:25:42,097 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 04:25:41.840 11392 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=3b21b087-87ce-4720-a56d-c03d991cefbe). 2018-10-04 04:25:41.966 11392 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 04:25:45,700 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 04:25:44.184 11395 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 04:25:44.344 11395 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 04:25:45.529 11395 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) has been successfully created! Using verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) as the default verifier for the future CLI operations. 2018-10-04 04:25:48,688 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-10-04 04:25:48,689 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 04:25:48,821 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 04:25:48,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 04:25:48,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e1c9c9a-ae5e-409a-9a72-bf84ea99b176 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 04:25:48,829 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2e1c9c9a-ae5e-409a-9a72-bf84ea99b176 2018-10-04 04:25:48,830 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 04:25:49,210 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "a063db601c2d4d97aabbd6d233e260c0", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T05:25:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5038012922b8456784edc902ee62cead", "name": "patrole-project_83955742-1659-402c-97ff-8f6c38fb0419"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/5038012922b8456784edc902ee62cead", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/5038012922b8456784edc902ee62cead", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/5038012922b8456784edc902ee62cead", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/5038012922b8456784edc902ee62cead", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/5038012922b8456784edc902ee62cead", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/5038012922b8456784edc902ee62cead", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/5038012922b8456784edc902ee62cead", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/5038012922b8456784edc902ee62cead", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/5038012922b8456784edc902ee62cead", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/5038012922b8456784edc902ee62cead", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/5038012922b8456784edc902ee62cead", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/5038012922b8456784edc902ee62cead", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_83955742-1659-402c-97ff-8f6c38fb0419", "id": "9a069ba7dd004ad6a536df4b8d35fa23"}, "audit_ids": ["AEMtLf5-Q86osaXgS8QMWw"], "issued_at": "2018-10-04T04:25:49.000000Z"}} 2018-10-04 04:25:49,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:49,220 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 04:25:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 04:25:49,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:25:49,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:49,391 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3d948e7e-85fe-41c3-8a5e-052155d26cd1 Date: Thu, 04 Oct 2018 04:25:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:25:49,391 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3d948e7e-85fe-41c3-8a5e-052155d26cd1 2018-10-04 04:25:49,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.168100833893s 2018-10-04 04:25:49,392 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3d948e7e-85fe-41c3-8a5e-052155d26cd1 2018-10-04 04:25:49,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 04:25:49,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_83955742-1659-402c-97ff-8f6c38fb0419"}' 2018-10-04 04:25:49,631 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1af324a0-4530-4dd1-adff-d22245e01153 X-Openstack-Request-Id: req-de18d646-fb96-4b9f-ab3d-c3cc6dedeebb Date: Thu, 04 Oct 2018 04:25:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file", "owner": "5038012922b8456784edc902ee62cead", "id": "1af324a0-4530-4dd1-adff-d22245e01153", "size": null, "self": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:25:49Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "checksum": null, "created_at": "2018-10-04T04:25:49Z", "protected": false} 2018-10-04 04:25:49,631 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-de18d646-fb96-4b9f-ab3d-c3cc6dedeebb 2018-10-04 04:25:49,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.237344026566s 2018-10-04 04:25:49,631 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-de18d646-fb96-4b9f-ab3d-c3cc6dedeebb returning object 1af324a0-4530-4dd1-adff-d22245e01153 2018-10-04 04:25:49,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 04:25:49,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/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}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" -d '' 2018-10-04 04:25:51,133 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59413081-3f5d-43c2-95ce-54bc64a525cf Date: Thu, 04 Oct 2018 04:25:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 04:25:51,134 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file used request id req-59413081-3f5d-43c2-95ce-54bc64a525cf 2018-10-04 04:25:51,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.50159907341s 2018-10-04 04:25:51,134 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file used request id req-59413081-3f5d-43c2-95ce-54bc64a525cf 2018-10-04 04:25:51,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:25:51,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:51,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-8368fd75-6f02-4d33-9d1e-3b42cebc6fb5 Date: Thu, 04 Oct 2018 04:25:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "metadata": {}}], "file": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file", "owner": "5038012922b8456784edc902ee62cead", "id": "1af324a0-4530-4dd1-adff-d22245e01153", "size": 12716032, "self": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:25:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:25:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:25:51,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8368fd75-6f02-4d33-9d1e-3b42cebc6fb5 2018-10-04 04:25:51,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.021812915802s 2018-10-04 04:25:51,157 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8368fd75-6f02-4d33-9d1e-3b42cebc6fb5 2018-10-04 04:25:51,159 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file', 'owner': u'5038012922b8456784edc902ee62cead', 'id': u'1af324a0-4530-4dd1-adff-d22245e01153', 'size': 12716032, u'self': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5038012922b8456784edc902ee62cead', 'name': 'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:25:51Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:25:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', 'created': u'2018-10-04T04:25:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:25:49Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1af324a0-4530-4dd1-adff-d22245e01153', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:25:51,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 04:25:51,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_83955742-1659-402c-97ff-8f6c38fb0419", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 04:25:51,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21493402-462a-4f33-b11c-d81e296f451c x-compute-request-id: req-21493402-462a-4f33-b11c-d81e296f451c Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/da2b9141-cb50-4405-b474-0f06b1cce901", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da2b9141-cb50-4405-b474-0f06b1cce901", "name": "patrole-flavor_83955742-1659-402c-97ff-8f6c38fb0419", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 04:25:51,378 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-21493402-462a-4f33-b11c-d81e296f451c 2018-10-04 04:25:51,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.218703985214s 2018-10-04 04:25:51,379 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-21493402-462a-4f33-b11c-d81e296f451c returning object da2b9141-cb50-4405-b474-0f06b1cce901 2018-10-04 04:25:51,380 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_83955742-1659-402c-97ff-8f6c38fb0419', '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'510ab77bdaaa470cad047d68b7d85c03', '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'da2b9141-cb50-4405-b474-0f06b1cce901', 'swap': 0}) 2018-10-04 04:25:51,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 04:25:51,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901/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}343d9305c3b1aea93ffc15ce3840662526c7ea21" -d '{"extra_specs": {}}' 2018-10-04 04:25:51,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-02fa74a8-9b36-4e05-938d-1a556667744a x-compute-request-id: req-02fa74a8-9b36-4e05-938d-1a556667744a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 04:25:51,401 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901/os-extra_specs used request id req-02fa74a8-9b36-4e05-938d-1a556667744a 2018-10-04 04:25:51,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206551551819s 2018-10-04 04:25:51,401 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901/os-extra_specs used request id req-02fa74a8-9b36-4e05-938d-1a556667744a 2018-10-04 04:25:51,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:25:51,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:51,411 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 04:25: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 04:25:51,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:51,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16c772a2-9e30-411b-bdd8-4c5ba4c3e3f0 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a063db601c2d4d97aabbd6d233e260c0", "links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "name": "Member"}]} 2018-10-04 04:25:51,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-16c772a2-9e30-411b-bdd8-4c5ba4c3e3f0 2018-10-04 04:25:51,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0860240459442s 2018-10-04 04:25:51,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 04:25:51,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:51,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-120adc75-9770-420f-ba12-73992c1f4261 x-compute-request-id: req-120adc75-9770-420f-ba12-73992c1f4261 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10180, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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": 10174, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 04:25:51,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-120adc75-9770-420f-ba12-73992c1f4261 2018-10-04 04:25:51,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.195740938187s 2018-10-04 04:25:51,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-120adc75-9770-420f-ba12-73992c1f4261 2018-10-04 04:25:51,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:25:51,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:51,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-4273bb0d-c2e4-4f27-bfed-335872f720f1 Date: Thu, 04 Oct 2018 04:25:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "metadata": {}}], "file": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file", "owner": "5038012922b8456784edc902ee62cead", "id": "1af324a0-4530-4dd1-adff-d22245e01153", "size": 12716032, "self": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:25:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:25:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:25:51,870 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4273bb0d-c2e4-4f27-bfed-335872f720f1 2018-10-04 04:25:51,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180055141449s 2018-10-04 04:25:51,870 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4273bb0d-c2e4-4f27-bfed-335872f720f1 2018-10-04 04:25:51,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 04:25:51,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419"}' 2018-10-04 04:25:52,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183 X-Openstack-Request-Id: req-7d9b73ce-0e9f-45ee-b045-5823346918c8 Date: Thu, 04 Oct 2018 04:25:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183/file", "owner": "5038012922b8456784edc902ee62cead", "id": "9704e02a-750c-4c18-a39b-3ae4411a0183", "size": null, "self": "/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:25:52Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419", "checksum": null, "created_at": "2018-10-04T04:25:52Z", "protected": false} 2018-10-04 04:25:52,069 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7d9b73ce-0e9f-45ee-b045-5823346918c8 2018-10-04 04:25:52,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.195546150208s 2018-10-04 04:25:52,069 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-7d9b73ce-0e9f-45ee-b045-5823346918c8 returning object 9704e02a-750c-4c18-a39b-3ae4411a0183 2018-10-04 04:25:52,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 04:25:52,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183/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}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" -d '' 2018-10-04 04:25:53,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a335c90a-c857-4af9-9c38-c11d8688e753 Date: Thu, 04 Oct 2018 04:25: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-04 04:25:53,568 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183/file used request id req-a335c90a-c857-4af9-9c38-c11d8688e753 2018-10-04 04:25:53,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.49859595299s 2018-10-04 04:25:53,569 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183/file used request id req-a335c90a-c857-4af9-9c38-c11d8688e753 2018-10-04 04:25:53,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:25:53,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:25:53,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-c37e3a4d-7ac3-496e-8392-a83d02a56fc5 Date: Thu, 04 Oct 2018 04:25:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9704e02a-750c-4c18-a39b-3ae4411a0183/snap", "metadata": {}}], "file": "/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183/file", "owner": "5038012922b8456784edc902ee62cead", "id": "9704e02a-750c-4c18-a39b-3ae4411a0183", "size": 12716032, "self": "/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9704e02a-750c-4c18-a39b-3ae4411a0183/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:25:53Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:25:52Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "metadata": {}}], "file": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file", "owner": "5038012922b8456784edc902ee62cead", "id": "1af324a0-4530-4dd1-adff-d22245e01153", "size": 12716032, "self": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:25:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:25:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:25:53,594 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c37e3a4d-7ac3-496e-8392-a83d02a56fc5 2018-10-04 04:25:53,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245311260223s 2018-10-04 04:25:53,595 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c37e3a4d-7ac3-496e-8392-a83d02a56fc5 2018-10-04 04:25:53,597 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9704e02a-750c-4c18-a39b-3ae4411a0183/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183/file', 'owner': u'5038012922b8456784edc902ee62cead', 'id': u'9704e02a-750c-4c18-a39b-3ae4411a0183', 'size': 12716032, u'self': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5038012922b8456784edc902ee62cead', 'name': 'patrole-project_83955742-1659-402c-97ff-8f6c38fb0419', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/9704e02a-750c-4c18-a39b-3ae4411a0183/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T04:25:53Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T04:25:53Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', 'created': u'2018-10-04T04:25:52Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T04:25:52Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_83955742-1659-402c-97ff-8f6c38fb0419', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 04:25:53,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 04:25:53,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_83955742-1659-402c-97ff-8f6c38fb0419", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 04:25:53,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25: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-8efb2f23-ad5d-4788-acf0-c24a854d3009 x-compute-request-id: req-8efb2f23-ad5d-4788-acf0-c24a854d3009 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/811e062f-060f-415c-b113-414e42be8578", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "811e062f-060f-415c-b113-414e42be8578", "name": "patrole-flavor_alt_83955742-1659-402c-97ff-8f6c38fb0419", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 04:25:53,644 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8efb2f23-ad5d-4788-acf0-c24a854d3009 2018-10-04 04:25:53,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0456550121307s 2018-10-04 04:25:53,644 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8efb2f23-ad5d-4788-acf0-c24a854d3009 returning object 811e062f-060f-415c-b113-414e42be8578 2018-10-04 04:25:53,645 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_83955742-1659-402c-97ff-8f6c38fb0419', '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'510ab77bdaaa470cad047d68b7d85c03', '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'811e062f-060f-415c-b113-414e42be8578', 'swap': 0}) 2018-10-04 04:25:53,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 04:25:53,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578/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}343d9305c3b1aea93ffc15ce3840662526c7ea21" -d '{"extra_specs": {}}' 2018-10-04 04:25:53,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:25: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-f18cc24c-edd3-4ad7-aff1-47a7052d3786 x-compute-request-id: req-f18cc24c-edd3-4ad7-aff1-47a7052d3786 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 04:25:53,668 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578/os-extra_specs used request id req-f18cc24c-edd3-4ad7-aff1-47a7052d3786 2018-10-04 04:25:53,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216720104218s 2018-10-04 04:25:53,668 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578/os-extra_specs used request id req-f18cc24c-edd3-4ad7-aff1-47a7052d3786 2018-10-04 04:25:53,668 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_83955742-1659-402c-97ff-8f6c38fb0419', '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'510ab77bdaaa470cad047d68b7d85c03', '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'811e062f-060f-415c-b113-414e42be8578', 'swap': 0}) 2018-10-04 04:25:56,793 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 04:25:55.784 11414 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) for deployment 'opnfv-rally' (UUID=1bc10bb8-ab2b-4e07-aff5-48db3773864f). 2018-10-04 04:25:56.624 11414 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 04:25:56.626 11414 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) has been successfully configured for deployment 'opnfv-rally' (UUID=1bc10bb8-ab2b-4e07-aff5-48db3773864f)! 2018-10-04 04:25:56,794 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 04:25:56,794 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 04:25:56,797 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 04:25:56,816 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 04:26:00,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6a912388-7be5-4119-8f87-3b7654a2f064/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-04 04:26:00,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 04:26:00,212 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 04:26:00,212 - 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-04 04:26:02,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 04:26:02.366 11423 INFO rally.api [-] Starting verification (UUID=1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5) for deployment 'opnfv-rally' (UUID=1bc10bb8-ab2b-4e07-aff5-48db3773864f) by verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064). 2018-10-04 04:26:02,367 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: 1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5 2018-10-04 04:28:39,844 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5 2018-10-04 04:28:39,851 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5']'. 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5 | 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-10-04 04:28:40,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 04:26:02 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 04:28:39 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:37 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6a912388-7be5-4119-8f87-3b7654a2f064) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1bc10bb8-ab2b-4e07-aff5-48db3773864f) | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 287 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 148.835 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 163 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 04:28:40,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 04:28:41,060 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-10-04 04:28:41,228 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:28:41,229 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 04:28:41,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 04:28:41,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:28:43,195 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12a12c20-26a1-4850-930a-1b36e5850700 Date: Thu, 04 Oct 2018 04:28: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-04 04:28:43,195 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183 used request id req-12a12c20-26a1-4850-930a-1b36e5850700 2018-10-04 04:28:43,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.96428418159s 2018-10-04 04:28:43,196 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9704e02a-750c-4c18-a39b-3ae4411a0183 used request id req-12a12c20-26a1-4850-930a-1b36e5850700 2018-10-04 04:28:43,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 04:28:43,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:43,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04: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-ba2c1716-446a-4d87-a2e9-a66c1c445162 x-compute-request-id: req-ba2c1716-446a-4d87-a2e9-a66c1c445162 Content-Encoding: gzip Content-Length: 359 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/811e062f-060f-415c-b113-414e42be8578", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "811e062f-060f-415c-b113-414e42be8578", "name": "patrole-flavor_alt_83955742-1659-402c-97ff-8f6c38fb0419", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/da2b9141-cb50-4405-b474-0f06b1cce901", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da2b9141-cb50-4405-b474-0f06b1cce901", "name": "patrole-flavor_83955742-1659-402c-97ff-8f6c38fb0419", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 04:28:43,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ba2c1716-446a-4d87-a2e9-a66c1c445162 2018-10-04 04:28:43,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0404589176178s 2018-10-04 04:28:43,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-ba2c1716-446a-4d87-a2e9-a66c1c445162 2018-10-04 04:28:43,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 04:28:43,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:43,300 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 04: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 x-openstack-request-id: req-6cff883e-b3bf-4fdc-b24b-6a20375aff3f x-compute-request-id: req-6cff883e-b3bf-4fdc-b24b-6a20375aff3f Content-Length: 0 Content-Type: application/json 2018-10-04 04:28:43,300 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578 used request id req-6cff883e-b3bf-4fdc-b24b-6a20375aff3f 2018-10-04 04:28:43,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.062655210495s 2018-10-04 04:28:43,300 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/811e062f-060f-415c-b113-414e42be8578 used request id req-6cff883e-b3bf-4fdc-b24b-6a20375aff3f 2018-10-04 04:28:43,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 04:28:43,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:28:43,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-fd9fd4c9-dc89-4ed5-a225-a784957badd3 Date: Thu, 04 Oct 2018 04:28:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "metadata": {}}], "file": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153/file", "owner": "5038012922b8456784edc902ee62cead", "id": "1af324a0-4530-4dd1-adff-d22245e01153", "size": 12716032, "self": "/v2/images/1af324a0-4530-4dd1-adff-d22245e01153", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/1af324a0-4530-4dd1-adff-d22245e01153/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T04:25:51Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_83955742-1659-402c-97ff-8f6c38fb0419", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T04:25:49Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 04:28:43,319 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fd9fd4c9-dc89-4ed5-a225-a784957badd3 2018-10-04 04:28:43,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0190179347992s 2018-10-04 04:28:43,320 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fd9fd4c9-dc89-4ed5-a225-a784957badd3 2018-10-04 04:28:43,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 04:28:43,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1af324a0-4530-4dd1-adff-d22245e01153 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c912499f74a04bbdf9301baf56a8d07d7eb26bc4" 2018-10-04 04:28:44,304 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9c3b7ef1-a165-43c5-94e1-40e476a9c968 Date: Thu, 04 Oct 2018 04:28: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-04 04:28:44,304 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1af324a0-4530-4dd1-adff-d22245e01153 used request id req-9c3b7ef1-a165-43c5-94e1-40e476a9c968 2018-10-04 04:28:44,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.98378777504s 2018-10-04 04:28:44,304 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1af324a0-4530-4dd1-adff-d22245e01153 used request id req-9c3b7ef1-a165-43c5-94e1-40e476a9c968 2018-10-04 04:28:44,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 04:28:44,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:44,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63de2039-d184-4a39-b88a-c13988a767da x-compute-request-id: req-63de2039-d184-4a39-b88a-c13988a767da Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/da2b9141-cb50-4405-b474-0f06b1cce901", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "da2b9141-cb50-4405-b474-0f06b1cce901", "name": "patrole-flavor_83955742-1659-402c-97ff-8f6c38fb0419", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 04:28:44,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-63de2039-d184-4a39-b88a-c13988a767da 2018-10-04 04:28:44,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0376901626587s 2018-10-04 04:28:44,343 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-63de2039-d184-4a39-b88a-c13988a767da 2018-10-04 04:28:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 04:28:44,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:44,390 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 04:28:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ac59e85-20f0-40b9-aae9-d0358ad130a0 x-compute-request-id: req-6ac59e85-20f0-40b9-aae9-d0358ad130a0 Content-Length: 0 Content-Type: application/json 2018-10-04 04:28:44,390 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901 used request id req-6ac59e85-20f0-40b9-aae9-d0358ad130a0 2018-10-04 04:28:44,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045343875885s 2018-10-04 04:28:44,390 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/da2b9141-cb50-4405-b474-0f06b1cce901 used request id req-6ac59e85-20f0-40b9-aae9-d0358ad130a0 2018-10-04 04:28:44,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:28:44,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:44,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed88b50f-a150-4943-bfb9-fd2be4d750a9 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "patrole-user_83955742-1659-402c-97ff-8f6c38fb0419", "links": {"self": "http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23"}, "domain_id": "default", "enabled": true, "id": "9a069ba7dd004ad6a536df4b8d35fa23", "options": {}}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 04:28:44,489 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ed88b50f-a150-4943-bfb9-fd2be4d750a9 2018-10-04 04:28:44,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0981841087341s 2018-10-04 04:28:44,490 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ed88b50f-a150-4943-bfb9-fd2be4d750a9 2018-10-04 04:28:44,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 04:28:44,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:44,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07402029-2b5b-47d0-9fd7-5638520a0d97 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23"}, "enabled": true, "id": "9a069ba7dd004ad6a536df4b8d35fa23", "options": {}, "domain_id": "default", "name": "patrole-user_83955742-1659-402c-97ff-8f6c38fb0419"}} 2018-10-04 04:28:44,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 used request id req-07402029-2b5b-47d0-9fd7-5638520a0d97 2018-10-04 04:28:44,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101396083832s 2018-10-04 04:28:44,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 used request id req-07402029-2b5b-47d0-9fd7-5638520a0d97 2018-10-04 04:28:44,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 04:28:44,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:44,776 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdc078ef-8e8d-4212-bcd9-02dadebdda28 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:28:44,776 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 used request id req-bdc078ef-8e8d-4212-bcd9-02dadebdda28 2018-10-04 04:28:44,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.177892923355s 2018-10-04 04:28:44,776 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/9a069ba7dd004ad6a536df4b8d35fa23 used request id req-bdc078ef-8e8d-4212-bcd9-02dadebdda28 2018-10-04 04:28:44,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 04:28:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:44,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-450c8425-ab13-403e-9626-8b24b5a8ebbd Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead"}, "enabled": true, "id": "5038012922b8456784edc902ee62cead", "parent_id": "default", "domain_id": "default", "name": "patrole-project_83955742-1659-402c-97ff-8f6c38fb0419"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 04:28:44,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-450c8425-ab13-403e-9626-8b24b5a8ebbd 2018-10-04 04:28:44,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0778760910034s 2018-10-04 04:28:44,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-450c8425-ab13-403e-9626-8b24b5a8ebbd 2018-10-04 04:28:44,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 04:28:44,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:45,103 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:28:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2390f0f2-93a2-437f-89fc-fece9d2d52fe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:28:45,103 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead used request id req-2390f0f2-93a2-437f-89fc-fece9d2d52fe 2018-10-04 04:28:45,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.246205091476s 2018-10-04 04:28:45,104 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/5038012922b8456784edc902ee62cead used request id req-2390f0f2-93a2-437f-89fc-fece9d2d52fe 2018-10-04 04:28:45,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 04:28:45,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:45,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5b0527c-6bd1-457d-9f6d-0747e6870243 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a063db601c2d4d97aabbd6d233e260c0", "links": {"self": "http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0"}, "name": "Member"}]} 2018-10-04 04:28:45,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f5b0527c-6bd1-457d-9f6d-0747e6870243 2018-10-04 04:28:45,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0836780071259s 2018-10-04 04:28:45,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 04:28:45,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:45,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 04:28:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b4ccbb4-5f1d-4bee-9de4-ce69f53ab69b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 04:28:45,298 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/a063db601c2d4d97aabbd6d233e260c0 used request id req-3b4ccbb4-5f1d-4bee-9de4-ce69f53ab69b 2018-10-04 04:28:45,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.108639001846s 2018-10-04 04:28:45,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 04:28:45,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5038012922b8456784edc902ee62cead&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}343d9305c3b1aea93ffc15ce3840662526c7ea21" 2018-10-04 04:28:45,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-432aae75-0d84-4c0f-9091-fedd4ab02613 Date: Thu, 04 Oct 2018 04:28:45 GMT RESP BODY: {"security_groups": []} 2018-10-04 04:28:45,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5038012922b8456784edc902ee62cead&name=default used request id req-432aae75-0d84-4c0f-9091-fedd4ab02613 2018-10-04 04:28:45,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.186057090759s 2018-10-04 04:28:45,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=5038012922b8456784edc902ee62cead&name=default used request id req-432aae75-0d84-4c0f-9091-fedd4ab02613 2018-10-04 04:28:45,541 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-10-04 04:28:46,453 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-10-04 04:28:46,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 04:28:46,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 04:28:46,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 04:28:46,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 04:28:46,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 04:28:46,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 04:28:46,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task ServiceList 2018-10-04 04:28:46,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 04:28:46,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9208f34-46a5-4163-a4f6-aa10d5662631 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 04:28:46,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a9208f34-46a5-4163-a4f6-aa10d5662631 2018-10-04 04:28:46,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 04:28:46,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T05:28:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["icbOv307Rhyh_aTunpnG4Q"], "issued_at": "2018-10-04T04:28:46.000000Z"}} 2018-10-04 04:28:46,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1094dff1a38f5cf0845eb2dc28bbeb816a0ade6" 2018-10-04 04:28:46,844 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 04:28:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 04:28:46,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/services? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1094dff1a38f5cf0845eb2dc28bbeb816a0ade6" 2018-10-04 04:28:46,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80e30762-bbed-4990-a1d1-f95062c02e95 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://172.30.9.23:5000/v3/services/03ef946cbf38493eac28321fe84d1926"}, "enabled": true, "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://172.30.9.23:5000/v3/services/05adffbd9afe4e6e8c67ac74d94a7013"}, "enabled": true, "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://172.30.9.23:5000/v3/services/106e30878af44f5fa3c53a6717d6883f"}, "enabled": true, "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://172.30.9.23:5000/v3/services/25216018970940ffa78a8ef68c3c6c46"}, "enabled": true, "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://172.30.9.23:5000/v3/services/2adf676ec694487fa61477afb70a53af"}, "enabled": true, "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"description": "Key management Service", "links": {"self": "http://172.30.9.23:5000/v3/services/2e722c63780e4fc98407abf99c2e93d6"}, "enabled": true, "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"description": "Openstack Metering Service", "links": {"self": "http://172.30.9.23:5000/v3/services/423b516c13a04086ac7f79f2e91f15b3"}, "enabled": true, "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://172.30.9.23:5000/v3/services/6e03cd00a9fa4213b19e1eab0464f5f5"}, "enabled": true, "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://172.30.9.23:5000/v3/services/7e6e71129bf14a72bfb4650bc1870856"}, "enabled": true, "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"description": "Neutron Networking Service", "links": {"self": "http://172.30.9.23:5000/v3/services/8ad89ab04b1942ce9016f64db85a3746"}, "enabled": true, "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"description": "Cinder Service", "links": {"self": "http://172.30.9.23:5000/v3/services/acaab528c8a54ae0a85887dcfd16735b"}, "enabled": true, "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://172.30.9.23:5000/v3/services/ad164fa5b7eb4b3abfb5d36098a89f27"}, "enabled": true, "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"description": "OpenStack Metric Service", "links": {"self": "http://172.30.9.23:5000/v3/services/bbe7204c3be6453aad4f5d55701d8d8a"}, "enabled": true, "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"description": "congress Policy Service", "links": {"self": "http://172.30.9.23:5000/v3/services/bc133881f2e24ac6a37e796da7d6a1a6"}, "enabled": true, "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://172.30.9.23:5000/v3/services/fdc06c7eae6444578a0f701c06c55f80"}, "enabled": true, "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "links": {"self": "http://172.30.9.23:5000/v3/services", "previous": null, "next": null}} 2018-10-04 04:28:46,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/services used request id req-80e30762-bbed-4990-a1d1-f95062c02e95 2018-10-04 04:28:46,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task ServiceList in 0.470620155334s 2018-10-04 04:28:46,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task EndpointList 2018-10-04 04:28:46,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1094dff1a38f5cf0845eb2dc28bbeb816a0ade6" 2018-10-04 04:28:47,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 04:28:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3af4b6-e34f-454d-a55b-c8be21d6e34e Content-Encoding: gzip Content-Length: 1935 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/00944fa4b57a424384f513189b8890b4"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8ad89ab04b1942ce9016f64db85a3746", "id": "00944fa4b57a424384f513189b8890b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/009bf40ad68a4c9ca82d6ce630e1347a"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "25216018970940ffa78a8ef68c3c6c46", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0495fd66ab414e688e4d5ca122a5487c"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bc133881f2e24ac6a37e796da7d6a1a6", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/05f622e927794924998bcaa2c693d4a8"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bbe7204c3be6453aad4f5d55701d8d8a", "id": "05f622e927794924998bcaa2c693d4a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/18f8ef24817e4b20b8230222e6a41dbe"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "acaab528c8a54ae0a85887dcfd16735b", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1bc02657abe547bf99e165de848600b6"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fdc06c7eae6444578a0f701c06c55f80", "id": "1bc02657abe547bf99e165de848600b6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1beb03383dad40da956c1410aa87fc74"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fdc06c7eae6444578a0f701c06c55f80", "id": "1beb03383dad40da956c1410aa87fc74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/22a434817abf413f9cc2ef8463fee3cd"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "03ef946cbf38493eac28321fe84d1926", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3d87f03ec52643feacf9f8fd4a1bc2c4"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "03ef946cbf38493eac28321fe84d1926", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3ebdefac0c324f35ae23006802991c1a"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2e722c63780e4fc98407abf99c2e93d6", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4211d39b6d7b4f3f8fbaf89e01e22502"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05adffbd9afe4e6e8c67ac74d94a7013", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/43e8c3bd90a34b0c99062f6807061497"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "25216018970940ffa78a8ef68c3c6c46", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4dfa83d91cfb49dd920c1c716f3da018"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ad164fa5b7eb4b3abfb5d36098a89f27", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4f195a9047d648608daec29372a4dd6c"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bbe7204c3be6453aad4f5d55701d8d8a", "id": "4f195a9047d648608daec29372a4dd6c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/54d4ddd4b24f48359497f0371aac4afc"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e03cd00a9fa4213b19e1eab0464f5f5", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6270731f965a4e7f97d98897c639faae"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ad164fa5b7eb4b3abfb5d36098a89f27", "id": "6270731f965a4e7f97d98897c639faae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/66ee6f6e06d04b20a6495dc2daeafc97"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "25216018970940ffa78a8ef68c3c6c46", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/69a3285dc68f4da2a12c23c7de2fc605"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "03ef946cbf38493eac28321fe84d1926", "id": "69a3285dc68f4da2a12c23c7de2fc605"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6c621e1ceb474716885797f77fa02a74"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bbe7204c3be6453aad4f5d55701d8d8a", "id": "6c621e1ceb474716885797f77fa02a74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/74159a01f8464ea89778b0c7a49a1225"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8ad89ab04b1942ce9016f64db85a3746", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/75e32881d4f7461a96654075ce0b0355"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05adffbd9afe4e6e8c67ac74d94a7013", "id": "75e32881d4f7461a96654075ce0b0355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7a2a831e22e6405e851e3e3c40310747"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8ad89ab04b1942ce9016f64db85a3746", "id": "7a2a831e22e6405e851e3e3c40310747"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/84ce3030f3e94d23943ece71a61c9d34"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2adf676ec694487fa61477afb70a53af", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/89094faeffda4eb78b2e63320c54a017"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e6e71129bf14a72bfb4650bc1870856", "id": "89094faeffda4eb78b2e63320c54a017"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/895b4ac99b7f44c08c37cb4fb8c4bcbd"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2adf676ec694487fa61477afb70a53af", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, "url": "http://192.30.9.9:1789", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bc133881f2e24ac6a37e796da7d6a1a6", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/931d84d1cccc42618551ab1730c25376"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e6e71129bf14a72bfb4650bc1870856", "id": "931d84d1cccc42618551ab1730c25376"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/987175925abf4ec3b19583b53303910c"}, "url": "http://192.30.9.9:9311", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2e722c63780e4fc98407abf99c2e93d6", "id": "987175925abf4ec3b19583b53303910c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a15a65d9df4944ff88ada25d4531f9bc"}, "url": "http://172.30.9.23:1789", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bc133881f2e24ac6a37e796da7d6a1a6", "id": "a15a65d9df4944ff88ada25d4531f9bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a5cee986c558423a866de134349a16ee"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e6e71129bf14a72bfb4650bc1870856", "id": "a5cee986c558423a866de134349a16ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/aa0bd11db5e64c7cb64ed6b8f2142989"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "acaab528c8a54ae0a85887dcfd16735b", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ad125b15aa7543e3b1bc780392454118"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fdc06c7eae6444578a0f701c06c55f80", "id": "ad125b15aa7543e3b1bc780392454118"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/afbae1fcdceb4104a0173be7ea122bb4"}, "url": "http://172.30.9.23:9311", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2e722c63780e4fc98407abf99c2e93d6", "id": "afbae1fcdceb4104a0173be7ea122bb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b400f043889d430aae5fc2c548fbfade"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e03cd00a9fa4213b19e1eab0464f5f5", "id": "b400f043889d430aae5fc2c548fbfade"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b996f1645491434b9dcb7261e9da972d"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "106e30878af44f5fa3c53a6717d6883f", "id": "b996f1645491434b9dcb7261e9da972d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bda6f059b9ef4f998d108aed994ea036"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05adffbd9afe4e6e8c67ac74d94a7013", "id": "bda6f059b9ef4f998d108aed994ea036"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c35ff14861c442ca8e6dae6c9dc81bd5"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "acaab528c8a54ae0a85887dcfd16735b", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ca892ee012ef46fa97a0b5f51c5d1027"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ad164fa5b7eb4b3abfb5d36098a89f27", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/caccdc529c624bab999e830310638bf9"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "106e30878af44f5fa3c53a6717d6883f", "id": "caccdc529c624bab999e830310638bf9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cfffbb1e3224403f84b25aaf2305852e"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2adf676ec694487fa61477afb70a53af", "id": "cfffbb1e3224403f84b25aaf2305852e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e5c6355697cc4c29a01d1d4268867ad1"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e03cd00a9fa4213b19e1eab0464f5f5", "id": "e5c6355697cc4c29a01d1d4268867ad1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e7ff05e79ca04df1b6b1265f98975742"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "106e30878af44f5fa3c53a6717d6883f", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-10-04 04:28:47,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-db3af4b6-e34f-454d-a55b-c8be21d6e34e 2018-10-04 04:28:47,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task EndpointList in 0.0849351882935s 2018-10-04 04:29:07,139 - 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-04 04:29:07,176 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-10-04 04:29:07,416 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-10-04 04:29:07,540 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 04:29:07,541 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-10-04 04:29:07,578 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-10-04 04:29:09,391 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 04:29:11,486 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-10-04 04:29:11,486 - openstack_tests - INFO - OS Credentials = > 2018-10-04 04:29:12,347 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-10-04 04:29:12,347 - xtesting.ci.run_tests - INFO - Running test case 'snaps_smoke'... 2018-10-04 04:29:13,621 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-d5ef4a83-e400-4d2-proj 2018-10-04 04:29:14,682 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-d5ef4a83-e400-4d2-user 2018-10-04 04:29:14,872 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-d5ef4a83-e400-4d2-proj-role 2018-10-04 04:29:14,961 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-d5ef4a83-e400-4d2-proj-role to project CreateSecurityGroupTests-d5ef4a83-e400-4d2-proj 2018-10-04 04:29:15,867 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-f608d864-97eb-4790-b7b9-1f4776fde1dename... 2018-10-04 04:29:15,867 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-f608d864-97eb-4790-b7b9-1f4776fde1dename 2018-10-04 04:29:16,359 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:16,547 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:16,751 - neutron_utils - INFO - Retrieving security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:16,956 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:17,161 - neutron_utils - INFO - Retrieving security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:17,214 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:17,242 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f608d864-97eb-4790-b7b9-1f4776fde1dename 2018-10-04 04:29:17,720 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:18,264 - neutron_utils - INFO - Retrieving security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:18,313 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:19,073 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:19,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:19,692 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:19,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:19,979 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:20,164 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-f608d864-97eb-4790-b7b9-1f4776fde1dename 2018-10-04 04:29:20,281 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:20,633 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84fe0141-dd65-4455-adfa-f3cb313b4caf 2018-10-04 04:29:20,815 - neutron_utils - INFO - Deleting security group rule with ID - 0e2228de-21aa-47f8-b421-0d0be5e3c62d 2018-10-04 04:29:21,085 - neutron_utils - INFO - Deleting security group rule with ID - 12205a71-6bf2-4a38-a367-7f27e57c5277 2018-10-04 04:29:21,329 - neutron_utils - INFO - Deleting security group rule with ID - 394ac8a0-51d3-4178-8592-901751a81aa1 2018-10-04 04:29:21,438 - neutron_utils - INFO - Deleting security group rule with ID - e2ab3072-fa92-465a-9578-a4c5ce738911 2018-10-04 04:29:21,691 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-f608d864-97eb-4790-b7b9-1f4776fde1dename 2018-10-04 04:29:22,392 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 682fb0c9-8c56-4510-98c7-f330a4a2d604 2018-10-04 04:29:22,559 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:29:22,891 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-d5ef4a83-e400-4d2-proj 2018-10-04 04:29:23,193 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-d5ef4a83-e400-4d2-proj-role 2018-10-04 04:29:23,386 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-d5ef4a83-e400-4d2-user 2018-10-04 04:29:24,794 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-7835b620-bd91-41a-proj 2018-10-04 04:29:25,951 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-7835b620-bd91-41a-user 2018-10-04 04:29:26,154 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-7835b620-bd91-41a-proj-role 2018-10-04 04:29:26,246 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-7835b620-bd91-41a-proj-role to project CreateSecurityGroupTests-7835b620-bd91-41a-proj 2018-10-04 04:29:27,086 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-cd2f86d1-76a9-4446-806a-bf8239e531a3name... 2018-10-04 04:29:27,086 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-cd2f86d1-76a9-4446-806a-bf8239e531a3name 2018-10-04 04:29:27,498 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:27,678 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:27,867 - neutron_utils - INFO - Retrieving security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:28,053 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:28,231 - neutron_utils - INFO - Retrieving security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:28,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:28,460 - neutron_utils - INFO - Retrieving security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:28,509 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4636180e-d532-4724-b8e1-ecc191a4ac71 2018-10-04 04:29:28,687 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-cd2f86d1-76a9-4446-806a-bf8239e531a3name 2018-10-04 04:29:29,549 - neutron_utils - INFO - Deleting security group rule with ID - 53006e58-0784-4b5f-9eea-ca5fd7fb1790 2018-10-04 04:29:29,574 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 53006e58-0784-4b5f-9eea-ca5fd7fb1790 does not exist Neutron server returns request_ids: ['req-3d57ac3d-e94d-4011-ad2c-93940a302c31'] 2018-10-04 04:29:29,574 - neutron_utils - INFO - Deleting security group rule with ID - 6de185a9-3355-4b43-84db-65c04072ba97 2018-10-04 04:29:29,735 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 6de185a9-3355-4b43-84db-65c04072ba97 does not exist Neutron server returns request_ids: ['req-ff0c6e42-8f11-4127-be9b-621b5d3e82d2'] 2018-10-04 04:29:29,735 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-cd2f86d1-76a9-4446-806a-bf8239e531a3name 2018-10-04 04:29:29,947 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 4636180e-d532-4724-b8e1-ecc191a4ac71 does not exist Neutron server returns request_ids: ['req-e95f2726-bbb8-45a9-aa66-3b52c278e9d1'] 2018-10-04 04:29:30,348 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 456b0b90-d080-479f-ba63-9fb3a0fec734 2018-10-04 04:29:30,518 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:29:30,843 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-7835b620-bd91-41a-proj 2018-10-04 04:29:31,094 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-7835b620-bd91-41a-proj-role 2018-10-04 04:29:31,321 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-7835b620-bd91-41a-user 2018-10-04 04:29:32,717 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-29792b58-4a7d-445-proj 2018-10-04 04:29:33,760 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-29792b58-4a7d-445-user 2018-10-04 04:29:33,969 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-29792b58-4a7d-445-proj-role 2018-10-04 04:29:33,986 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-29792b58-4a7d-445-proj-role to project CreateSecurityGroupTests-29792b58-4a7d-445-proj 2018-10-04 04:29:34,710 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-422f9dae-a91f-43af-9346-e93ba41d9b31name... 2018-10-04 04:29:34,710 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-422f9dae-a91f-43af-9346-e93ba41d9b31name 2018-10-04 04:29:35,341 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:35,527 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:35,698 - neutron_utils - INFO - Retrieving security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:35,905 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:36,098 - neutron_utils - INFO - Retrieving security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:36,291 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:36,315 - neutron_utils - INFO - Retrieving security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:36,366 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:37,074 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:37,251 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:38,137 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:38,310 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:38,478 - neutron_utils - INFO - Retrieving security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:38,530 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7d3db584-8666-4e63-82ee-e8b05f203214 2018-10-04 04:29:38,710 - neutron_utils - INFO - Deleting security group rule with ID - 772b41e6-58b5-4ed1-9b50-ff57ed847c94 2018-10-04 04:29:38,816 - neutron_utils - INFO - Deleting security group rule with ID - b515f618-bed2-4270-a0ca-aea7b13a1a19 2018-10-04 04:29:39,088 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-422f9dae-a91f-43af-9346-e93ba41d9b31name 2018-10-04 04:29:39,758 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8acc5f22-b22a-42af-a5fc-5e4fa48ecea6 2018-10-04 04:29:39,940 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:29:40,234 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-29792b58-4a7d-445-proj 2018-10-04 04:29:40,510 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-29792b58-4a7d-445-proj-role 2018-10-04 04:29:40,719 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-29792b58-4a7d-445-user 2018-10-04 04:29:42,058 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-907e94a7-264e-47f-proj 2018-10-04 04:29:43,141 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-907e94a7-264e-47f-user 2018-10-04 04:29:43,339 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-907e94a7-264e-47f-proj-role 2018-10-04 04:29:43,359 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-907e94a7-264e-47f-proj-role to project CreateSecurityGroupTests-907e94a7-264e-47f-proj 2018-10-04 04:29:44,147 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-6e8b8ce8-b381-4fd9-b695-6ef7193cef65name... 2018-10-04 04:29:44,147 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-6e8b8ce8-b381-4fd9-b695-6ef7193cef65name 2018-10-04 04:29:44,761 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:44,950 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:44,974 - neutron_utils - INFO - Retrieving security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:45,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:45,340 - neutron_utils - INFO - Retrieving security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:45,552 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:45,809 - neutron_utils - INFO - Retrieving security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:45,858 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:46,701 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:46,910 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ab64d8fa-0357-436a-bfe3-0f5b5c065f86 2018-10-04 04:29:47,083 - neutron_utils - INFO - Deleting security group rule with ID - 931532aa-796c-4e4d-b42a-5d866399dce3 2018-10-04 04:29:47,342 - neutron_utils - INFO - Deleting security group rule with ID - 9f7c085b-96a5-415c-aa02-e9e2d7dc560d 2018-10-04 04:29:47,599 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-6e8b8ce8-b381-4fd9-b695-6ef7193cef65name 2018-10-04 04:29:48,319 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 48e0e6f8-f571-4cbb-b41c-d47166f87368 2018-10-04 04:29:48,484 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:29:48,820 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-907e94a7-264e-47f-proj 2018-10-04 04:29:49,145 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-907e94a7-264e-47f-proj-role 2018-10-04 04:29:49,363 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-907e94a7-264e-47f-user 2018-10-04 04:29:50,818 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-fc53f751-5d52-409-proj 2018-10-04 04:29:51,963 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-fc53f751-5d52-409-user 2018-10-04 04:29:52,160 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-fc53f751-5d52-409-proj-role 2018-10-04 04:29:52,278 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-fc53f751-5d52-409-proj-role to project CreateSecurityGroupTests-fc53f751-5d52-409-proj 2018-10-04 04:29:53,257 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-000bded3-383c-419f-8883-44047f034829name... 2018-10-04 04:29:53,257 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-000bded3-383c-419f-8883-44047f034829name 2018-10-04 04:29:53,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:53,830 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:53,858 - neutron_utils - INFO - Retrieving security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:53,937 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:54,129 - neutron_utils - INFO - Retrieving security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:54,317 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:54,506 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-000bded3-383c-419f-8883-44047f034829name 2018-10-04 04:29:54,796 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:55,267 - neutron_utils - INFO - Retrieving security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:55,736 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:56,481 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:56,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:56,893 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:57,267 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 878847b8-f947-4bc8-85a4-f5a9a066fcda 2018-10-04 04:29:57,471 - neutron_utils - INFO - Deleting security group rule with ID - 0a3ff80e-dccc-49fa-8aa7-72d41fcf998f 2018-10-04 04:29:57,586 - neutron_utils - INFO - Deleting security group rule with ID - 35ea1d83-e76c-4ff6-8e72-ac3d736002d4 2018-10-04 04:29:57,689 - neutron_utils - INFO - Deleting security group rule with ID - 603de3b0-badd-49d3-95c1-65573669ee21 2018-10-04 04:29:57,947 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-000bded3-383c-419f-8883-44047f034829name 2018-10-04 04:29:58,854 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee3f6c27-0bfe-4a4e-ac20-21f76522d724 2018-10-04 04:29:59,029 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:29:59,354 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-fc53f751-5d52-409-proj 2018-10-04 04:29:59,660 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-fc53f751-5d52-409-proj-role 2018-10-04 04:29:59,865 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-fc53f751-5d52-409-user 2018-10-04 04:30:01,310 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-5550309e-416a-4ef-proj 2018-10-04 04:30:02,388 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-5550309e-416a-4ef-user 2018-10-04 04:30:02,603 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-5550309e-416a-4ef-proj-role 2018-10-04 04:30:02,692 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-5550309e-416a-4ef-proj-role to project CreateSecurityGroupTests-5550309e-416a-4ef-proj 2018-10-04 04:30:03,577 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-ec5bf21a-7c94-40ba-81be-01e8d6093fc6name... 2018-10-04 04:30:03,577 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-ec5bf21a-7c94-40ba-81be-01e8d6093fc6name 2018-10-04 04:30:03,975 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:04,157 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:04,325 - neutron_utils - INFO - Retrieving security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:04,548 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:04,726 - neutron_utils - INFO - Retrieving security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:04,918 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:05,093 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-ec5bf21a-7c94-40ba-81be-01e8d6093fc6name 2018-10-04 04:30:05,460 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:06,035 - neutron_utils - INFO - Retrieving security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:06,234 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:07,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:07,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:07,569 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9dcc975d-44d2-420f-a573-2039f018a704 2018-10-04 04:30:07,746 - neutron_utils - INFO - Deleting security group rule with ID - a7e59ec4-c957-4fcc-9248-b0aee1101bfd 2018-10-04 04:30:07,858 - neutron_utils - INFO - Deleting security group rule with ID - 78f2842d-e899-4d4a-b373-e4ff1a6ed260 2018-10-04 04:30:07,970 - neutron_utils - INFO - Deleting security group rule with ID - cc5fa24c-2ed4-4194-a4d2-a4ffd3d4aa6f 2018-10-04 04:30:08,222 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-ec5bf21a-7c94-40ba-81be-01e8d6093fc6name 2018-10-04 04:30:08,782 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 99d95268-bf25-4cdc-8304-31bd06477d2b 2018-10-04 04:30:08,966 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:30:09,277 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-5550309e-416a-4ef-proj 2018-10-04 04:30:09,523 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-5550309e-416a-4ef-proj-role 2018-10-04 04:30:09,739 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-5550309e-416a-4ef-user 2018-10-04 04:30:11,178 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-61eb6eec-4282-4e9-proj 2018-10-04 04:30:12,334 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-61eb6eec-4282-4e9-user 2018-10-04 04:30:12,537 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-61eb6eec-4282-4e9-proj-role 2018-10-04 04:30:12,633 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-61eb6eec-4282-4e9-proj-role to project CreateSecurityGroupTests-61eb6eec-4282-4e9-proj 2018-10-04 04:30:13,537 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-4b0476ce-8fc3-4ef7-9d6b-e4b8dd36c73aname... 2018-10-04 04:30:13,537 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-4b0476ce-8fc3-4ef7-9d6b-e4b8dd36c73aname 2018-10-04 04:30:13,922 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:14,104 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:14,389 - neutron_utils - INFO - Retrieving security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:14,469 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:14,642 - neutron_utils - INFO - Retrieving security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:14,838 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:15,173 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-4b0476ce-8fc3-4ef7-9d6b-e4b8dd36c73aname 2018-10-04 04:30:15,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:15,963 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-4b0476ce-8fc3-4ef7-9d6b-e4b8dd36c73aname 2018-10-04 04:30:16,243 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:16,759 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-4b0476ce-8fc3-4ef7-9d6b-e4b8dd36c73aname 2018-10-04 04:30:17,133 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:17,346 - neutron_utils - INFO - Retrieving security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:17,401 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:18,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:18,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:18,579 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:18,976 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:19,363 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:19,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:19,972 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:20,226 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:20,466 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:20,705 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:20,943 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b968f130-cbc2-4c5f-bc3f-f9286c73f4ef 2018-10-04 04:30:21,123 - neutron_utils - INFO - Deleting security group rule with ID - d0005bb2-0134-4cbe-8fad-24c0e57db545 2018-10-04 04:30:21,253 - neutron_utils - INFO - Deleting security group rule with ID - 99a5949f-fe86-42a3-b3ef-61918ad0b247 2018-10-04 04:30:21,373 - neutron_utils - INFO - Deleting security group rule with ID - a0c14b11-e193-46f8-a73f-54fd0ff61b33 2018-10-04 04:30:21,508 - neutron_utils - INFO - Deleting security group rule with ID - 7a5a7c21-5d0c-4fb0-8b4e-717f3c714c79 2018-10-04 04:30:21,746 - neutron_utils - INFO - Deleting security group rule with ID - 5c2316a7-5228-4697-a734-1e3c324811bd 2018-10-04 04:30:21,857 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-4b0476ce-8fc3-4ef7-9d6b-e4b8dd36c73aname 2018-10-04 04:30:22,667 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 564555ef-9438-4196-90d6-2b7c825c271c 2018-10-04 04:30:22,833 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:30:23,153 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-61eb6eec-4282-4e9-proj 2018-10-04 04:30:23,372 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-61eb6eec-4282-4e9-proj-role 2018-10-04 04:30:23,579 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-61eb6eec-4282-4e9-user 2018-10-04 04:30:24,962 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-8e7f5664-7cb1-404-proj 2018-10-04 04:30:26,076 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-8e7f5664-7cb1-404-user 2018-10-04 04:30:26,279 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-8e7f5664-7cb1-404-proj-role 2018-10-04 04:30:26,362 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-8e7f5664-7cb1-404-proj-role to project CreateSecurityGroupTests-8e7f5664-7cb1-404-proj 2018-10-04 04:30:27,271 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-c47aa07a-eb6e-46ac-8b72-9790b1e39e9dname... 2018-10-04 04:30:27,271 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-c47aa07a-eb6e-46ac-8b72-9790b1e39e9dname 2018-10-04 04:30:27,690 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:27,866 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:28,044 - neutron_utils - INFO - Retrieving security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:28,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:28,293 - neutron_utils - INFO - Retrieving security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:28,488 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:28,664 - neutron_utils - INFO - Retrieving security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:28,848 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:29,464 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:29,643 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9edb074-c3cd-4be2-b9e7-4774b41585f5 2018-10-04 04:30:29,808 - neutron_utils - INFO - Deleting security group rule with ID - d60c9632-d0c0-4385-82d8-be3542919f33 2018-10-04 04:30:30,059 - neutron_utils - INFO - Deleting security group rule with ID - 36773fa4-37f8-4207-a8f2-30799b231d12 2018-10-04 04:30:30,330 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-c47aa07a-eb6e-46ac-8b72-9790b1e39e9dname 2018-10-04 04:30:31,138 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 98485c3b-290b-4df1-b1d4-d8a6b1778fd3 2018-10-04 04:30:31,306 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:30:31,629 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-8e7f5664-7cb1-404-proj 2018-10-04 04:30:31,888 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-8e7f5664-7cb1-404-proj-role 2018-10-04 04:30:32,082 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-8e7f5664-7cb1-404-user 2018-10-04 04:30:33,507 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-3d8c5dfe-fdac-496-proj 2018-10-04 04:30:34,573 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-3d8c5dfe-fdac-496-user 2018-10-04 04:30:34,765 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-3d8c5dfe-fdac-496-proj-role 2018-10-04 04:30:34,784 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-3d8c5dfe-fdac-496-proj-role to project CreateSecurityGroupTests-3d8c5dfe-fdac-496-proj 2018-10-04 04:30:35,878 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-30fcc580-b16c-41a5-a700-77366da96f91name... 2018-10-04 04:30:35,878 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-30fcc580-b16c-41a5-a700-77366da96f91name 2018-10-04 04:30:36,299 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:36,485 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:36,655 - neutron_utils - INFO - Retrieving security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:36,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:37,020 - neutron_utils - INFO - Retrieving security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:37,073 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:37,248 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-30fcc580-b16c-41a5-a700-77366da96f91name 2018-10-04 04:30:37,596 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:38,095 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-30fcc580-b16c-41a5-a700-77366da96f91name 2018-10-04 04:30:38,379 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:38,730 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-30fcc580-b16c-41a5-a700-77366da96f91name 2018-10-04 04:30:39,021 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:39,389 - neutron_utils - INFO - Retrieving security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:39,446 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:40,224 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:40,393 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:40,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:41,177 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:41,580 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:41,670 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:41,913 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:42,134 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:42,514 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:42,745 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:42,992 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:43,081 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:43,150 - neutron_utils - INFO - Deleting security group rule with ID - 48fdc967-ac65-4b73-b752-48db57915a21 2018-10-04 04:30:43,287 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 741f73be-3abe-4fcd-b904-a029379b2dab 2018-10-04 04:30:43,320 - neutron_utils - INFO - Deleting security group rule with ID - 48fdc967-ac65-4b73-b752-48db57915a21 2018-10-04 04:30:43,349 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule 48fdc967-ac65-4b73-b752-48db57915a21 does not exist Neutron server returns request_ids: ['req-17895cd4-a1d5-481d-af79-5466707fe828'] 2018-10-04 04:30:43,349 - neutron_utils - INFO - Deleting security group rule with ID - 5449e7f1-3151-4e0e-9ac5-83d56cde18e7 2018-10-04 04:30:43,454 - neutron_utils - INFO - Deleting security group rule with ID - 983a691c-6c6a-45a4-82ff-baa3c6241ccc 2018-10-04 04:30:43,709 - neutron_utils - INFO - Deleting security group rule with ID - ba383d2b-731f-4317-a81a-315533f7723f 2018-10-04 04:30:43,949 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-30fcc580-b16c-41a5-a700-77366da96f91name 2018-10-04 04:30:44,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1bfa0a81-1eb3-4d82-b7f6-b36d2e3ac037 2018-10-04 04:30:44,691 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:30:45,016 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-3d8c5dfe-fdac-496-proj 2018-10-04 04:30:45,372 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-3d8c5dfe-fdac-496-proj-role 2018-10-04 04:30:45,566 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-3d8c5dfe-fdac-496-user 2018-10-04 04:30:46,956 - keystone_utils - INFO - Created project with name - CreateSecurityGroupTests-80f0a0c9-ad29-473-proj 2018-10-04 04:30:48,004 - keystone_utils - INFO - Created user with name - CreateSecurityGroupTests-80f0a0c9-ad29-473-user 2018-10-04 04:30:48,202 - keystone_utils - INFO - Created role with name - CreateSecurityGroupTests-80f0a0c9-ad29-473-proj-role 2018-10-04 04:30:48,298 - keystone_utils - INFO - Granting role CreateSecurityGroupTests-80f0a0c9-ad29-473-proj-role to project CreateSecurityGroupTests-80f0a0c9-ad29-473-proj 2018-10-04 04:30:49,197 - OpenStackSecurityGroup - INFO - Creating security group CreateSecurityGroupTests-dc07f7d5-7ea1-47d9-9cb2-00a486ba2b1dname... 2018-10-04 04:30:49,197 - neutron_utils - INFO - Creating security group with name - CreateSecurityGroupTests-dc07f7d5-7ea1-47d9-9cb2-00a486ba2b1dname 2018-10-04 04:30:49,695 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:49,861 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:49,889 - neutron_utils - INFO - Retrieving security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:49,960 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:50,211 - neutron_utils - INFO - Retrieving security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:50,411 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:50,463 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-dc07f7d5-7ea1-47d9-9cb2-00a486ba2b1dname 2018-10-04 04:30:50,748 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:51,107 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-dc07f7d5-7ea1-47d9-9cb2-00a486ba2b1dname 2018-10-04 04:30:51,373 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:51,724 - neutron_utils - INFO - Creating security group to security group - CreateSecurityGroupTests-dc07f7d5-7ea1-47d9-9cb2-00a486ba2b1dname 2018-10-04 04:30:52,011 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:52,222 - neutron_utils - INFO - Retrieving security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:52,274 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:53,037 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:53,222 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:53,597 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:53,969 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:54,222 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:54,453 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:54,841 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:55,310 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:55,702 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:55,933 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:55,997 - neutron_utils - INFO - Deleting security group rule with ID - fb907af9-0b33-4911-8f28-b23fe2d79509 2018-10-04 04:30:56,293 - OpenStackSecurityGroup - WARNING - Rule setting is None, cannot remove rule 2018-10-04 04:30:56,293 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4e0cb16e-299f-4dee-920e-5c9747e389ac 2018-10-04 04:30:56,326 - neutron_utils - INFO - Deleting security group rule with ID - bce710a9-06c9-4901-844c-8b06f02fbe90 2018-10-04 04:30:56,434 - neutron_utils - INFO - Deleting security group rule with ID - 5f54eabf-14e6-433a-9e95-ac7703542fb4 2018-10-04 04:30:56,696 - neutron_utils - INFO - Deleting security group rule with ID - 80050c69-42e5-442b-91bd-b87763a764f0 2018-10-04 04:30:56,798 - neutron_utils - INFO - Deleting security group rule with ID - 2245500d-1c5b-40ec-b307-b7aab87ffc0d 2018-10-04 04:30:57,095 - neutron_utils - INFO - Deleting security group rule with ID - fb907af9-0b33-4911-8f28-b23fe2d79509 2018-10-04 04:30:57,267 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule fb907af9-0b33-4911-8f28-b23fe2d79509 does not exist Neutron server returns request_ids: ['req-c836f219-b4aa-484c-a4e0-5412d99941e6'] 2018-10-04 04:30:57,267 - neutron_utils - INFO - Deleting security group with name - CreateSecurityGroupTests-dc07f7d5-7ea1-47d9-9cb2-00a486ba2b1dname 2018-10-04 04:30:57,961 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - affa7049-6f44-490c-80f7-a36691db6f66 2018-10-04 04:30:58,146 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:30:58,470 - keystone_utils - INFO - Deleting project with name - CreateSecurityGroupTests-80f0a0c9-ad29-473-proj 2018-10-04 04:30:58,679 - keystone_utils - INFO - Deleting role with name - CreateSecurityGroupTests-80f0a0c9-ad29-473-proj-role 2018-10-04 04:30:58,875 - keystone_utils - INFO - Deleting user with name - CreateSecurityGroupTests-80f0a0c9-ad29-473-user 2018-10-04 04:31:00,298 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-b9d9515b-aa0e-476-proj 2018-10-04 04:31:01,346 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-b9d9515b-aa0e-476-user 2018-10-04 04:31:01,537 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-b9d9515b-aa0e-476-proj-role 2018-10-04 04:31:01,629 - keystone_utils - INFO - Granting role CreateImageSuccessTests-b9d9515b-aa0e-476-proj-role to project CreateImageSuccessTests-b9d9515b-aa0e-476-proj 2018-10-04 04:31:05,023 - create_image - INFO - Created image with name - CreateImageSuccessTests-66144f09-9c47-4bd1-bfd4-77d2b20c8fac 2018-10-04 04:31:05,043 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-66144f09-9c47-4bd1-bfd4-77d2b20c8fac 2018-10-04 04:31:05,752 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-66144f09-9c47-4bd1-bfd4-77d2b20c8fac 2018-10-04 04:31:07,342 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-66144f09-9c47-4bd1-bfd4-77d2b20c8fac 2018-10-04 04:31:07,986 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-b9d9515b-aa0e-476-proj 2018-10-04 04:31:08,199 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-b9d9515b-aa0e-476-proj-role 2018-10-04 04:31:08,405 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-b9d9515b-aa0e-476-user 2018-10-04 04:31:09,926 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-bdfbb897-c40c-4e9-proj 2018-10-04 04:31:11,066 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-bdfbb897-c40c-4e9-user 2018-10-04 04:31:11,273 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-bdfbb897-c40c-4e9-proj-role 2018-10-04 04:31:11,358 - keystone_utils - INFO - Granting role CreateImageSuccessTests-bdfbb897-c40c-4e9-proj-role to project CreateImageSuccessTests-bdfbb897-c40c-4e9-proj 2018-10-04 04:31:14,403 - create_image - INFO - Created image with name - CreateImageSuccessTests-33f81d10-b8b1-43db-a453-06541e77d53b 2018-10-04 04:31:14,423 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-33f81d10-b8b1-43db-a453-06541e77d53b 2018-10-04 04:31:15,135 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-33f81d10-b8b1-43db-a453-06541e77d53b 2018-10-04 04:31:17,023 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-bdfbb897-c40c-4e9-proj 2018-10-04 04:31:17,253 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-bdfbb897-c40c-4e9-proj-role 2018-10-04 04:31:17,447 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-bdfbb897-c40c-4e9-user 2018-10-04 04:31:18,854 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-6e483b3e-89e3-4d9-proj 2018-10-04 04:31:19,908 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-6e483b3e-89e3-4d9-user 2018-10-04 04:31:20,100 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-6e483b3e-89e3-4d9-proj-role 2018-10-04 04:31:20,187 - keystone_utils - INFO - Granting role CreateImageSuccessTests-6e483b3e-89e3-4d9-proj-role to project CreateImageSuccessTests-6e483b3e-89e3-4d9-proj 2018-10-04 04:31:23,340 - create_image - INFO - Created image with name - CreateImageSuccessTests-3136c093-5514-4370-815f-bf2a7bf580b2 2018-10-04 04:31:23,494 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-3136c093-5514-4370-815f-bf2a7bf580b2 2018-10-04 04:31:24,212 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-3136c093-5514-4370-815f-bf2a7bf580b2 2018-10-04 04:31:26,016 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-6e483b3e-89e3-4d9-proj 2018-10-04 04:31:26,348 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-6e483b3e-89e3-4d9-proj-role 2018-10-04 04:31:26,546 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-6e483b3e-89e3-4d9-user 2018-10-04 04:31:28,011 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-89fe5a9d-2527-4f4-proj 2018-10-04 04:31:28,999 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-89fe5a9d-2527-4f4-user 2018-10-04 04:31:29,201 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-89fe5a9d-2527-4f4-proj-role 2018-10-04 04:31:29,381 - keystone_utils - INFO - Granting role CreateImageSuccessTests-89fe5a9d-2527-4f4-proj-role to project CreateImageSuccessTests-89fe5a9d-2527-4f4-proj 2018-10-04 04:31:32,161 - create_image - INFO - Created image with name - CreateImageSuccessTests-92451248-57e0-4845-b92d-86c86a2ccfcd 2018-10-04 04:31:32,319 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-92451248-57e0-4845-b92d-86c86a2ccfcd 2018-10-04 04:31:33,026 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-92451248-57e0-4845-b92d-86c86a2ccfcd 2018-10-04 04:31:34,663 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-89fe5a9d-2527-4f4-proj 2018-10-04 04:31:34,852 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-89fe5a9d-2527-4f4-proj-role 2018-10-04 04:31:34,989 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-89fe5a9d-2527-4f4-user 2018-10-04 04:31:36,424 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-c9d399e9-a7f9-483-proj 2018-10-04 04:31:37,453 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-c9d399e9-a7f9-483-user 2018-10-04 04:31:37,657 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-c9d399e9-a7f9-483-proj-role 2018-10-04 04:31:37,744 - keystone_utils - INFO - Granting role CreateImageSuccessTests-c9d399e9-a7f9-483-proj-role to project CreateImageSuccessTests-c9d399e9-a7f9-483-proj 2018-10-04 04:31:40,736 - create_image - INFO - Created image with name - CreateImageSuccessTests-af9ac05a-7015-4d3f-94ec-1763ec6772cf 2018-10-04 04:31:40,897 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-af9ac05a-7015-4d3f-94ec-1763ec6772cf 2018-10-04 04:31:42,491 - create_image - INFO - Found image with name - CreateImageSuccessTests-af9ac05a-7015-4d3f-94ec-1763ec6772cf 2018-10-04 04:31:42,491 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-af9ac05a-7015-4d3f-94ec-1763ec6772cf 2018-10-04 04:31:44,322 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-c9d399e9-a7f9-483-proj 2018-10-04 04:31:44,547 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-c9d399e9-a7f9-483-proj-role 2018-10-04 04:31:44,747 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-c9d399e9-a7f9-483-user 2018-10-04 04:31:46,328 - keystone_utils - INFO - Created project with name - CreateImageSuccessTests-2b5d29f9-0afd-4a5-proj 2018-10-04 04:31:47,388 - keystone_utils - INFO - Created user with name - CreateImageSuccessTests-2b5d29f9-0afd-4a5-user 2018-10-04 04:31:47,573 - keystone_utils - INFO - Created role with name - CreateImageSuccessTests-2b5d29f9-0afd-4a5-proj-role 2018-10-04 04:31:47,591 - keystone_utils - INFO - Granting role CreateImageSuccessTests-2b5d29f9-0afd-4a5-proj-role to project CreateImageSuccessTests-2b5d29f9-0afd-4a5-proj 2018-10-04 04:31:50,503 - create_image - INFO - Created image with name - CreateImageSuccessTests-d7b5ef07-c9b8-46be-ad05-ace467150c8e 2018-10-04 04:31:50,662 - create_image - INFO - Image is now active with name - CreateImageSuccessTests-d7b5ef07-c9b8-46be-ad05-ace467150c8e 2018-10-04 04:31:52,145 - create_image - INFO - Found image with name - CreateImageSuccessTests-d7b5ef07-c9b8-46be-ad05-ace467150c8e 2018-10-04 04:31:52,146 - glance_utils - INFO - Deleting image named - CreateImageSuccessTests-d7b5ef07-c9b8-46be-ad05-ace467150c8e 2018-10-04 04:31:54,296 - keystone_utils - INFO - Deleting project with name - CreateImageSuccessTests-2b5d29f9-0afd-4a5-proj 2018-10-04 04:31:54,528 - keystone_utils - INFO - Deleting role with name - CreateImageSuccessTests-2b5d29f9-0afd-4a5-proj-role 2018-10-04 04:31:54,730 - keystone_utils - INFO - Deleting user with name - CreateImageSuccessTests-2b5d29f9-0afd-4a5-user 2018-10-04 04:31:56,154 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-65b9ae26-c95b-472-proj 2018-10-04 04:31:57,333 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-65b9ae26-c95b-472-user 2018-10-04 04:31:57,466 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-65b9ae26-c95b-472-proj-role 2018-10-04 04:31:57,486 - keystone_utils - INFO - Granting role CreateImageNegativeTests-65b9ae26-c95b-472-proj-role to project CreateImageNegativeTests-65b9ae26-c95b-472-proj 2018-10-04 04:31:59,110 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-04 04:31:59,110 - glance_utils - INFO - Deleting image named - CreateImageNegativeTests-ee30e1a1-b1ba-4baa-b118-62d2bdce084b 2018-10-04 04:31:59,813 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-65b9ae26-c95b-472-proj 2018-10-04 04:32:00,042 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-65b9ae26-c95b-472-proj-role 2018-10-04 04:32:00,246 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-65b9ae26-c95b-472-user 2018-10-04 04:32:01,656 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-d36d6d01-c65b-450-proj 2018-10-04 04:32:02,778 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-d36d6d01-c65b-450-user 2018-10-04 04:32:02,998 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-d36d6d01-c65b-450-proj-role 2018-10-04 04:32:03,017 - keystone_utils - INFO - Granting role CreateImageNegativeTests-d36d6d01-c65b-450-proj-role to project CreateImageNegativeTests-d36d6d01-c65b-450-proj 2018-10-04 04:32:04,294 - glance_utils - ERROR - Unexpected exception creating image. Rolling back 2018-10-04 04:32:04,294 - glance_utils - INFO - Removing file ./tmp/5b9f74c1-e8c5-4609-876c-6cca78f361fd 2018-10-04 04:32:04,870 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-d36d6d01-c65b-450-proj 2018-10-04 04:32:05,073 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-d36d6d01-c65b-450-proj-role 2018-10-04 04:32:05,265 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-d36d6d01-c65b-450-user 2018-10-04 04:32:06,783 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-2266d8f8-5b18-49e-proj 2018-10-04 04:32:07,902 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-2266d8f8-5b18-49e-user 2018-10-04 04:32:08,094 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-2266d8f8-5b18-49e-proj-role 2018-10-04 04:32:08,181 - keystone_utils - INFO - Granting role CreateImageNegativeTests-2266d8f8-5b18-49e-proj-role to project CreateImageNegativeTests-2266d8f8-5b18-49e-proj 2018-10-04 04:32:09,600 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-2266d8f8-5b18-49e-proj 2018-10-04 04:32:09,743 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-2266d8f8-5b18-49e-proj-role 2018-10-04 04:32:09,952 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-2266d8f8-5b18-49e-user 2018-10-04 04:32:11,465 - keystone_utils - INFO - Created project with name - CreateImageNegativeTests-1eddd365-77a2-496-proj 2018-10-04 04:32:12,675 - keystone_utils - INFO - Created user with name - CreateImageNegativeTests-1eddd365-77a2-496-user 2018-10-04 04:32:12,807 - keystone_utils - INFO - Created role with name - CreateImageNegativeTests-1eddd365-77a2-496-proj-role 2018-10-04 04:32:12,825 - keystone_utils - INFO - Granting role CreateImageNegativeTests-1eddd365-77a2-496-proj-role to project CreateImageNegativeTests-1eddd365-77a2-496-proj 2018-10-04 04:32:14,051 - keystone_utils - INFO - Deleting project with name - CreateImageNegativeTests-1eddd365-77a2-496-proj 2018-10-04 04:32:14,241 - keystone_utils - INFO - Deleting role with name - CreateImageNegativeTests-1eddd365-77a2-496-proj-role 2018-10-04 04:32:14,444 - keystone_utils - INFO - Deleting user with name - CreateImageNegativeTests-1eddd365-77a2-496-user 2018-10-04 04:32:15,855 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-26af8e00-035e-46f-proj 2018-10-04 04:32:16,830 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-26af8e00-035e-46f-user 2018-10-04 04:32:17,052 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-26af8e00-035e-46f-proj-role 2018-10-04 04:32:17,071 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-26af8e00-035e-46f-proj-role to project CreateMultiPartImageTests-26af8e00-035e-46f-proj 2018-10-04 04:32:17,205 - create_image_tests - WARNING - Will not download the kernel image. Cannot execute test 2018-10-04 04:32:17,687 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-26af8e00-035e-46f-proj 2018-10-04 04:32:17,905 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-26af8e00-035e-46f-proj-role 2018-10-04 04:32:18,112 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-26af8e00-035e-46f-user 2018-10-04 04:32:19,526 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-2abcf4c5-2181-4ac-proj 2018-10-04 04:32:20,754 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-2abcf4c5-2181-4ac-user 2018-10-04 04:32:20,962 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-2abcf4c5-2181-4ac-proj-role 2018-10-04 04:32:21,053 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-2abcf4c5-2181-4ac-proj-role to project CreateMultiPartImageTests-2abcf4c5-2181-4ac-proj 2018-10-04 04:32:21,185 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-04 04:32:21,603 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-2abcf4c5-2181-4ac-proj 2018-10-04 04:32:21,816 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-2abcf4c5-2181-4ac-proj-role 2018-10-04 04:32:22,025 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-2abcf4c5-2181-4ac-user 2018-10-04 04:32:23,543 - keystone_utils - INFO - Created project with name - CreateMultiPartImageTests-61f61ba4-43a8-45e-proj 2018-10-04 04:32:24,538 - keystone_utils - INFO - Created user with name - CreateMultiPartImageTests-61f61ba4-43a8-45e-user 2018-10-04 04:32:24,734 - keystone_utils - INFO - Created role with name - CreateMultiPartImageTests-61f61ba4-43a8-45e-proj-role 2018-10-04 04:32:24,831 - keystone_utils - INFO - Granting role CreateMultiPartImageTests-61f61ba4-43a8-45e-proj-role to project CreateMultiPartImageTests-61f61ba4-43a8-45e-proj 2018-10-04 04:32:24,972 - create_image_tests - WARNING - Test not executed as the image metadata requires image files 2018-10-04 04:32:25,439 - keystone_utils - INFO - Deleting project with name - CreateMultiPartImageTests-61f61ba4-43a8-45e-proj 2018-10-04 04:32:25,641 - keystone_utils - INFO - Deleting role with name - CreateMultiPartImageTests-61f61ba4-43a8-45e-proj-role 2018-10-04 04:32:25,849 - keystone_utils - INFO - Deleting user with name - CreateMultiPartImageTests-61f61ba4-43a8-45e-user 2018-10-04 04:32:27,250 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-3994795b-356c-424-proj 2018-10-04 04:32:28,285 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-3994795b-356c-424-user 2018-10-04 04:32:28,483 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-3994795b-356c-424-proj-role 2018-10-04 04:32:28,566 - keystone_utils - INFO - Granting role CreateKeypairsTests-3994795b-356c-424-proj-role to project CreateKeypairsTests-3994795b-356c-424-proj 2018-10-04 04:32:29,752 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-638642dd-c69d-469a-9a4c-aee42cd1cfcc... 2018-10-04 04:32:29,752 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:32:29,795 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-638642dd-c69d-469a-9a4c-aee42cd1cfcc 2018-10-04 04:32:31,009 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-3994795b-356c-424-proj 2018-10-04 04:32:31,246 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-3994795b-356c-424-proj-role 2018-10-04 04:32:31,441 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-3994795b-356c-424-user 2018-10-04 04:32:32,855 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-e424c72e-80f2-4f1-proj 2018-10-04 04:32:33,849 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-e424c72e-80f2-4f1-user 2018-10-04 04:32:34,136 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-e424c72e-80f2-4f1-proj-role 2018-10-04 04:32:34,227 - keystone_utils - INFO - Granting role CreateKeypairsTests-e424c72e-80f2-4f1-proj-role to project CreateKeypairsTests-e424c72e-80f2-4f1-proj 2018-10-04 04:32:34,569 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-d28e840f-ed88-439e-a853-617ed108f2e5.pub 2018-10-04 04:32:35,197 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-d28e840f-ed88-439e-a853-617ed108f2e5... 2018-10-04 04:32:35,197 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-04 04:32:35,197 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsTests-d28e840f-ed88-439e-a853-617ed108f2e5.pub 2018-10-04 04:32:35,197 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-d28e840f-ed88-439e-a853-617ed108f2e5 2018-10-04 04:32:36,316 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-e424c72e-80f2-4f1-proj 2018-10-04 04:32:36,510 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-e424c72e-80f2-4f1-proj-role 2018-10-04 04:32:36,704 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-e424c72e-80f2-4f1-user 2018-10-04 04:32:38,118 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-79f64a47-3bc7-4f0-proj 2018-10-04 04:32:39,173 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-79f64a47-3bc7-4f0-user 2018-10-04 04:32:39,363 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-79f64a47-3bc7-4f0-proj-role 2018-10-04 04:32:39,454 - keystone_utils - INFO - Granting role CreateKeypairsTests-79f64a47-3bc7-4f0-proj-role to project CreateKeypairsTests-79f64a47-3bc7-4f0-proj 2018-10-04 04:32:40,232 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-1c0bc849-3ff0-46e2-a2dd-56dac1f68f4d... 2018-10-04 04:32:40,233 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:32:57,332 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-1c0bc849-3ff0-46e2-a2dd-56dac1f68f4d 2018-10-04 04:32:58,486 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-79f64a47-3bc7-4f0-proj 2018-10-04 04:32:58,666 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-79f64a47-3bc7-4f0-proj-role 2018-10-04 04:32:58,867 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-79f64a47-3bc7-4f0-user 2018-10-04 04:33:00,286 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-df7f5d24-f4bb-436-proj 2018-10-04 04:33:01,352 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-df7f5d24-f4bb-436-user 2018-10-04 04:33:01,561 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-df7f5d24-f4bb-436-proj-role 2018-10-04 04:33:01,583 - keystone_utils - INFO - Granting role CreateKeypairsTests-df7f5d24-f4bb-436-proj-role to project CreateKeypairsTests-df7f5d24-f4bb-436-proj 2018-10-04 04:33:02,696 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-a889a5a7-0c8a-4112-8dcb-fd9d87a08c72... 2018-10-04 04:33:02,696 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:33:02,714 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-a889a5a7-0c8a-4112-8dcb-fd9d87a08c72 2018-10-04 04:33:03,797 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-df7f5d24-f4bb-436-proj 2018-10-04 04:33:04,001 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-df7f5d24-f4bb-436-proj-role 2018-10-04 04:33:04,291 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-df7f5d24-f4bb-436-user 2018-10-04 04:33:05,694 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-92b9207b-5b9d-4c1-proj 2018-10-04 04:33:06,734 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-92b9207b-5b9d-4c1-user 2018-10-04 04:33:06,932 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-92b9207b-5b9d-4c1-proj-role 2018-10-04 04:33:06,950 - keystone_utils - INFO - Granting role CreateKeypairsTests-92b9207b-5b9d-4c1-proj-role to project CreateKeypairsTests-92b9207b-5b9d-4c1-proj 2018-10-04 04:33:07,690 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-0fd5a331-929b-4fde-97de-cca1b05189cc... 2018-10-04 04:33:07,690 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:33:07,711 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-0fd5a331-929b-4fde-97de-cca1b05189cc 2018-10-04 04:33:07,773 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-0fd5a331-929b-4fde-97de-cca1b05189cc.pub 2018-10-04 04:33:07,773 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsTests-0fd5a331-929b-4fde-97de-cca1b05189cc 2018-10-04 04:33:08,346 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-0fd5a331-929b-4fde-97de-cca1b05189cc.pub] 2018-10-04 04:33:08,346 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsTests-0fd5a331-929b-4fde-97de-cca1b05189cc] 2018-10-04 04:33:08,826 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-92b9207b-5b9d-4c1-proj 2018-10-04 04:33:09,050 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-92b9207b-5b9d-4c1-proj-role 2018-10-04 04:33:09,246 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-92b9207b-5b9d-4c1-user 2018-10-04 04:33:10,669 - keystone_utils - INFO - Created project with name - CreateKeypairsTests-d147db6b-0f8b-4f7-proj 2018-10-04 04:33:11,801 - keystone_utils - INFO - Created user with name - CreateKeypairsTests-d147db6b-0f8b-4f7-user 2018-10-04 04:33:12,010 - keystone_utils - INFO - Created role with name - CreateKeypairsTests-d147db6b-0f8b-4f7-proj-role 2018-10-04 04:33:12,104 - keystone_utils - INFO - Granting role CreateKeypairsTests-d147db6b-0f8b-4f7-proj-role to project CreateKeypairsTests-d147db6b-0f8b-4f7-proj 2018-10-04 04:33:12,879 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsTests-24ba57d4-0a9c-4481-a03a-246ba4026b80... 2018-10-04 04:33:12,879 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:33:12,946 - nova_utils - INFO - Creating keypair with name - CreateKeypairsTests-24ba57d4-0a9c-4481-a03a-246ba4026b80 2018-10-04 04:33:13,019 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsTests-24ba57d4-0a9c-4481-a03a-246ba4026b80.pub 2018-10-04 04:33:13,706 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsTests-24ba57d4-0a9c-4481-a03a-246ba4026b80.pub] 2018-10-04 04:33:14,111 - keystone_utils - INFO - Deleting project with name - CreateKeypairsTests-d147db6b-0f8b-4f7-proj 2018-10-04 04:33:14,306 - keystone_utils - INFO - Deleting role with name - CreateKeypairsTests-d147db6b-0f8b-4f7-proj-role 2018-10-04 04:33:14,510 - keystone_utils - INFO - Deleting user with name - CreateKeypairsTests-d147db6b-0f8b-4f7-user 2018-10-04 04:33:16,047 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-23d5a9c6-0711-469-proj 2018-10-04 04:33:17,094 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-23d5a9c6-0711-469-user 2018-10-04 04:33:17,298 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-23d5a9c6-0711-469-proj-role 2018-10-04 04:33:17,389 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-23d5a9c6-0711-469-proj-role to project CreateKeypairsCleanupTests-23d5a9c6-0711-469-proj 2018-10-04 04:33:17,683 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-57c118d7-6b00-4f1e-99e6-803dc165d2db.pub 2018-10-04 04:33:17,684 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-57c118d7-6b00-4f1e-99e6-803dc165d2db 2018-10-04 04:33:18,330 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-57c118d7-6b00-4f1e-99e6-803dc165d2db... 2018-10-04 04:33:18,330 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-04 04:33:18,331 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-57c118d7-6b00-4f1e-99e6-803dc165d2db.pub 2018-10-04 04:33:18,331 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-57c118d7-6b00-4f1e-99e6-803dc165d2db 2018-10-04 04:33:18,429 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-57c118d7-6b00-4f1e-99e6-803dc165d2db.pub] 2018-10-04 04:33:18,430 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-57c118d7-6b00-4f1e-99e6-803dc165d2db] 2018-10-04 04:33:18,912 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-23d5a9c6-0711-469-proj 2018-10-04 04:33:19,139 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-23d5a9c6-0711-469-proj-role 2018-10-04 04:33:19,355 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-23d5a9c6-0711-469-user 2018-10-04 04:33:20,812 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-72858d10-4a98-4b4-proj 2018-10-04 04:33:21,884 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-72858d10-4a98-4b4-user 2018-10-04 04:33:22,082 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-72858d10-4a98-4b4-proj-role 2018-10-04 04:33:22,178 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-72858d10-4a98-4b4-proj-role to project CreateKeypairsCleanupTests-72858d10-4a98-4b4-proj 2018-10-04 04:33:22,361 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-0b3271c6-eae0-4fb5-87ed-72cc3c8fbad0.pub 2018-10-04 04:33:22,361 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-0b3271c6-eae0-4fb5-87ed-72cc3c8fbad0 2018-10-04 04:33:23,447 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-0b3271c6-eae0-4fb5-87ed-72cc3c8fbad0... 2018-10-04 04:33:23,447 - OpenStackKeypair - INFO - Uploading existing keypair 2018-10-04 04:33:23,447 - nova_utils - INFO - Saving keypair to - tmp/CreateKeypairsCleanupTests-0b3271c6-eae0-4fb5-87ed-72cc3c8fbad0.pub 2018-10-04 04:33:23,448 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-0b3271c6-eae0-4fb5-87ed-72cc3c8fbad0 2018-10-04 04:33:24,008 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-72858d10-4a98-4b4-proj 2018-10-04 04:33:24,235 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-72858d10-4a98-4b4-proj-role 2018-10-04 04:33:24,430 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-72858d10-4a98-4b4-user 2018-10-04 04:33:25,843 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-c4e61d80-bc27-48a-proj 2018-10-04 04:33:26,956 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-c4e61d80-bc27-48a-user 2018-10-04 04:33:27,160 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-c4e61d80-bc27-48a-proj-role 2018-10-04 04:33:27,252 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-c4e61d80-bc27-48a-proj-role to project CreateKeypairsCleanupTests-c4e61d80-bc27-48a-proj 2018-10-04 04:33:28,375 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-4fb3a584-df05-433a-89c3-f73189daa4aa... 2018-10-04 04:33:28,375 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:33:28,416 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-4fb3a584-df05-433a-89c3-f73189daa4aa 2018-10-04 04:33:28,486 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-4fb3a584-df05-433a-89c3-f73189daa4aa.pub 2018-10-04 04:33:28,486 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-4fb3a584-df05-433a-89c3-f73189daa4aa 2018-10-04 04:33:28,525 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-4fb3a584-df05-433a-89c3-f73189daa4aa.pub] 2018-10-04 04:33:28,526 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-4fb3a584-df05-433a-89c3-f73189daa4aa] 2018-10-04 04:33:29,013 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-c4e61d80-bc27-48a-proj 2018-10-04 04:33:29,217 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-c4e61d80-bc27-48a-proj-role 2018-10-04 04:33:29,423 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-c4e61d80-bc27-48a-user 2018-10-04 04:33:30,837 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-31552a21-08c3-48e-proj 2018-10-04 04:33:31,891 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-31552a21-08c3-48e-user 2018-10-04 04:33:32,100 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-31552a21-08c3-48e-proj-role 2018-10-04 04:33:32,182 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-31552a21-08c3-48e-proj-role to project CreateKeypairsCleanupTests-31552a21-08c3-48e-proj 2018-10-04 04:33:32,928 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-9f727ba0-9181-42ac-841e-318c86c1854b... 2018-10-04 04:33:32,928 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:33:32,965 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-9f727ba0-9181-42ac-841e-318c86c1854b 2018-10-04 04:33:33,034 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-9f727ba0-9181-42ac-841e-318c86c1854b.pub 2018-10-04 04:33:33,034 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-9f727ba0-9181-42ac-841e-318c86c1854b 2018-10-04 04:33:33,064 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateKeypairsCleanupTests-9f727ba0-9181-42ac-841e-318c86c1854b.pub] 2018-10-04 04:33:33,064 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateKeypairsCleanupTests-9f727ba0-9181-42ac-841e-318c86c1854b] 2018-10-04 04:33:33,551 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-31552a21-08c3-48e-proj 2018-10-04 04:33:33,767 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-31552a21-08c3-48e-proj-role 2018-10-04 04:33:33,953 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-31552a21-08c3-48e-user 2018-10-04 04:33:35,393 - keystone_utils - INFO - Created project with name - CreateKeypairsCleanupTests-98ee962a-acb7-4c7-proj 2018-10-04 04:33:36,531 - keystone_utils - INFO - Created user with name - CreateKeypairsCleanupTests-98ee962a-acb7-4c7-user 2018-10-04 04:33:36,729 - keystone_utils - INFO - Created role with name - CreateKeypairsCleanupTests-98ee962a-acb7-4c7-proj-role 2018-10-04 04:33:36,820 - keystone_utils - INFO - Granting role CreateKeypairsCleanupTests-98ee962a-acb7-4c7-proj-role to project CreateKeypairsCleanupTests-98ee962a-acb7-4c7-proj 2018-10-04 04:33:37,650 - OpenStackKeypair - INFO - Creating keypair CreateKeypairsCleanupTests-b7bf5ee6-887d-4273-bde4-305e7eaaed50... 2018-10-04 04:33:37,651 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 04:33:37,721 - nova_utils - INFO - Creating keypair with name - CreateKeypairsCleanupTests-b7bf5ee6-887d-4273-bde4-305e7eaaed50 2018-10-04 04:33:37,788 - file_utils - INFO - Saved public key to - tmp/CreateKeypairsCleanupTests-b7bf5ee6-887d-4273-bde4-305e7eaaed50.pub 2018-10-04 04:33:37,789 - file_utils - INFO - Saved private key to - tmp/CreateKeypairsCleanupTests-b7bf5ee6-887d-4273-bde4-305e7eaaed50 2018-10-04 04:33:38,310 - keystone_utils - INFO - Deleting project with name - CreateKeypairsCleanupTests-98ee962a-acb7-4c7-proj 2018-10-04 04:33:38,522 - keystone_utils - INFO - Deleting role with name - CreateKeypairsCleanupTests-98ee962a-acb7-4c7-proj-role 2018-10-04 04:33:38,728 - keystone_utils - INFO - Deleting user with name - CreateKeypairsCleanupTests-98ee962a-acb7-4c7-user 2018-10-04 04:33:40,058 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-3d348238-1108-427-proj 2018-10-04 04:33:41,184 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-3d348238-1108-427-user 2018-10-04 04:33:41,382 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-3d348238-1108-427-proj-role 2018-10-04 04:33:41,475 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-3d348238-1108-427-proj-role to project CreateNetworkSuccessTests-3d348238-1108-427-proj 2018-10-04 04:33:42,228 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-net 2018-10-04 04:33:43,176 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-subnet 2018-10-04 04:33:45,467 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-subnet 2018-10-04 04:33:45,467 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-subnet 2018-10-04 04:33:48,217 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-net 2018-10-04 04:33:50,070 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-subnet 2018-10-04 04:33:50,071 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-subnet 2018-10-04 04:33:50,108 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-20345e81-2b3c-4920-9825-afd495e942da-pub-net 2018-10-04 04:33:50,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 439d3465-7b1b-47cc-837f-76633cf64286 2018-10-04 04:33:50,780 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:33:51,113 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-3d348238-1108-427-proj 2018-10-04 04:33:51,392 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-3d348238-1108-427-proj-role 2018-10-04 04:33:51,603 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-3d348238-1108-427-user 2018-10-04 04:33:53,004 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-b89590ca-6371-43d-proj 2018-10-04 04:33:54,214 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-b89590ca-6371-43d-user 2018-10-04 04:33:54,424 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-b89590ca-6371-43d-proj-role 2018-10-04 04:33:54,521 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-b89590ca-6371-43d-proj-role to project CreateNetworkSuccessTests-b89590ca-6371-43d-proj 2018-10-04 04:33:55,295 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-net 2018-10-04 04:33:57,404 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-subnet 2018-10-04 04:34:02,038 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-router 2018-10-04 04:34:04,074 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-router 2018-10-04 04:34:07,797 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-router and subnet CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-subnet 2018-10-04 04:34:07,797 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-router 2018-10-04 04:34:09,063 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-router 2018-10-04 04:34:09,063 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-router 2018-10-04 04:34:10,363 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-subnet 2018-10-04 04:34:10,363 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-subnet 2018-10-04 04:34:12,491 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-d3544451-242b-4d58-a314-fe14c2d7d542-pub-net 2018-10-04 04:34:14,205 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8d75a138-c6cf-4aa9-b127-f5138138aea8 2018-10-04 04:34:14,389 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:34:14,765 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-b89590ca-6371-43d-proj 2018-10-04 04:34:15,115 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-b89590ca-6371-43d-proj-role 2018-10-04 04:34:15,318 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-b89590ca-6371-43d-user 2018-10-04 04:34:16,921 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-3bca3cfe-e791-45f-proj 2018-10-04 04:34:18,010 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-3bca3cfe-e791-45f-user 2018-10-04 04:34:18,226 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-3bca3cfe-e791-45f-proj-role 2018-10-04 04:34:18,314 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-3bca3cfe-e791-45f-proj-role to project CreateNetworkSuccessTests-3bca3cfe-e791-45f-proj 2018-10-04 04:34:19,108 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-net 2018-10-04 04:34:21,312 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-subnet 2018-10-04 04:34:25,168 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-router 2018-10-04 04:34:27,064 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-router 2018-10-04 04:34:29,563 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-router and subnet CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-subnet 2018-10-04 04:34:29,563 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-router 2018-10-04 04:34:30,800 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-router 2018-10-04 04:34:30,800 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-router 2018-10-04 04:34:32,095 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-subnet 2018-10-04 04:34:32,095 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-subnet 2018-10-04 04:34:34,416 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-c4ff14bd-a00b-405e-b938-633d9cfd2aef-pub-net 2018-10-04 04:34:36,283 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - af27b524-747a-44ea-a7de-87a2de106bbf 2018-10-04 04:34:36,621 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:34:36,953 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-3bca3cfe-e791-45f-proj 2018-10-04 04:34:37,176 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-3bca3cfe-e791-45f-proj-role 2018-10-04 04:34:37,376 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-3bca3cfe-e791-45f-user 2018-10-04 04:34:38,891 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-a93cf2af-2ffb-449-proj 2018-10-04 04:34:40,034 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-a93cf2af-2ffb-449-user 2018-10-04 04:34:40,238 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-a93cf2af-2ffb-449-proj-role 2018-10-04 04:34:40,331 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-a93cf2af-2ffb-449-proj-role to project CreateNetworkSuccessTests-a93cf2af-2ffb-449-proj 2018-10-04 04:34:41,098 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-net 2018-10-04 04:34:42,151 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-subnet 2018-10-04 04:34:44,767 - neutron_utils - INFO - Creating router with name - CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router 2018-10-04 04:34:48,131 - neutron_utils - INFO - Adding interface to router with name CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router 2018-10-04 04:34:52,593 - OpenStackNetwork - INFO - Removing router interface from router CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router and subnet CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-subnet 2018-10-04 04:34:52,593 - neutron_utils - INFO - Removing router interface from router named CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router 2018-10-04 04:34:53,837 - OpenStackNetwork - INFO - Removing router CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router 2018-10-04 04:34:53,838 - neutron_utils - INFO - Deleting router with name - CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router 2018-10-04 04:34:55,138 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-subnet 2018-10-04 04:34:55,138 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-subnet 2018-10-04 04:34:57,499 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-net 2018-10-04 04:34:59,167 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0722f866-631e-4036-a4ad-23dc9be48f4a 2018-10-04 04:34:59,338 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:34:59,697 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-a93cf2af-2ffb-449-proj 2018-10-04 04:35:00,056 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-a93cf2af-2ffb-449-proj-role 2018-10-04 04:35:00,262 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-a93cf2af-2ffb-449-user 2018-10-04 04:35:01,711 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-fdb00db8-22a2-438-proj 2018-10-04 04:35:02,944 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-fdb00db8-22a2-438-user 2018-10-04 04:35:03,299 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-fdb00db8-22a2-438-proj-role 2018-10-04 04:35:03,392 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-fdb00db8-22a2-438-proj-role to project CreateNetworkSuccessTests-fdb00db8-22a2-438-proj 2018-10-04 04:35:04,138 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-3d5acfe9-1a88-4c6b-b1ae-c6df45be9444-pub-net 2018-10-04 04:35:05,129 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-3d5acfe9-1a88-4c6b-b1ae-c6df45be9444-pub-subnet 2018-10-04 04:35:07,281 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3d5acfe9-1a88-4c6b-b1ae-c6df45be9444-pub-subnet 2018-10-04 04:35:07,282 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-3d5acfe9-1a88-4c6b-b1ae-c6df45be9444-pub-subnet 2018-10-04 04:35:09,733 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-3d5acfe9-1a88-4c6b-b1ae-c6df45be9444-pub-net 2018-10-04 04:35:11,495 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a0cc2723-4e5b-43ef-8cc0-5fa0187c5da4 2018-10-04 04:35:11,661 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:35:11,992 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-fdb00db8-22a2-438-proj 2018-10-04 04:35:12,258 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-fdb00db8-22a2-438-proj-role 2018-10-04 04:35:12,449 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-fdb00db8-22a2-438-user 2018-10-04 04:35:13,969 - keystone_utils - INFO - Created project with name - CreateNetworkSuccessTests-54230996-5853-4cb-proj 2018-10-04 04:35:15,215 - keystone_utils - INFO - Created user with name - CreateNetworkSuccessTests-54230996-5853-4cb-user 2018-10-04 04:35:15,423 - keystone_utils - INFO - Created role with name - CreateNetworkSuccessTests-54230996-5853-4cb-proj-role 2018-10-04 04:35:15,513 - keystone_utils - INFO - Granting role CreateNetworkSuccessTests-54230996-5853-4cb-proj-role to project CreateNetworkSuccessTests-54230996-5853-4cb-proj 2018-10-04 04:35:16,280 - neutron_utils - INFO - Creating network with name CreateNetworkSuccessTests-6030acb4-e83f-4fdb-9a94-4c23465c4cd6-pub-net 2018-10-04 04:35:17,467 - neutron_utils - INFO - Creating subnet with name CreateNetworkSuccessTests-6030acb4-e83f-4fdb-9a94-4c23465c4cd6-pub-subnet 2018-10-04 04:35:19,808 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6030acb4-e83f-4fdb-9a94-4c23465c4cd6-pub-subnet 2018-10-04 04:35:19,808 - neutron_utils - INFO - Deleting subnet with name CreateNetworkSuccessTests-6030acb4-e83f-4fdb-9a94-4c23465c4cd6-pub-subnet 2018-10-04 04:35:22,215 - neutron_utils - INFO - Deleting network with name CreateNetworkSuccessTests-6030acb4-e83f-4fdb-9a94-4c23465c4cd6-pub-net 2018-10-04 04:35:24,035 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9aae99a3-a4fb-4cb6-98ac-e10dde337732 2018-10-04 04:35:24,224 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:35:24,568 - keystone_utils - INFO - Deleting project with name - CreateNetworkSuccessTests-54230996-5853-4cb-proj 2018-10-04 04:35:24,845 - keystone_utils - INFO - Deleting role with name - CreateNetworkSuccessTests-54230996-5853-4cb-proj-role 2018-10-04 04:35:25,039 - keystone_utils - INFO - Deleting user with name - CreateNetworkSuccessTests-54230996-5853-4cb-user 2018-10-04 04:35:26,477 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-77b5de3b-7c29-4df-proj 2018-10-04 04:35:27,549 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-77b5de3b-7c29-4df-user 2018-10-04 04:35:27,753 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-77b5de3b-7c29-4df-proj-role 2018-10-04 04:35:27,846 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-77b5de3b-7c29-4df-proj-role to project CreateRouterSuccessTests-77b5de3b-7c29-4df-proj 2018-10-04 04:35:29,686 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-b35d7408-9bc2-419d-9675-280a98f614ad-pub-router 2018-10-04 04:35:33,473 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b35d7408-9bc2-419d-9675-280a98f614ad-pub-router 2018-10-04 04:35:35,204 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-b35d7408-9bc2-419d-9675-280a98f614ad-pub-router 2018-10-04 04:35:35,204 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-b35d7408-9bc2-419d-9675-280a98f614ad-pub-router 2018-10-04 04:35:35,819 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-77b5de3b-7c29-4df-proj 2018-10-04 04:35:36,018 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-77b5de3b-7c29-4df-proj-role 2018-10-04 04:35:36,228 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-77b5de3b-7c29-4df-user 2018-10-04 04:35:37,669 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e4587177-8968-40c-proj 2018-10-04 04:35:38,806 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e4587177-8968-40c-user 2018-10-04 04:35:39,010 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e4587177-8968-40c-proj-role 2018-10-04 04:35:39,102 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e4587177-8968-40c-proj-role to project CreateRouterSuccessTests-e4587177-8968-40c-proj 2018-10-04 04:35:40,329 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-4c92407d-807b-405d-9bb9-deb5bcf0cea2-pub-router 2018-10-04 04:35:42,036 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-4c92407d-807b-405d-9bb9-deb5bcf0cea2-pub-router 2018-10-04 04:35:42,036 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-4c92407d-807b-405d-9bb9-deb5bcf0cea2-pub-router 2018-10-04 04:35:42,799 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e4587177-8968-40c-proj 2018-10-04 04:35:43,001 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e4587177-8968-40c-proj-role 2018-10-04 04:35:43,206 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e4587177-8968-40c-user 2018-10-04 04:35:44,719 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-8659d195-d1d4-49c-proj 2018-10-04 04:35:45,747 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-8659d195-d1d4-49c-user 2018-10-04 04:35:45,957 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-8659d195-d1d4-49c-proj-role 2018-10-04 04:35:46,040 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-8659d195-d1d4-49c-proj-role to project CreateRouterSuccessTests-8659d195-d1d4-49c-proj 2018-10-04 04:35:47,287 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6a563af2-efc8-4a97-884f-f4c1e6e9bb97-pub-router 2018-10-04 04:35:49,001 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-6a563af2-efc8-4a97-884f-f4c1e6e9bb97-pub-router 2018-10-04 04:35:49,001 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-6a563af2-efc8-4a97-884f-f4c1e6e9bb97-pub-router 2018-10-04 04:35:49,947 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-8659d195-d1d4-49c-proj 2018-10-04 04:35:50,132 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-8659d195-d1d4-49c-proj-role 2018-10-04 04:35:50,321 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-8659d195-d1d4-49c-user 2018-10-04 04:35:51,752 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-710f9d12-3639-4c5-proj 2018-10-04 04:35:52,801 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-710f9d12-3639-4c5-user 2018-10-04 04:35:53,004 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-710f9d12-3639-4c5-proj-role 2018-10-04 04:35:53,094 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-710f9d12-3639-4c5-proj-role to project CreateRouterSuccessTests-710f9d12-3639-4c5-proj 2018-10-04 04:35:54,933 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-3e529aed-5c3c-4e16-acb0-8fcd111e036e-pub-router 2018-10-04 04:35:58,331 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-3e529aed-5c3c-4e16-acb0-8fcd111e036e-pub-router 2018-10-04 04:35:58,331 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-3e529aed-5c3c-4e16-acb0-8fcd111e036e-pub-router 2018-10-04 04:36:00,076 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-710f9d12-3639-4c5-proj 2018-10-04 04:36:00,295 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-710f9d12-3639-4c5-proj-role 2018-10-04 04:36:00,490 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-710f9d12-3639-4c5-user 2018-10-04 04:36:01,902 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-abc1a565-2201-477-proj 2018-10-04 04:36:02,962 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-abc1a565-2201-477-user 2018-10-04 04:36:03,159 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-abc1a565-2201-477-proj-role 2018-10-04 04:36:03,177 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-abc1a565-2201-477-proj-role to project CreateRouterSuccessTests-abc1a565-2201-477-proj 2018-10-04 04:36:03,932 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-net1 2018-10-04 04:36:05,043 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-subnet1 2018-10-04 04:36:07,708 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router 2018-10-04 04:36:09,708 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-port1 for router - CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router 2018-10-04 04:36:10,927 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-net1 2018-10-04 04:36:12,020 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-port1 for router - CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router 2018-10-04 04:36:12,020 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router 2018-10-04 04:36:16,782 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router and port CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-port1 2018-10-04 04:36:16,782 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router 2018-10-04 04:36:17,877 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router 2018-10-04 04:36:17,878 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-router 2018-10-04 04:36:19,188 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-subnet1 2018-10-04 04:36:19,188 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-subnet1 2018-10-04 04:36:21,664 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-fb5142c9-37a8-43fa-9010-1c9d35acb1e9-pub-net1 2018-10-04 04:36:23,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - dd627755-35c2-4da9-91b7-702ef6094836 2018-10-04 04:36:23,705 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:36:24,082 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-abc1a565-2201-477-proj 2018-10-04 04:36:24,337 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-abc1a565-2201-477-proj-role 2018-10-04 04:36:24,532 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-abc1a565-2201-477-user 2018-10-04 04:36:25,927 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-d8915fbd-dbc2-440-proj 2018-10-04 04:36:26,992 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-d8915fbd-dbc2-440-user 2018-10-04 04:36:27,190 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-d8915fbd-dbc2-440-proj-role 2018-10-04 04:36:27,210 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-d8915fbd-dbc2-440-proj-role to project CreateRouterSuccessTests-d8915fbd-dbc2-440-proj 2018-10-04 04:36:29,100 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-6a1dbe37-15ca-4eeb-b4b0-39ce8cd4c061-pub-router 2018-10-04 04:36:33,703 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-6a1dbe37-15ca-4eeb-b4b0-39ce8cd4c061-pub-router 2018-10-04 04:36:33,703 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-6a1dbe37-15ca-4eeb-b4b0-39ce8cd4c061-pub-router 2018-10-04 04:36:35,503 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-d8915fbd-dbc2-440-proj 2018-10-04 04:36:35,713 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-d8915fbd-dbc2-440-proj-role 2018-10-04 04:36:36,009 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-d8915fbd-dbc2-440-user 2018-10-04 04:36:37,472 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-5abec693-c1f8-4f1-proj 2018-10-04 04:36:38,591 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-5abec693-c1f8-4f1-user 2018-10-04 04:36:38,795 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-5abec693-c1f8-4f1-proj-role 2018-10-04 04:36:38,878 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-5abec693-c1f8-4f1-proj-role to project CreateRouterSuccessTests-5abec693-c1f8-4f1-proj 2018-10-04 04:36:39,637 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-net1 2018-10-04 04:36:40,899 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-subnet1 2018-10-04 04:36:42,580 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-net2 2018-10-04 04:36:43,652 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-subnet2 2018-10-04 04:36:46,091 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:36:47,069 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-port1 for router - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:36:48,661 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-net1 2018-10-04 04:36:49,775 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-port1 for router - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:36:49,775 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:36:51,988 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-port2 for router - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:36:53,373 - neutron_utils - INFO - Creating port for network with name - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-net2 2018-10-04 04:36:54,505 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-port2 for router - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:36:54,505 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:37:03,646 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router and port CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-port1 2018-10-04 04:37:03,646 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:37:04,673 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router and port CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-port2 2018-10-04 04:37:04,673 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:37:05,542 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:37:05,543 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-router 2018-10-04 04:37:06,157 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-subnet1 2018-10-04 04:37:06,157 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-subnet1 2018-10-04 04:37:08,663 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-net1 2018-10-04 04:37:09,973 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-subnet2 2018-10-04 04:37:09,973 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-subnet2 2018-10-04 04:37:12,374 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-e6c859cc-b4f0-44f4-a459-19dc1210988f-pub-net2 2018-10-04 04:37:14,415 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a5b126f8-b256-42e4-95f7-81f6be304237 2018-10-04 04:37:14,596 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:37:14,923 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-5abec693-c1f8-4f1-proj 2018-10-04 04:37:15,254 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-5abec693-c1f8-4f1-proj-role 2018-10-04 04:37:15,471 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-5abec693-c1f8-4f1-user 2018-10-04 04:37:16,885 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-e891bf29-0acc-48e-proj 2018-10-04 04:37:18,023 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-e891bf29-0acc-48e-user 2018-10-04 04:37:18,231 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-e891bf29-0acc-48e-proj-role 2018-10-04 04:37:18,249 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-e891bf29-0acc-48e-proj-role to project CreateRouterSuccessTests-e891bf29-0acc-48e-proj 2018-10-04 04:37:20,217 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7943de68-289b-4776-8ad8-13fe7a26a00b-pub-router 2018-10-04 04:37:23,116 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7943de68-289b-4776-8ad8-13fe7a26a00b-pub-router 2018-10-04 04:37:23,116 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7943de68-289b-4776-8ad8-13fe7a26a00b-pub-router 2018-10-04 04:37:24,842 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-e891bf29-0acc-48e-proj 2018-10-04 04:37:25,061 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-e891bf29-0acc-48e-proj-role 2018-10-04 04:37:25,292 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-e891bf29-0acc-48e-user 2018-10-04 04:37:26,765 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-4b61f5cc-7539-4d9-proj 2018-10-04 04:37:27,831 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-4b61f5cc-7539-4d9-user 2018-10-04 04:37:28,021 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-4b61f5cc-7539-4d9-proj-role 2018-10-04 04:37:28,043 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-4b61f5cc-7539-4d9-proj-role to project CreateRouterSuccessTests-4b61f5cc-7539-4d9-proj 2018-10-04 04:37:29,325 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router 2018-10-04 04:37:30,298 - OpenStackNetwork - INFO - Retrieved port CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-port1 for router - CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router 2018-10-04 04:37:31,223 - neutron_utils - INFO - Creating port for network with name - external 2018-10-04 04:37:32,303 - OpenStackNetwork - INFO - Created port CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-port1 for router - CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router 2018-10-04 04:37:32,303 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router 2018-10-04 04:37:35,787 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router and port CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-port1 2018-10-04 04:37:35,787 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router 2018-10-04 04:37:36,802 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router 2018-10-04 04:37:36,802 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-66053471-dd22-461d-82e4-6a180113fb4e-pub-router 2018-10-04 04:37:37,738 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-4b61f5cc-7539-4d9-proj 2018-10-04 04:37:37,953 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-4b61f5cc-7539-4d9-proj-role 2018-10-04 04:37:38,145 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-4b61f5cc-7539-4d9-user 2018-10-04 04:37:39,555 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-9fe1c830-9f3a-4e0-proj 2018-10-04 04:37:40,609 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-9fe1c830-9f3a-4e0-user 2018-10-04 04:37:40,741 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-9fe1c830-9f3a-4e0-proj-role 2018-10-04 04:37:40,836 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-9fe1c830-9f3a-4e0-proj-role to project CreateRouterSuccessTests-9fe1c830-9f3a-4e0-proj 2018-10-04 04:37:41,596 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-net1 2018-10-04 04:37:42,712 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-subnet1 2018-10-04 04:37:45,442 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router 2018-10-04 04:37:48,349 - neutron_utils - INFO - Adding interface to router with name CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router 2018-10-04 04:37:50,775 - OpenStackNetwork - INFO - Removing router interface from router CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router and subnet CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-subnet1 2018-10-04 04:37:50,775 - neutron_utils - INFO - Removing router interface from router named CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router 2018-10-04 04:37:52,065 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router 2018-10-04 04:37:52,066 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router 2018-10-04 04:37:53,216 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-subnet1 2018-10-04 04:37:53,216 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-subnet1 2018-10-04 04:37:55,799 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-net1 2018-10-04 04:37:57,790 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb314b2b-6e7a-4a41-a3da-c070956412d9 2018-10-04 04:37:57,953 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:37:58,308 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-9fe1c830-9f3a-4e0-proj 2018-10-04 04:37:58,576 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-9fe1c830-9f3a-4e0-proj-role 2018-10-04 04:37:58,775 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-9fe1c830-9f3a-4e0-user 2018-10-04 04:38:00,316 - keystone_utils - INFO - Created project with name - CreateRouterSuccessTests-2e581049-e340-4e8-proj 2018-10-04 04:38:01,411 - keystone_utils - INFO - Created user with name - CreateRouterSuccessTests-2e581049-e340-4e8-user 2018-10-04 04:38:01,621 - keystone_utils - INFO - Created role with name - CreateRouterSuccessTests-2e581049-e340-4e8-proj-role 2018-10-04 04:38:01,717 - keystone_utils - INFO - Granting role CreateRouterSuccessTests-2e581049-e340-4e8-proj-role to project CreateRouterSuccessTests-2e581049-e340-4e8-proj 2018-10-04 04:38:02,503 - neutron_utils - INFO - Creating network with name CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-net1 2018-10-04 04:38:03,314 - neutron_utils - INFO - Creating subnet with name CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-subnet1 2018-10-04 04:38:05,869 - neutron_utils - INFO - Creating router with name - CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-router 2018-10-04 04:38:07,136 - OpenStackNetwork - INFO - Removing router CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-router 2018-10-04 04:38:07,136 - neutron_utils - INFO - Deleting router with name - CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-router 2018-10-04 04:38:08,459 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-subnet1 2018-10-04 04:38:08,459 - neutron_utils - INFO - Deleting subnet with name CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-subnet1 2018-10-04 04:38:10,642 - neutron_utils - INFO - Deleting network with name CreateRouterSuccessTests-642b7cb5-8767-4685-9641-2e1c22482c4e-pub-net1 2018-10-04 04:38:12,564 - keystone_utils - INFO - Deleting project with name - CreateRouterSuccessTests-2e581049-e340-4e8-proj 2018-10-04 04:38:12,755 - keystone_utils - INFO - Deleting role with name - CreateRouterSuccessTests-2e581049-e340-4e8-proj-role 2018-10-04 04:38:12,961 - keystone_utils - INFO - Deleting user with name - CreateRouterSuccessTests-2e581049-e340-4e8-user 2018-10-04 04:38:14,417 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-6913cd6d-1193-4a4-proj 2018-10-04 04:38:15,519 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-6913cd6d-1193-4a4-user 2018-10-04 04:38:15,716 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-6913cd6d-1193-4a4-proj-role 2018-10-04 04:38:15,742 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-6913cd6d-1193-4a4-proj-role to project CreateRouterNegativeTests-6913cd6d-1193-4a4-proj 2018-10-04 04:38:16,543 - neutron_utils - INFO - Creating network with name CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-net1 2018-10-04 04:38:17,375 - neutron_utils - INFO - Creating subnet with name CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-subnet1 2018-10-04 04:38:20,157 - neutron_utils - INFO - Creating router with name - CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router 2018-10-04 04:38:24,278 - OpenStackNetwork - INFO - Retrieved port CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-port1 for router - CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router 2018-10-04 04:38:24,910 - OpenStackNetwork - INFO - Removing router CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router 2018-10-04 04:38:24,910 - neutron_utils - INFO - Deleting router with name - CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router 2018-10-04 04:38:26,162 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-subnet1 2018-10-04 04:38:26,162 - neutron_utils - INFO - Deleting subnet with name CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-subnet1 2018-10-04 04:38:28,427 - neutron_utils - INFO - Deleting network with name CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-net1 2018-10-04 04:38:30,704 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-6913cd6d-1193-4a4-proj 2018-10-04 04:38:30,930 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-6913cd6d-1193-4a4-proj-role 2018-10-04 04:38:31,123 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-6913cd6d-1193-4a4-user 2018-10-04 04:38:32,549 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-406c33cc-39ec-424-proj 2018-10-04 04:38:33,609 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-406c33cc-39ec-424-user 2018-10-04 04:38:33,896 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-406c33cc-39ec-424-proj-role 2018-10-04 04:38:33,996 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-406c33cc-39ec-424-proj-role to project CreateRouterNegativeTests-406c33cc-39ec-424-proj 2018-10-04 04:38:35,891 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-406c33cc-39ec-424-proj 2018-10-04 04:38:36,110 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-406c33cc-39ec-424-proj-role 2018-10-04 04:38:36,318 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-406c33cc-39ec-424-user 2018-10-04 04:38:37,746 - keystone_utils - INFO - Created project with name - CreateRouterNegativeTests-f2173b57-3c15-4be-proj 2018-10-04 04:38:38,896 - keystone_utils - INFO - Created user with name - CreateRouterNegativeTests-f2173b57-3c15-4be-user 2018-10-04 04:38:39,089 - keystone_utils - INFO - Created role with name - CreateRouterNegativeTests-f2173b57-3c15-4be-proj-role 2018-10-04 04:38:39,179 - keystone_utils - INFO - Granting role CreateRouterNegativeTests-f2173b57-3c15-4be-proj-role to project CreateRouterNegativeTests-f2173b57-3c15-4be-proj 2018-10-04 04:38:39,716 - keystone_utils - INFO - Deleting project with name - CreateRouterNegativeTests-f2173b57-3c15-4be-proj 2018-10-04 04:38:39,905 - keystone_utils - INFO - Deleting role with name - CreateRouterNegativeTests-f2173b57-3c15-4be-proj-role 2018-10-04 04:38:40,102 - keystone_utils - INFO - Deleting user with name - CreateRouterNegativeTests-f2173b57-3c15-4be-user 2018-10-04 04:38:41,525 - keystone_utils - INFO - Created project with name - CreateQoSTests-58d7f7c4-0b54-44a-proj 2018-10-04 04:38:42,573 - keystone_utils - INFO - Created user with name - CreateQoSTests-58d7f7c4-0b54-44a-user 2018-10-04 04:38:42,776 - keystone_utils - INFO - Created role with name - CreateQoSTests-58d7f7c4-0b54-44a-proj-role 2018-10-04 04:38:42,796 - keystone_utils - INFO - Granting role CreateQoSTests-58d7f7c4-0b54-44a-proj-role to project CreateQoSTests-58d7f7c4-0b54-44a-proj 2018-10-04 04:38:43,790 - create_qos - INFO - Created qos with name - CreateQoSTests-d7eabe0d-9bdd-4a51-ad44-c0487160e536 2018-10-04 04:38:43,973 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d7eabe0d-9bdd-4a51-ad44-c0487160e536 2018-10-04 04:38:44,718 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-d7eabe0d-9bdd-4a51-ad44-c0487160e536 2018-10-04 04:38:45,366 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-58d7f7c4-0b54-44a-proj 2018-10-04 04:38:45,594 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-58d7f7c4-0b54-44a-proj-role 2018-10-04 04:38:45,798 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-58d7f7c4-0b54-44a-user 2018-10-04 04:38:47,297 - keystone_utils - INFO - Created project with name - CreateQoSTests-d7ce153f-0c79-4c8-proj 2018-10-04 04:38:48,429 - keystone_utils - INFO - Created user with name - CreateQoSTests-d7ce153f-0c79-4c8-user 2018-10-04 04:38:48,627 - keystone_utils - INFO - Created role with name - CreateQoSTests-d7ce153f-0c79-4c8-proj-role 2018-10-04 04:38:48,719 - keystone_utils - INFO - Granting role CreateQoSTests-d7ce153f-0c79-4c8-proj-role to project CreateQoSTests-d7ce153f-0c79-4c8-proj 2018-10-04 04:38:49,700 - create_qos - INFO - Created qos with name - CreateQoSTests-a059de5a-00fc-4852-80fc-bd2b7a28cbf7 2018-10-04 04:38:49,868 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-a059de5a-00fc-4852-80fc-bd2b7a28cbf7 2018-10-04 04:38:50,546 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-d7ce153f-0c79-4c8-proj 2018-10-04 04:38:50,732 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-d7ce153f-0c79-4c8-proj-role 2018-10-04 04:38:50,862 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-d7ce153f-0c79-4c8-user 2018-10-04 04:38:52,231 - keystone_utils - INFO - Created project with name - CreateQoSTests-bc03a565-664e-47f-proj 2018-10-04 04:38:53,275 - keystone_utils - INFO - Created user with name - CreateQoSTests-bc03a565-664e-47f-user 2018-10-04 04:38:53,466 - keystone_utils - INFO - Created role with name - CreateQoSTests-bc03a565-664e-47f-proj-role 2018-10-04 04:38:53,560 - keystone_utils - INFO - Granting role CreateQoSTests-bc03a565-664e-47f-proj-role to project CreateQoSTests-bc03a565-664e-47f-proj 2018-10-04 04:38:54,526 - create_qos - INFO - Created qos with name - CreateQoSTests-31a64e82-2c90-467b-a4c0-0550e1dc74ec 2018-10-04 04:38:55,343 - cinder_utils - INFO - Deleting QoS named - CreateQoSTests-31a64e82-2c90-467b-a4c0-0550e1dc74ec 2018-10-04 04:38:56,010 - keystone_utils - INFO - Deleting project with name - CreateQoSTests-bc03a565-664e-47f-proj 2018-10-04 04:38:56,205 - keystone_utils - INFO - Deleting role with name - CreateQoSTests-bc03a565-664e-47f-proj-role 2018-10-04 04:38:56,339 - keystone_utils - INFO - Deleting user with name - CreateQoSTests-bc03a565-664e-47f-user 2018-10-04 04:38:57,753 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-proj 2018-10-04 04:38:58,860 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-user 2018-10-04 04:38:59,052 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-proj-role 2018-10-04 04:38:59,140 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-proj-role to project CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-proj 2018-10-04 04:39:00,082 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-962733ea-b3b9-48ba-9622-1aa04cfa5f45 2018-10-04 04:39:00,620 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-962733ea-b3b9-48ba-9622-1aa04cfa5f45 2018-10-04 04:39:00,998 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-962733ea-b3b9-48ba-9622-1aa04cfa5f45 2018-10-04 04:39:01,651 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-proj 2018-10-04 04:39:01,851 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-proj-role 2018-10-04 04:39:02,072 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-8f6ba2f3-a5f5-4af-user 2018-10-04 04:39:03,471 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-proj 2018-10-04 04:39:04,435 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-user 2018-10-04 04:39:04,639 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-proj-role 2018-10-04 04:39:04,724 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-proj-role to project CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-proj 2018-10-04 04:39:05,685 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-535b6f05-3c9c-4725-b373-24486f567485 2018-10-04 04:39:07,228 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-535b6f05-3c9c-4725-b373-24486f567485 2018-10-04 04:39:07,923 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-proj 2018-10-04 04:39:08,187 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-proj-role 2018-10-04 04:39:08,388 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-70bbd0a4-59ee-406-user 2018-10-04 04:39:09,788 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-proj 2018-10-04 04:39:10,770 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-user 2018-10-04 04:39:10,968 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-proj-role 2018-10-04 04:39:11,052 - keystone_utils - INFO - Granting role CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-proj-role to project CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-proj 2018-10-04 04:39:12,080 - create_volume_type - INFO - Created volume type with name - CreateSimpleVolumeTypeSuccessTests-10827074-f86e-4aa6-9479-74534aa61fb3 2018-10-04 04:39:13,524 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeTypeSuccessTests-10827074-f86e-4aa6-9479-74534aa61fb3 2018-10-04 04:39:14,202 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-proj 2018-10-04 04:39:14,409 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-proj-role 2018-10-04 04:39:14,601 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeTypeSuccessTests-ca381924-b9a0-4fd-user 2018-10-04 04:39:15,938 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-proj 2018-10-04 04:39:16,998 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-user 2018-10-04 04:39:17,196 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-proj-role 2018-10-04 04:39:17,288 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-proj-role to project CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-proj 2018-10-04 04:39:18,239 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-41cc0000-65ed-47e2-aae0-44ed4cb4e2d7-qos-spec 2018-10-04 04:39:19,689 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-41cc0000-65ed-47e2-aae0-44ed4cb4e2d7-vol_type 2018-10-04 04:39:20,218 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-41cc0000-65ed-47e2-aae0-44ed4cb4e2d7-vol_type 2018-10-04 04:39:20,299 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-41cc0000-65ed-47e2-aae0-44ed4cb4e2d7-qos-spec 2018-10-04 04:39:20,983 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-proj 2018-10-04 04:39:21,205 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-proj-role 2018-10-04 04:39:21,398 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-1fa4bd68-c3ac-4c7-user 2018-10-04 04:39:22,831 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-proj 2018-10-04 04:39:23,970 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-user 2018-10-04 04:39:24,166 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-proj-role 2018-10-04 04:39:24,255 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-proj-role to project CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-proj 2018-10-04 04:39:25,167 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-121b173f-f785-4caa-b281-9c71988eaaf0-qos-spec 2018-10-04 04:39:26,388 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-121b173f-f785-4caa-b281-9c71988eaaf0-vol_type 2018-10-04 04:39:27,088 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-121b173f-f785-4caa-b281-9c71988eaaf0-vol_type 2018-10-04 04:39:27,143 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-121b173f-f785-4caa-b281-9c71988eaaf0-qos-spec 2018-10-04 04:39:27,742 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-proj 2018-10-04 04:39:27,966 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-proj-role 2018-10-04 04:39:28,160 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-7ba8c5a8-f62c-4eb-user 2018-10-04 04:39:29,681 - keystone_utils - INFO - Created project with name - CreateVolumeTypeComplexTests-06ad305e-7585-4d7-proj 2018-10-04 04:39:30,728 - keystone_utils - INFO - Created user with name - CreateVolumeTypeComplexTests-06ad305e-7585-4d7-user 2018-10-04 04:39:30,920 - keystone_utils - INFO - Created role with name - CreateVolumeTypeComplexTests-06ad305e-7585-4d7-proj-role 2018-10-04 04:39:31,014 - keystone_utils - INFO - Granting role CreateVolumeTypeComplexTests-06ad305e-7585-4d7-proj-role to project CreateVolumeTypeComplexTests-06ad305e-7585-4d7-proj 2018-10-04 04:39:31,927 - create_qos - INFO - Created qos with name - CreateVolumeTypeComplexTests-ac7c2089-57d7-482f-9ac8-08c3ff697dff-qos-spec 2018-10-04 04:39:33,370 - create_volume_type - INFO - Created volume type with name - CreateVolumeTypeComplexTests-ac7c2089-57d7-482f-9ac8-08c3ff697dff-vol_type 2018-10-04 04:39:34,060 - cinder_utils - INFO - Deleting volume named - CreateVolumeTypeComplexTests-ac7c2089-57d7-482f-9ac8-08c3ff697dff-vol_type 2018-10-04 04:39:34,274 - cinder_utils - INFO - Deleting QoS named - CreateVolumeTypeComplexTests-ac7c2089-57d7-482f-9ac8-08c3ff697dff-qos-spec 2018-10-04 04:39:34,803 - keystone_utils - INFO - Deleting project with name - CreateVolumeTypeComplexTests-06ad305e-7585-4d7-proj 2018-10-04 04:39:35,019 - keystone_utils - INFO - Deleting role with name - CreateVolumeTypeComplexTests-06ad305e-7585-4d7-proj-role 2018-10-04 04:39:35,214 - keystone_utils - INFO - Deleting user with name - CreateVolumeTypeComplexTests-06ad305e-7585-4d7-user 2018-10-04 04:39:36,639 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-proj 2018-10-04 04:39:37,884 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-user 2018-10-04 04:39:38,076 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-proj-role 2018-10-04 04:39:38,098 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-proj-role to project CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-proj 2018-10-04 04:39:39,836 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-ada221c1-d212-4d95-9453-acb1dfee9610 2018-10-04 04:39:43,248 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-ada221c1-d212-4d95-9453-acb1dfee9610 2018-10-04 04:39:43,739 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-ada221c1-d212-4d95-9453-acb1dfee9610 2018-10-04 04:39:47,067 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-ada221c1-d212-4d95-9453-acb1dfee9610 2018-10-04 04:39:47,732 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-proj 2018-10-04 04:39:47,971 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-proj-role 2018-10-04 04:39:48,169 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-c900ae2e-5b6c-4d4-user 2018-10-04 04:39:49,562 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-proj 2018-10-04 04:39:50,634 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-user 2018-10-04 04:39:50,848 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-proj-role 2018-10-04 04:39:50,931 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-proj-role to project CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-proj 2018-10-04 04:39:52,694 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-873b8f40-3822-42b6-a32b-267d2e20e108 2018-10-04 04:39:52,905 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-873b8f40-3822-42b6-a32b-267d2e20e108 2018-10-04 04:39:53,926 - create_volume - INFO - Did not create volume due to cleanup mode 2018-10-04 04:39:53,984 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-873b8f40-3822-42b6-a32b-267d2e20e108 2018-10-04 04:39:57,591 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-873b8f40-3822-42b6-a32b-267d2e20e108 2018-10-04 04:39:58,154 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-proj 2018-10-04 04:39:58,330 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-proj-role 2018-10-04 04:39:58,529 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-c654837e-1b4e-4fe-user 2018-10-04 04:39:59,928 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-proj 2018-10-04 04:40:01,046 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-user 2018-10-04 04:40:01,256 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-proj-role 2018-10-04 04:40:01,339 - keystone_utils - INFO - Granting role CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-proj-role to project CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-proj 2018-10-04 04:40:03,112 - create_volume - INFO - Created volume with name - CreateSimpleVolumeSuccessTests-5b75f294-f61c-41ab-9c41-809603bc2fc7 2018-10-04 04:40:03,302 - create_volume - INFO - Volume is now active with name - CreateSimpleVolumeSuccessTests-5b75f294-f61c-41ab-9c41-809603bc2fc7 2018-10-04 04:40:03,628 - cinder_utils - INFO - Deleting volume named - CreateSimpleVolumeSuccessTests-5b75f294-f61c-41ab-9c41-809603bc2fc7 2018-10-04 04:40:07,233 - create_volume - INFO - Volume has been properly deleted with name - CreateSimpleVolumeSuccessTests-5b75f294-f61c-41ab-9c41-809603bc2fc7 2018-10-04 04:40:07,735 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-proj 2018-10-04 04:40:07,935 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-proj-role 2018-10-04 04:40:08,223 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeSuccessTests-01d85777-7cb2-4ad-user 2018-10-04 04:40:09,633 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-proj 2018-10-04 04:40:10,842 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-user 2018-10-04 04:40:11,046 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-proj-role 2018-10-04 04:40:11,136 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-proj-role to project CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-proj 2018-10-04 04:40:12,847 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-proj 2018-10-04 04:40:13,066 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-proj-role 2018-10-04 04:40:13,279 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-dd180202-a8a0-4af-user 2018-10-04 04:40:14,692 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-proj 2018-10-04 04:40:15,597 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-user 2018-10-04 04:40:15,807 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-proj-role 2018-10-04 04:40:15,964 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-proj-role to project CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-proj 2018-10-04 04:40:17,370 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-proj 2018-10-04 04:40:17,600 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-proj-role 2018-10-04 04:40:17,796 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-05ccdd15-f03c-405-user 2018-10-04 04:40:19,256 - keystone_utils - INFO - Created project with name - CreateSimpleVolumeFailureTests-00126421-bd98-4f4-proj 2018-10-04 04:40:20,310 - keystone_utils - INFO - Created user with name - CreateSimpleVolumeFailureTests-00126421-bd98-4f4-user 2018-10-04 04:40:20,513 - keystone_utils - INFO - Created role with name - CreateSimpleVolumeFailureTests-00126421-bd98-4f4-proj-role 2018-10-04 04:40:20,604 - keystone_utils - INFO - Granting role CreateSimpleVolumeFailureTests-00126421-bd98-4f4-proj-role to project CreateSimpleVolumeFailureTests-00126421-bd98-4f4-proj 2018-10-04 04:40:22,014 - keystone_utils - INFO - Deleting project with name - CreateSimpleVolumeFailureTests-00126421-bd98-4f4-proj 2018-10-04 04:40:22,223 - keystone_utils - INFO - Deleting role with name - CreateSimpleVolumeFailureTests-00126421-bd98-4f4-proj-role 2018-10-04 04:40:22,485 - keystone_utils - INFO - Deleting user with name - CreateSimpleVolumeFailureTests-00126421-bd98-4f4-user 2018-10-04 04:40:23,969 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-proj 2018-10-04 04:40:25,022 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-user 2018-10-04 04:40:25,148 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-proj-role 2018-10-04 04:40:25,240 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-proj-role to project CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-proj 2018-10-04 04:40:26,231 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-a5059004-1558-4cc8-a341-7c881ac7d18d-vol-type 2018-10-04 04:40:27,065 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-a5059004-1558-4cc8-a341-7c881ac7d18d-vol-type 2018-10-04 04:40:27,742 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-proj 2018-10-04 04:40:27,965 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-proj-role 2018-10-04 04:40:28,165 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-e7d3affd-6b9d-4b2-user 2018-10-04 04:40:29,579 - keystone_utils - INFO - Created project with name - CreateVolumeWithTypeTests-ad29832f-340e-4ea-proj 2018-10-04 04:40:30,722 - keystone_utils - INFO - Created user with name - CreateVolumeWithTypeTests-ad29832f-340e-4ea-user 2018-10-04 04:40:30,854 - keystone_utils - INFO - Created role with name - CreateVolumeWithTypeTests-ad29832f-340e-4ea-proj-role 2018-10-04 04:40:30,950 - keystone_utils - INFO - Granting role CreateVolumeWithTypeTests-ad29832f-340e-4ea-proj-role to project CreateVolumeWithTypeTests-ad29832f-340e-4ea-proj 2018-10-04 04:40:31,969 - create_volume_type - INFO - Created volume type with name - CreateVolumeWithTypeTests-00443c79-1f00-4344-9a69-543bc3479c80-vol-type 2018-10-04 04:40:33,241 - create_volume - INFO - Created volume with name - CreateVolumeWithTypeTests-00443c79-1f00-4344-9a69-543bc3479c80-vol 2018-10-04 04:40:33,435 - create_volume - INFO - Volume is now active with name - CreateVolumeWithTypeTests-00443c79-1f00-4344-9a69-543bc3479c80-vol 2018-10-04 04:40:33,634 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-00443c79-1f00-4344-9a69-543bc3479c80-vol 2018-10-04 04:40:37,330 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithTypeTests-00443c79-1f00-4344-9a69-543bc3479c80-vol 2018-10-04 04:40:37,330 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithTypeTests-00443c79-1f00-4344-9a69-543bc3479c80-vol-type 2018-10-04 04:40:38,167 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithTypeTests-ad29832f-340e-4ea-proj 2018-10-04 04:40:38,379 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithTypeTests-ad29832f-340e-4ea-proj-role 2018-10-04 04:40:38,576 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithTypeTests-ad29832f-340e-4ea-user 2018-10-04 04:40:39,998 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-3ff25129-bbf0-4b1-proj 2018-10-04 04:40:41,034 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-3ff25129-bbf0-4b1-user 2018-10-04 04:40:41,226 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-3ff25129-bbf0-4b1-proj-role 2018-10-04 04:40:41,316 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-3ff25129-bbf0-4b1-proj-role to project CreateVolumeWithImageTests-3ff25129-bbf0-4b1-proj 2018-10-04 04:40:44,599 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-b28b7624-be99-4416-97c1-b47961e7ee6b-image 2018-10-04 04:40:44,764 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-b28b7624-be99-4416-97c1-b47961e7ee6b-image 2018-10-04 04:40:45,753 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-b28b7624-be99-4416-97c1-b47961e7ee6b-image 2018-10-04 04:40:47,137 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-3ff25129-bbf0-4b1-proj 2018-10-04 04:40:47,360 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-3ff25129-bbf0-4b1-proj-role 2018-10-04 04:40:47,576 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-3ff25129-bbf0-4b1-user 2018-10-04 04:40:49,004 - keystone_utils - INFO - Created project with name - CreateVolumeWithImageTests-a84debb2-05c2-43c-proj 2018-10-04 04:40:50,118 - keystone_utils - INFO - Created user with name - CreateVolumeWithImageTests-a84debb2-05c2-43c-user 2018-10-04 04:40:50,316 - keystone_utils - INFO - Created role with name - CreateVolumeWithImageTests-a84debb2-05c2-43c-proj-role 2018-10-04 04:40:50,404 - keystone_utils - INFO - Granting role CreateVolumeWithImageTests-a84debb2-05c2-43c-proj-role to project CreateVolumeWithImageTests-a84debb2-05c2-43c-proj 2018-10-04 04:40:53,398 - create_image - INFO - Created image with name - CreateVolumeWithImageTests-e78417f5-1345-4065-bda5-6309a0a7b79d-image 2018-10-04 04:40:53,568 - create_image - INFO - Image is now active with name - CreateVolumeWithImageTests-e78417f5-1345-4065-bda5-6309a0a7b79d-image 2018-10-04 04:40:56,008 - create_volume - INFO - Created volume with name - CreateVolumeWithImageTests-e78417f5-1345-4065-bda5-6309a0a7b79d-vol 2018-10-04 04:41:02,630 - create_volume - INFO - Volume is now active with name - CreateVolumeWithImageTests-e78417f5-1345-4065-bda5-6309a0a7b79d-vol 2018-10-04 04:41:03,622 - cinder_utils - INFO - Deleting volume named - CreateVolumeWithImageTests-e78417f5-1345-4065-bda5-6309a0a7b79d-vol 2018-10-04 04:41:07,091 - create_volume - INFO - Volume has been properly deleted with name - CreateVolumeWithImageTests-e78417f5-1345-4065-bda5-6309a0a7b79d-vol 2018-10-04 04:41:07,091 - glance_utils - INFO - Deleting image named - CreateVolumeWithImageTests-e78417f5-1345-4065-bda5-6309a0a7b79d-image 2018-10-04 04:41:08,823 - keystone_utils - INFO - Deleting project with name - CreateVolumeWithImageTests-a84debb2-05c2-43c-proj 2018-10-04 04:41:09,060 - keystone_utils - INFO - Deleting role with name - CreateVolumeWithImageTests-a84debb2-05c2-43c-proj-role 2018-10-04 04:41:09,259 - keystone_utils - INFO - Deleting user with name - CreateVolumeWithImageTests-a84debb2-05c2-43c-user 2018-10-04 04:41:10,591 - keystone_utils - INFO - Created project with name - SimpleHealthCheck-ca4e9aa9-f60d-4e9-proj 2018-10-04 04:41:11,639 - keystone_utils - INFO - Created user with name - SimpleHealthCheck-ca4e9aa9-f60d-4e9-user 2018-10-04 04:41:11,843 - keystone_utils - INFO - Created role with name - SimpleHealthCheck-ca4e9aa9-f60d-4e9-proj-role 2018-10-04 04:41:11,928 - keystone_utils - INFO - Granting role SimpleHealthCheck-ca4e9aa9-f60d-4e9-proj-role to project SimpleHealthCheck-ca4e9aa9-f60d-4e9-proj 2018-10-04 04:41:14,486 - create_image - INFO - Created image with name - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-image 2018-10-04 04:41:14,637 - create_image - INFO - Image is now active with name - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-image 2018-10-04 04:41:15,206 - neutron_utils - INFO - Creating network with name SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-priv-net 2018-10-04 04:41:16,330 - neutron_utils - INFO - Creating subnet with name SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-priv-subnet 2018-10-04 04:41:21,900 - neutron_utils - INFO - Creating port for network with name - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-priv-net 2018-10-04 04:41:23,793 - nova_utils - INFO - Creating VM with name - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-inst 2018-10-04 04:41:26,645 - create_instance - INFO - Created instance with name - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-inst 2018-10-04 04:41:34,260 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:41:35,079 - create_instance_tests - INFO - Looking for IP 10.55.0.11 in the console log 2018-10-04 04:42:36,286 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 04:42:36,290 - create_instance - INFO - Deleting Port with ID - 9bc80713-adad-48b9-9d0a-2bd04c8fe0f9 2018-10-04 04:42:36,290 - neutron_utils - INFO - Deleting port with name SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006port-1 2018-10-04 04:42:37,080 - create_instance - INFO - Deleting VM instance - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-inst 2018-10-04 04:42:37,233 - create_instance - INFO - Checking deletion status 2018-10-04 04:42:43,819 - create_instance - INFO - VM has been properly deleted VM with name - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-inst 2018-10-04 04:42:43,820 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-priv-subnet 2018-10-04 04:42:43,820 - neutron_utils - INFO - Deleting subnet with name SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-priv-subnet 2018-10-04 04:42:46,277 - neutron_utils - INFO - Deleting network with name SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-priv-net 2018-10-04 04:42:47,893 - glance_utils - INFO - Deleting image named - SimpleHealthCheck-cadd40a0-9628-40c5-8a76-1b984671f006-image 2018-10-04 04:42:49,893 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7f29fc73-c63e-4cb0-9af2-bbd55276819d 2018-10-04 04:42:50,070 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:42:50,426 - keystone_utils - INFO - Deleting project with name - SimpleHealthCheck-ca4e9aa9-f60d-4e9-proj 2018-10-04 04:42:50,636 - keystone_utils - INFO - Deleting role with name - SimpleHealthCheck-ca4e9aa9-f60d-4e9-proj-role 2018-10-04 04:42:50,829 - keystone_utils - INFO - Deleting user with name - SimpleHealthCheck-ca4e9aa9-f60d-4e9-user 2018-10-04 04:42:52,233 - keystone_utils - INFO - Created project with name - CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-proj 2018-10-04 04:42:53,375 - keystone_utils - INFO - Created user with name - CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-user 2018-10-04 04:42:53,567 - keystone_utils - INFO - Created role with name - CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-proj-role 2018-10-04 04:42:53,660 - keystone_utils - INFO - Granting role CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-proj-role to project CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-proj 2018-10-04 04:42:56,689 - create_image - INFO - Created image with name - CreateInstanceTwoNetTests-eaab6d74-7e4a-468f-88fe-61da01f09111 2018-10-04 04:42:56,857 - create_image - INFO - Image is now active with name - CreateInstanceTwoNetTests-eaab6d74-7e4a-468f-88fe-61da01f09111 2018-10-04 04:42:57,476 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net1 2018-10-04 04:42:58,565 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-subnet1 2018-10-04 04:43:00,568 - neutron_utils - INFO - Creating network with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net2 2018-10-04 04:43:01,408 - neutron_utils - INFO - Creating subnet with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-subnet2 2018-10-04 04:43:03,524 - neutron_utils - INFO - Creating router with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:43:04,644 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-router-port1 for router - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:43:06,224 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net1 2018-10-04 04:43:07,361 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-router-port1 for router - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:43:07,362 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:43:09,246 - OpenStackNetwork - INFO - Retrieved port CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-router-port2 for router - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:43:10,675 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net2 2018-10-04 04:43:11,709 - OpenStackNetwork - INFO - Created port CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-router-port2 for router - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:43:11,709 - neutron_utils - INFO - Adding interface to router with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:43:15,051 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-sec-grp... 2018-10-04 04:43:15,051 - neutron_utils - INFO - Creating security group with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-sec-grp 2018-10-04 04:43:15,431 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:15,602 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:15,782 - neutron_utils - INFO - Retrieving security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:15,977 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:16,142 - neutron_utils - INFO - Retrieving security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:16,193 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:16,374 - neutron_utils - INFO - Creating security group to security group - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-sec-grp 2018-10-04 04:43:16,652 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:17,150 - neutron_utils - INFO - Retrieving security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:17,344 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ceb6084d-ff07-4362-84fd-0b57bb4006a0 2018-10-04 04:43:20,983 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net1 2018-10-04 04:43:22,598 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst1 2018-10-04 04:43:24,948 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst1 2018-10-04 04:43:32,386 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:43:37,265 - neutron_utils - INFO - Creating port for network with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net2 2018-10-04 04:43:38,923 - nova_utils - INFO - Creating VM with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst2 2018-10-04 04:43:41,271 - create_instance - INFO - Created instance with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst2 2018-10-04 04:43:52,217 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:43:53,845 - create_instance_tests - INFO - Looking for IP 10.200.201.5 in the console log 2018-10-04 04:43:55,398 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 04:43:55,399 - create_instance_tests - INFO - Looking for IP 10.200.202.5 in the console log 2018-10-04 04:43:57,082 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 04:44:02,000 - create_instance - INFO - Deleting Port with ID - b4557c73-e892-47f1-8ad1-6b3c97022e73 2018-10-04 04:44:02,000 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-vm1-port 2018-10-04 04:44:02,483 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst1 2018-10-04 04:44:02,714 - create_instance - INFO - Checking deletion status 2018-10-04 04:44:16,277 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst1 2018-10-04 04:44:16,278 - create_instance - INFO - Deleting Port with ID - 861229be-21c9-4d49-80c1-880cb3cc9117 2018-10-04 04:44:16,278 - neutron_utils - INFO - Deleting port with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-vm2-port 2018-10-04 04:44:16,930 - create_instance - INFO - Deleting VM instance - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst2 2018-10-04 04:44:17,127 - create_instance - INFO - Checking deletion status 2018-10-04 04:44:24,250 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-inst2 2018-10-04 04:44:24,299 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router and port CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-router-port1 2018-10-04 04:44:24,299 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:44:25,589 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router and port CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-router-port2 2018-10-04 04:44:25,590 - neutron_utils - INFO - Removing router interface from router named CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:44:26,736 - OpenStackNetwork - INFO - Removing router CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:44:26,736 - neutron_utils - INFO - Deleting router with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-pub-router 2018-10-04 04:44:27,213 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-subnet1 2018-10-04 04:44:27,213 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-subnet1 2018-10-04 04:44:29,691 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net1 2018-10-04 04:44:30,991 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-subnet2 2018-10-04 04:44:30,991 - neutron_utils - INFO - Deleting subnet with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-subnet2 2018-10-04 04:44:33,211 - neutron_utils - INFO - Deleting network with name CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-net2 2018-10-04 04:44:34,684 - neutron_utils - INFO - Deleting security group rule with ID - 476aaf73-f323-4a7d-8267-e46fcbc9f8c6 2018-10-04 04:44:34,797 - neutron_utils - INFO - Deleting security group rule with ID - a2838c0b-0d5e-4b19-afed-c89f9297eed1 2018-10-04 04:44:35,105 - neutron_utils - INFO - Deleting security group rule with ID - be49e7e1-ba8f-4932-967d-0ca1b73b5e03 2018-10-04 04:44:35,441 - neutron_utils - INFO - Deleting security group with name - CreateInstanceTwoNetTests-f014c5f6-0d94-4b3a-bd5e-372473e4f91f-sec-grp 2018-10-04 04:44:35,725 - glance_utils - INFO - Deleting image named - CreateInstanceTwoNetTests-eaab6d74-7e4a-468f-88fe-61da01f09111 2018-10-04 04:44:37,047 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - caaeb4d9-cbdf-437d-b4ca-2d1dcf1445ea 2018-10-04 04:44:37,235 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:44:37,532 - keystone_utils - INFO - Deleting project with name - CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-proj 2018-10-04 04:44:37,749 - keystone_utils - INFO - Deleting role with name - CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-proj-role 2018-10-04 04:44:37,989 - keystone_utils - INFO - Deleting user with name - CreateInstanceTwoNetTests-bde45d7a-d0df-4fb-user 2018-10-04 04:44:39,597 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-b90aa741-d291-443-proj 2018-10-04 04:44:40,711 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-b90aa741-d291-443-user 2018-10-04 04:44:40,914 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-b90aa741-d291-443-proj-role 2018-10-04 04:44:40,933 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-b90aa741-d291-443-proj-role to project CreateInstanceSimpleTests-b90aa741-d291-443-proj 2018-10-04 04:44:43,662 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-image 2018-10-04 04:44:43,819 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-image 2018-10-04 04:44:45,179 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-pub-net 2018-10-04 04:44:46,167 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-pub-subnet 2018-10-04 04:44:51,465 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-pub-net 2018-10-04 04:44:52,774 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-inst 2018-10-04 04:44:54,726 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-inst 2018-10-04 04:45:02,013 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:45:07,589 - create_instance - INFO - Deleting Port with ID - 66bdd3e7-1eb5-4914-b791-c4b89753842f 2018-10-04 04:45:07,589 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-port 2018-10-04 04:45:08,355 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-inst 2018-10-04 04:45:08,515 - create_instance - INFO - Checking deletion status 2018-10-04 04:45:11,955 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-inst 2018-10-04 04:45:11,994 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-pub-subnet 2018-10-04 04:45:11,994 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-pub-subnet 2018-10-04 04:45:14,260 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-pub-net 2018-10-04 04:45:15,709 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-672b6c16-2bf2-4ec0-99c6-f60208de6da3-image 2018-10-04 04:45:17,278 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-b90aa741-d291-443-proj 2018-10-04 04:45:17,474 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-b90aa741-d291-443-proj-role 2018-10-04 04:45:17,660 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-b90aa741-d291-443-user 2018-10-04 04:45:19,070 - keystone_utils - INFO - Created project with name - CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-proj 2018-10-04 04:45:20,227 - keystone_utils - INFO - Created user with name - CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-user 2018-10-04 04:45:20,435 - keystone_utils - INFO - Created role with name - CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-proj-role 2018-10-04 04:45:20,526 - keystone_utils - INFO - Granting role CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-proj-role to project CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-proj 2018-10-04 04:45:23,511 - create_image - INFO - Created image with name - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-image 2018-10-04 04:45:23,701 - create_image - INFO - Image is now active with name - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-image 2018-10-04 04:45:25,056 - neutron_utils - INFO - Creating network with name CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-pub-net 2018-10-04 04:45:26,135 - neutron_utils - INFO - Creating subnet with name CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-pub-subnet 2018-10-04 04:45:30,987 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-pub-net 2018-10-04 04:45:32,814 - nova_utils - INFO - Creating VM with name - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-inst 2018-10-04 04:45:35,339 - create_instance - INFO - Created instance with name - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-inst 2018-10-04 04:45:42,447 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:45:55,611 - create_instance - INFO - Deleting Port with ID - 860bf5ca-e6bd-4c42-b227-f3d92bcb6ba0 2018-10-04 04:45:55,612 - neutron_utils - INFO - Deleting port with name CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-port 2018-10-04 04:45:56,241 - create_instance - INFO - Deleting VM instance - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-inst 2018-10-04 04:45:56,287 - create_instance - WARNING - Instance already deleted - Instance ebd4460a-2f1c-4e5d-9c4c-eabcf997ff68 could not be found. (HTTP 404) (Request-ID: req-654a28dd-9253-4676-ac6e-e83075b81768) 2018-10-04 04:45:56,288 - create_instance - INFO - Checking deletion status 2018-10-04 04:45:56,334 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-inst 2018-10-04 04:45:56,371 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-pub-subnet 2018-10-04 04:45:56,371 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-pub-subnet 2018-10-04 04:45:58,846 - neutron_utils - INFO - Deleting network with name CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-pub-net 2018-10-04 04:46:00,164 - glance_utils - INFO - Deleting image named - CreateInstanceSimpleTests-75761285-6f22-4f89-8abf-c9a89746e49e-image 2018-10-04 04:46:02,272 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ee807b9f-8b21-4fad-87cf-50c9822ab2ff 2018-10-04 04:46:02,452 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:46:02,772 - keystone_utils - INFO - Deleting project with name - CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-proj 2018-10-04 04:46:02,983 - keystone_utils - INFO - Deleting role with name - CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-proj-role 2018-10-04 04:46:03,183 - keystone_utils - INFO - Deleting user with name - CreateInstanceSimpleTests-9fe1d82b-bdc2-43b-user 2018-10-04 04:46:04,746 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-1c596f73-85be-451-proj 2018-10-04 04:46:05,819 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-1c596f73-85be-451-user 2018-10-04 04:46:06,022 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-1c596f73-85be-451-proj-role 2018-10-04 04:46:06,123 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-1c596f73-85be-451-proj-role to project CreateInstancePortManipulationTests-1c596f73-85be-451-proj 2018-10-04 04:46:09,543 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-image 2018-10-04 04:46:09,709 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-image 2018-10-04 04:46:10,425 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-pub-net 2018-10-04 04:46:11,473 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-pub-subnet 2018-10-04 04:46:17,827 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-pub-net 2018-10-04 04:46:19,820 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-inst 2018-10-04 04:46:22,152 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-inst 2018-10-04 04:46:29,369 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:46:30,410 - create_instance - INFO - Deleting Port with ID - 6299bab9-03cb-4e0e-8668-6386884ae671 2018-10-04 04:46:30,411 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9port-1 2018-10-04 04:46:31,043 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-inst 2018-10-04 04:46:31,204 - create_instance - INFO - Checking deletion status 2018-10-04 04:46:34,631 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-inst 2018-10-04 04:46:34,664 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-pub-subnet 2018-10-04 04:46:34,665 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-pub-subnet 2018-10-04 04:46:37,151 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-pub-net 2018-10-04 04:46:38,740 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-b1a851ba-123e-4fbb-b6b9-e33f5722b7c9-image 2018-10-04 04:46:41,248 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 73b820f1-a43d-4352-82ba-18c7da385d5d 2018-10-04 04:46:41,410 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:46:41,761 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-1c596f73-85be-451-proj 2018-10-04 04:46:42,078 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-1c596f73-85be-451-proj-role 2018-10-04 04:46:42,270 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-1c596f73-85be-451-user 2018-10-04 04:46:43,693 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-proj 2018-10-04 04:46:44,747 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-user 2018-10-04 04:46:44,884 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-proj-role 2018-10-04 04:46:44,972 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-proj-role to project CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-proj 2018-10-04 04:46:48,416 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-image 2018-10-04 04:46:48,435 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-image 2018-10-04 04:46:49,059 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-pub-net 2018-10-04 04:46:50,067 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-pub-subnet 2018-10-04 04:46:55,662 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-pub-net 2018-10-04 04:46:55,868 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-pub-subnet 2018-10-04 04:46:55,868 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-pub-subnet 2018-10-04 04:46:58,294 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-pub-net 2018-10-04 04:46:59,848 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-d02da16a-9a1b-42eb-a46a-299245495261-image 2018-10-04 04:47:02,127 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 973a4ebb-7b15-4918-8ec8-b0a811377bbf 2018-10-04 04:47:02,308 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:47:02,633 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-proj 2018-10-04 04:47:02,894 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-proj-role 2018-10-04 04:47:03,096 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-7bc0e1ba-07a7-4c7-user 2018-10-04 04:47:04,483 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-f5e2a94a-3952-441-proj 2018-10-04 04:47:05,651 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-f5e2a94a-3952-441-user 2018-10-04 04:47:05,980 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-f5e2a94a-3952-441-proj-role 2018-10-04 04:47:06,071 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-f5e2a94a-3952-441-proj-role to project CreateInstancePortManipulationTests-f5e2a94a-3952-441-proj 2018-10-04 04:47:09,691 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-image 2018-10-04 04:47:09,868 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-image 2018-10-04 04:47:10,499 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-pub-net 2018-10-04 04:47:11,718 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-pub-subnet 2018-10-04 04:47:17,433 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-pub-net 2018-10-04 04:47:17,629 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-pub-subnet 2018-10-04 04:47:17,630 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-pub-subnet 2018-10-04 04:47:19,987 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-pub-net 2018-10-04 04:47:21,511 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-03e92406-221e-4e9e-a67c-c44124ce0f28-image 2018-10-04 04:47:23,868 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c7dd5f5-8d17-476c-95a6-3a692212d274 2018-10-04 04:47:24,037 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:47:24,362 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-f5e2a94a-3952-441-proj 2018-10-04 04:47:24,588 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-f5e2a94a-3952-441-proj-role 2018-10-04 04:47:24,808 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-f5e2a94a-3952-441-user 2018-10-04 04:47:26,238 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a5eec708-65ca-401-proj 2018-10-04 04:47:27,304 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a5eec708-65ca-401-user 2018-10-04 04:47:27,519 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a5eec708-65ca-401-proj-role 2018-10-04 04:47:27,604 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a5eec708-65ca-401-proj-role to project CreateInstancePortManipulationTests-a5eec708-65ca-401-proj 2018-10-04 04:47:30,646 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-image 2018-10-04 04:47:30,805 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-image 2018-10-04 04:47:31,447 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-pub-net 2018-10-04 04:47:32,791 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-pub-subnet 2018-10-04 04:47:38,604 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-pub-net 2018-10-04 04:47:39,049 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-pub-subnet 2018-10-04 04:47:39,049 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-pub-subnet 2018-10-04 04:47:41,582 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-pub-net 2018-10-04 04:47:43,288 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-17e721cd-8b2f-4bef-8f2e-c868eb794cb1-image 2018-10-04 04:47:45,122 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - cfeeedd3-bb41-4dac-9365-f759f324bfbf 2018-10-04 04:47:45,292 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:47:45,621 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a5eec708-65ca-401-proj 2018-10-04 04:47:45,863 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a5eec708-65ca-401-proj-role 2018-10-04 04:47:46,069 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a5eec708-65ca-401-user 2018-10-04 04:47:47,531 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-proj 2018-10-04 04:47:48,675 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-user 2018-10-04 04:47:48,878 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-proj-role 2018-10-04 04:47:48,961 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-proj-role to project CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-proj 2018-10-04 04:47:51,518 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-image 2018-10-04 04:47:51,676 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-image 2018-10-04 04:47:52,296 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-pub-net 2018-10-04 04:47:53,421 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-pub-subnet 2018-10-04 04:47:59,511 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-pub-net 2018-10-04 04:47:59,720 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-pub-subnet 2018-10-04 04:47:59,720 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-pub-subnet 2018-10-04 04:48:02,012 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-pub-net 2018-10-04 04:48:03,567 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-fe228bbb-cfaa-4451-a3a2-6241b7254d73-image 2018-10-04 04:48:05,879 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 10f620af-c581-4dc4-9daf-706b2fb52ec7 2018-10-04 04:48:06,040 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:48:06,435 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-proj 2018-10-04 04:48:06,665 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-proj-role 2018-10-04 04:48:06,877 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-2fe4e23a-b115-4b8-user 2018-10-04 04:48:08,328 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-a45dadb6-29e6-4be-proj 2018-10-04 04:48:09,425 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-a45dadb6-29e6-4be-user 2018-10-04 04:48:09,639 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-a45dadb6-29e6-4be-proj-role 2018-10-04 04:48:09,737 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-a45dadb6-29e6-4be-proj-role to project CreateInstancePortManipulationTests-a45dadb6-29e6-4be-proj 2018-10-04 04:48:12,696 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-image 2018-10-04 04:48:12,851 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-image 2018-10-04 04:48:13,492 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-pub-net 2018-10-04 04:48:14,493 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-pub-subnet 2018-10-04 04:48:20,141 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-pub-net 2018-10-04 04:48:21,681 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-inst 2018-10-04 04:48:24,260 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-inst 2018-10-04 04:48:31,928 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:48:33,241 - create_instance - INFO - Deleting Port with ID - e9ff89ca-3703-44d5-bac9-83f254a4b1d0 2018-10-04 04:48:33,242 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7port-1 2018-10-04 04:48:33,984 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-inst 2018-10-04 04:48:34,155 - create_instance - INFO - Checking deletion status 2018-10-04 04:48:37,458 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-inst 2018-10-04 04:48:37,520 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-pub-subnet 2018-10-04 04:48:37,521 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-pub-subnet 2018-10-04 04:48:39,669 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-pub-net 2018-10-04 04:48:41,194 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-25cb6052-bade-436c-8eaf-29f9037cbbf7-image 2018-10-04 04:48:43,492 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f17a2a7a-2c41-45cb-a19d-91f99a15ee6c 2018-10-04 04:48:43,691 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:48:44,199 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-a45dadb6-29e6-4be-proj 2018-10-04 04:48:44,511 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-a45dadb6-29e6-4be-proj-role 2018-10-04 04:48:44,716 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-a45dadb6-29e6-4be-user 2018-10-04 04:48:46,237 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-42e5227c-fd60-4b6-proj 2018-10-04 04:48:47,309 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-42e5227c-fd60-4b6-user 2018-10-04 04:48:47,507 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-42e5227c-fd60-4b6-proj-role 2018-10-04 04:48:47,599 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-42e5227c-fd60-4b6-proj-role to project CreateInstancePortManipulationTests-42e5227c-fd60-4b6-proj 2018-10-04 04:48:51,019 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-image 2018-10-04 04:48:51,190 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-image 2018-10-04 04:48:51,813 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-pub-net 2018-10-04 04:48:52,804 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-pub-subnet 2018-10-04 04:48:58,525 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-pub-net 2018-10-04 04:48:59,986 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-inst 2018-10-04 04:49:02,376 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-inst 2018-10-04 04:49:10,486 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:49:12,247 - create_instance - INFO - Deleting Port with ID - e386c5a8-77ca-44f6-a687-00356085d07f 2018-10-04 04:49:12,248 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4port-1 2018-10-04 04:49:12,683 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-inst 2018-10-04 04:49:12,880 - create_instance - INFO - Checking deletion status 2018-10-04 04:49:19,443 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-inst 2018-10-04 04:49:19,491 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-pub-subnet 2018-10-04 04:49:19,491 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-pub-subnet 2018-10-04 04:49:21,994 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-pub-net 2018-10-04 04:49:23,225 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-cc6c5be2-5c23-4f5f-86aa-8804d698f2d4-image 2018-10-04 04:49:24,953 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 9759348b-0f5c-443f-94b1-ff5bd3638c37 2018-10-04 04:49:25,138 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:49:25,497 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-42e5227c-fd60-4b6-proj 2018-10-04 04:49:25,750 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-42e5227c-fd60-4b6-proj-role 2018-10-04 04:49:26,096 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-42e5227c-fd60-4b6-user 2018-10-04 04:49:27,483 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-04b45cc8-95b9-49a-proj 2018-10-04 04:49:28,555 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-04b45cc8-95b9-49a-user 2018-10-04 04:49:28,765 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-04b45cc8-95b9-49a-proj-role 2018-10-04 04:49:28,943 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-04b45cc8-95b9-49a-proj-role to project CreateInstancePortManipulationTests-04b45cc8-95b9-49a-proj 2018-10-04 04:49:31,909 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-image 2018-10-04 04:49:32,072 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-image 2018-10-04 04:49:32,697 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-pub-net 2018-10-04 04:49:33,757 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-pub-subnet 2018-10-04 04:49:39,187 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-pub-net 2018-10-04 04:49:40,812 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-inst 2018-10-04 04:49:43,199 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-inst 2018-10-04 04:49:50,852 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:49:51,998 - create_instance - INFO - Deleting Port with ID - 766c23f2-225b-4d56-b018-e25b6a12a2c3 2018-10-04 04:49:51,998 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651port-1 2018-10-04 04:49:52,525 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-inst 2018-10-04 04:49:52,713 - create_instance - INFO - Checking deletion status 2018-10-04 04:49:59,593 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-inst 2018-10-04 04:49:59,667 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-pub-subnet 2018-10-04 04:49:59,667 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-pub-subnet 2018-10-04 04:50:02,056 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-pub-net 2018-10-04 04:50:03,516 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-cfa9f65e-d11d-4bc6-a4c9-dfa7039e7651-image 2018-10-04 04:50:05,195 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5c75563f-9c36-4e7f-9691-bbcf4758156e 2018-10-04 04:50:05,370 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:50:05,690 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-04b45cc8-95b9-49a-proj 2018-10-04 04:50:05,959 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-04b45cc8-95b9-49a-proj-role 2018-10-04 04:50:06,167 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-04b45cc8-95b9-49a-user 2018-10-04 04:50:07,645 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-24f8901b-a6d1-42c-proj 2018-10-04 04:50:08,753 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-24f8901b-a6d1-42c-user 2018-10-04 04:50:09,052 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-24f8901b-a6d1-42c-proj-role 2018-10-04 04:50:09,136 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-24f8901b-a6d1-42c-proj-role to project CreateInstancePortManipulationTests-24f8901b-a6d1-42c-proj 2018-10-04 04:50:12,081 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-image 2018-10-04 04:50:12,247 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-image 2018-10-04 04:50:12,896 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-pub-net 2018-10-04 04:50:14,071 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-pub-subnet 2018-10-04 04:50:19,624 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-pub-net 2018-10-04 04:50:21,229 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-inst 2018-10-04 04:50:22,995 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-inst 2018-10-04 04:50:30,680 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:50:31,918 - create_instance - INFO - Deleting Port with ID - 7a3d3d98-511b-4932-a00e-1d2f37546380 2018-10-04 04:50:31,918 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07aport-1 2018-10-04 04:50:32,511 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-inst 2018-10-04 04:50:32,850 - create_instance - INFO - Checking deletion status 2018-10-04 04:50:39,698 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-inst 2018-10-04 04:50:39,743 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-pub-subnet 2018-10-04 04:50:39,743 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-pub-subnet 2018-10-04 04:50:41,878 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-pub-net 2018-10-04 04:50:43,915 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-74f1f2c2-1a2e-4dc1-9cb0-a1e8974ca07a-image 2018-10-04 04:50:46,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7701b381-026e-433d-aa12-acf7fdd025e5 2018-10-04 04:50:46,508 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:50:46,848 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-24f8901b-a6d1-42c-proj 2018-10-04 04:50:47,067 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-24f8901b-a6d1-42c-proj-role 2018-10-04 04:50:47,266 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-24f8901b-a6d1-42c-user 2018-10-04 04:50:48,687 - keystone_utils - INFO - Created project with name - CreateInstancePortManipulationTests-92f91477-f1f1-47d-proj 2018-10-04 04:50:49,830 - keystone_utils - INFO - Created user with name - CreateInstancePortManipulationTests-92f91477-f1f1-47d-user 2018-10-04 04:50:50,064 - keystone_utils - INFO - Created role with name - CreateInstancePortManipulationTests-92f91477-f1f1-47d-proj-role 2018-10-04 04:50:50,084 - keystone_utils - INFO - Granting role CreateInstancePortManipulationTests-92f91477-f1f1-47d-proj-role to project CreateInstancePortManipulationTests-92f91477-f1f1-47d-proj 2018-10-04 04:50:53,616 - create_image - INFO - Created image with name - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-image 2018-10-04 04:50:53,781 - create_image - INFO - Image is now active with name - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-image 2018-10-04 04:50:54,403 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-pub-net 2018-10-04 04:50:55,730 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-pub-subnet 2018-10-04 04:50:58,429 - neutron_utils - INFO - Creating network with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51net2 2018-10-04 04:50:59,074 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-subnet1 2018-10-04 04:50:59,774 - neutron_utils - INFO - Creating subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-subnet2 2018-10-04 04:51:04,766 - neutron_utils - INFO - Creating port for network with name - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51net2 2018-10-04 04:51:06,825 - nova_utils - INFO - Creating VM with name - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-inst 2018-10-04 04:51:09,058 - create_instance - INFO - Created instance with name - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-inst 2018-10-04 04:51:16,456 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:51:17,419 - create_instance - INFO - Deleting Port with ID - 9445123d-1b05-4334-895a-0231beed6d1c 2018-10-04 04:51:17,420 - neutron_utils - INFO - Deleting port with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51port-1 2018-10-04 04:51:17,926 - create_instance - INFO - Deleting VM instance - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-inst 2018-10-04 04:51:18,097 - create_instance - INFO - Checking deletion status 2018-10-04 04:51:24,506 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-inst 2018-10-04 04:51:24,563 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-pub-subnet 2018-10-04 04:51:24,563 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-pub-subnet 2018-10-04 04:51:27,014 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-pub-net 2018-10-04 04:51:28,249 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-subnet2 2018-10-04 04:51:28,250 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-subnet2 2018-10-04 04:51:30,612 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-subnet1 2018-10-04 04:51:30,612 - neutron_utils - INFO - Deleting subnet with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-subnet1 2018-10-04 04:51:33,130 - neutron_utils - INFO - Deleting network with name CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51net2 2018-10-04 04:51:34,349 - glance_utils - INFO - Deleting image named - CreateInstancePortManipulationTests-ebac4124-6368-4956-880a-c5e43fcb2f51-image 2018-10-04 04:51:36,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 43db4fc5-2bf5-41d3-b5cf-6f51ea5e2bf5 2018-10-04 04:51:36,410 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:51:36,734 - keystone_utils - INFO - Deleting project with name - CreateInstancePortManipulationTests-92f91477-f1f1-47d-proj 2018-10-04 04:51:37,018 - keystone_utils - INFO - Deleting role with name - CreateInstancePortManipulationTests-92f91477-f1f1-47d-proj-role 2018-10-04 04:51:37,229 - keystone_utils - INFO - Deleting user with name - CreateInstancePortManipulationTests-92f91477-f1f1-47d-user 2018-10-04 04:51:38,711 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-734def72-2d4d-4a5-proj 2018-10-04 04:51:39,710 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-734def72-2d4d-4a5-user 2018-10-04 04:51:39,926 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-734def72-2d4d-4a5-proj-role 2018-10-04 04:51:40,009 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-734def72-2d4d-4a5-proj-role to project InstanceSecurityGroupTests-734def72-2d4d-4a5-proj 2018-10-04 04:51:43,873 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-image 2018-10-04 04:51:44,032 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-image 2018-10-04 04:51:44,610 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-pub-net 2018-10-04 04:51:45,628 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-pub-subnet 2018-10-04 04:51:51,467 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-pub-net 2018-10-04 04:51:53,225 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-inst 2018-10-04 04:51:55,631 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-inst 2018-10-04 04:52:03,168 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:52:05,444 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-name... 2018-10-04 04:52:05,444 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-name 2018-10-04 04:52:05,843 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,023 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,198 - neutron_utils - INFO - Retrieving security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,378 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,406 - neutron_utils - INFO - Retrieving security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,604 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,632 - neutron_utils - INFO - Retrieving security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,825 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 266af7b4-ebcd-4961-996e-855cd35b1fdd 2018-10-04 04:52:06,989 - neutron_utils - INFO - Deleting security group rule with ID - 6a8c2ab2-88cd-45cb-8940-13a258380917 2018-10-04 04:52:07,243 - neutron_utils - INFO - Deleting security group rule with ID - fdfb5c52-7afd-4f58-9c2e-f5d169e5b655 2018-10-04 04:52:07,356 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-name 2018-10-04 04:52:10,729 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:52:13,365 - nova_utils - ERROR - Unexpected error while adding security group [InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-name] - Security group InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-name is not found for project 7291cb03cf414ae2aed4cc27896bdb98 (HTTP 404) (Request-ID: req-4a9f760e-29f1-4caf-853e-15d5c8aaedf9) 2018-10-04 04:52:13,365 - create_instance - WARNING - Security group not added - Security group InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-name is not found for project 7291cb03cf414ae2aed4cc27896bdb98 (HTTP 404) (Request-ID: req-4a9f760e-29f1-4caf-853e-15d5c8aaedf9) 2018-10-04 04:52:14,949 - create_instance - INFO - Deleting Port with ID - 60a20881-afce-49f6-b50c-142c240b826a 2018-10-04 04:52:14,949 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-port 2018-10-04 04:52:15,565 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-inst 2018-10-04 04:52:15,724 - create_instance - INFO - Checking deletion status 2018-10-04 04:52:18,890 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-inst 2018-10-04 04:52:18,934 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-pub-subnet 2018-10-04 04:52:18,935 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-pub-subnet 2018-10-04 04:52:21,405 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-pub-net 2018-10-04 04:52:22,997 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-a2bfd449-e28d-455e-abcc-e154d836af93-image 2018-10-04 04:52:24,850 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3ae54c8c-5773-40f7-8fc8-57009392d647 2018-10-04 04:52:25,031 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:52:25,396 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-734def72-2d4d-4a5-proj 2018-10-04 04:52:25,618 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-734def72-2d4d-4a5-proj-role 2018-10-04 04:52:25,827 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-734def72-2d4d-4a5-user 2018-10-04 04:52:27,351 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-proj 2018-10-04 04:52:28,417 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-user 2018-10-04 04:52:28,633 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-proj-role 2018-10-04 04:52:28,717 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-proj-role to project InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-proj 2018-10-04 04:52:31,873 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-image 2018-10-04 04:52:31,894 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-image 2018-10-04 04:52:32,559 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-pub-net 2018-10-04 04:52:33,698 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-pub-subnet 2018-10-04 04:52:36,415 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-name... 2018-10-04 04:52:36,415 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-name 2018-10-04 04:52:36,844 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:37,004 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:37,041 - neutron_utils - INFO - Retrieving security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:37,252 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:37,419 - neutron_utils - INFO - Retrieving security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:37,607 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:37,790 - neutron_utils - INFO - Retrieving security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:37,839 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5af6e57c-1391-483b-88a6-b00990a2b7da 2018-10-04 04:52:41,871 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-pub-net 2018-10-04 04:52:43,788 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-inst 2018-10-04 04:52:46,695 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-inst 2018-10-04 04:52:54,380 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:52:55,958 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:53:01,487 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:53:04,817 - nova_utils - WARNING - Security group [InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-name] already added to VM [InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-inst] 2018-10-04 04:53:06,244 - create_instance - INFO - Deleting Port with ID - 9d2e7091-ac7d-465f-88d7-3f348b4f54b5 2018-10-04 04:53:06,244 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-port 2018-10-04 04:53:06,663 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-inst 2018-10-04 04:53:06,851 - create_instance - INFO - Checking deletion status 2018-10-04 04:53:16,510 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-inst 2018-10-04 04:53:16,511 - neutron_utils - INFO - Deleting security group rule with ID - b38a932d-2ae8-401d-9dba-d91de8862c54 2018-10-04 04:53:16,767 - neutron_utils - INFO - Deleting security group rule with ID - 94f11ead-453b-4c2f-9414-4c5c1d4ac356 2018-10-04 04:53:17,030 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-name 2018-10-04 04:53:17,425 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-pub-subnet 2018-10-04 04:53:17,425 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-pub-subnet 2018-10-04 04:53:19,905 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-pub-net 2018-10-04 04:53:21,254 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-719a41f2-1a47-4ac9-b4d1-4f6289409e37-image 2018-10-04 04:53:22,930 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c8d5c29c-d485-425b-b9c1-91e5af3940ba 2018-10-04 04:53:23,112 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:53:23,462 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-proj 2018-10-04 04:53:23,708 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-proj-role 2018-10-04 04:53:23,908 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-b8bcfa91-6fb1-4b4-user 2018-10-04 04:53:25,537 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-62196810-d1ae-4df-proj 2018-10-04 04:53:26,675 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-62196810-d1ae-4df-user 2018-10-04 04:53:26,878 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-62196810-d1ae-4df-proj-role 2018-10-04 04:53:26,968 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-62196810-d1ae-4df-proj-role to project InstanceSecurityGroupTests-62196810-d1ae-4df-proj 2018-10-04 04:53:29,696 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-image 2018-10-04 04:53:29,714 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-image 2018-10-04 04:53:30,371 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-pub-net 2018-10-04 04:53:31,451 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-pub-subnet 2018-10-04 04:53:36,846 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-pub-net 2018-10-04 04:53:38,606 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-inst 2018-10-04 04:53:41,077 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-inst 2018-10-04 04:53:48,595 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:53:50,614 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-name... 2018-10-04 04:53:50,615 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-name 2018-10-04 04:53:50,993 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:51,169 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:51,441 - neutron_utils - INFO - Retrieving security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:51,644 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:51,819 - neutron_utils - INFO - Retrieving security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:51,870 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:52,030 - neutron_utils - INFO - Retrieving security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:52,233 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - abb5b0b9-4273-46d9-9a2c-d73405112e77 2018-10-04 04:53:55,436 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:54:00,472 - create_instance - INFO - Deleting Port with ID - 0ae51567-3e2b-47a3-87df-daa7cd2bbbef 2018-10-04 04:54:00,472 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-port 2018-10-04 04:54:01,063 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-inst 2018-10-04 04:54:01,431 - create_instance - INFO - Checking deletion status 2018-10-04 04:54:11,105 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-inst 2018-10-04 04:54:11,106 - neutron_utils - INFO - Deleting security group rule with ID - 8c6d02a5-20db-44dc-bc13-650f26b5f5f1 2018-10-04 04:54:11,380 - neutron_utils - INFO - Deleting security group rule with ID - c5035098-8518-4428-a691-9e9d62afaa40 2018-10-04 04:54:11,647 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-name 2018-10-04 04:54:12,005 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-pub-subnet 2018-10-04 04:54:12,006 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-pub-subnet 2018-10-04 04:54:14,305 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-pub-net 2018-10-04 04:54:15,756 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-66b7163e-25af-4a96-8124-d3dd436e60b8-image 2018-10-04 04:54:17,565 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1f0c90a9-b782-40d0-9e5e-3997ab609b45 2018-10-04 04:54:17,738 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:54:18,056 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-62196810-d1ae-4df-proj 2018-10-04 04:54:18,331 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-62196810-d1ae-4df-proj-role 2018-10-04 04:54:18,530 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-62196810-d1ae-4df-user 2018-10-04 04:54:19,884 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-b1d63ad0-23ff-44e-proj 2018-10-04 04:54:21,178 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-b1d63ad0-23ff-44e-user 2018-10-04 04:54:21,382 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-b1d63ad0-23ff-44e-proj-role 2018-10-04 04:54:21,480 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-b1d63ad0-23ff-44e-proj-role to project InstanceSecurityGroupTests-b1d63ad0-23ff-44e-proj 2018-10-04 04:54:25,151 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-image 2018-10-04 04:54:25,319 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-image 2018-10-04 04:54:25,938 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-pub-net 2018-10-04 04:54:27,001 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-pub-subnet 2018-10-04 04:54:29,661 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-name... 2018-10-04 04:54:29,661 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-name 2018-10-04 04:54:30,076 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:30,242 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:30,423 - neutron_utils - INFO - Retrieving security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:30,621 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:30,784 - neutron_utils - INFO - Retrieving security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:30,835 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:30,863 - neutron_utils - INFO - Retrieving security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:31,064 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b9220bab-e85f-4a16-a9cf-32997a373af7 2018-10-04 04:54:34,769 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-pub-net 2018-10-04 04:54:36,635 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-inst 2018-10-04 04:54:39,251 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-inst 2018-10-04 04:54:46,657 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:54:48,388 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:54:51,543 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:54:56,476 - create_instance - INFO - Deleting Port with ID - 42aecb91-f22f-48ba-b074-eadb5120785f 2018-10-04 04:54:56,476 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-port 2018-10-04 04:54:57,241 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-inst 2018-10-04 04:54:57,420 - create_instance - INFO - Checking deletion status 2018-10-04 04:55:03,986 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-inst 2018-10-04 04:55:03,987 - neutron_utils - INFO - Deleting security group rule with ID - 13699ce4-7f06-456b-823e-0acc81f64ed3 2018-10-04 04:55:04,264 - neutron_utils - INFO - Deleting security group rule with ID - 41ac3bdc-6d32-49fe-81dd-a5300aab8db9 2018-10-04 04:55:04,540 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-name 2018-10-04 04:55:04,905 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-pub-subnet 2018-10-04 04:55:04,905 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-pub-subnet 2018-10-04 04:55:07,262 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-pub-net 2018-10-04 04:55:08,613 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-8f6308d5-1462-4912-80e3-46d75048b4c3-image 2018-10-04 04:55:10,139 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5aa1e7fe-1669-4c4a-950c-8cfec91a5151 2018-10-04 04:55:10,321 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:55:10,648 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-b1d63ad0-23ff-44e-proj 2018-10-04 04:55:10,978 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-b1d63ad0-23ff-44e-proj-role 2018-10-04 04:55:11,276 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-b1d63ad0-23ff-44e-user 2018-10-04 04:55:12,765 - keystone_utils - INFO - Created project with name - InstanceSecurityGroupTests-9aaa6590-b3dc-44d-proj 2018-10-04 04:55:13,854 - keystone_utils - INFO - Created user with name - InstanceSecurityGroupTests-9aaa6590-b3dc-44d-user 2018-10-04 04:55:14,100 - keystone_utils - INFO - Created role with name - InstanceSecurityGroupTests-9aaa6590-b3dc-44d-proj-role 2018-10-04 04:55:14,189 - keystone_utils - INFO - Granting role InstanceSecurityGroupTests-9aaa6590-b3dc-44d-proj-role to project InstanceSecurityGroupTests-9aaa6590-b3dc-44d-proj 2018-10-04 04:55:17,526 - create_image - INFO - Created image with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-image 2018-10-04 04:55:17,546 - create_image - INFO - Image is now active with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-image 2018-10-04 04:55:18,161 - neutron_utils - INFO - Creating network with name InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-pub-net 2018-10-04 04:55:19,337 - neutron_utils - INFO - Creating subnet with name InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-pub-subnet 2018-10-04 04:55:21,640 - OpenStackSecurityGroup - INFO - Creating security group InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-name... 2018-10-04 04:55:21,641 - neutron_utils - INFO - Creating security group with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-name 2018-10-04 04:55:22,055 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:22,229 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:22,403 - neutron_utils - INFO - Retrieving security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:22,605 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:22,633 - neutron_utils - INFO - Retrieving security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:22,685 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:22,891 - neutron_utils - INFO - Retrieving security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:22,939 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 218ad434-0a9d-444c-8a70-d5f715c487fe 2018-10-04 04:55:27,094 - neutron_utils - INFO - Creating port for network with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-pub-net 2018-10-04 04:55:28,911 - nova_utils - INFO - Creating VM with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-inst 2018-10-04 04:55:31,244 - create_instance - INFO - Created instance with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-inst 2018-10-04 04:55:38,613 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:55:42,510 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:55:44,912 - create_instance - WARNING - Security group not removed - Security group InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-name not associated with the instance 17735ae6-2b58-4c13-b403-9f7f767dfdb0 (HTTP 404) (Request-ID: req-beb4a4c3-8e2a-430f-a480-38fb076c752a) 2018-10-04 04:55:46,274 - create_instance - INFO - Deleting Port with ID - 816416b1-8c20-4cb0-9915-93804800ce43 2018-10-04 04:55:46,274 - neutron_utils - INFO - Deleting port with name InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-port 2018-10-04 04:55:46,756 - create_instance - INFO - Deleting VM instance - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-inst 2018-10-04 04:55:46,958 - create_instance - INFO - Checking deletion status 2018-10-04 04:55:53,551 - create_instance - INFO - VM has been properly deleted VM with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-inst 2018-10-04 04:55:53,552 - neutron_utils - INFO - Deleting security group rule with ID - cd6bde39-d498-4401-b445-320acd04b30d 2018-10-04 04:55:53,812 - neutron_utils - INFO - Deleting security group rule with ID - 2d0e4cf0-6e6e-49c2-af2d-105dc1284c01 2018-10-04 04:55:54,192 - neutron_utils - INFO - Deleting security group with name - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-name 2018-10-04 04:55:54,520 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-pub-subnet 2018-10-04 04:55:54,521 - neutron_utils - INFO - Deleting subnet with name InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-pub-subnet 2018-10-04 04:55:57,110 - neutron_utils - INFO - Deleting network with name InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-pub-net 2018-10-04 04:55:58,493 - glance_utils - INFO - Deleting image named - InstanceSecurityGroupTests-e3ebb4be-c634-4a37-92d8-cab5ac4ad542-image 2018-10-04 04:55:59,921 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 4d87a03e-e52b-4f0f-91fd-085418feb2c1 2018-10-04 04:56:00,088 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:56:00,429 - keystone_utils - INFO - Deleting project with name - InstanceSecurityGroupTests-9aaa6590-b3dc-44d-proj 2018-10-04 04:56:00,671 - keystone_utils - INFO - Deleting role with name - InstanceSecurityGroupTests-9aaa6590-b3dc-44d-proj-role 2018-10-04 04:56:00,873 - keystone_utils - INFO - Deleting user with name - InstanceSecurityGroupTests-9aaa6590-b3dc-44d-user 2018-10-04 04:56:02,298 - keystone_utils - INFO - Created project with name - CreateInstanceOnComputeHost-70f82d71-fc37-436-proj 2018-10-04 04:56:03,393 - keystone_utils - INFO - Created user with name - CreateInstanceOnComputeHost-70f82d71-fc37-436-user 2018-10-04 04:56:03,622 - keystone_utils - INFO - Created role with name - CreateInstanceOnComputeHost-70f82d71-fc37-436-proj-role 2018-10-04 04:56:03,716 - keystone_utils - INFO - Granting role CreateInstanceOnComputeHost-70f82d71-fc37-436-proj-role to project CreateInstanceOnComputeHost-70f82d71-fc37-436-proj 2018-10-04 04:56:04,479 - neutron_utils - INFO - Creating network with name CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-priv-net 2018-10-04 04:56:05,346 - neutron_utils - INFO - Creating subnet with name CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-priv-subnet 2018-10-04 04:56:09,745 - create_image - INFO - Created image with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-image 2018-10-04 04:56:09,764 - create_image - INFO - Image is now active with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-image 2018-10-04 04:56:13,575 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-priv-net 2018-10-04 04:56:14,821 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 04:56:17,070 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 04:56:24,636 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:56:31,605 - neutron_utils - INFO - Creating port for network with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-priv-net 2018-10-04 04:56:33,421 - nova_utils - INFO - Creating VM with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 04:56:35,634 - create_instance - INFO - Created instance with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 04:56:43,029 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:56:46,935 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:56:48,963 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:56:50,348 - create_instance - INFO - Deleting Port with ID - b8c7e7c9-3d8f-4631-bb2d-ff22fc06206b 2018-10-04 04:56:50,349 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04abport-1 2018-10-04 04:56:50,792 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 04:56:50,958 - create_instance - INFO - Checking deletion status 2018-10-04 04:56:54,408 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-0.opnfvlf.org 2018-10-04 04:56:54,409 - create_instance - INFO - Deleting Port with ID - b1be7b55-c6b1-4169-bcaa-7514131cb331 2018-10-04 04:56:54,409 - neutron_utils - INFO - Deleting port with name CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04abport-2 2018-10-04 04:56:54,995 - create_instance - INFO - Deleting VM instance - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 04:56:55,174 - create_instance - INFO - Checking deletion status 2018-10-04 04:56:58,520 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-inst-nova:overcloud-novacompute-1.opnfvlf.org 2018-10-04 04:56:58,563 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-priv-subnet 2018-10-04 04:56:58,563 - neutron_utils - INFO - Deleting subnet with name CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-priv-subnet 2018-10-04 04:57:00,984 - neutron_utils - INFO - Deleting network with name CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-priv-net 2018-10-04 04:57:02,206 - glance_utils - INFO - Deleting image named - CreateInstanceOnComputeHost-814834cb-08a1-48ff-8a74-71f477ff04ab-image 2018-10-04 04:57:03,965 - keystone_utils - INFO - Deleting project with name - CreateInstanceOnComputeHost-70f82d71-fc37-436-proj 2018-10-04 04:57:04,313 - keystone_utils - INFO - Deleting role with name - CreateInstanceOnComputeHost-70f82d71-fc37-436-proj-role 2018-10-04 04:57:04,513 - keystone_utils - INFO - Deleting user with name - CreateInstanceOnComputeHost-70f82d71-fc37-436-user 2018-10-04 04:57:05,968 - keystone_utils - INFO - Created project with name - CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-proj 2018-10-04 04:57:07,034 - keystone_utils - INFO - Created user with name - CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-user 2018-10-04 04:57:07,244 - keystone_utils - INFO - Created role with name - CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-proj-role 2018-10-04 04:57:07,340 - keystone_utils - INFO - Granting role CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-proj-role to project CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-proj 2018-10-04 04:57:07,481 - create_instance_tests - WARNING - 3 Part image will not be tested. Image metadata has overridden this functionality 2018-10-04 04:57:11,051 - create_image - INFO - Created image with name - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2 2018-10-04 04:57:11,203 - create_image - INFO - Image is now active with name - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2 2018-10-04 04:57:12,545 - neutron_utils - INFO - Creating network with name CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-pub-net 2018-10-04 04:57:13,723 - neutron_utils - INFO - Creating subnet with name CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-pub-subnet 2018-10-04 04:57:18,841 - neutron_utils - INFO - Creating port for network with name - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-pub-net 2018-10-04 04:57:20,481 - nova_utils - INFO - Creating VM with name - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-inst 2018-10-04 04:57:22,632 - create_instance - INFO - Created instance with name - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-inst 2018-10-04 04:57:30,298 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:57:31,212 - create_instance - INFO - Deleting Port with ID - 40d5234e-9c11-4a4a-9d6d-49e83169cb06 2018-10-04 04:57:31,212 - neutron_utils - INFO - Deleting port with name CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-port 2018-10-04 04:57:31,978 - create_instance - INFO - Deleting VM instance - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-inst 2018-10-04 04:57:32,156 - create_instance - INFO - Checking deletion status 2018-10-04 04:57:35,480 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-inst 2018-10-04 04:57:35,522 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-pub-subnet 2018-10-04 04:57:35,522 - neutron_utils - INFO - Deleting subnet with name CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-pub-subnet 2018-10-04 04:57:38,056 - neutron_utils - INFO - Deleting network with name CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2-pub-net 2018-10-04 04:57:39,465 - glance_utils - INFO - Deleting image named - CreateInstanceFromThreePartImage-f297bc19-13cf-4751-90cd-1f80a1e3e9a2 2018-10-04 04:57:41,721 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da22ad34-e755-4059-8acb-3b539e1b7e2d 2018-10-04 04:57:41,889 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:57:42,227 - keystone_utils - INFO - Deleting project with name - CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-proj 2018-10-04 04:57:42,504 - keystone_utils - INFO - Deleting role with name - CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-proj-role 2018-10-04 04:57:42,692 - keystone_utils - INFO - Deleting user with name - CreateInstanceFromThreePartImage-05f8dbbb-90cf-4d6-user 2018-10-04 04:57:44,095 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-467a001e-5c58-4fd-proj 2018-10-04 04:57:45,225 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-467a001e-5c58-4fd-user 2018-10-04 04:57:45,429 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-467a001e-5c58-4fd-proj-role 2018-10-04 04:57:45,450 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-467a001e-5c58-4fd-proj-role to project CreateInstanceVolumeTests-467a001e-5c58-4fd-proj 2018-10-04 04:57:48,868 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-image 2018-10-04 04:57:49,023 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-image 2018-10-04 04:57:50,347 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-pub-net 2018-10-04 04:57:51,224 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-pub-subnet 2018-10-04 04:57:53,706 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-1 2018-10-04 04:57:57,120 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-1 2018-10-04 04:57:58,308 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-2 2018-10-04 04:57:58,498 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-2 2018-10-04 04:58:01,860 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-pub-net 2018-10-04 04:58:03,898 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-inst 2018-10-04 04:58:05,639 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-inst 2018-10-04 04:58:13,332 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:58:15,469 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:58:20,947 - create_instance - INFO - Deleting Port with ID - 917e7270-e92b-49a9-b2c7-d6596e4a8190 2018-10-04 04:58:20,948 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-port 2018-10-04 04:58:26,635 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-inst 2018-10-04 04:58:26,815 - create_instance - INFO - Checking deletion status 2018-10-04 04:58:30,205 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-inst 2018-10-04 04:58:30,246 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-pub-subnet 2018-10-04 04:58:30,246 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-pub-subnet 2018-10-04 04:58:32,715 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-pub-net 2018-10-04 04:58:33,970 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-2 2018-10-04 04:58:37,532 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-2 2018-10-04 04:58:37,589 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-1 2018-10-04 04:58:41,591 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-1 2018-10-04 04:58:41,592 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-c08c204d-065b-4cf0-8748-fd9dc9ff5131-image 2018-10-04 04:58:44,501 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 840ddfbb-7e28-4442-b362-47a0d6d1fc0e 2018-10-04 04:58:44,665 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:58:45,027 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-467a001e-5c58-4fd-proj 2018-10-04 04:58:45,282 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-467a001e-5c58-4fd-proj-role 2018-10-04 04:58:45,484 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-467a001e-5c58-4fd-user 2018-10-04 04:58:46,951 - keystone_utils - INFO - Created project with name - CreateInstanceVolumeTests-db7e9c0e-9836-447-proj 2018-10-04 04:58:48,040 - keystone_utils - INFO - Created user with name - CreateInstanceVolumeTests-db7e9c0e-9836-447-user 2018-10-04 04:58:48,256 - keystone_utils - INFO - Created role with name - CreateInstanceVolumeTests-db7e9c0e-9836-447-proj-role 2018-10-04 04:58:48,339 - keystone_utils - INFO - Granting role CreateInstanceVolumeTests-db7e9c0e-9836-447-proj-role to project CreateInstanceVolumeTests-db7e9c0e-9836-447-proj 2018-10-04 04:58:51,845 - create_image - INFO - Created image with name - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-image 2018-10-04 04:58:52,008 - create_image - INFO - Image is now active with name - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-image 2018-10-04 04:58:53,351 - neutron_utils - INFO - Creating network with name CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-pub-net 2018-10-04 04:58:54,391 - neutron_utils - INFO - Creating subnet with name CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-pub-subnet 2018-10-04 04:58:56,664 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-1 2018-10-04 04:58:56,864 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-1 2018-10-04 04:58:58,172 - create_volume - INFO - Created volume with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-2 2018-10-04 04:58:58,371 - create_volume - INFO - Volume is now active with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-2 2018-10-04 04:59:02,184 - neutron_utils - INFO - Creating port for network with name - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-pub-net 2018-10-04 04:59:03,795 - nova_utils - INFO - Creating VM with name - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-inst 2018-10-04 04:59:05,909 - create_instance - INFO - Created instance with name - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-inst 2018-10-04 04:59:13,463 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:59:15,689 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:59:20,597 - create_instance - INFO - VM is - ACTIVE 2018-10-04 04:59:25,964 - create_instance - INFO - Deleting Port with ID - 606d06bc-5a9a-44b0-bcd8-c26411016f08 2018-10-04 04:59:25,964 - neutron_utils - INFO - Deleting port with name CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-port 2018-10-04 04:59:35,202 - create_instance - INFO - Deleting VM instance - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-inst 2018-10-04 04:59:35,521 - create_instance - INFO - Checking deletion status 2018-10-04 04:59:38,824 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-inst 2018-10-04 04:59:38,882 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-pub-subnet 2018-10-04 04:59:38,882 - neutron_utils - INFO - Deleting subnet with name CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-pub-subnet 2018-10-04 04:59:41,277 - neutron_utils - INFO - Deleting network with name CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-pub-net 2018-10-04 04:59:42,866 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-2 2018-10-04 04:59:46,486 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-2 2018-10-04 04:59:46,702 - cinder_utils - INFO - Deleting volume named - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-1 2018-10-04 04:59:50,157 - create_volume - INFO - Volume has been properly deleted with name - CreateInstanceVolumeTests-CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-1 2018-10-04 04:59:50,158 - glance_utils - INFO - Deleting image named - CreateInstanceVolumeTests-39455b24-30df-46d4-8bf6-8252e4c0c4d0-image 2018-10-04 04:59:52,241 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 95dd4f97-a5f2-4c69-b28a-3c3be6b65573 2018-10-04 04:59:52,409 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 04:59:52,760 - keystone_utils - INFO - Deleting project with name - CreateInstanceVolumeTests-db7e9c0e-9836-447-proj 2018-10-04 04:59:52,978 - keystone_utils - INFO - Deleting role with name - CreateInstanceVolumeTests-db7e9c0e-9836-447-proj-role 2018-10-04 04:59:53,205 - keystone_utils - INFO - Deleting user with name - CreateInstanceVolumeTests-db7e9c0e-9836-447-user 2018-10-04 04:59:54,627 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-adef47ed-7be1-409-proj 2018-10-04 04:59:56,119 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-adef47ed-7be1-409-proj 2018-10-04 04:59:56,252 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-adef47ed-7be1-409-user 2018-10-04 04:59:56,453 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-adef47ed-7be1-409-proj-role 2018-10-04 04:59:56,539 - keystone_utils - INFO - Granting role CreateStackSuccessTests-adef47ed-7be1-409-proj-role to project CreateStackSuccessTests-adef47ed-7be1-409-proj 2018-10-04 04:59:59,480 - create_image - INFO - Created image with name - CreateStackSuccessTests-a9ab862c-dd3c-448b-b7d9-8990b0d0d397-image 2018-10-04 04:59:59,653 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-a9ab862c-dd3c-448b-b7d9-8990b0d0d397-image 2018-10-04 05:00:05,109 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-a9ab862c-dd3c-448b-b7d9-8990b0d0d397-stack 2018-10-04 05:00:22,233 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-a9ab862c-dd3c-448b-b7d9-8990b0d0d397-stack 2018-10-04 05:00:35,532 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-a9ab862c-dd3c-448b-b7d9-8990b0d0d397-stack 2018-10-04 05:00:35,874 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-a9ab862c-dd3c-448b-b7d9-8990b0d0d397-image 2018-10-04 05:00:37,285 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 902a329b-65e5-4fb4-945d-0946edd4aa1e 2018-10-04 05:00:37,462 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:00:37,790 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-adef47ed-7be1-409-proj 2018-10-04 05:00:38,108 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-adef47ed-7be1-409-proj-role 2018-10-04 05:00:38,420 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-adef47ed-7be1-409-user 2018-10-04 05:00:39,992 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-f574bc78-f8f4-477-proj 2018-10-04 05:00:41,571 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-f574bc78-f8f4-477-proj 2018-10-04 05:00:41,701 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-f574bc78-f8f4-477-user 2018-10-04 05:00:41,920 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-f574bc78-f8f4-477-proj-role 2018-10-04 05:00:42,007 - keystone_utils - INFO - Granting role CreateStackSuccessTests-f574bc78-f8f4-477-proj-role to project CreateStackSuccessTests-f574bc78-f8f4-477-proj 2018-10-04 05:00:47,266 - create_image - INFO - Created image with name - CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-image 2018-10-04 05:00:47,434 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-image 2018-10-04 05:00:52,114 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-stack 2018-10-04 05:01:06,677 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-stack 2018-10-04 05:01:09,147 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-stack 2018-10-04 05:01:09,147 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-stack 2018-10-04 05:01:09,147 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-stack 2018-10-04 05:01:19,231 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-stack 2018-10-04 05:01:19,285 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-1d3237a6-90d7-4e54-b620-035a19f8b04f-image 2018-10-04 05:01:21,267 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e8f0cfac-c053-49a4-a7e6-ac65067a0037 2018-10-04 05:01:21,432 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:01:21,791 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-f574bc78-f8f4-477-proj 2018-10-04 05:01:22,043 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-f574bc78-f8f4-477-proj-role 2018-10-04 05:01:22,248 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-f574bc78-f8f4-477-user 2018-10-04 05:01:23,669 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-10d9e055-445f-415-proj 2018-10-04 05:01:25,338 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-10d9e055-445f-415-proj 2018-10-04 05:01:25,427 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-10d9e055-445f-415-user 2018-10-04 05:01:25,638 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-10d9e055-445f-415-proj-role 2018-10-04 05:01:25,660 - keystone_utils - INFO - Granting role CreateStackSuccessTests-10d9e055-445f-415-proj-role to project CreateStackSuccessTests-10d9e055-445f-415-proj 2018-10-04 05:01:28,704 - create_image - INFO - Created image with name - CreateStackSuccessTests-5452795f-de36-46dd-8b2a-4213fb8133b4-image 2018-10-04 05:01:28,724 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-5452795f-de36-46dd-8b2a-4213fb8133b4-image 2018-10-04 05:01:32,600 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-5452795f-de36-46dd-8b2a-4213fb8133b4-stack 2018-10-04 05:01:32,601 - create_stack - ERROR - Timeout checking for stack status for CREATE_COMPLETE 2018-10-04 05:01:33,337 - create_stack - ERROR - ERROR: STACK CREATION FAILED: Stack CREATE started 2018-10-04 05:01:33,337 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-5452795f-de36-46dd-8b2a-4213fb8133b4-stack 2018-10-04 05:01:43,789 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-5452795f-de36-46dd-8b2a-4213fb8133b4-stack 2018-10-04 05:01:43,995 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-5452795f-de36-46dd-8b2a-4213fb8133b4-image 2018-10-04 05:01:46,818 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5faa91cb-a580-457a-b1e3-0d08b259a9ba 2018-10-04 05:01:46,989 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:01:47,314 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-10d9e055-445f-415-proj 2018-10-04 05:01:47,576 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-10d9e055-445f-415-proj-role 2018-10-04 05:01:47,790 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-10d9e055-445f-415-user 2018-10-04 05:01:49,387 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-3246bbaf-184d-45f-proj 2018-10-04 05:01:50,913 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-3246bbaf-184d-45f-proj 2018-10-04 05:01:51,049 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-3246bbaf-184d-45f-user 2018-10-04 05:01:51,243 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-3246bbaf-184d-45f-proj-role 2018-10-04 05:01:51,332 - keystone_utils - INFO - Granting role CreateStackSuccessTests-3246bbaf-184d-45f-proj-role to project CreateStackSuccessTests-3246bbaf-184d-45f-proj 2018-10-04 05:01:54,820 - create_image - INFO - Created image with name - CreateStackSuccessTests-88b766ea-21d9-4591-811f-1845d6404e3f-image 2018-10-04 05:01:54,841 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-88b766ea-21d9-4591-811f-1845d6404e3f-image 2018-10-04 05:01:59,305 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-88b766ea-21d9-4591-811f-1845d6404e3f-stack 2018-10-04 05:02:16,657 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-88b766ea-21d9-4591-811f-1845d6404e3f-stack 2018-10-04 05:02:17,837 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-88b766ea-21d9-4591-811f-1845d6404e3f-stack 2018-10-04 05:02:34,032 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-88b766ea-21d9-4591-811f-1845d6404e3f-stack 2018-10-04 05:02:34,233 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-88b766ea-21d9-4591-811f-1845d6404e3f-image 2018-10-04 05:02:36,015 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - de8cc7a3-d45f-48c1-8efd-acc0ddb37310 2018-10-04 05:02:36,188 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:02:36,582 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-3246bbaf-184d-45f-proj 2018-10-04 05:02:36,881 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-3246bbaf-184d-45f-proj-role 2018-10-04 05:02:37,091 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-3246bbaf-184d-45f-user 2018-10-04 05:02:38,615 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-41a9dfd4-f083-427-proj 2018-10-04 05:02:40,164 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-41a9dfd4-f083-427-proj 2018-10-04 05:02:40,355 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-41a9dfd4-f083-427-user 2018-10-04 05:02:40,567 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-41a9dfd4-f083-427-proj-role 2018-10-04 05:02:40,656 - keystone_utils - INFO - Granting role CreateStackSuccessTests-41a9dfd4-f083-427-proj-role to project CreateStackSuccessTests-41a9dfd4-f083-427-proj 2018-10-04 05:02:43,707 - create_image - INFO - Created image with name - CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-image 2018-10-04 05:02:43,884 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-image 2018-10-04 05:02:48,060 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-stack 2018-10-04 05:03:05,131 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-stack 2018-10-04 05:03:06,869 - create_stack - INFO - Found stack with name - CreateStackSuccessTests-CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-stack 2018-10-04 05:03:07,243 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-stack 2018-10-04 05:03:17,376 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-stack 2018-10-04 05:03:17,575 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-c2c4f14a-0e82-49c6-95ef-8acb24eb5f25-image 2018-10-04 05:03:18,903 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a6316cd7-0f1a-46f2-9d7a-d516322a9b57 2018-10-04 05:03:19,085 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:03:19,433 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-41a9dfd4-f083-427-proj 2018-10-04 05:03:19,683 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-41a9dfd4-f083-427-proj-role 2018-10-04 05:03:19,902 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-41a9dfd4-f083-427-user 2018-10-04 05:03:21,333 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-448f142b-f788-485-proj 2018-10-04 05:03:22,807 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-448f142b-f788-485-proj 2018-10-04 05:03:22,928 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-448f142b-f788-485-user 2018-10-04 05:03:23,138 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-448f142b-f788-485-proj-role 2018-10-04 05:03:23,305 - keystone_utils - INFO - Granting role CreateStackSuccessTests-448f142b-f788-485-proj-role to project CreateStackSuccessTests-448f142b-f788-485-proj 2018-10-04 05:03:25,621 - create_image - INFO - Created image with name - CreateStackSuccessTests-010338f5-88e6-4525-88a9-cfa7c159190e-image 2018-10-04 05:03:25,795 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-010338f5-88e6-4525-88a9-cfa7c159190e-image 2018-10-04 05:03:29,622 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-010338f5-88e6-4525-88a9-cfa7c159190e-stack 2018-10-04 05:03:46,538 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-010338f5-88e6-4525-88a9-cfa7c159190e-stack 2018-10-04 05:03:49,948 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-010338f5-88e6-4525-88a9-cfa7c159190e-stack 2018-10-04 05:04:03,051 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-010338f5-88e6-4525-88a9-cfa7c159190e-stack 2018-10-04 05:04:03,252 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-010338f5-88e6-4525-88a9-cfa7c159190e-image 2018-10-04 05:04:05,110 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - ea5895c0-8d03-4143-9109-8ca0d3e0e4e8 2018-10-04 05:04:05,294 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:04:05,617 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-448f142b-f788-485-proj 2018-10-04 05:04:05,946 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-448f142b-f788-485-proj-role 2018-10-04 05:04:06,171 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-448f142b-f788-485-user 2018-10-04 05:04:07,597 - keystone_utils - INFO - Created project with name - CreateStackSuccessTests-6705839b-7e20-46c-proj 2018-10-04 05:04:09,160 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSuccessTests-6705839b-7e20-46c-proj 2018-10-04 05:04:09,288 - keystone_utils - INFO - Created user with name - CreateStackSuccessTests-6705839b-7e20-46c-user 2018-10-04 05:04:09,495 - keystone_utils - INFO - Created role with name - CreateStackSuccessTests-6705839b-7e20-46c-proj-role 2018-10-04 05:04:09,578 - keystone_utils - INFO - Granting role CreateStackSuccessTests-6705839b-7e20-46c-proj-role to project CreateStackSuccessTests-6705839b-7e20-46c-proj 2018-10-04 05:04:11,928 - create_image - INFO - Created image with name - CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-image 2018-10-04 05:04:11,947 - create_image - INFO - Image is now active with name - CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-image 2018-10-04 05:04:16,236 - create_stack - INFO - Created stack with name - CreateStackSuccessTests-CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-stack 2018-10-04 05:04:32,920 - create_stack - INFO - Stack is now active with name - CreateStackSuccessTests-CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-stack 2018-10-04 05:04:39,347 - create_instance - INFO - Found existing machine with name - CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-inst 2018-10-04 05:04:48,087 - create_stack - INFO - Deleting stack - CreateStackSuccessTests-CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-stack 2018-10-04 05:05:01,220 - create_stack - INFO - Attempting to delete again stack - CreateStackSuccessTests-CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-stack 2018-10-04 05:05:01,429 - glance_utils - INFO - Deleting image named - CreateStackSuccessTests-3a743706-7523-43b1-8366-d1873de9677a-image 2018-10-04 05:05:02,480 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 366c655b-dc09-42a5-b9f0-0f2e99a962d5 2018-10-04 05:05:02,669 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:05:03,009 - keystone_utils - INFO - Deleting project with name - CreateStackSuccessTests-6705839b-7e20-46c-proj 2018-10-04 05:05:03,288 - keystone_utils - INFO - Deleting role with name - CreateStackSuccessTests-6705839b-7e20-46c-proj-role 2018-10-04 05:05:03,488 - keystone_utils - INFO - Deleting user with name - CreateStackSuccessTests-6705839b-7e20-46c-user 2018-10-04 05:05:05,160 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-e434a45e-65c0-4b4-proj 2018-10-04 05:05:06,657 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-e434a45e-65c0-4b4-proj 2018-10-04 05:05:07,177 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-e434a45e-65c0-4b4-proj 2018-10-04 05:05:07,300 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-e434a45e-65c0-4b4-user 2018-10-04 05:05:07,519 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-e434a45e-65c0-4b4-proj-role 2018-10-04 05:05:07,601 - keystone_utils - INFO - Granting role CreateStackVolumeTests-e434a45e-65c0-4b4-proj-role to project CreateStackVolumeTests-e434a45e-65c0-4b4-proj 2018-10-04 05:05:10,416 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-52649385-52b9-4838-99e5-45e8657e6eb9-stack 2018-10-04 05:05:14,112 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-52649385-52b9-4838-99e5-45e8657e6eb9-stack 2018-10-04 05:05:15,551 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-52649385-52b9-4838-99e5-45e8657e6eb9-stack 2018-10-04 05:05:19,040 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-52649385-52b9-4838-99e5-45e8657e6eb9-stack 2018-10-04 05:05:19,563 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-e434a45e-65c0-4b4-proj 2018-10-04 05:05:19,815 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-e434a45e-65c0-4b4-proj-role 2018-10-04 05:05:20,019 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-e434a45e-65c0-4b4-user 2018-10-04 05:05:21,435 - keystone_utils - INFO - Created project with name - CreateStackVolumeTests-607d1489-cbec-46e-proj 2018-10-04 05:05:22,935 - keystone_utils - INFO - Granting role admin to project CreateStackVolumeTests-607d1489-cbec-46e-proj 2018-10-04 05:05:23,426 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackVolumeTests-607d1489-cbec-46e-proj 2018-10-04 05:05:23,557 - keystone_utils - INFO - Created user with name - CreateStackVolumeTests-607d1489-cbec-46e-user 2018-10-04 05:05:23,746 - keystone_utils - INFO - Created role with name - CreateStackVolumeTests-607d1489-cbec-46e-proj-role 2018-10-04 05:05:23,840 - keystone_utils - INFO - Granting role CreateStackVolumeTests-607d1489-cbec-46e-proj-role to project CreateStackVolumeTests-607d1489-cbec-46e-proj 2018-10-04 05:05:26,398 - create_stack - INFO - Created stack with name - CreateStackVolumeTests-CreateStackVolumeTests-a0c3a1e1-c0a2-414f-962d-0222ab004073-stack 2018-10-04 05:05:30,002 - create_stack - INFO - Stack is now active with name - CreateStackVolumeTests-CreateStackVolumeTests-a0c3a1e1-c0a2-414f-962d-0222ab004073-stack 2018-10-04 05:05:31,905 - create_stack - INFO - Deleting stack - CreateStackVolumeTests-CreateStackVolumeTests-a0c3a1e1-c0a2-414f-962d-0222ab004073-stack 2018-10-04 05:05:35,389 - create_stack - INFO - Attempting to delete again stack - CreateStackVolumeTests-CreateStackVolumeTests-a0c3a1e1-c0a2-414f-962d-0222ab004073-stack 2018-10-04 05:05:36,088 - keystone_utils - INFO - Deleting project with name - CreateStackVolumeTests-607d1489-cbec-46e-proj 2018-10-04 05:05:36,319 - keystone_utils - INFO - Deleting role with name - CreateStackVolumeTests-607d1489-cbec-46e-proj-role 2018-10-04 05:05:36,504 - keystone_utils - INFO - Deleting user with name - CreateStackVolumeTests-607d1489-cbec-46e-user 2018-10-04 05:05:38,004 - keystone_utils - INFO - Created project with name - CreateStackFlavorTests-700c9b98-1e13-462-proj 2018-10-04 05:05:39,406 - keystone_utils - INFO - Granting role admin to project CreateStackFlavorTests-700c9b98-1e13-462-proj 2018-10-04 05:05:39,905 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFlavorTests-700c9b98-1e13-462-proj 2018-10-04 05:05:40,030 - keystone_utils - INFO - Created user with name - CreateStackFlavorTests-700c9b98-1e13-462-user 2018-10-04 05:05:40,315 - keystone_utils - INFO - Created role with name - CreateStackFlavorTests-700c9b98-1e13-462-proj-role 2018-10-04 05:05:40,398 - keystone_utils - INFO - Granting role CreateStackFlavorTests-700c9b98-1e13-462-proj-role to project CreateStackFlavorTests-700c9b98-1e13-462-proj 2018-10-04 05:05:43,038 - create_stack - INFO - Created stack with name - CreateStackFlavorTests-f2dc5f3b-4e41-4bcf-9a37-a246a241d581-stack 2018-10-04 05:05:43,539 - create_stack - INFO - Stack is now active with name - CreateStackFlavorTests-f2dc5f3b-4e41-4bcf-9a37-a246a241d581-stack 2018-10-04 05:05:44,628 - create_flavor - INFO - Found flavor with name - CreateStackFlavorTests-f2dc5f3b-4e41-4bcf-9a37-a246a241d581-stack-flavor-r26c4mw5bcw6 2018-10-04 05:05:44,628 - create_stack - INFO - Deleting stack - CreateStackFlavorTests-f2dc5f3b-4e41-4bcf-9a37-a246a241d581-stack 2018-10-04 05:05:48,295 - create_stack - INFO - Attempting to delete again stack - CreateStackFlavorTests-f2dc5f3b-4e41-4bcf-9a37-a246a241d581-stack 2018-10-04 05:05:48,972 - keystone_utils - INFO - Deleting project with name - CreateStackFlavorTests-700c9b98-1e13-462-proj 2018-10-04 05:05:49,198 - keystone_utils - INFO - Deleting role with name - CreateStackFlavorTests-700c9b98-1e13-462-proj-role 2018-10-04 05:05:49,410 - keystone_utils - INFO - Deleting user with name - CreateStackFlavorTests-700c9b98-1e13-462-user 2018-10-04 05:05:50,740 - keystone_utils - INFO - Created project with name - CreateStackKeypairTests-24a710eb-90c9-432-proj 2018-10-04 05:05:52,336 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackKeypairTests-24a710eb-90c9-432-proj 2018-10-04 05:05:52,389 - keystone_utils - INFO - Created user with name - CreateStackKeypairTests-24a710eb-90c9-432-user 2018-10-04 05:05:52,597 - keystone_utils - INFO - Created role with name - CreateStackKeypairTests-24a710eb-90c9-432-proj-role 2018-10-04 05:05:52,682 - keystone_utils - INFO - Granting role CreateStackKeypairTests-24a710eb-90c9-432-proj-role to project CreateStackKeypairTests-24a710eb-90c9-432-proj 2018-10-04 05:05:55,667 - create_stack - INFO - Created stack with name - CreateStackKeypairTests-CreateStackKeypairTests-dc3be1d4-f666-4416-82ff-378900e8b39d-stack 2018-10-04 05:05:56,125 - create_stack - INFO - Stack is now active with name - CreateStackKeypairTests-CreateStackKeypairTests-dc3be1d4-f666-4416-82ff-378900e8b39d-stack 2018-10-04 05:05:58,144 - create_stack - INFO - Deleting stack - CreateStackKeypairTests-CreateStackKeypairTests-dc3be1d4-f666-4416-82ff-378900e8b39d-stack 2018-10-04 05:06:01,962 - create_stack - INFO - Attempting to delete again stack - CreateStackKeypairTests-CreateStackKeypairTests-dc3be1d4-f666-4416-82ff-378900e8b39d-stack 2018-10-04 05:06:02,510 - keystone_utils - INFO - Deleting project with name - CreateStackKeypairTests-24a710eb-90c9-432-proj 2018-10-04 05:06:02,755 - keystone_utils - INFO - Deleting role with name - CreateStackKeypairTests-24a710eb-90c9-432-proj-role 2018-10-04 05:06:02,962 - keystone_utils - INFO - Deleting user with name - CreateStackKeypairTests-24a710eb-90c9-432-user 2018-10-04 05:06:04,441 - keystone_utils - INFO - Created project with name - CreateStackSecurityGroupTests-621b7f0f-f4b3-409-proj 2018-10-04 05:06:06,067 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackSecurityGroupTests-621b7f0f-f4b3-409-proj 2018-10-04 05:06:06,205 - keystone_utils - INFO - Created user with name - CreateStackSecurityGroupTests-621b7f0f-f4b3-409-user 2018-10-04 05:06:06,405 - keystone_utils - INFO - Created role with name - CreateStackSecurityGroupTests-621b7f0f-f4b3-409-proj-role 2018-10-04 05:06:06,501 - keystone_utils - INFO - Granting role CreateStackSecurityGroupTests-621b7f0f-f4b3-409-proj-role to project CreateStackSecurityGroupTests-621b7f0f-f4b3-409-proj 2018-10-04 05:06:09,100 - create_stack - INFO - Created stack with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-036b8fce-7c7e-4709-b729-2b2cb9c20a6c-stack 2018-10-04 05:06:12,854 - create_stack - INFO - Stack is now active with name - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-036b8fce-7c7e-4709-b729-2b2cb9c20a6c-stack 2018-10-04 05:06:13,075 - neutron_utils - INFO - Retrieving security group with ID - e3d0b69e-0fbb-4be3-a01b-3e4fa8920500 2018-10-04 05:06:13,288 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3d0b69e-0fbb-4be3-a01b-3e4fa8920500 2018-10-04 05:06:13,472 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3d0b69e-0fbb-4be3-a01b-3e4fa8920500 2018-10-04 05:06:14,438 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3d0b69e-0fbb-4be3-a01b-3e4fa8920500 2018-10-04 05:06:14,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3d0b69e-0fbb-4be3-a01b-3e4fa8920500 2018-10-04 05:06:14,796 - neutron_utils - INFO - Retrieving security group with ID - e3d0b69e-0fbb-4be3-a01b-3e4fa8920500 2018-10-04 05:06:15,003 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e3d0b69e-0fbb-4be3-a01b-3e4fa8920500 2018-10-04 05:06:15,173 - create_stack - INFO - Deleting stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-036b8fce-7c7e-4709-b729-2b2cb9c20a6c-stack 2018-10-04 05:06:18,662 - create_stack - INFO - Attempting to delete again stack - CreateStackSecurityGroupTests-CreateStackSecurityGroupTests-036b8fce-7c7e-4709-b729-2b2cb9c20a6c-stack 2018-10-04 05:06:19,258 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a875503b-6ece-4293-b5af-5a61035dd69b 2018-10-04 05:06:19,431 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:06:19,747 - keystone_utils - INFO - Deleting project with name - CreateStackSecurityGroupTests-621b7f0f-f4b3-409-proj 2018-10-04 05:06:20,049 - keystone_utils - INFO - Deleting role with name - CreateStackSecurityGroupTests-621b7f0f-f4b3-409-proj-role 2018-10-04 05:06:20,333 - keystone_utils - INFO - Deleting user with name - CreateStackSecurityGroupTests-621b7f0f-f4b3-409-user 2018-10-04 05:06:21,687 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-f4a7a0d4-0875-4a6-proj 2018-10-04 05:06:23,280 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-f4a7a0d4-0875-4a6-proj 2018-10-04 05:06:23,420 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-f4a7a0d4-0875-4a6-user 2018-10-04 05:06:23,614 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-f4a7a0d4-0875-4a6-proj-role 2018-10-04 05:06:23,704 - keystone_utils - INFO - Granting role CreateStackNegativeTests-f4a7a0d4-0875-4a6-proj-role to project CreateStackNegativeTests-f4a7a0d4-0875-4a6-proj 2018-10-04 05:06:24,939 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-f4a7a0d4-0875-4a6-proj 2018-10-04 05:06:25,144 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-f4a7a0d4-0875-4a6-proj-role 2018-10-04 05:06:25,364 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-f4a7a0d4-0875-4a6-user 2018-10-04 05:06:26,806 - keystone_utils - INFO - Created project with name - CreateStackNegativeTests-e1a01566-40ea-4eb-proj 2018-10-04 05:06:28,302 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackNegativeTests-e1a01566-40ea-4eb-proj 2018-10-04 05:06:28,360 - keystone_utils - INFO - Created user with name - CreateStackNegativeTests-e1a01566-40ea-4eb-user 2018-10-04 05:06:28,494 - keystone_utils - INFO - Created role with name - CreateStackNegativeTests-e1a01566-40ea-4eb-proj-role 2018-10-04 05:06:28,578 - keystone_utils - INFO - Granting role CreateStackNegativeTests-e1a01566-40ea-4eb-proj-role to project CreateStackNegativeTests-e1a01566-40ea-4eb-proj 2018-10-04 05:06:30,271 - keystone_utils - INFO - Deleting project with name - CreateStackNegativeTests-e1a01566-40ea-4eb-proj 2018-10-04 05:06:30,492 - keystone_utils - INFO - Deleting role with name - CreateStackNegativeTests-e1a01566-40ea-4eb-proj-role 2018-10-04 05:06:30,701 - keystone_utils - INFO - Deleting user with name - CreateStackNegativeTests-e1a01566-40ea-4eb-user 2018-10-04 05:06:32,172 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-proj 2018-10-04 05:06:33,238 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-user 2018-10-04 05:06:33,435 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-proj-role 2018-10-04 05:06:33,529 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-proj-role to project CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-proj 2018-10-04 05:06:36,763 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-image 2018-10-04 05:06:36,920 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-image 2018-10-04 05:06:37,626 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-net 2018-10-04 05:06:38,642 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-subnet 2018-10-04 05:06:41,140 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router 2018-10-04 05:06:44,244 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router 2018-10-04 05:06:47,738 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-kp... 2018-10-04 05:06:47,739 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 05:06:47,806 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-kp 2018-10-04 05:06:47,867 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f.pub 2018-10-04 05:06:47,868 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f 2018-10-04 05:06:48,517 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-sec-grp... 2018-10-04 05:06:48,518 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-sec-grp 2018-10-04 05:06:48,869 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:49,052 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:49,231 - neutron_utils - INFO - Retrieving security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:49,428 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:49,608 - neutron_utils - INFO - Retrieving security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:49,810 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:49,978 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-sec-grp 2018-10-04 05:06:50,276 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:50,777 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-sec-grp 2018-10-04 05:06:51,207 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:51,592 - neutron_utils - INFO - Retrieving security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:51,782 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 84b08a24-3f70-4f7a-9ffe-d8cec1ea79f4 2018-10-04 05:06:55,332 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-net 2018-10-04 05:06:56,812 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-inst 2018-10-04 05:06:58,736 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-inst 2018-10-04 05:07:06,501 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:07:08,704 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:07:10,189 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 05:07:12,086 - create_instance - INFO - Created floating IP 172.30.9.218 via router - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router 2018-10-04 05:07:12,553 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:07:14,280 - create_instance - INFO - Deleting Floating IP - 172.30.9.218 2018-10-04 05:07:15,029 - create_instance - INFO - Deleting Port with ID - 2c441aa9-fcfe-49a8-b144-4a93066620cb 2018-10-04 05:07:15,029 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019fport-1 2018-10-04 05:07:15,687 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-inst 2018-10-04 05:07:15,851 - create_instance - INFO - Checking deletion status 2018-10-04 05:07:22,849 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-inst 2018-10-04 05:07:22,909 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f.pub] 2018-10-04 05:07:22,910 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f] 2018-10-04 05:07:22,976 - neutron_utils - INFO - Deleting security group rule with ID - 5b0409a7-3946-4d9d-bcf1-ee10e3145456 2018-10-04 05:07:23,091 - neutron_utils - INFO - Deleting security group rule with ID - 7b680ad0-ad3a-4611-a155-4ffc626e3a56 2018-10-04 05:07:23,522 - neutron_utils - INFO - Deleting security group rule with ID - 482e7ab6-281e-42e0-9760-b411748409b6 2018-10-04 05:07:23,765 - neutron_utils - INFO - Deleting security group rule with ID - 3ddb6224-5d7e-42fd-a6c6-514682e4d504 2018-10-04 05:07:24,018 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-sec-grp 2018-10-04 05:07:24,313 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router and subnet CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-subnet 2018-10-04 05:07:24,313 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router 2018-10-04 05:07:25,481 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router 2018-10-04 05:07:25,482 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router 2018-10-04 05:07:26,748 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-subnet 2018-10-04 05:07:26,749 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-subnet 2018-10-04 05:07:29,091 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-net 2018-10-04 05:07:30,541 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-image 2018-10-04 05:07:32,119 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - eb7435c1-5f9c-435f-827b-1366f5268f7a 2018-10-04 05:07:32,297 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:07:32,707 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-proj 2018-10-04 05:07:33,121 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-proj-role 2018-10-04 05:07:33,327 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-2fd1a1d3-d909-415-user 2018-10-04 05:07:34,747 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-proj 2018-10-04 05:07:35,824 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-user 2018-10-04 05:07:35,962 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-proj-role 2018-10-04 05:07:36,053 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-proj-role to project CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-proj 2018-10-04 05:07:38,560 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-image 2018-10-04 05:07:38,826 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-image 2018-10-04 05:07:39,435 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-net 2018-10-04 05:07:40,399 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-subnet 2018-10-04 05:07:43,398 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-router 2018-10-04 05:07:45,652 - neutron_utils - INFO - Adding interface to router with name CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-router 2018-10-04 05:07:49,498 - OpenStackKeypair - INFO - Creating keypair CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-kp... 2018-10-04 05:07:49,498 - OpenStackKeypair - INFO - Creating new keypair 2018-10-04 05:07:49,525 - nova_utils - INFO - Creating keypair with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-kp 2018-10-04 05:07:49,587 - file_utils - INFO - Saved public key to - tmp/CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df.pub 2018-10-04 05:07:49,588 - file_utils - INFO - Saved private key to - tmp/CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df 2018-10-04 05:07:50,231 - OpenStackSecurityGroup - INFO - Creating security group CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-sec-grp... 2018-10-04 05:07:50,231 - neutron_utils - INFO - Creating security group with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-sec-grp 2018-10-04 05:07:50,598 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:50,781 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:50,947 - neutron_utils - INFO - Retrieving security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:51,154 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:51,328 - neutron_utils - INFO - Retrieving security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:51,518 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:51,547 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-sec-grp 2018-10-04 05:07:52,013 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:52,508 - neutron_utils - INFO - Creating security group to security group - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-sec-grp 2018-10-04 05:07:52,633 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:53,059 - neutron_utils - INFO - Retrieving security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:53,250 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 87922c3a-42ed-4370-bcc0-ba07f098259e 2018-10-04 05:07:57,586 - neutron_utils - INFO - Creating port for network with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-net 2018-10-04 05:07:59,675 - nova_utils - INFO - Creating VM with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-inst 2018-10-04 05:08:02,737 - create_instance - INFO - Created instance with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-inst 2018-10-04 05:08:10,376 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:08:12,184 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:08:15,991 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:08:17,478 - neutron_utils - INFO - Creating floating ip to external network - external 2018-10-04 05:08:19,671 - create_instance - INFO - Created floating IP 172.30.9.212 via router - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-router 2018-10-04 05:08:20,137 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:08:20,959 - create_instance_tests - INFO - Looking for IP 10.55.1.14 in the console log 2018-10-04 05:08:22,520 - create_instance_tests - INFO - DHCP lease obtained logged in console 2018-10-04 05:08:23,639 - create_instance - INFO - Checking if VM is active 2018-10-04 05:08:24,521 - create_instance - INFO - VM is - ACTIVE 2018-10-04 05:08:25,509 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 05:08:25,572 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:08:25,688 - create_instance - INFO - SSH is active for VM instance 2018-10-04 05:08:25,690 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-10-04 05:08:25,747 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:08:25,758 - create_instance - INFO - Deleting Floating IP - 172.30.9.212 2018-10-04 05:08:26,459 - create_instance - INFO - Deleting Port with ID - b6315c18-c91a-4f75-9f39-2bed8b6e95b4 2018-10-04 05:08:26,460 - neutron_utils - INFO - Deleting port with name CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71dfport-1 2018-10-04 05:08:27,049 - create_instance - INFO - Deleting VM instance - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-inst 2018-10-04 05:08:27,197 - create_instance - INFO - Checking deletion status 2018-10-04 05:08:33,810 - create_instance - INFO - VM has been properly deleted VM with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-inst 2018-10-04 05:08:34,035 - OpenStackKeypair - INFO - Deleted public key file [tmp/CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df.pub] 2018-10-04 05:08:34,035 - OpenStackKeypair - INFO - Deleted private key file [tmp/CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df] 2018-10-04 05:08:34,091 - neutron_utils - INFO - Deleting security group rule with ID - e34aa3ca-848f-4cdc-9b50-c09ad218dc85 2018-10-04 05:08:34,822 - neutron_utils - INFO - Deleting security group rule with ID - 0a948901-703e-449e-afce-a9259ec7b867 2018-10-04 05:08:35,072 - neutron_utils - INFO - Deleting security group rule with ID - 93892fb9-946f-49b6-a684-7f01adc13b96 2018-10-04 05:08:35,336 - neutron_utils - INFO - Deleting security group rule with ID - a92c51aa-5a5d-4ea8-b937-88ffbb0ff8f8 2018-10-04 05:08:35,453 - neutron_utils - INFO - Deleting security group with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-sec-grp 2018-10-04 05:08:35,640 - OpenStackNetwork - INFO - Removing router interface from router CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-router and subnet CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-subnet 2018-10-04 05:08:35,640 - neutron_utils - INFO - Removing router interface from router named CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-router 2018-10-04 05:08:36,875 - OpenStackNetwork - INFO - Removing router CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-router 2018-10-04 05:08:36,876 - neutron_utils - INFO - Deleting router with name - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-router 2018-10-04 05:08:38,169 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-subnet 2018-10-04 05:08:38,169 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-subnet 2018-10-04 05:08:40,535 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-pub-net 2018-10-04 05:08:42,089 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-1bb27875-0aee-440b-aed9-d14f18ac71df-image 2018-10-04 05:08:43,863 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - a951d2da-741c-435c-aac5-f5d5999c1ac4 2018-10-04 05:08:44,051 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:08:44,379 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-proj 2018-10-04 05:08:44,606 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-proj-role 2018-10-04 05:08:44,813 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-0f432a85-c94d-4b7-user 2018-10-04 05:08:46,291 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-proj 2018-10-04 05:08:47,363 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-user 2018-10-04 05:08:47,560 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-proj-role 2018-10-04 05:08:47,653 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-proj-role to project CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-proj 2018-10-04 05:08:50,655 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-image 2018-10-04 05:08:50,818 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-image 2018-10-04 05:08:51,819 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-net 2018-10-04 05:08:52,752 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-subnet 2018-10-04 05:08:56,754 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-router 2018-10-04 05:09:00,261 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-subnet 2018-10-04 05:09:00,261 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-subnet 2018-10-04 05:09:02,968 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-net 2018-10-04 05:09:04,324 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-image 2018-10-04 05:09:06,165 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - fdd4cd81-9e6d-425b-b3ce-7ec5f6f8b363 2018-10-04 05:09:06,706 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:09:07,089 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-proj 2018-10-04 05:09:07,318 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-proj-role 2018-10-04 05:09:07,555 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-ed16a5d9-e0f3-48a-user 2018-10-04 05:09:09,028 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-proj 2018-10-04 05:09:10,141 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-user 2018-10-04 05:09:10,273 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-proj-role 2018-10-04 05:09:10,290 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-proj-role to project CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-proj 2018-10-04 05:09:13,534 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-image 2018-10-04 05:09:13,700 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-image 2018-10-04 05:09:14,738 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-pub-net 2018-10-04 05:09:16,795 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-pub-subnet 2018-10-04 05:09:20,281 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-pub-router 2018-10-04 05:09:21,015 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-pub-subnet 2018-10-04 05:09:21,015 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-pub-subnet 2018-10-04 05:09:23,419 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-pub-net 2018-10-04 05:09:24,983 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-e416aeb2-8527-482d-86e4-201ef9ec4fcc-image 2018-10-04 05:09:26,121 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 83afd9dd-1523-41a3-8623-196f2237a950 2018-10-04 05:09:26,306 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:09:26,640 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-proj 2018-10-04 05:09:26,851 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-proj-role 2018-10-04 05:09:27,166 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-870fa982-af2c-4b5-user 2018-10-04 05:09:28,579 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-344d000e-3169-4af-proj 2018-10-04 05:09:29,620 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-344d000e-3169-4af-user 2018-10-04 05:09:29,818 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-344d000e-3169-4af-proj-role 2018-10-04 05:09:29,906 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-344d000e-3169-4af-proj-role to project CreateInstanceSingleNetworkTests-344d000e-3169-4af-proj 2018-10-04 05:09:32,358 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-image 2018-10-04 05:09:32,524 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-image 2018-10-04 05:09:33,102 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-pub-net 2018-10-04 05:09:34,549 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-pub-subnet 2018-10-04 05:09:37,578 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-pub-router 2018-10-04 05:09:38,482 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-pub-subnet 2018-10-04 05:09:38,483 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-pub-subnet 2018-10-04 05:09:40,843 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-pub-net 2018-10-04 05:09:42,268 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-e32b6539-39cd-489d-ad80-7ce7755b9481-image 2018-10-04 05:09:44,238 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - da2c7b7b-a9c6-42f3-a534-62c865e3034d 2018-10-04 05:09:44,425 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:09:44,733 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-344d000e-3169-4af-proj 2018-10-04 05:09:44,970 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-344d000e-3169-4af-proj-role 2018-10-04 05:09:45,174 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-344d000e-3169-4af-user 2018-10-04 05:09:46,609 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-c248e397-366e-495-proj 2018-10-04 05:09:47,675 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-c248e397-366e-495-user 2018-10-04 05:09:47,866 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-c248e397-366e-495-proj-role 2018-10-04 05:09:47,958 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-c248e397-366e-495-proj-role to project CreateInstanceSingleNetworkTests-c248e397-366e-495-proj 2018-10-04 05:09:50,761 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-image 2018-10-04 05:09:50,781 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-image 2018-10-04 05:09:51,407 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-pub-net 2018-10-04 05:09:52,422 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-pub-subnet 2018-10-04 05:09:55,192 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-pub-router 2018-10-04 05:09:56,255 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-pub-subnet 2018-10-04 05:09:56,255 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-pub-subnet 2018-10-04 05:09:58,832 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-pub-net 2018-10-04 05:10:00,479 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-831d3e56-d657-4fc2-8c7f-e37096a0abee-image 2018-10-04 05:10:02,006 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 383d945b-b054-49f9-b939-182819918842 2018-10-04 05:10:02,170 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:10:02,514 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-c248e397-366e-495-proj 2018-10-04 05:10:02,804 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-c248e397-366e-495-proj-role 2018-10-04 05:10:03,008 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-c248e397-366e-495-user 2018-10-04 05:10:04,459 - keystone_utils - INFO - Created project with name - CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-proj 2018-10-04 05:10:05,597 - keystone_utils - INFO - Created user with name - CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-user 2018-10-04 05:10:05,794 - keystone_utils - INFO - Created role with name - CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-proj-role 2018-10-04 05:10:05,814 - keystone_utils - INFO - Granting role CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-proj-role to project CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-proj 2018-10-04 05:10:08,977 - create_image - INFO - Created image with name - CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-image 2018-10-04 05:10:09,153 - create_image - INFO - Image is now active with name - CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-image 2018-10-04 05:10:09,776 - neutron_utils - INFO - Creating network with name CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-pub-net 2018-10-04 05:10:11,630 - neutron_utils - INFO - Creating subnet with name CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-pub-subnet 2018-10-04 05:10:14,712 - neutron_utils - INFO - Creating router with name - CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-pub-router 2018-10-04 05:10:15,836 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-pub-subnet 2018-10-04 05:10:15,836 - neutron_utils - INFO - Deleting subnet with name CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-pub-subnet 2018-10-04 05:10:18,425 - neutron_utils - INFO - Deleting network with name CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-pub-net 2018-10-04 05:10:19,875 - glance_utils - INFO - Deleting image named - CreateInstanceSingleNetworkTests-a7963194-2487-4957-89df-89216f091fe2-image 2018-10-04 05:10:20,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 68bb0fe4-6106-4043-8e98-bdedc39e1a61 2018-10-04 05:10:21,152 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:10:21,467 - keystone_utils - INFO - Deleting project with name - CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-proj 2018-10-04 05:10:21,738 - keystone_utils - INFO - Deleting role with name - CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-proj-role 2018-10-04 05:10:21,934 - keystone_utils - INFO - Deleting user with name - CreateInstanceSingleNetworkTests-7810b779-1f8b-44d-user 2018-10-04 05:10:23,472 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj 2018-10-04 05:10:25,179 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj 2018-10-04 05:10:25,617 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj 2018-10-04 05:10:25,743 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-user 2018-10-04 05:10:25,950 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj-role 2018-10-04 05:10:26,035 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj-role to project CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj 2018-10-04 05:10:28,560 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-3278516c-852d-47f8-84ae-65a74a0949fd-image 2018-10-04 05:10:28,724 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-3278516c-852d-47f8-84ae-65a74a0949fd-image 2018-10-04 05:10:33,891 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-3278516c-852d-47f8-84ae-65a74a0949fd-stack 2018-10-04 05:10:37,785 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-3278516c-852d-47f8-84ae-65a74a0949fd-stack failed 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [subnet] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [network] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [flavor2] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [server_security_group] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 4e3704d3-5674-4369-98a3-8a8012d693a9. Neutron server returns request_ids: ['req-a57a7ff1-a2dd-4d32-b251-1a358d94a094']] 2018-10-04 05:10:37,786 - create_stack - ERROR - Resource: [keypair] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,787 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,787 - create_stack - ERROR - Resource: [port1] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,787 - create_stack - ERROR - Resource: [vm2] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,787 - create_stack - ERROR - Resource: [vm1] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:10:37,796 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-3278516c-852d-47f8-84ae-65a74a0949fd-stack 2018-10-04 05:10:51,300 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-3278516c-852d-47f8-84ae-65a74a0949fd-stack 2018-10-04 05:10:51,353 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-3278516c-852d-47f8-84ae-65a74a0949fd-image 2018-10-04 05:10:52,564 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj 2018-10-04 05:10:52,791 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-proj-role 2018-10-04 05:10:53,008 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-1af8e7ab-77cc-4d9-user 2018-10-04 05:10:54,423 - keystone_utils - INFO - Created project with name - CreateStackFloatingIpTests-a5558afa-da04-4dc-proj 2018-10-04 05:10:56,017 - keystone_utils - INFO - Granting role admin to project CreateStackFloatingIpTests-a5558afa-da04-4dc-proj 2018-10-04 05:10:56,455 - keystone_utils - INFO - Granting role heat_stack_owner to project CreateStackFloatingIpTests-a5558afa-da04-4dc-proj 2018-10-04 05:10:56,588 - keystone_utils - INFO - Created user with name - CreateStackFloatingIpTests-a5558afa-da04-4dc-user 2018-10-04 05:10:56,783 - keystone_utils - INFO - Created role with name - CreateStackFloatingIpTests-a5558afa-da04-4dc-proj-role 2018-10-04 05:10:56,873 - keystone_utils - INFO - Granting role CreateStackFloatingIpTests-a5558afa-da04-4dc-proj-role to project CreateStackFloatingIpTests-a5558afa-da04-4dc-proj 2018-10-04 05:10:59,785 - create_image - INFO - Created image with name - CreateStackFloatingIpTests-3647fe80-92d6-4552-9fad-79aecc8ad104-image 2018-10-04 05:10:59,804 - create_image - INFO - Image is now active with name - CreateStackFloatingIpTests-3647fe80-92d6-4552-9fad-79aecc8ad104-image 2018-10-04 05:11:04,906 - create_stack - INFO - Created stack with name - CreateStackFloatingIpTests-CreateStackFloatingIpTests-3647fe80-92d6-4552-9fad-79aecc8ad104-stack 2018-10-04 05:11:12,571 - create_stack - ERROR - Stack CreateStackFloatingIpTests-CreateStackFloatingIpTests-3647fe80-92d6-4552-9fad-79aecc8ad104-stack failed 2018-10-04 05:11:12,571 - create_stack - ERROR - Resource: [floating_ip] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:11:12,571 - create_stack - ERROR - Resource: [floating_ip_association] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:11:12,572 - create_stack - ERROR - Resource: [management_router_interface] status: [INIT_COMPLETE] reason: [] 2018-10-04 05:11:12,572 - create_stack - ERROR - Resource: [management_router] status: [CREATE_FAILED] reason: [IpAddressGenerationFailureClient: resources.management_router: No more IP addresses available on network 4e3704d3-5674-4369-98a3-8a8012d693a9. Neutron server returns request_ids: ['req-f938f8ab-d137-43d2-a130-ee0403debe15']] 2018-10-04 05:11:12,572 - create_stack - ERROR - Resource: [vm2] status: [CREATE_IN_PROGRESS] reason: [state changed] 2018-10-04 05:11:12,572 - create_stack - ERROR - Resource: [vm1] status: [CREATE_IN_PROGRESS] reason: [state changed] 2018-10-04 05:11:12,572 - create_stack - INFO - Deleting stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-3647fe80-92d6-4552-9fad-79aecc8ad104-stack 2018-10-04 05:11:29,424 - create_stack - INFO - Attempting to delete again stack - CreateStackFloatingIpTests-CreateStackFloatingIpTests-3647fe80-92d6-4552-9fad-79aecc8ad104-stack 2018-10-04 05:11:29,479 - glance_utils - INFO - Deleting image named - CreateStackFloatingIpTests-3647fe80-92d6-4552-9fad-79aecc8ad104-image 2018-10-04 05:11:31,129 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - c728d141-48ad-4558-a4eb-f74f1d4b00ce 2018-10-04 05:11:31,255 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:11:31,586 - keystone_utils - INFO - Deleting project with name - CreateStackFloatingIpTests-a5558afa-da04-4dc-proj 2018-10-04 05:11:31,845 - keystone_utils - INFO - Deleting role with name - CreateStackFloatingIpTests-a5558afa-da04-4dc-proj-role 2018-10-04 05:11:32,070 - keystone_utils - INFO - Deleting user with name - CreateStackFloatingIpTests-a5558afa-da04-4dc-user 2018-10-04 05:11:33,441 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-4135df2d-b317-4a1-proj 2018-10-04 05:11:34,639 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-4135df2d-b317-4a1-user 2018-10-04 05:11:34,860 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-4135df2d-b317-4a1-proj-role 2018-10-04 05:11:34,950 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-4135df2d-b317-4a1-proj-role to project AnsibleProvisioningTests-4135df2d-b317-4a1-proj 2018-10-04 05:11:42,589 - create_image - INFO - Created image with name - AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3--image 2018-10-04 05:11:42,749 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3--image 2018-10-04 05:11:43,380 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3-pub-net 2018-10-04 05:11:44,834 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3-pub-subnet 2018-10-04 05:11:47,441 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3-pub-router 2018-10-04 05:11:48,380 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3-pub-subnet 2018-10-04 05:11:48,381 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3-pub-subnet 2018-10-04 05:11:50,856 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3-pub-net 2018-10-04 05:11:52,465 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-321c1bb3-6e99-451b-9a74-256107842cf3--image 2018-10-04 05:11:53,963 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 7b51528e-0d2a-44a7-b50f-938234407cb4 2018-10-04 05:11:54,138 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:11:54,486 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-4135df2d-b317-4a1-proj 2018-10-04 05:11:54,934 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-4135df2d-b317-4a1-proj-role 2018-10-04 05:11:55,134 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-4135df2d-b317-4a1-user 2018-10-04 05:11:56,621 - keystone_utils - INFO - Created project with name - AnsibleProvisioningTests-8f092c88-34d8-40b-proj 2018-10-04 05:11:57,692 - keystone_utils - INFO - Created user with name - AnsibleProvisioningTests-8f092c88-34d8-40b-user 2018-10-04 05:11:57,890 - keystone_utils - INFO - Created role with name - AnsibleProvisioningTests-8f092c88-34d8-40b-proj-role 2018-10-04 05:11:57,985 - keystone_utils - INFO - Granting role AnsibleProvisioningTests-8f092c88-34d8-40b-proj-role to project AnsibleProvisioningTests-8f092c88-34d8-40b-proj 2018-10-04 05:12:05,785 - create_image - INFO - Created image with name - AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2--image 2018-10-04 05:12:05,956 - create_image - INFO - Image is now active with name - AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2--image 2018-10-04 05:12:06,586 - neutron_utils - INFO - Creating network with name AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2-pub-net 2018-10-04 05:12:07,938 - neutron_utils - INFO - Creating subnet with name AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2-pub-subnet 2018-10-04 05:12:10,897 - neutron_utils - INFO - Creating router with name - AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2-pub-router 2018-10-04 05:12:11,841 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2-pub-subnet 2018-10-04 05:12:11,841 - neutron_utils - INFO - Deleting subnet with name AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2-pub-subnet 2018-10-04 05:12:14,626 - neutron_utils - INFO - Deleting network with name AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2-pub-net 2018-10-04 05:12:16,128 - glance_utils - INFO - Deleting image named - AnsibleProvisioningTests-9cac852c-7e37-47cb-b22d-9e3fa76d10e2--image 2018-10-04 05:12:17,240 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 0384a7c5-07f7-4e34-9a74-a9546f232169 2018-10-04 05:12:17,426 - neutron_utils - INFO - Deleting security group with name - default 2018-10-04 05:12:17,781 - keystone_utils - INFO - Deleting project with name - AnsibleProvisioningTests-8f092c88-34d8-40b-proj 2018-10-04 05:12:18,066 - keystone_utils - INFO - Deleting role with name - AnsibleProvisioningTests-8f092c88-34d8-40b-proj-role 2018-10-04 05:12:18,289 - keystone_utils - INFO - Deleting user with name - AnsibleProvisioningTests-8f092c88-34d8-40b-user 2018-10-04 05:12:18,633 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:12:18,634 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 43:06 | FAIL | +---------------------+------------------+------------------+----------------+ 2018-10-04 05:12:20,684 - xtesting.ci.run_tests - ERROR - The test case 'snaps_smoke' failed. 2018-10-04 05:12:20,737 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-10-04 05:12:22,572 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 05:12:24,516 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 05:12:27,109 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-10-04 05:12:26.700 11517 INFO rally.deployment.engine [-] Deployment 1bc10bb8-ab2b-4e07-aff5-48db3773864f | Starting: Destroy cloud and free allocated resources. 2018-10-04 05:12:26.772 11517 INFO rally.deployment.engine [-] Deployment 1bc10bb8-ab2b-4e07-aff5-48db3773864f | Completed: Destroy cloud and free allocated resources. 2018-10-04 05:12:26.829 11517 INFO rally.api [-] Deleting all verifications created by verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064) for deployment 'opnfv-rally'. 2018-10-04 05:12:26.861 11517 INFO rally.api [-] Deleting verification (UUID=1bc07c9b-8a63-4c45-ad8c-18dbe179b4f5). 2018-10-04 05:12:26.901 11517 INFO rally.api [-] Verification has been successfully deleted! 2018-10-04 05:12:26.902 11517 INFO rally.api [-] Deleting deployment-specific data for verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064). 2018-10-04 05:12:26.910 11517 INFO rally.api [-] Deployment-specific data has been successfully deleted! 2018-10-04 05:12:29,336 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 05:12:29.087 11520 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=cc938df8-944a-4e79-870b-e75baa8ef54a) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | cc938df8-944a-4e79-870b-e75baa8ef54a | 2018-10-04T05:12:29 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: cc938df8-944a-4e79-870b-e75baa8ef54a ~/.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-04 05:12:32,574 - 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-04 05:12:32,575 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 05:12:34,969 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-10-04 05:12:34.696 11526 INFO rally.api [-] Deleting verifier 'opnfv-tempest' (UUID=6a912388-7be5-4119-8f87-3b7654a2f064). 2018-10-04 05:12:34.820 11526 INFO rally.api [-] Verifier has been successfully deleted! 2018-10-04 05:12:38,391 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 05:12:36.972 11529 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 05:12:37.096 11529 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 05:12:38.269 11529 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) has been successfully created! Using verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) as the default verifier for the future CLI operations. 2018-10-04 05:12:41,277 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-10-04 05:12:48,842 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 05:12:47.835 11548 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) for deployment 'opnfv-rally' (UUID=cc938df8-944a-4e79-870b-e75baa8ef54a). 2018-10-04 05:12:48.679 11548 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 05:12:48.681 11548 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6) has been successfully configured for deployment 'opnfv-rally' (UUID=cc938df8-944a-4e79-870b-e75baa8ef54a)! 2018-10-04 05:12:52,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-30bd7221-dd79-42ed-af25-0d075c6a5bd6/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-04 05:12:52,364 - 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-04 05:12:54,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 05:12:54.482 11557 INFO rally.api [-] Starting verification (UUID=bd6ea761-acc6-43df-bb3f-db3f8b0a2aec) for deployment 'opnfv-rally' (UUID=cc938df8-944a-4e79-870b-e75baa8ef54a) by verifier 'opnfv-tempest' (UUID=30bd7221-dd79-42ed-af25-0d075c6a5bd6). 2018-10-04 05:14:46,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: bd6ea761-acc6-43df-bb3f-db3f8b0a2aec 2018-10-04 05:14:46,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'bd6ea761-acc6-43df-bb3f-db3f8b0a2aec']'. 2018-10-04 05:14:47,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 05:14:47,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | bd6ea761-acc6-43df-bb3f-db3f8b0a2aec | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 05:12:54 | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 05:14:45 | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:51 | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 05:14:47,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 30bd7221-dd79-42ed-af25-0d075c6a5bd6) | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: cc938df8-944a-4e79-870b-e75baa8ef54a) | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.929 | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 42 | 2018-10-04 05:14:47,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 8 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 2 | 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 05:14:47,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 05:14:47,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 95.4545454545% 2018-10-04 05:14:47,350 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:14:47,351 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-10-04 05:14:52,896 - xtesting.ci.run_tests - ERROR - The test case 'neutron_trunk' failed. 2018-10-04 05:14:52,897 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------+------------------+---------------+------------------+----------------+ | vping_ssh | functest | smoke | 01:38 | FAIL | | vping_userdata | functest | smoke | 00:34 | PASS | | tempest_smoke_serial | functest | smoke | 14:41 | FAIL | | rally_sanity | functest | smoke | 24:48 | PASS | | refstack_defcore | functest | smoke | 16:27 | FAIL | | patrole | functest | smoke | 02:52 | PASS | | odl | functest | smoke | 00:20 | PASS | | snaps_smoke | functest | smoke | 43:06 | FAIL | | neutron_trunk | functest | smoke | 02:06 | FAIL | +------------------------------+------------------+---------------+------------------+----------------+ 2018-10-04 05:14:52,906 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-04 05:14:59,884 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-04 05:14:59,890 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:14:59,890 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 05:14:59,892 - 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-04 05:14:59,915 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-10-04 05:14:59,946 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-10-04 05:18:39,164 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-10-04 05:18:39,293 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:18:39,293 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 03:39 | PASS | +-----------------------------+-----------------+------------------+----------------+ 2018-10-04 05:18:39,325 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-10-04 05:18:41,893 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-10-04 05:18:43,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:18:43,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:18:43,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:18:43,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:18:43,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:18:43,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:18:43,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:18:43,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:18:43,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:18:43,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:18:43,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:18:43,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:18:43,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:18:43,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:18:43,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:18:43,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:18:43,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:18:43,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:18:43,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:18:43,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:18:43,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:18:43,317 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-10-04 05:18:43,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:18:43,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-828ee315-550d-4fd0-b1b6-037cffce2001 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:18:43,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-828ee315-550d-4fd0-b1b6-037cffce2001 2018-10-04 05:18:43,328 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:18:43,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:18:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["JC-UXzpfTgSu1_cfC-qucA"], "issued_at": "2018-10-04T05:18:43.000000Z"}} 2018-10-04 05:18:43,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b59a00c55d70b955d387928a2564e6521c8c497" 2018-10-04 05:18:43,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6374e60c-07f8-4e44-8511-520b58ad77e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:18:43,788 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6374e60c-07f8-4e44-8511-520b58ad77e5 2018-10-04 05:18:43,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9: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-04 05:18:43,799 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 05:18: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://192.30.9.9: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.9:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 05:18:43,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9:35357/v3/projects? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6b59a00c55d70b955d387928a2564e6521c8c497" 2018-10-04 05:18:43,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ad6b42-0545-4c1b-8caf-187f51e177bb Content-Encoding: gzip Content-Length: 280 Content-Type: application/json RESP BODY: {"links": {"self": "http://192.30.9.9:35357/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://192.30.9.9:35357/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.9:35357/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-10-04 05:18:43,876 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/projects used request id req-71ad6b42-0545-4c1b-8caf-187f51e177bb 2018-10-04 05:18:43,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:18:43,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31edaa1c-4ba0-4cff-be7f-19e76093554c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:18:43,884 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-31edaa1c-4ba0-4cff-be7f-19e76093554c 2018-10-04 05:18:43,884 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:18:44,246 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["wmHM2BVyT4yHHAnK4wGfcw"], "issued_at": "2018-10-04T05:18:44.000000Z"}} 2018-10-04 05:18:44,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/quotas/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:44,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-344ce519-5229-44ea-b34e-c1711ebbfd7b Date: Thu, 04 Oct 2018 05:18:44 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-04 05:18:44,420 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/quotas/510ab77bdaaa470cad047d68b7d85c03 used request id req-344ce519-5229-44ea-b34e-c1711ebbfd7b 2018-10-04 05:18:44,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:18:44,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f628619e-8ed6-490b-a198-65f8577fffff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:18:44,427 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f628619e-8ed6-490b-a198-65f8577fffff 2018-10-04 05:18:44,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:18:44,803 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["fLu7KcrgTS2TrE3_2JLQaA"], "issued_at": "2018-10-04T05:18:44.000000Z"}} 2018-10-04 05:18:44,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6523835aaad56086b89c5bb01e7c10fdf1f9562" 2018-10-04 05:18:44,961 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18: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-18409386-6858-47e4-8efa-e577e11a7fd8 x-compute-request-id: req-18409386-6858-47e4-8efa-e577e11a7fd8 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-04 05:18:44,961 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-18409386-6858-47e4-8efa-e577e11a7fd8 2018-10-04 05:18:44,962 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-10-04 05:18:44,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-10-04 05:18:45,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-ee911e14-743b-49e4-91fa-6aabc656793d Date: Thu, 04 Oct 2018 05:18:45 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-04 05:18:45,233 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/510ab77bdaaa470cad047d68b7d85c03 used request id req-ee911e14-743b-49e4-91fa-6aabc656793d 2018-10-04 05:18:45,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:18:45,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:18:45,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:18:45,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:18:45,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:18:45,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:18:45,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:18:45,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:18:45,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:18:45,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:18:45,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9de78bbb-f7e4-4a39-8cad-5fdee0e97a36 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:18:45,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9de78bbb-f7e4-4a39-8cad-5fdee0e97a36 2018-10-04 05:18:45,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:18:45,624 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["rpWrKrYLTSKi3F5UMRH7jw"], "issued_at": "2018-10-04T05:18:45.000000Z"}} 2018-10-04 05:18:45,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1214e7a0206617e732c1a9f013f593a5930cc01a" 2018-10-04 05:18:45,806 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18: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-95790e5f-0cea-497e-8440-49c16c44dd12 x-compute-request-id: req-95790e5f-0cea-497e-8440-49c16c44dd12 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 05:18:45,806 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-95790e5f-0cea-497e-8440-49c16c44dd12 2018-10-04 05:18:45,807 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-10-04 05:18:45,807 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-10-04 05:18:45,810 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6523835aaad56086b89c5bb01e7c10fdf1f9562" -d '{"quota_class_set": {"instances": -1}}' 2018-10-04 05:18:45,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:18: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-f3947cc7-68b4-4791-b157-bb95fc1ad20d x-compute-request-id: req-f3947cc7-68b4-4791-b157-bb95fc1ad20d 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-04 05:18:45,859 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-f3947cc7-68b4-4791-b157-bb95fc1ad20d 2018-10-04 05:18:45,859 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-10-04 05:18:45,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:46,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 477 X-Openstack-Request-Id: req-b7c17fd8-8cf5-45d0-b940-57f289d23d3f Date: Thu, 04 Oct 2018 05:18:46 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-10-04T03:27:11Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 1, "port_id": null, "id": "0a9c0cb3-620f-4fa1-bebb-2d9cf9048387", "tenant_id": "9bea6c36e259443094fbe34e2325f384", "created_at": "2018-10-04T03:25:59Z", "project_id": "9bea6c36e259443094fbe34e2325f384"}]} 2018-10-04 05:18:46,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-b7c17fd8-8cf5-45d0-b940-57f289d23d3f 2018-10-04 05:18:46,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/0a9c0cb3-620f-4fa1-bebb-2d9cf9048387 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:46,654 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78b2d084-f4ee-4102-b4b7-e040b58dfb1e Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:46,654 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/0a9c0cb3-620f-4fa1-bebb-2d9cf9048387 used request id req-78b2d084-f4ee-4102-b4b7-e040b58dfb1e 2018-10-04 05:18:46,655 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-10-04 05:18:46,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:46,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14811 X-Openstack-Request-Id: req-d138e7ee-51ef-41e1-a336-6031c0e1b598 Date: Thu, 04 Oct 2018 05:18:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:43:39Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.208"}],"id":"011d7a57-a5de-4807-a402-bec6d046124a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:26:8f:c9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:43:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:06:41Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.220"}],"id":"16607357-f7eb-47c7-9def-acd0d057343b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c7:57:33","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"a375b539-382a-44d6-b996-fc6d7d87fa3e","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T05:06:41Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:08:57Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.218"}],"id":"1d70181b-aa8a-48aa-890d-8b02731c8aea","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:72:4b:5c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"db74f630-1ff4-44a0-b531-8701fcdc1b67","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T05:08:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T04:16:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.219"}],"id":"276ff883-dafe-464d-982d-8d49359bb5d6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:31:68:78","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"69ad3d25-3f90-4b36-8ad4-d6365bce205c","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T04:16:51Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:58:54Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.210"}],"id":"434f5e1f-1d81-4f13-b37c-7ec37380289c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8d:b1:a0","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"1e7c1b14-1843-4a6a-80c6-d0563828cf84","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:58:54Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:13Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.207"}],"id":"43582771-7474-4e56-a427-e743b4d6f7cf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:00:fc:35","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e5e98ad3-7bb1-4347-80d3-46f40a21bf83","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:13Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T04:38:20Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.214"}],"id":"454f3422-7401-427e-943a-6ec99ec20133","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:aa:27:56","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2af73af1-8958-4494-998c-f2811dd79834","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T04:38:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T04:37:46Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.205"}],"id":"62cac17c-f66f-4d20-bdb9-03470cd00da4","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e2:d6:57","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cadb6ae7-115c-42c2-ab10-17ff5ff7249e","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T04:37:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:31:36Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.202"}],"id":"68410be7-962f-461d-9005-2e86b47dda73","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:9b:e4","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"aac4ec4d-a9b3-429a-9e76-77750afb7634","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:31:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T04:35:30Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.216"}],"id":"6e25fc1a-a38e-4c20-8eeb-00fbaee59d73","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c3:50:fc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"ee77ae37-a8e2-48e1-a166-033747fb9372","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T04:35:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T04:34:45Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.200"}],"id":"73714ccf-06a2-43d8-9c48-817fb754d478","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:dd:71","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"87ef93c3-c080-497f-964e-5391b2b32a26","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T04:34:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.204"}],"id":"8086fd7f-4446-40b3-83e9-56c10ad66778","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:63:64:55","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"c1fde3d7-b62e-4379-bcb3-c65c00bf0394","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T04:38:22Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.215"}],"id":"8504871d-2023-4bcc-8f7f-f6df0cb00dfd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:6f:29:e1","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2e122942-6ea6-4518-8e0f-11b231cefff2","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T04:38:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T04:36:29Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.206"}],"id":"90e862c4-8dc6-41ae-9c33-dabc0c4c92dd","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5c:a6:9c","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"cfe3d5ee-502a-491d-84ef-d7e13f1db5c0","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T04:36:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:29:52Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.213"}],"id":"a6eabf6d-6598-4d9a-bad9-ec4c166c1ab7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:4e:a2:bf","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"fc928988-db40-4410-a733-4d39514855b0","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:29:52Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:34:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.211"}],"id":"cf060532-a720-44b6-aacf-93770c96d1bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:06:86:b5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"4240add6-1b29-4208-819f-ffbf11bbd835","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:34:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:16Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.203"}],"id":"dfbf76a4-dbf6-4200-be54-5fd621791d6e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:24:5e:ef","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"350cb31a-d179-4bd3-83ec-51b8218e5f8f","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:16Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:42:31Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.217"}],"id":"e7ba306e-25a2-4da4-a72e-a629744262bc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:8b:fb:dc","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"e8e1255d-eb4e-48b8-8994-acd9e3421bac","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:42:31Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T03:14:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.209"}],"id":"eb46759a-8dcf-4991-ae98-c81001fccb01","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:65:9a:0f","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3ffd5924-d57a-443a-9f49-8263d109fd21","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T03:14:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:08:58Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.212"}],"id":"ff636ee5-1ba2-4b29-9676-127d60b915ab","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:86:aa:f6","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"8a293e6f-5c3b-453a-81f6-71afec3814bf","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T05:08:58Z","binding:vnic_type":"normal"}]} 2018-10-04 05:18:46,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-d138e7ee-51ef-41e1-a336-6031c0e1b598 2018-10-04 05:18:46,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:47,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12866 X-Openstack-Request-Id: req-cf4b0bdc-07ef-4019-b3b4-89c50cd12dfd Date: Thu, 04 Oct 2018 05:18:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "created_at": "2018-10-04T03:43:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:43:39Z", "revision_number": 2, "routes": [], "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d", "name": "rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "3515a30973a8413cb71c36f6cf378ac1", "created_at": "2018-10-04T03:58:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:58:54Z", "revision_number": 2, "routes": [], "project_id": "3515a30973a8413cb71c36f6cf378ac1", "id": "1e7c1b14-1843-4a6a-80c6-d0563828cf84", "name": "c_rally_62060aca_yvOJYzUO"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.214"}]}, "description": "", "tags": [], "tenant_id": "a724992358e04fa5aafd4f388f546674", "created_at": "2018-10-04T04:38:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:38:21Z", "revision_number": 2, "routes": [], "project_id": "a724992358e04fa5aafd4f388f546674", "id": "2af73af1-8958-4494-998c-f2811dd79834", "name": "CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "a724992358e04fa5aafd4f388f546674", "created_at": "2018-10-04T04:38:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:38:22Z", "revision_number": 2, "routes": [], "project_id": "a724992358e04fa5aafd4f388f546674", "id": "2e122942-6ea6-4518-8e0f-11b231cefff2", "name": "CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:17Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "350cb31a-d179-4bd3-83ec-51b8218e5f8f", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:14Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "3ffd5924-d57a-443a-9f49-8263d109fd21", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "7119dc2ec15a4bfa930110614e2eb468", "created_at": "2018-10-04T03:34:20Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-04T03:34:21Z", "revision_number": 2, "routes": [], "project_id": "7119dc2ec15a4bfa930110614e2eb468", "id": "4240add6-1b29-4208-819f-ffbf11bbd835", "name": "tempest-FloatingIPTestJSON-router-1876509101"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "89d11a5f955747e2907f680b1d22f7ad", "created_at": "2018-10-04T04:16:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:16:51Z", "revision_number": 2, "routes": [], "project_id": "89d11a5f955747e2907f680b1d22f7ad", "id": "69ad3d25-3f90-4b36-8ad4-d6365bce205c", "name": "tempest-ServersTestManualDisk-621540624-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "c9d39f6d903a4924865d82133c24c4c8", "created_at": "2018-10-04T04:34:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:34:45Z", "revision_number": 2, "routes": [], "project_id": "c9d39f6d903a4924865d82133c24c4c8", "id": "87ef93c3-c080-497f-964e-5391b2b32a26", "name": "CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "64719e408ae641af810e5e6a21c7d7ee", "created_at": "2018-10-04T05:08:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:08:58Z", "revision_number": 2, "routes": [], "project_id": "64719e408ae641af810e5e6a21c7d7ee", "id": "8a293e6f-5c3b-453a-81f6-71afec3814bf", "name": "CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.220"}]}, "description": "", "tags": [], "tenant_id": "fbd4bdfdce1d420b8df7e7b3614b1141", "created_at": "2018-10-04T05:06:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:06:42Z", "revision_number": 2, "routes": [], "project_id": "fbd4bdfdce1d420b8df7e7b3614b1141", "id": "a375b539-382a-44d6-b996-fc6d7d87fa3e", "name": "CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dd8aee7bf6c24dcc8ef1e3146c5ac8ea", "created_at": "2018-10-04T03:31:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:31:36Z", "revision_number": 2, "routes": [], "project_id": "dd8aee7bf6c24dcc8ef1e3146c5ac8ea", "id": "aac4ec4d-a9b3-429a-9e76-77750afb7634", "name": "tempest-ServerActionsTestJSON-1817065774-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:15Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "c1fde3d7-b62e-4379-bcb3-c65c00bf0394", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5ab6db96129e4dbfbebbd85094a1bd25", "created_at": "2018-10-04T04:37:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:37:46Z", "revision_number": 2, "routes": [], "project_id": "5ab6db96129e4dbfbebbd85094a1bd25", "id": "cadb6ae7-115c-42c2-ab10-17ff5ff7249e", "name": "CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "2bbb63793e2f4bcf927951bea5d021f5", "created_at": "2018-10-04T04:36:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:36:30Z", "revision_number": 2, "routes": [], "project_id": "2bbb63793e2f4bcf927951bea5d021f5", "id": "cfe3d5ee-502a-491d-84ef-d7e13f1db5c0", "name": "CreateRouterSuccessTests-6a1dbe37-15ca-4eeb-b4b0-39ce8cd4c061-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "64719e408ae641af810e5e6a21c7d7ee", "created_at": "2018-10-04T05:08:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:08:57Z", "revision_number": 2, "routes": [], "project_id": "64719e408ae641af810e5e6a21c7d7ee", "id": "db74f630-1ff4-44a0-b531-8701fcdc1b67", "name": "CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:14:13Z", "revision_number": 2, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e5e98ad3-7bb1-4347-80d3-46f40a21bf83", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "fc54a43b36b644679c74abe070baa121", "created_at": "2018-10-04T03:42:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:42:31Z", "revision_number": 2, "routes": [], "project_id": "fc54a43b36b644679c74abe070baa121", "id": "e8e1255d-eb4e-48b8-8994-acd9e3421bac", "name": "tempest-TestServerMultinode-631044354-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "c1f86d24ab3f4701b922f871baae0582", "created_at": "2018-10-04T04:35:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T04:35:30Z", "revision_number": 2, "routes": [], "project_id": "c1f86d24ab3f4701b922f871baae0582", "id": "ee77ae37-a8e2-48e1-a166-033747fb9372", "name": "CreateRouterSuccessTests-b35d7408-9bc2-419d-9675-280a98f614ad-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "db2ac96e70af4b65b4aca0c01734b7f2", "created_at": "2018-10-04T03:29:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T03:29:52Z", "revision_number": 2, "routes": [], "project_id": "db2ac96e70af4b65b4aca0c01734b7f2", "id": "fc928988-db40-4410-a733-4d39514855b0", "name": "tempest-ServersTestBootFromVolume-1514608191-router"}]} 2018-10-04 05:18:47,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-cf4b0bdc-07ef-4019-b3b4-89c50cd12dfd 2018-10-04 05:18:47,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:47,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 465 X-Openstack-Request-Id: req-426f63b1-e5f0-4fca-9366-b992b531972f Date: Thu, 04 Oct 2018 05:18:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "created_at": "2018-10-04T03:43:39Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:47Z", "revision_number": 5, "routes": [], "project_id": "3ba7bdfff5d94acab7ccbf18c60dd0bd", "id": "1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d", "name": "rally_sanity-router_f117ed97-6d66-41ff-99ae-0dafc88e65f7"}} 2018-10-04 05:18:47,943 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d used request id req-426f63b1-e5f0-4fca-9366-b992b531972f 2018-10-04 05:18:47,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:48,279 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aa6bc22d-3fac-4338-a003-9499cf18d3c3 Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:48,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1ca7ddb3-2caa-4f4d-9ba0-88b5e4a4af8d used request id req-aa6bc22d-3fac-4338-a003-9499cf18d3c3 2018-10-04 05:18:48,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/1e7c1b14-1843-4a6a-80c6-d0563828cf84 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:49,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 434 X-Openstack-Request-Id: req-8ad40d07-a7de-491a-aeeb-a939bfb1150c Date: Thu, 04 Oct 2018 05:18:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3515a30973a8413cb71c36f6cf378ac1", "created_at": "2018-10-04T03:58:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:49Z", "revision_number": 5, "routes": [], "project_id": "3515a30973a8413cb71c36f6cf378ac1", "id": "1e7c1b14-1843-4a6a-80c6-d0563828cf84", "name": "c_rally_62060aca_yvOJYzUO"}} 2018-10-04 05:18:49,321 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/1e7c1b14-1843-4a6a-80c6-d0563828cf84 used request id req-8ad40d07-a7de-491a-aeeb-a939bfb1150c 2018-10-04 05:18:49,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/1e7c1b14-1843-4a6a-80c6-d0563828cf84 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:49,753 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f211cbec-1144-4c66-ab8f-68e74f32e72d Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:49,753 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/1e7c1b14-1843-4a6a-80c6-d0563828cf84 used request id req-f211cbec-1144-4c66-ab8f-68e74f32e72d 2018-10-04 05:18:49,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2af73af1-8958-4494-998c-f2811dd79834 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:50,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-b996de33-c4ca-4ed5-a618-a58ee9fb827e Date: Thu, 04 Oct 2018 05:18:50 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a724992358e04fa5aafd4f388f546674", "created_at": "2018-10-04T04:38:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:50Z", "revision_number": 5, "routes": [], "project_id": "a724992358e04fa5aafd4f388f546674", "id": "2af73af1-8958-4494-998c-f2811dd79834", "name": "CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router"}} 2018-10-04 05:18:50,619 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2af73af1-8958-4494-998c-f2811dd79834 used request id req-b996de33-c4ca-4ed5-a618-a58ee9fb827e 2018-10-04 05:18:50,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/2af73af1-8958-4494-998c-f2811dd79834 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:51,046 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cb1c0cb7-cf03-4cad-a130-69c4c91d83d2 Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:51,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2af73af1-8958-4494-998c-f2811dd79834 used request id req-cb1c0cb7-cf03-4cad-a130-69c4c91d83d2 2018-10-04 05:18:51,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/2e122942-6ea6-4518-8e0f-11b231cefff2 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:52,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-18e6b98c-ce44-4f6a-9312-9196b3b58914 Date: Thu, 04 Oct 2018 05:18:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "a724992358e04fa5aafd4f388f546674", "created_at": "2018-10-04T04:38:21Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:51Z", "revision_number": 5, "routes": [], "project_id": "a724992358e04fa5aafd4f388f546674", "id": "2e122942-6ea6-4518-8e0f-11b231cefff2", "name": "CreateRouterNegativeTests-111acb07-153a-44ad-9a4d-166ce05e5304-pub-router"}} 2018-10-04 05:18:52,144 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/2e122942-6ea6-4518-8e0f-11b231cefff2 used request id req-18e6b98c-ce44-4f6a-9312-9196b3b58914 2018-10-04 05:18:52,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/2e122942-6ea6-4518-8e0f-11b231cefff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:52,573 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-96601903-0b6f-48c7-8561-466af62d3606 Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:52,573 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/2e122942-6ea6-4518-8e0f-11b231cefff2 used request id req-96601903-0b6f-48c7-8561-466af62d3606 2018-10-04 05:18:52,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/350cb31a-d179-4bd3-83ec-51b8218e5f8f -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:53,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-0fa0f892-41a8-4485-b2d3-85be82d757fa Date: Thu, 04 Oct 2018 05:18:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:53Z", "revision_number": 5, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "350cb31a-d179-4bd3-83ec-51b8218e5f8f", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}} 2018-10-04 05:18:53,410 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/350cb31a-d179-4bd3-83ec-51b8218e5f8f used request id req-0fa0f892-41a8-4485-b2d3-85be82d757fa 2018-10-04 05:18:53,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/350cb31a-d179-4bd3-83ec-51b8218e5f8f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:53,878 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff1c8c65-0405-47fc-bb2d-c571c913020b Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:53,878 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/350cb31a-d179-4bd3-83ec-51b8218e5f8f used request id req-ff1c8c65-0405-47fc-bb2d-c571c913020b 2018-10-04 05:18:53,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/3ffd5924-d57a-443a-9f49-8263d109fd21 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:54,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-cb5f39ee-24aa-4db4-8a11-e69576d366ee Date: Thu, 04 Oct 2018 05:18:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:54Z", "revision_number": 5, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "3ffd5924-d57a-443a-9f49-8263d109fd21", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}} 2018-10-04 05:18:54,710 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/3ffd5924-d57a-443a-9f49-8263d109fd21 used request id req-cb5f39ee-24aa-4db4-8a11-e69576d366ee 2018-10-04 05:18:54,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/3ffd5924-d57a-443a-9f49-8263d109fd21 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:55,354 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-01bcf3f7-c273-4fb6-877a-a8285afe5a73 Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:55,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/3ffd5924-d57a-443a-9f49-8263d109fd21 used request id req-01bcf3f7-c273-4fb6-877a-a8285afe5a73 2018-10-04 05:18:55,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4240add6-1b29-4208-819f-ffbf11bbd835 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:56,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 454 X-Openstack-Request-Id: req-c4ab4eb0-f72d-4637-9e3b-582dc93292a4 Date: Thu, 04 Oct 2018 05:18:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "7119dc2ec15a4bfa930110614e2eb468", "created_at": "2018-10-04T03:34:20Z", "admin_state_up": false, "distributed": false, "updated_at": "2018-10-04T05:18:56Z", "revision_number": 5, "routes": [], "project_id": "7119dc2ec15a4bfa930110614e2eb468", "id": "4240add6-1b29-4208-819f-ffbf11bbd835", "name": "tempest-FloatingIPTestJSON-router-1876509101"}} 2018-10-04 05:18:56,309 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4240add6-1b29-4208-819f-ffbf11bbd835 used request id req-c4ab4eb0-f72d-4637-9e3b-582dc93292a4 2018-10-04 05:18:56,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4240add6-1b29-4208-819f-ffbf11bbd835 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:56,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ab545549-6ae8-4494-899e-72f9c5a03f4c Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:56,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4240add6-1b29-4208-819f-ffbf11bbd835 used request id req-ab545549-6ae8-4494-899e-72f9c5a03f4c 2018-10-04 05:18:56,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/69ad3d25-3f90-4b36-8ad4-d6365bce205c -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:57,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 455 X-Openstack-Request-Id: req-e1a1790c-06b7-4b22-a3bd-0ab6712bce40 Date: Thu, 04 Oct 2018 05:18:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89d11a5f955747e2907f680b1d22f7ad", "created_at": "2018-10-04T04:16:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:57Z", "revision_number": 5, "routes": [], "project_id": "89d11a5f955747e2907f680b1d22f7ad", "id": "69ad3d25-3f90-4b36-8ad4-d6365bce205c", "name": "tempest-ServersTestManualDisk-621540624-router"}} 2018-10-04 05:18:57,761 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/69ad3d25-3f90-4b36-8ad4-d6365bce205c used request id req-e1a1790c-06b7-4b22-a3bd-0ab6712bce40 2018-10-04 05:18:57,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/69ad3d25-3f90-4b36-8ad4-d6365bce205c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:58,192 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a911701e-b98a-4cdf-81f0-9ed7478cafde Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:58,192 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/69ad3d25-3f90-4b36-8ad4-d6365bce205c used request id req-a911701e-b98a-4cdf-81f0-9ed7478cafde 2018-10-04 05:18:58,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/87ef93c3-c080-497f-964e-5391b2b32a26 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:18:59,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 482 X-Openstack-Request-Id: req-6e978de1-0974-4f3a-bb04-6ac9d18dce5c Date: Thu, 04 Oct 2018 05:18:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c9d39f6d903a4924865d82133c24c4c8", "created_at": "2018-10-04T04:34:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:58Z", "revision_number": 5, "routes": [], "project_id": "c9d39f6d903a4924865d82133c24c4c8", "id": "87ef93c3-c080-497f-964e-5391b2b32a26", "name": "CreateNetworkSuccessTests-9a56b476-4c90-4ffb-aecd-022b28fef757-pub-router"}} 2018-10-04 05:18:59,033 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/87ef93c3-c080-497f-964e-5391b2b32a26 used request id req-6e978de1-0974-4f3a-bb04-6ac9d18dce5c 2018-10-04 05:18:59,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/87ef93c3-c080-497f-964e-5391b2b32a26 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:18:59,376 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04ebcee4-7ee1-4581-911d-87b185e4cf12 Content-Length: 0 Date: Thu, 04 Oct 2018 05:18:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:18:59,376 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/87ef93c3-c080-497f-964e-5391b2b32a26 used request id req-04ebcee4-7ee1-4581-911d-87b185e4cf12 2018-10-04 05:18:59,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8a293e6f-5c3b-453a-81f6-71afec3814bf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:00,239 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-6dba546e-c928-42df-ab7f-ea1d20dd3824 Date: Thu, 04 Oct 2018 05:19:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "64719e408ae641af810e5e6a21c7d7ee", "created_at": "2018-10-04T05:08:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:18:59Z", "revision_number": 5, "routes": [], "project_id": "64719e408ae641af810e5e6a21c7d7ee", "id": "8a293e6f-5c3b-453a-81f6-71afec3814bf", "name": "CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-router"}} 2018-10-04 05:19:00,239 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8a293e6f-5c3b-453a-81f6-71afec3814bf used request id req-6dba546e-c928-42df-ab7f-ea1d20dd3824 2018-10-04 05:19:00,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/8a293e6f-5c3b-453a-81f6-71afec3814bf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:00,589 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7eb817c2-74f0-4f22-96ac-fa882d889089 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:00,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8a293e6f-5c3b-453a-81f6-71afec3814bf used request id req-7eb817c2-74f0-4f22-96ac-fa882d889089 2018-10-04 05:19:00,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/a375b539-382a-44d6-b996-fc6d7d87fa3e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:01,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-c181d8ed-55b1-48ab-8d57-b9575d47735f Date: Thu, 04 Oct 2018 05:19:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fbd4bdfdce1d420b8df7e7b3614b1141", "created_at": "2018-10-04T05:06:41Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:01Z", "revision_number": 5, "routes": [], "project_id": "fbd4bdfdce1d420b8df7e7b3614b1141", "id": "a375b539-382a-44d6-b996-fc6d7d87fa3e", "name": "CreateInstanceSingleNetworkTests-9cb2ae16-0928-45db-8c32-fe973d0c019f-pub-router"}} 2018-10-04 05:19:01,449 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a375b539-382a-44d6-b996-fc6d7d87fa3e used request id req-c181d8ed-55b1-48ab-8d57-b9575d47735f 2018-10-04 05:19:01,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/a375b539-382a-44d6-b996-fc6d7d87fa3e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:01,896 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ac406d7f-6d7c-46ca-9297-a81d68fb4d7e Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:01,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a375b539-382a-44d6-b996-fc6d7d87fa3e used request id req-ac406d7f-6d7c-46ca-9297-a81d68fb4d7e 2018-10-04 05:19:01,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/aac4ec4d-a9b3-429a-9e76-77750afb7634 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:02,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 456 X-Openstack-Request-Id: req-a27258ce-2b2c-4882-856c-3497b2a9653b Date: Thu, 04 Oct 2018 05:19:02 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "dd8aee7bf6c24dcc8ef1e3146c5ac8ea", "created_at": "2018-10-04T03:31:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:02Z", "revision_number": 5, "routes": [], "project_id": "dd8aee7bf6c24dcc8ef1e3146c5ac8ea", "id": "aac4ec4d-a9b3-429a-9e76-77750afb7634", "name": "tempest-ServerActionsTestJSON-1817065774-router"}} 2018-10-04 05:19:02,750 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/aac4ec4d-a9b3-429a-9e76-77750afb7634 used request id req-a27258ce-2b2c-4882-856c-3497b2a9653b 2018-10-04 05:19:02,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/aac4ec4d-a9b3-429a-9e76-77750afb7634 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:03,181 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e61c8c0b-fe1e-47e0-9c5d-1efbacd1a5d5 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:03,181 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/aac4ec4d-a9b3-429a-9e76-77750afb7634 used request id req-e61c8c0b-fe1e-47e0-9c5d-1efbacd1a5d5 2018-10-04 05:19:03,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c1fde3d7-b62e-4379-bcb3-c65c00bf0394 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:03,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-012d9bf6-9174-4756-907b-7af7758672a7 Date: Thu, 04 Oct 2018 05:19:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:03Z", "revision_number": 5, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "c1fde3d7-b62e-4379-bcb3-c65c00bf0394", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}} 2018-10-04 05:19:03,893 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c1fde3d7-b62e-4379-bcb3-c65c00bf0394 used request id req-012d9bf6-9174-4756-907b-7af7758672a7 2018-10-04 05:19:03,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/c1fde3d7-b62e-4379-bcb3-c65c00bf0394 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:04,525 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be2f278e-c39b-4ddb-bca7-45bcdaeb2f34 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:04,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c1fde3d7-b62e-4379-bcb3-c65c00bf0394 used request id req-be2f278e-c39b-4ddb-bca7-45bcdaeb2f34 2018-10-04 05:19:04,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/cadb6ae7-115c-42c2-ab10-17ff5ff7249e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:05,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-784a1582-814e-4f6a-a6e8-84eec1746feb Date: Thu, 04 Oct 2018 05:19:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5ab6db96129e4dbfbebbd85094a1bd25", "created_at": "2018-10-04T04:37:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:05Z", "revision_number": 5, "routes": [], "project_id": "5ab6db96129e4dbfbebbd85094a1bd25", "id": "cadb6ae7-115c-42c2-ab10-17ff5ff7249e", "name": "CreateRouterSuccessTests-7b57c8f1-87ad-438c-b3ed-e04d3266e757-pub-router"}} 2018-10-04 05:19:05,544 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/cadb6ae7-115c-42c2-ab10-17ff5ff7249e used request id req-784a1582-814e-4f6a-a6e8-84eec1746feb 2018-10-04 05:19:05,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/cadb6ae7-115c-42c2-ab10-17ff5ff7249e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:06,003 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-85541422-153d-4102-8c5f-337fabb5e099 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:06,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/cadb6ae7-115c-42c2-ab10-17ff5ff7249e used request id req-85541422-153d-4102-8c5f-337fabb5e099 2018-10-04 05:19:06,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/cfe3d5ee-502a-491d-84ef-d7e13f1db5c0 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:06,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-f002cabf-0fb5-4acf-af49-d35d845850b0 Date: Thu, 04 Oct 2018 05:19:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "2bbb63793e2f4bcf927951bea5d021f5", "created_at": "2018-10-04T04:36:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:06Z", "revision_number": 5, "routes": [], "project_id": "2bbb63793e2f4bcf927951bea5d021f5", "id": "cfe3d5ee-502a-491d-84ef-d7e13f1db5c0", "name": "CreateRouterSuccessTests-6a1dbe37-15ca-4eeb-b4b0-39ce8cd4c061-pub-router"}} 2018-10-04 05:19:06,724 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/cfe3d5ee-502a-491d-84ef-d7e13f1db5c0 used request id req-f002cabf-0fb5-4acf-af49-d35d845850b0 2018-10-04 05:19:06,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/cfe3d5ee-502a-491d-84ef-d7e13f1db5c0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:07,009 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdb0e489-8f93-4351-9512-7be0b38b9077 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:07,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/cfe3d5ee-502a-491d-84ef-d7e13f1db5c0 used request id req-fdb0e489-8f93-4351-9512-7be0b38b9077 2018-10-04 05:19:07,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/db74f630-1ff4-44a0-b531-8701fcdc1b67 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:07,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 489 X-Openstack-Request-Id: req-2c0c3c1c-6061-4b41-a501-4b5d320e60ec Date: Thu, 04 Oct 2018 05:19:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "64719e408ae641af810e5e6a21c7d7ee", "created_at": "2018-10-04T05:08:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:07Z", "revision_number": 5, "routes": [], "project_id": "64719e408ae641af810e5e6a21c7d7ee", "id": "db74f630-1ff4-44a0-b531-8701fcdc1b67", "name": "CreateInstanceSingleNetworkTests-3b1606b0-8062-4e5f-9ea5-05afd0b9981c-pub-router"}} 2018-10-04 05:19:07,863 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/db74f630-1ff4-44a0-b531-8701fcdc1b67 used request id req-2c0c3c1c-6061-4b41-a501-4b5d320e60ec 2018-10-04 05:19:07,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/db74f630-1ff4-44a0-b531-8701fcdc1b67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:08,291 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6fd961d4-f77f-4ddb-8aca-9edb04400935 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:08,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/db74f630-1ff4-44a0-b531-8701fcdc1b67 used request id req-6fd961d4-f77f-4ddb-8aca-9edb04400935 2018-10-04 05:19:08,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e5e98ad3-7bb1-4347-80d3-46f40a21bf83 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:09,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 480 X-Openstack-Request-Id: req-6fe10ae0-d49d-41f2-abb4-4e0a85373111 Date: Thu, 04 Oct 2018 05:19:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "3bd9fdb58042454785b75b915cc07acf", "created_at": "2018-10-04T03:14:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:08Z", "revision_number": 5, "routes": [], "project_id": "3bd9fdb58042454785b75b915cc07acf", "id": "e5e98ad3-7bb1-4347-80d3-46f40a21bf83", "name": "NeutronUtilsRouterTests-6b6f21fa-d2a5-4639-97e8-9fd83e19fc2f-pub-router"}} 2018-10-04 05:19:09,196 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e5e98ad3-7bb1-4347-80d3-46f40a21bf83 used request id req-6fe10ae0-d49d-41f2-abb4-4e0a85373111 2018-10-04 05:19:09,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/e5e98ad3-7bb1-4347-80d3-46f40a21bf83 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:09,507 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2ee726ea-c738-4fea-8301-f2aca9ea22e6 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:09,507 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/e5e98ad3-7bb1-4347-80d3-46f40a21bf83 used request id req-2ee726ea-c738-4fea-8301-f2aca9ea22e6 2018-10-04 05:19:09,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/e8e1255d-eb4e-48b8-8994-acd9e3421bac -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:10,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 453 X-Openstack-Request-Id: req-7dbef145-80a5-4cae-a837-4488ecd98dc4 Date: Thu, 04 Oct 2018 05:19:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "fc54a43b36b644679c74abe070baa121", "created_at": "2018-10-04T03:42:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:10Z", "revision_number": 5, "routes": [], "project_id": "fc54a43b36b644679c74abe070baa121", "id": "e8e1255d-eb4e-48b8-8994-acd9e3421bac", "name": "tempest-TestServerMultinode-631044354-router"}} 2018-10-04 05:19:10,347 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/e8e1255d-eb4e-48b8-8994-acd9e3421bac used request id req-7dbef145-80a5-4cae-a837-4488ecd98dc4 2018-10-04 05:19:10,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/e8e1255d-eb4e-48b8-8994-acd9e3421bac -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:10,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cc1c3b40-a536-4ff1-b0a3-38c80755e0fc Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:10,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/e8e1255d-eb4e-48b8-8994-acd9e3421bac used request id req-cc1c3b40-a536-4ff1-b0a3-38c80755e0fc 2018-10-04 05:19:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ee77ae37-a8e2-48e1-a166-033747fb9372 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:11,768 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 481 X-Openstack-Request-Id: req-0148f149-40e4-41fc-af34-96cf0c414687 Date: Thu, 04 Oct 2018 05:19:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "c1f86d24ab3f4701b922f871baae0582", "created_at": "2018-10-04T04:35:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:11Z", "revision_number": 5, "routes": [], "project_id": "c1f86d24ab3f4701b922f871baae0582", "id": "ee77ae37-a8e2-48e1-a166-033747fb9372", "name": "CreateRouterSuccessTests-b35d7408-9bc2-419d-9675-280a98f614ad-pub-router"}} 2018-10-04 05:19:11,769 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ee77ae37-a8e2-48e1-a166-033747fb9372 used request id req-0148f149-40e4-41fc-af34-96cf0c414687 2018-10-04 05:19:11,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ee77ae37-a8e2-48e1-a166-033747fb9372 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:12,211 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-48c3a843-94dc-4fb8-81b7-f47dd5d353e9 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:12,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ee77ae37-a8e2-48e1-a166-033747fb9372 used request id req-48c3a843-94dc-4fb8-81b7-f47dd5d353e9 2018-10-04 05:19:12,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/fc928988-db40-4410-a733-4d39514855b0 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:19:12,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 460 X-Openstack-Request-Id: req-abaa9943-d8e9-4972-9221-fe8301971d45 Date: Thu, 04 Oct 2018 05:19:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "db2ac96e70af4b65b4aca0c01734b7f2", "created_at": "2018-10-04T03:29:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:12Z", "revision_number": 5, "routes": [], "project_id": "db2ac96e70af4b65b4aca0c01734b7f2", "id": "fc928988-db40-4410-a733-4d39514855b0", "name": "tempest-ServersTestBootFromVolume-1514608191-router"}} 2018-10-04 05:19:12,883 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/fc928988-db40-4410-a733-4d39514855b0 used request id req-abaa9943-d8e9-4972-9221-fe8301971d45 2018-10-04 05:19:12,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/fc928988-db40-4410-a733-4d39514855b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" 2018-10-04 05:19:13,348 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7fdd938c-a430-4d33-b46f-f49a30a5cbe3 Content-Length: 0 Date: Thu, 04 Oct 2018 05:19:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:19:13,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/fc928988-db40-4410-a733-4d39514855b0 used request id req-7fdd938c-a430-4d33-b46f-f49a30a5cbe3 2018-10-04 05:19:13,416 - 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-04 05:19:13,416 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-10-04 05:19:13,416 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-10-04 05:19:13,500 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-10-04 05:19:13,503 - paramiko.transport - DEBUG - starting thread (client mode): 0xb0b1b50L 2018-10-04 05:19:13,504 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:13,543 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:13,544 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:13,551 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:13,551 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:13,552 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:13,552 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:13,552 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:13,552 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:13,562 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:13,563 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:13,568 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.208: 87bd1baec70800195d44ae18b3efbee4 2018-10-04 05:19:13,568 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:13,602 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:13,641 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:13,669 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:13,925 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:13,925 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:13,964 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:13,965 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:13,980 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:19,254 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:19,257 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:19,259 - paramiko.transport - DEBUG - starting thread (client mode): 0x7d8d810L 2018-10-04 05:19:19,260 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:19,267 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:19,267 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:19,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-04 05:19:19,271 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:19,271 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:19,271 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:19,272 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:19,272 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:19,276 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:19,277 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:19,291 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:19:19,292 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:19,316 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:19,329 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:19,356 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:19,439 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:19,439 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:19,479 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:19,480 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:19,492 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:19,525 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:19,526 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:19,527 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:19,528 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:19,528 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:19,569 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:19,622 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:19,623 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:19,624 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:19,625 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:19,625 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:19,665 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:19,697 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:19,698 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:19,700 - paramiko.transport - DEBUG - starting thread (client mode): 0x7da1310L 2018-10-04 05:19:19,701 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:19,706 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:19,706 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:19,708 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:19,708 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:19,709 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:19,709 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:19,709 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:19,709 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:19,714 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:19,714 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:19,716 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:19:19,717 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:19,753 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:19,764 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:19,781 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:19,848 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:19,848 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:19,887 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:19,888 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:19,893 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:19,928 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:19,929 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:19,930 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:19,931 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:19,931 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:19,971 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:20,019 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:20,020 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:20,021 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:20,022 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:20,022 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:20,062 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:20,094 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:20,095 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:20,097 - paramiko.transport - DEBUG - starting thread (client mode): 0x7ea9ed0L 2018-10-04 05:19:20,097 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:20,102 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:20,102 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:20,104 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:20,104 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:20,104 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:20,104 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:20,104 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:20,105 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:20,109 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:20,110 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:20,113 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:19:20,114 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:20,149 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:20,159 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:20,178 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:20,245 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:20,245 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:20,284 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:20,285 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:20,289 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:20,329 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:20,330 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:20,331 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:20,332 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:20,332 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:20,373 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:20,412 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:20,414 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:20,414 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:20,415 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:20,415 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:20,456 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:20,483 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:20,485 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:20,487 - paramiko.transport - DEBUG - starting thread (client mode): 0x7d82590L 2018-10-04 05:19:20,487 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:20,493 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:20,493 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:20,496 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:19:20,496 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:20,496 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:20,497 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:20,497 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:20,497 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:20,502 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:20,502 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:20,519 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:19:20,519 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:20,542 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:20,554 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:20,584 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:20,660 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:20,660 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:20,699 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:20,700 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:20,720 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:20,757 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:20,758 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:20,759 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:20,760 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:20,760 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:20,802 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:20,858 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:20,859 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:20,861 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:20,861 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:20,861 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:20,902 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:20,937 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:20,938 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:20,940 - paramiko.transport - DEBUG - starting thread (client mode): 0x7d9a050L 2018-10-04 05:19:20,941 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:20,945 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:20,946 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:20,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-04 05:19:20,948 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:20,948 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:20,948 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:20,948 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:20,948 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:20,953 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:20,953 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:20,956 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:19:20,957 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:20,993 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:21,003 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:21,021 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:21,082 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:21,082 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:21,121 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:21,122 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:21,126 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:21,155 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:21,156 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:21,157 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:21,158 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:21,158 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:21,199 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:21,234 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:21,236 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:21,237 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:21,237 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:21,237 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:21,278 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:21,306 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:21,306 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:21,307 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:21,308 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:21,308 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:21,316 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:26,184 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:26,185 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:26,187 - paramiko.transport - DEBUG - starting thread (client mode): 0x7d9ae50L 2018-10-04 05:19:26,188 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:26,195 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:26,195 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:26,198 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:26,198 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:26,198 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:26,198 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:26,199 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:26,199 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:26,204 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:26,205 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:26,219 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:19:26,220 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:26,244 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:26,257 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:26,284 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:26,357 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:26,357 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:26,396 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:26,397 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:26,404 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:26,442 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:26,443 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:26,444 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:26,445 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:26,445 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:26,485 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:26,523 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:26,524 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:26,525 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:26,526 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:26,527 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:26,567 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:26,601 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:26,603 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:26,605 - paramiko.transport - DEBUG - starting thread (client mode): 0x7d7fd90L 2018-10-04 05:19:26,605 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:26,611 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:26,611 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:26,613 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:19:26,614 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:26,614 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:26,614 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:26,614 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:26,614 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:26,619 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:26,620 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:26,621 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:19:26,621 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:26,659 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:26,673 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:26,686 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:26,750 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:26,751 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:26,790 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:26,791 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:26,797 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:26,828 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:26,829 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:26,830 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:26,831 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:26,831 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:26,871 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:26,906 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:26,907 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:26,908 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:26,909 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:26,909 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:26,949 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:26,981 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:26,982 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:26,984 - paramiko.transport - DEBUG - starting thread (client mode): 0x7dc6b90L 2018-10-04 05:19:26,985 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:26,989 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:26,989 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:26,991 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:19:26,991 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:26,991 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:26,991 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:26,992 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:26,992 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:26,997 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:26,997 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:27,000 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:19:27,001 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:27,037 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:27,047 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:27,065 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:27,120 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:27,121 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:27,160 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:27,161 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:27,168 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:27,198 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:27,199 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:27,200 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:27,201 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:27,201 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:27,241 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:27,273 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:27,274 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:27,275 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:27,276 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:27,276 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:27,317 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:27,345 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:27,346 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:27,348 - paramiko.transport - DEBUG - starting thread (client mode): 0x7dc9910L 2018-10-04 05:19:27,349 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:27,355 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:27,355 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:27,358 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:27,359 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:27,359 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:27,359 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:27,359 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:27,359 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:27,364 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:27,364 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:27,380 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:19:27,381 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:27,404 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:27,416 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:27,445 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:27,510 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:27,510 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:27,549 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:27,550 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:27,556 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:27,593 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:27,593 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:27,594 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:27,595 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:27,595 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:27,636 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:27,673 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:27,674 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:27,675 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:27,676 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:27,676 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:27,717 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:27,749 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:27,750 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:27,752 - paramiko.transport - DEBUG - starting thread (client mode): 0x7dbb650L 2018-10-04 05:19:27,752 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:27,757 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:27,757 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:27,758 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:27,759 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:27,759 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:27,759 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:27,759 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:27,759 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:27,764 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:27,764 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:27,768 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:19:27,768 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:27,804 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:27,816 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:27,833 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:27,888 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:27,888 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:27,927 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:27,928 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:27,936 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:27,965 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:27,966 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:27,967 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:27,967 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:27,968 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:28,008 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:28,038 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:28,040 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:28,041 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:28,041 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:28,042 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:28,082 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:28,109 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:28,110 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:28,111 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:28,112 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:28,112 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:28,116 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:28,172 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:28,174 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:28,175 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:28,175 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:28,176 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:28,180 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:28,228 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:28,229 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:28,229 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:28,230 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:28,231 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:28,235 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:28,341 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:28,342 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:28,343 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:28,343 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:28,344 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:28,348 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:28,400 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:28,401 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:28,401 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:28,402 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:28,403 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:28,405 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:28,483 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:28,483 - sdnvpn-results - INFO - Verify that all OpenStack nodes OVS br-int have fail_mode set to secure 2018-10-04 05:19:28,484 - __name__ - INFO - Controller (ODL) list is ready 2018-10-04 05:19:28,484 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:28,486 - paramiko.transport - DEBUG - starting thread (client mode): 0x7da19d0L 2018-10-04 05:19:28,487 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:28,515 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:28,515 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:28,522 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:28,522 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:28,522 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:28,522 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:28,522 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:28,523 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:28,530 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:28,531 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:28,550 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.208: 87bd1baec70800195d44ae18b3efbee4 2018-10-04 05:19:28,550 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:28,571 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:28,609 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:28,615 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:28,836 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:28,836 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:28,876 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:28,876 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:28,890 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:33,207 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:33,208 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:33,211 - paramiko.transport - DEBUG - starting thread (client mode): 0x7dbd990L 2018-10-04 05:19:33,211 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:33,216 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:33,216 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:33,219 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:33,219 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:33,219 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:33,219 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:33,219 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:33,219 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:33,224 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:33,225 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:33,227 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:19:33,228 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:33,264 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:33,276 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:33,292 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:33,358 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:33,358 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:33,397 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:33,398 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:33,403 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:33,435 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:33,436 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:33,437 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:33,438 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:33,438 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:33,479 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:33,514 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:33,515 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:33,516 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:33,517 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:33,517 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:33,557 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:33,587 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:33,589 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:33,590 - paramiko.transport - DEBUG - starting thread (client mode): 0x7dd0a50L 2018-10-04 05:19:33,591 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:33,597 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:33,597 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:33,600 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:33,600 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:33,601 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:33,601 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:33,601 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:33,601 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:33,606 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:33,606 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:33,622 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:19:33,623 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:33,645 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:33,658 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:33,687 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:33,762 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:33,763 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:33,802 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:33,803 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:33,808 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:33,844 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:33,844 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:33,845 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:33,846 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:33,846 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:33,887 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:33,925 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:33,927 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:33,927 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:33,929 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:33,929 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:33,969 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:34,002 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:34,004 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:34,005 - paramiko.transport - DEBUG - starting thread (client mode): 0x7dd8950L 2018-10-04 05:19:34,006 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:34,012 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:34,013 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:34,015 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:19:34,015 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:34,015 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:34,015 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:34,015 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:34,015 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:34,020 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:34,020 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:34,021 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:19:34,022 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:34,060 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:34,071 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:34,086 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:34,157 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:34,157 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:34,196 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:34,197 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:34,206 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:34,236 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:34,237 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:34,238 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:34,239 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:34,239 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:34,279 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:34,312 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:34,314 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:34,314 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:34,315 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:34,315 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:34,356 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:34,384 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:34,385 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:34,386 - paramiko.transport - DEBUG - starting thread (client mode): 0x7ddf210L 2018-10-04 05:19:34,387 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:34,392 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:34,392 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:34,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-04 05:19:34,394 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:34,395 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:34,395 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:34,395 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:34,395 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:34,399 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:34,400 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:34,403 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:19:34,403 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:34,440 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:34,450 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:34,468 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:34,528 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:34,528 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:34,568 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:34,569 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:34,573 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:34,604 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:34,605 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:34,606 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:34,606 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:34,607 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:34,647 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:34,679 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:34,681 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:34,682 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:34,683 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:34,683 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:34,724 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:34,753 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:34,755 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:34,757 - paramiko.transport - DEBUG - starting thread (client mode): 0x7dea2d0L 2018-10-04 05:19:34,757 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:34,761 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:34,761 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:34,763 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:34,763 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:34,763 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:34,763 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:34,763 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:34,764 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:34,768 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:34,768 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:34,772 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:19:34,773 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:34,808 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:34,818 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:34,837 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:34,892 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:34,892 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:34,931 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:34,932 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:34,941 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:34,971 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:34,971 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:34,972 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:35,013 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:35,013 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:35,038 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:35,071 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:35,073 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:35,074 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:35,075 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:35,075 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:35,115 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:35,143 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:35,144 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:35,145 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:35,146 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:35,146 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:35,152 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:39,603 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:39,604 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:39,606 - paramiko.transport - DEBUG - starting thread (client mode): 0x7deaa90L 2018-10-04 05:19:39,607 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:39,613 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:39,613 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:39,615 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:39,615 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:39,616 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:39,616 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:39,616 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:39,616 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:39,620 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:39,621 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:39,622 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:19:39,623 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:39,660 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:39,672 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:39,687 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:39,763 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:39,764 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:39,803 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:39,804 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:39,823 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:39,861 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:39,862 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:39,863 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:39,863 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:39,864 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:39,905 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:39,944 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:39,946 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:39,946 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:39,947 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:39,947 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:39,990 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:40,023 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:40,025 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:40,026 - paramiko.transport - DEBUG - starting thread (client mode): 0x6d05b50L 2018-10-04 05:19:40,027 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:40,032 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:40,032 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:40,035 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:40,035 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:40,036 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:40,036 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:40,036 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:40,036 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:40,040 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:40,041 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:40,042 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:19:40,043 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:40,080 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:40,091 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:40,107 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:40,177 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:40,177 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:40,216 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:40,217 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:40,227 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:40,260 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:40,261 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:40,262 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:40,262 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:40,263 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:40,304 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:40,339 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:40,340 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:40,341 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:40,342 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:40,342 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:40,383 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:40,414 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:40,416 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:40,418 - paramiko.transport - DEBUG - starting thread (client mode): 0x6d0e850L 2018-10-04 05:19:40,418 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:40,423 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:40,423 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:40,424 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:40,425 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:40,425 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:40,425 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:40,425 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:40,425 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:40,430 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:40,431 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:40,433 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:19:40,434 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:40,470 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:40,481 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:40,498 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:40,556 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:40,556 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:40,595 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:40,596 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:40,601 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:40,630 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:40,631 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:40,632 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:40,633 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:40,633 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:40,673 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:40,704 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:40,706 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:40,706 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:40,707 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:40,707 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:40,748 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:40,777 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:40,778 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:40,780 - paramiko.transport - DEBUG - starting thread (client mode): 0x6d15690L 2018-10-04 05:19:40,780 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:40,786 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:40,786 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:40,790 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:40,790 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:40,790 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:40,790 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:40,791 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:40,791 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:40,796 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:40,797 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:40,812 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:19:40,812 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:40,836 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:40,848 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:40,877 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:40,947 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:40,948 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:40,987 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:40,988 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:40,997 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:41,033 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:41,034 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:41,035 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:41,036 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:41,036 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:41,077 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:41,114 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:41,116 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:41,117 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:41,117 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:41,118 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:41,159 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:41,191 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:41,192 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:41,194 - paramiko.transport - DEBUG - starting thread (client mode): 0x6d1e3d0L 2018-10-04 05:19:41,194 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:19:41,200 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:19:41,200 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:19:41,202 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:19:41,202 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:19:41,202 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:19:41,202 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:19:41,202 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:19:41,203 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:19:41,207 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:19:41,208 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:19:41,209 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:19:41,210 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:19:41,247 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:19:41,259 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:19:41,274 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:19:41,348 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:19:41,348 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:19:41,388 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:19:41,389 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:19:41,394 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:19:41,425 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:19:41,426 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:19:41,427 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:19:41,428 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:19:41,428 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:19:41,469 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:19:41,502 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:19:41,503 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:19:41,504 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:19:41,505 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:19:41,505 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:19:41,545 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:19:41,574 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:19:41,575 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:41,576 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:19:41,577 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:41,577 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:41,581 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:41,636 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:41,637 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:19:41,638 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:41,639 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:19:41,639 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:19:41,680 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:19:41,725 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:19:41,726 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:41,727 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:19:41,728 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:41,728 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:41,731 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:41,781 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:41,782 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:19:41,783 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:41,784 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:19:41,784 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:19:41,825 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:19:41,868 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:19:41,869 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:41,870 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:19:41,870 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:41,871 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:41,875 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:41,917 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:41,918 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:19:41,919 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:41,920 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:19:41,920 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:19:41,960 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:19:41,999 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:19:42,000 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:42,000 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:19:42,002 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:42,002 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:42,006 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:42,060 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:42,061 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:19:42,062 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:42,063 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:19:42,063 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:19:42,104 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:19:42,149 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:19:42,150 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:19:42,151 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:19:42,151 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:19:42,152 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:19:42,155 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:19:42,201 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:19:42,203 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:19:42,203 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:19:42,204 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:19:42,204 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:19:42,245 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:19:42,287 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:19:42,288 - 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-04 05:19:42,288 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:19:42,289 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:19:42,289 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_9 2018-10-04 05:19:42,289 - 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-04 05:19:42,290 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-10-04 05:19:42,291 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-10-04 05:19:42,291 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-10-04 05:19:42,378 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-10-04 05:19:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:19:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:19:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:19:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:19:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:19:42,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:19:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:19:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:19:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:19:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:19:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:19:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:19:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:19:42,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:19:42,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:19:42,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:19:42,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:19:42,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:19:42,387 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:19:42,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:19:42,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdd349f8-7c1b-4cbf-999a-59a2e2a9a2d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:19:42,515 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bdd349f8-7c1b-4cbf-999a-59a2e2a9a2d1 2018-10-04 05:19:42,516 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:19:42,884 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["0o6H1xBWRbGIYJdZ0pTLjQ"], "issued_at": "2018-10-04T05:19:42.000000Z"}} 2018-10-04 05:19:42,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14d682f439f9dc0724ac1d54deee2861a5a4425c" 2018-10-04 05:19:43,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-1ae7623b-e2f7-481d-ad37-80b7002bfc5a Date: Thu, 04 Oct 2018 05:19:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:19:43,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-1ae7623b-e2f7-481d-ad37-80b7002bfc5a 2018-10-04 05:19:43,453 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:19:43,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14d682f439f9dc0724ac1d54deee2861a5a4425c" 2018-10-04 05:19:43,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-12618552-eda3-476e-84bb-af21cf8cfa9f Date: Thu, 04 Oct 2018 05:19:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 05:19:43,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-12618552-eda3-476e-84bb-af21cf8cfa9f 2018-10-04 05:19:43,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14d682f439f9dc0724ac1d54deee2861a5a4425c" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:19:44,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/1c3f92af-f6b8-43cc-9808-83efc2bba497 X-Openstack-Request-Id: req-6d9376b4-1c61-4198-8611-0aa6461dc173 Date: Thu, 04 Oct 2018 05:19:44 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:19:44Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:19:44Z", "visibility": "public", "locations": [], "self": "/v2/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "min_disk": 0, "protected": false, "id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "file": "/v2/images/1c3f92af-f6b8-43cc-9808-83efc2bba497/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:19:44,256 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-6d9376b4-1c61-4198-8611-0aa6461dc173 2018-10-04 05:19:44,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/1c3f92af-f6b8-43cc-9808-83efc2bba497/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14d682f439f9dc0724ac1d54deee2861a5a4425c" -d '' 2018-10-04 05:19:45,681 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-32c0c8ae-7683-45ab-bce8-75a45b3bd807 Date: Thu, 04 Oct 2018 05:19: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-04 05:19:45,681 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/1c3f92af-f6b8-43cc-9808-83efc2bba497/file used request id req-32c0c8ae-7683-45ab-bce8-75a45b3bd807 2018-10-04 05:19:45,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:19:45,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:19:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55aacf4f-1c94-4712-93c2-4a13af1e1c50 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:19:45,689 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-55aacf4f-1c94-4712-93c2-4a13af1e1c50 2018-10-04 05:19:45,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:19:46,071 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:19:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["I3Id_9XjSkm7JQQCrnvAMQ"], "issued_at": "2018-10-04T05:19:46.000000Z"}} 2018-10-04 05:19:46,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:46,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ee6d2c85-18b6-49c0-ab79-44e05d281f37 Date: Thu, 04 Oct 2018 05:19:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 05:19:46,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ee6d2c85-18b6-49c0-ab79-44e05d281f37 2018-10-04 05:19:46,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:46,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-c1c3fd46-fea3-4e4f-ab33-c56766993373 Date: Thu, 04 Oct 2018 05:19:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 05:19:46,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c1c3fd46-fea3-4e4f-ab33-c56766993373 2018-10-04 05:19:46,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:46,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ddef1a04-9fa2-4234-9a4e-4af9631568b2 Date: Thu, 04 Oct 2018 05:19:46 GMT RESP BODY: {"routers": []} 2018-10-04 05:19:46,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-ddef1a04-9fa2-4234-9a4e-4af9631568b2 2018-10-04 05:19:46,696 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-10-04 05:19:46,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-10-04 05:19:47,271 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-48d26d23-fbb0-412a-b362-12f20b2ae84d Date: Thu, 04 Oct 2018 05:19:47 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8fb7ad61-319a-49e7-aa3b-18f62b8a5857","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:19:46Z","is_default":false,"provider:segmentation_id":91,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:46Z","mtu":1450}} 2018-10-04 05:19:47,271 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-48d26d23-fbb0-412a-b362-12f20b2ae84d 2018-10-04 05:19:47,272 - sdnvpn.lib.openstack_utils - DEBUG - Network '8fb7ad61-319a-49e7-aa3b-18f62b8a5857' created successfully 2018-10-04 05:19:47,272 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:19:47,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"subnets": [{"ip_version": 4, "network_id": "8fb7ad61-319a-49e7-aa3b-18f62b8a5857", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-10-04 05:19:47,853 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5c535e7d-83e8-4bb9-beea-b3da6508202e Date: Thu, 04 Oct 2018 05:19:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fb7ad61-319a-49e7-aa3b-18f62b8a5857","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:47Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:19:47Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"3cd51fa5-6b05-4281-8370-48ec55590957","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-10-04 05:19:47,853 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-5c535e7d-83e8-4bb9-beea-b3da6508202e 2018-10-04 05:19:47,853 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '3cd51fa5-6b05-4281-8370-48ec55590957' created successfully 2018-10-04 05:19:47,853 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:19:47,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-10-04 05:19:48,012 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-a8aecc78-2c6c-4bdb-98c6-c45f617e2937 Date: Thu, 04 Oct 2018 05:19:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:47Z", "revision_number": 0, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4", "name": "sdnvpn-8-1-router"}} 2018-10-04 05:19:48,012 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-a8aecc78-2c6c-4bdb-98c6-c45f617e2937 2018-10-04 05:19:48,012 - sdnvpn.lib.openstack_utils - DEBUG - Router 'ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4' created successfully 2018-10-04 05:19:48,013 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:19:48,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"subnet_id": "3cd51fa5-6b05-4281-8370-48ec55590957"}' 2018-10-04 05:19:49,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1854fd16-5c2d-44d9-a6a1-3e9c363be587 Date: Thu, 04 Oct 2018 05:19:49 GMT RESP BODY: {"network_id": "8fb7ad61-319a-49e7-aa3b-18f62b8a5857", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "3cd51fa5-6b05-4281-8370-48ec55590957", "subnet_ids": ["3cd51fa5-6b05-4281-8370-48ec55590957"], "port_id": "e94123ad-57f9-44b2-92aa-6c1a605213f5", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4"} 2018-10-04 05:19:49,484 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/add_router_interface used request id req-1854fd16-5c2d-44d9-a6a1-3e9c363be587 2018-10-04 05:19:49,484 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:19:49,484 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:19:49,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:49,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-0cd10db3-0884-4c52-89d1-576f5402fe3b Date: Thu, 04 Oct 2018 05:19:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8fb7ad61-319a-49e7-aa3b-18f62b8a5857","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["3cd51fa5-6b05-4281-8370-48ec55590957"],"description":"","tags":[],"updated_at":"2018-10-04T05:19:47Z","provider:segmentation_id":91,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:46Z","provider:network_type":"vxlan"}]} 2018-10-04 05:19:49,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-0cd10db3-0884-4c52-89d1-576f5402fe3b 2018-10-04 05:19:49,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}}' 2018-10-04 05:19:51,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-08f14cb1-4bc4-45d0-bcc8-119907dd95b6 Date: Thu, 04 Oct 2018 05:19:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:51Z", "revision_number": 4, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4", "name": "sdnvpn-8-1-router"}} 2018-10-04 05:19:51,440 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 used request id req-08f14cb1-4bc4-45d0-bcc8-119907dd95b6 2018-10-04 05:19:51,440 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:19:51,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:51,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-5808877e-af88-49ee-85a0-fa77704ec800 Date: Thu, 04 Oct 2018 05:19:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8fb7ad61-319a-49e7-aa3b-18f62b8a5857","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["3cd51fa5-6b05-4281-8370-48ec55590957"],"description":"","tags":[],"updated_at":"2018-10-04T05:19:47Z","provider:segmentation_id":91,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:46Z","provider:network_type":"vxlan"}]} 2018-10-04 05:19:51,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-5808877e-af88-49ee-85a0-fa77704ec800 2018-10-04 05:19:51,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:51,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-dc3a6dbf-5ce5-4fcf-80f4-cfc58f520b8d Date: Thu, 04 Oct 2018 05:19:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8fb7ad61-319a-49e7-aa3b-18f62b8a5857","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:47Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:19:47Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"3cd51fa5-6b05-4281-8370-48ec55590957","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 05:19:51,727 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-dc3a6dbf-5ce5-4fcf-80f4-cfc58f520b8d 2018-10-04 05:19:51,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:52,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-c7c4460c-b262-442b-b535-9caf4da0fabb Date: Thu, 04 Oct 2018 05:19:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:51Z", "revision_number": 4, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4", "name": "sdnvpn-8-1-router"}]} 2018-10-04 05:19:52,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-c7c4460c-b262-442b-b535-9caf4da0fabb 2018-10-04 05:19:52,084 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-10-04 05:19:52,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-10-04 05:19:52,319 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c858c2e3-e7de-41f2-ae1c-dc79ad16e45e Date: Thu, 04 Oct 2018 05:19: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":"e1d76305-4ef7-4b34-864f-64be069ad255","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:19:52Z","is_default":false,"provider:segmentation_id":43,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:52Z","mtu":1450}} 2018-10-04 05:19:52,319 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-c858c2e3-e7de-41f2-ae1c-dc79ad16e45e 2018-10-04 05:19:52,320 - sdnvpn.lib.openstack_utils - DEBUG - Network 'e1d76305-4ef7-4b34-864f-64be069ad255' created successfully 2018-10-04 05:19:52,320 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:19:52,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"subnets": [{"ip_version": 4, "network_id": "e1d76305-4ef7-4b34-864f-64be069ad255", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-10-04 05:19:53,277 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-6b58ac5e-bc88-4362-ab09-df0a603fc027 Date: Thu, 04 Oct 2018 05:19:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1d76305-4ef7-4b34-864f-64be069ad255","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:52Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:19:52Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"eb39df70-efcc-4b92-8054-2c48eaf7c4aa","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-10-04 05:19:53,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6b58ac5e-bc88-4362-ab09-df0a603fc027 2018-10-04 05:19:53,278 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'eb39df70-efcc-4b92-8054-2c48eaf7c4aa' created successfully 2018-10-04 05:19:53,278 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:19:53,279 - sdnvpn.lib.openstack_utils - DEBUG - Router 'ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4' created successfully 2018-10-04 05:19:53,279 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:19:53,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"subnet_id": "eb39df70-efcc-4b92-8054-2c48eaf7c4aa"}' 2018-10-04 05:19:55,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-af0df719-9e3e-4004-875e-dc09fe17b2bb Date: Thu, 04 Oct 2018 05:19:55 GMT RESP BODY: {"network_id": "e1d76305-4ef7-4b34-864f-64be069ad255", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "eb39df70-efcc-4b92-8054-2c48eaf7c4aa", "subnet_ids": ["eb39df70-efcc-4b92-8054-2c48eaf7c4aa"], "port_id": "391b4763-a237-4ca2-a93e-812c488dd1df", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4"} 2018-10-04 05:19:55,172 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/add_router_interface used request id req-af0df719-9e3e-4004-875e-dc09fe17b2bb 2018-10-04 05:19:55,172 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:19:55,172 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:19:55,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:55,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-fcb63370-158a-464d-80f3-2cf898e13ff8 Date: Thu, 04 Oct 2018 05:19:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8fb7ad61-319a-49e7-aa3b-18f62b8a5857","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["3cd51fa5-6b05-4281-8370-48ec55590957"],"description":"","tags":[],"updated_at":"2018-10-04T05:19:47Z","provider:segmentation_id":91,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e1d76305-4ef7-4b34-864f-64be069ad255","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["eb39df70-efcc-4b92-8054-2c48eaf7c4aa"],"description":"","tags":[],"updated_at":"2018-10-04T05:19:52Z","provider:segmentation_id":43,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:52Z","provider:network_type":"vxlan"}]} 2018-10-04 05:19:55,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-fcb63370-158a-464d-80f3-2cf898e13ff8 2018-10-04 05:19:55,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}}' 2018-10-04 05:19:55,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-b3a94638-002f-42e2-acd3-b40e0d4bf471 Date: Thu, 04 Oct 2018 05:19:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:19:55Z", "revision_number": 6, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4", "name": "sdnvpn-8-1-router"}} 2018-10-04 05:19:55,874 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 used request id req-b3a94638-002f-42e2-acd3-b40e0d4bf471 2018-10-04 05:19:55,874 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:19:55,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:56,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9353 X-Openstack-Request-Id: req-baaf7dad-b6ac-4362-ac1a-b7ae9f26d3e4 Date: Thu, 04 Oct 2018 05:19:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:19:56,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-baaf7dad-b6ac-4362-ac1a-b7ae9f26d3e4 2018-10-04 05:19:56,097 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-10-04 05:19:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-10-04 05:19:56,459 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-de9daa0a-1d36-4f34-ae54-591ec781856f Date: Thu, 04 Oct 2018 05:19:56 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:19:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 2, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}} 2018-10-04 05:19:56,460 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-de9daa0a-1d36-4f34-ae54-591ec781856f 2018-10-04 05:19:56,460 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=c4c5d4ac-533e-45a0-90d8-4a462d750e9d created successfully. 2018-10-04 05:19:56,461 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-10-04 05:19:56,461 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-10-04 05:19:56,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:19:56,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-877cc073-8824-4729-a479-a2cf0ac36f74 Date: Thu, 04 Oct 2018 05:19:56 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-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd"}} 2018-10-04 05:19:56,777 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-877cc073-8824-4729-a479-a2cf0ac36f74 2018-10-04 05:19:56,778 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-10-04 05:19:56,778 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:19:56,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:19:57,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-243e3ecc-b578-46f7-a850-87f161020a17 Date: Thu, 04 Oct 2018 05:19:57 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-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "d68eff79-74df-4ddf-8304-831c80c414f5"}} 2018-10-04 05:19:57,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-243e3ecc-b578-46f7-a850-87f161020a17 2018-10-04 05:19:57,128 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:19:57,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:19:57,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-002341c3-7b2d-43bd-a455-02cd5194e6ee Date: Thu, 04 Oct 2018 05:19:57 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-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc"}} 2018-10-04 05:19:57,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-002341c3-7b2d-43bd-a455-02cd5194e6ee 2018-10-04 05:19:57,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:57,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-f0be3d97-c94d-4ddf-b68a-e0ae78aa5dc2 Date: Thu, 04 Oct 2018 05:19: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-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "205561f8-3a58-409b-9b42-6f0968b8981c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "2849fad5-af69-4946-a075-a156b378a3d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3794f547-4020-4c40-a0b5-b0f77cef2993"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "58fcc378-4d02-461c-a01a-201061d8e07a"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "5dc71651-526c-4ca4-a057-5e19f51581e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "84708719-1e79-4e79-bcf1-2f708b1df0df"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "9be42e95-42ca-4ce8-8e51-d941131521e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "acac8d89-d472-4c81-bc78-066c22cce340"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "d68eff79-74df-4ddf-8304-831c80c414f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c"}]} 2018-10-04 05:19:57,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-f0be3d97-c94d-4ddf-b68a-e0ae78aa5dc2 2018-10-04 05:19:57,631 - sdnvpn_test_utils - INFO - This rule exists for security group: c4c5d4ac-533e-45a0-90d8-4a462d750e9d 2018-10-04 05:19:57,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:19:57,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10290 X-Openstack-Request-Id: req-bb9cc727-e1f7-4171-aac7-cdb15bbea8a8 Date: Thu, 04 Oct 2018 05:19: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-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "205561f8-3a58-409b-9b42-6f0968b8981c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "2849fad5-af69-4946-a075-a156b378a3d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3794f547-4020-4c40-a0b5-b0f77cef2993"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "58fcc378-4d02-461c-a01a-201061d8e07a"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "5dc71651-526c-4ca4-a057-5e19f51581e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "84708719-1e79-4e79-bcf1-2f708b1df0df"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "9be42e95-42ca-4ce8-8e51-d941131521e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "acac8d89-d472-4c81-bc78-066c22cce340"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "d68eff79-74df-4ddf-8304-831c80c414f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c"}]} 2018-10-04 05:19:57,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-bb9cc727-e1f7-4171-aac7-cdb15bbea8a8 2018-10-04 05:19:57,803 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:19:57,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:19:57,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-22dac7dc-b7eb-4a9f-8a28-20a5f120fe64 Date: Thu, 04 Oct 2018 05:19:57 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-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 80, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d"}} 2018-10-04 05:19:57,987 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-22dac7dc-b7eb-4a9f-8a28-20a5f120fe64 2018-10-04 05:19:57,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:19:57,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91c16e3f-58b2-4c1c-b07b-f16bf9641e4a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:19:57,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-91c16e3f-58b2-4c1c-b07b-f16bf9641e4a 2018-10-04 05:19:57,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:19:58,369 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:19:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["QvLuB1CLR72LNXb_vs514w"], "issued_at": "2018-10-04T05:19:58.000000Z"}} 2018-10-04 05:19:58,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f13304b18014bbffc160e688de32ee67431f91" 2018-10-04 05:19:58,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:19: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-f72b7fa2-bd81-4013-8ea6-8147a4f358db x-compute-request-id: req-f72b7fa2-bd81-4013-8ea6-8147a4f358db 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:19:58,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f72b7fa2-bd81-4013-8ea6-8147a4f358db 2018-10-04 05:19:58,558 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-04 05:19:58,558 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-10-04 05:19:58,558 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=1c3f92af-f6b8-43cc-9808-83efc2bba497 network=e1d76305-4ef7-4b34-864f-64be069ad255 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:19:58,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:19:58,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:19:58,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:19:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:19:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:19:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:19:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:19:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:19:58,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:19:58,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:19:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:19:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:19:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:19:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:19:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:19:58,564 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:19:58,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:19:58,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:19:58,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:19:58,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:19:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c8eb5b-4aab-4d93-91b9-de25e3c35b9a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:19:58,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-59c8eb5b-4aab-4d93-91b9-de25e3c35b9a 2018-10-04 05:19:58,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:19:58,950 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:19:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["F-TfdO2CTkOrAlVY1y0kTA"], "issued_at": "2018-10-04T05:19:58.000000Z"}} 2018-10-04 05:19:58,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc6a1833e052f8d4ffc56fae88eefa92e990620" 2018-10-04 05:19:59,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:19: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-f2e4b504-0ac6-4b8d-89ff-43942e33aa5c x-compute-request-id: req-f2e4b504-0ac6-4b8d-89ff-43942e33aa5c Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:19:59,504 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f2e4b504-0ac6-4b8d-89ff-43942e33aa5c 2018-10-04 05:19:59,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc6a1833e052f8d4ffc56fae88eefa92e990620" 2018-10-04 05:19:59,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:19: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-46453bff-58cb-488c-8226-ead8b83394d1 x-compute-request-id: req-46453bff-58cb-488c-8226-ead8b83394d1 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:19:59,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-46453bff-58cb-488c-8226-ead8b83394d1 2018-10-04 05:19:59,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc6a1833e052f8d4ffc56fae88eefa92e990620" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e1d76305-4ef7-4b34-864f-64be069ad255"}]}}' 2018-10-04 05:20:01,233 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:19: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-2c4d6189-c440-40ae-8848-d50cefd94b76 x-compute-request-id: req-2c4d6189-c440-40ae-8848-d50cefd94b76 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7424507b-65a3-4ec9-8e9e-825aeef6601e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "bookmark"}], "adminPass": "koHHn8TyFf3z"}} 2018-10-04 05:20:01,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-2c4d6189-c440-40ae-8848-d50cefd94b76 2018-10-04 05:20:01,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:20:01,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e63f257-5619-4eb9-9d7b-d82c52e32150 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:20:01,241 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5e63f257-5619-4eb9-9d7b-d82c52e32150 2018-10-04 05:20:01,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:20:01,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["GrB6LnEYQFCcb-hBJ4S9zw"], "issued_at": "2018-10-04T05:20:01.000000Z"}} 2018-10-04 05:20:01,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ffc6fb69f69ca2550b1ef2c3d4ec312d5ab92ef" 2018-10-04 05:20:02,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-bd72cf97-0d57-40de-b4b7-83667b0b9ec6 x-compute-request-id: req-bd72cf97-0d57-40de-b4b7-83667b0b9ec6 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7424507b-65a3-4ec9-8e9e-825aeef6601e", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:20: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-8-2", "created": "2018-10-04T05:20:01Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:02,212 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e used request id req-bd72cf97-0d57-40de-b4b7-83667b0b9ec6 2018-10-04 05:20:05,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ffc6fb69f69ca2550b1ef2c3d4ec312d5ab92ef" 2018-10-04 05:20:06,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68a94e07-c62e-40bb-b471-3dac378f9ede x-compute-request-id: req-68a94e07-c62e-40bb-b471-3dac378f9ede 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:3f:72:0e", "version": 4, "addr": "10.10.20.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7424507b-65a3-4ec9-8e9e-825aeef6601e", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:20:02Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:20:01Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:06,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e used request id req-68a94e07-c62e-40bb-b471-3dac378f9ede 2018-10-04 05:20:09,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ffc6fb69f69ca2550b1ef2c3d4ec312d5ab92ef" 2018-10-04 05:20:10,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-170f38a6-e287-4226-97da-059db13e5681 x-compute-request-id: req-170f38a6-e287-4226-97da-059db13e5681 Content-Encoding: gzip Content-Length: 777 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:3f:72:0e", "version": 4, "addr": "10.10.20.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-10-04T05:20:06.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7424507b-65a3-4ec9-8e9e-825aeef6601e", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:20:07Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:20:01Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:10,258 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e used request id req-170f38a6-e287-4226-97da-059db13e5681 2018-10-04 05:20:10,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc6a1833e052f8d4ffc56fae88eefa92e990620" 2018-10-04 05:20:10,876 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-5e5b0741-7e99-4d98-aeed-dd8ff6f67fa0 x-compute-request-id: req-5e5b0741-7e99-4d98-aeed-dd8ff6f67fa0 Content-Encoding: gzip Content-Length: 777 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:3f:72:0e", "version": 4, "addr": "10.10.20.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000105", "OS-SRV-USG:launched_at": "2018-10-04T05:20:06.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7424507b-65a3-4ec9-8e9e-825aeef6601e", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:20:07Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:20:01Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:10,877 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e used request id req-5e5b0741-7e99-4d98-aeed-dd8ff6f67fa0 2018-10-04 05:20:10,877 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.5'. 2018-10-04 05:20:10,878 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-10-04 05:20:10,880 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f13304b18014bbffc160e688de32ee67431f91" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:20:11,994 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:20: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-2800a5a3-7ad2-4a6d-9358-1bf7836bd5b3 x-compute-request-id: req-2800a5a3-7ad2-4a6d-9358-1bf7836bd5b3 Content-Length: 0 Content-Type: application/json 2018-10-04 05:20:11,995 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action used request id req-2800a5a3-7ad2-4a6d-9358-1bf7836bd5b3 2018-10-04 05:20:11,995 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-10-04 05:20:11,995 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=1c3f92af-f6b8-43cc-9808-83efc2bba497 network=8fb7ad61-319a-49e7-aa3b-18f62b8a5857 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.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-04 05:20:11,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:20:11,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:20:11,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:20:11,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:20:11,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:20:11,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:20:11,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:20:11,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:20:11,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:20:11,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:20:12,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:20:12,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:20:12,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:20:12,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:20:12,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:20:12,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:20:12,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:20:12,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:20:12,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:20:12,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:20:12,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ca8dda-d56e-4e82-ba3b-52b1b5fe4e6a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:20:12,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e9ca8dda-d56e-4e82-ba3b-52b1b5fe4e6a 2018-10-04 05:20:12,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:20:12,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["T31YrpoXRgG_gJlH947PgA"], "issued_at": "2018-10-04T05:20:12.000000Z"}} 2018-10-04 05:20:12,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0aaa6f4ae7087d00204c78cc271cfe5b7094c3" 2018-10-04 05:20:12,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-fee220cb-80d8-4cc5-908a-e3d4f2a57da0 x-compute-request-id: req-fee220cb-80d8-4cc5-908a-e3d4f2a57da0 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:20:12,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fee220cb-80d8-4cc5-908a-e3d4f2a57da0 2018-10-04 05:20:12,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0aaa6f4ae7087d00204c78cc271cfe5b7094c3" 2018-10-04 05:20:12,903 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-0ba5aa77-f143-483e-bcc0-f8e6c5d07292 x-compute-request-id: req-0ba5aa77-f143-483e-bcc0-f8e6c5d07292 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:20:12,903 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-0ba5aa77-f143-483e-bcc0-f8e6c5d07292 2018-10-04 05:20:12,906 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0aaa6f4ae7087d00204c78cc271cfe5b7094c3" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC41CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8fb7ad61-319a-49e7-aa3b-18f62b8a5857"}], "config_drive": true}}' 2018-10-04 05:20:14,299 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:20: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-8fff5c04-c602-4345-9473-0a8b21e1dd16 x-compute-request-id: req-8fff5c04-c602-4345-9473-0a8b21e1dd16 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "26dc3489-4fd0-422f-9ff9-d98ae45ab933", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "bookmark"}], "adminPass": "mjLUBgrzk3GK"}} 2018-10-04 05:20:14,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-8fff5c04-c602-4345-9473-0a8b21e1dd16 2018-10-04 05:20:14,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:20:14,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02a0af25-d51f-443e-b8fc-ed3cbff4ac06 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:20:14,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-02a0af25-d51f-443e-b8fc-ed3cbff4ac06 2018-10-04 05:20:14,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:20:14,685 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:20:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["u4Kt1KhQSu6tsVI7XFmU8g"], "issued_at": "2018-10-04T05:20:14.000000Z"}} 2018-10-04 05:20:14,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24f1e080f2a7959f43f81a7b48920b0446409aa" 2018-10-04 05:20:15,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3664a581-ff6d-4544-9b02-7e46a342c882 x-compute-request-id: req-3664a581-ff6d-4544-9b02-7e46a342c882 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.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "26dc3489-4fd0-422f-9ff9-d98ae45ab933", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:20:14Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-1", "created": "2018-10-04T05:20:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:15,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 used request id req-3664a581-ff6d-4544-9b02-7e46a342c882 2018-10-04 05:20:18,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24f1e080f2a7959f43f81a7b48920b0446409aa" 2018-10-04 05:20:19,022 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-0a1fc5f1-d3fc-4e6d-aaed-253c534e8159 x-compute-request-id: req-0a1fc5f1-d3fc-4e6d-aaed-253c534e8159 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.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "26dc3489-4fd0-422f-9ff9-d98ae45ab933", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:20:15Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:20:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:19,023 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 used request id req-0a1fc5f1-d3fc-4e6d-aaed-253c534e8159 2018-10-04 05:20:22,029 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c24f1e080f2a7959f43f81a7b48920b0446409aa" 2018-10-04 05:20:22,831 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f2f221f2-0476-45d5-be5e-ef126bdbcd39 x-compute-request-id: req-f2f221f2-0476-45d5-be5e-ef126bdbcd39 Content-Encoding: gzip Content-Length: 780 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:4e:b3:d4", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-10-04T05:20:18.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "26dc3489-4fd0-422f-9ff9-d98ae45ab933", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:20:19Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:20:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:22,831 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 used request id req-f2f221f2-0476-45d5-be5e-ef126bdbcd39 2018-10-04 05:20:22,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0aaa6f4ae7087d00204c78cc271cfe5b7094c3" 2018-10-04 05:20:23,638 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e3756132-25d2-4117-a1c2-6fb05b7c3a77 x-compute-request-id: req-e3756132-25d2-4117-a1c2-6fb05b7c3a77 Content-Encoding: gzip Content-Length: 780 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:4e:b3:d4", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933", "rel": "bookmark"}], "image": {"id": "1c3f92af-f6b8-43cc-9808-83efc2bba497", "links": [{"href": "http://172.30.9.23:8774/images/1c3f92af-f6b8-43cc-9808-83efc2bba497", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000108", "OS-SRV-USG:launched_at": "2018-10-04T05:20:18.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "26dc3489-4fd0-422f-9ff9-d98ae45ab933", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:20:19Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:20:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:20:23,638 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933 used request id req-e3756132-25d2-4117-a1c2-6fb05b7c3a77 2018-10-04 05:20:23,639 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.14'. 2018-10-04 05:20:23,639 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-10-04 05:20:23,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f13304b18014bbffc160e688de32ee67431f91" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:20:25,180 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:20: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-bd70fa30-fb46-4ec6-a694-827bf86a45db x-compute-request-id: req-bd70fa30-fb46-4ec6-a694-827bf86a45db Content-Length: 0 Content-Type: application/json 2018-10-04 05:20:25,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action used request id req-bd70fa30-fb46-4ec6-a694-827bf86a45db 2018-10-04 05:20:25,181 - sdnvpn_test_utils - INFO - Waiting for instance 7424507b-65a3-4ec9-8e9e-825aeef6601e to boot up 2018-10-04 05:20:25,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc6a1833e052f8d4ffc56fae88eefa92e990620" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:20:26,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7091558-1a31-4994-8539-19e6f88b3763 x-compute-request-id: req-b7091558-1a31-4994-8539-19e6f88b3763 Content-Encoding: gzip Content-Length: 10240 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489784259 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146179] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.147791] pid_max: default: 32768 minimum: 301\n[ 0.148659] ACPI: Core revision 20150930\n[ 0.150023] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151297] Security Framework initialized\n[ 0.152090] Yama: becoming mindful.\n[ 0.152800] AppArmor: AppArmor initialized\n[ 0.153642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154948] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157546] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158910] Initializing cgroup subsys io\n[ 0.159700] Initializing cgroup subsys memory\n[ 0.160536] Initializing cgroup subsys devices\n[ 0.161395] Initializing cgroup subsys freezer\n[ 0.162244] Initializing cgroup subsys net_cls\n[ 0.163088] Initializing cgroup subsys perf_event\n[ 0.163978] Initializing cgroup subsys net_prio\n[ 0.164839] Initializing cgroup subsys hugetlb\n[ 0.165687] Initializing cgroup subsys pids\n[ 0.166543] CPU: Physical Processor ID: 0\n[ 0.168024] mce: CPU supports 10 MCE banks\n[ 0.168954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186838] ftrace: allocating 31920 entries in 125 pages\n[ 0.213055] smpboot: Max logical packages: 1\n[ 0.213914] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215237] x2apic enabled\n[ 0.216043] Switched APIC routing to physical x2apic.\n[ 0.217901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218992] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220936] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222675] KVM setup paravirtual spinlock\n[ 0.223957] x86: Booted up 1 node, 1 CPUs\n[ 0.224742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226105] devtmpfs: initialized\n[ 0.227803] evm: security.selinux\n[ 0.228612] evm: security.SMACK64\n[ 0.229305] evm: security.SMACK64EXEC\n[ 0.230035] evm: security.SMACK64TRANSMUTE\n[ 0.230826] evm: security.SMACK64MMAP\n[ 0.231556] evm: security.ima\n[ 0.232186] evm: security.capability\n[ 0.232974] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234777] pinctrl core: initialized pinctrl subsystem\n[ 0.235858] RTC time: 5:20:06, date: 10/04/18\n[ 0.236792] NET: Registered protocol family 16\n[ 0.237737] cpuidle: using governor ladder\n[ 0.238537] cpuidle: using governor menu\n[ 0.239313] PCCT header not found.\n[ 0.240052] ACPI: bus type PCI registered\n[ 0.240835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242175] PCI: Using configuration type 1 for base access\n[ 0.243910] ACPI: Added _OSI(Module Device)\n[ 0.244737] ACPI: Added _OSI(Processor Device)\n[ 0.245583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246459] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248536] ACPI: Interpreter enabled\n[ 0.249298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256565] ACPI: (supports S0 S5)\n[ 0.257256] ACPI: Using IOAPIC for interrupt routing\n[ 0.258358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261415] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262542] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267089] acpiphp: Slot [3] registered\n[ 0.267876] acpiphp: Slot [4] registered\n[ 0.268654] acpiphp: Slot [5] registered\n[ 0.269434] acpiphp: Slot [6] registered\n[ 0.270213] acpiphp: Slot [7] registered\n[ 0.270996] acpiphp: Slot [8] registered\n[ 0.271772] acpiphp: Slot [9] registered\n[ 0.272549] acpiphp: Slot [10] registered\n[ 0.273346] acpiphp: Slot [11] registered\n[ 0.274143] acpiphp: Slot [12] registered\n[ 0.274936] acpiphp: Slot [13] registered\n[ 0.275727] acpiphp: Slot [14] registered\n[ 0.276524] acpiphp: Slot [15] registered\n[ 0.287405] acpiphp: Slot [16] registered\n[ 0.288222] acpiphp: Slot [17] registered\n[ 0.289016] acpiphp: Slot [18] registered\n[ 0.289807] acpiphp: Slot [19] registered\n[ 0.290593] acpiphp: Slot [20] registered\n[ 0.291400] acpiphp: Slot [21] registered\n[ 0.292197] acpiphp: Slot [22] registered\n[ 0.292990] acpiphp: Slot [23] registered\n[ 0.293783] acpiphp: Slot [24] registered\n[ 0.294571] acpiphp: Slot [25] registered\n[ 0.295374] acpiphp: Slot [26] registered\n[ 0.296203] acpiphp: Slot [27] registered\n[ 0.297006] acpiphp: Slot [28] registered\n[ 0.297800] acpiphp: Slot [29] registered\n[ 0.298587] acpiphp: Slot [30] registered\n[ 0.299382] acpiphp: Slot [31] registered\n[ 0.300176] PCI host bridge to bus 0000:00\n[ 0.300974] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303333] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304747] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306162] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312528] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313797] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314947] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316181] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323136] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324534] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380269] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381814] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383337] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385575] vgaarb: loaded\n[ 0.386403] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388004] SCSI subsystem initialized\n[ 0.389136] ACPI: bus type USB registered\n[ 0.390310] usbcore: registered new interface driver usbfs\n[ 0.391851] usbcore: registered new interface driver hub\n[ 0.393361] usbcore: registered new device driver usb\n[ 0.394888] PCI: Using ACPI for IRQ routing\n[ 0.396297] NetLabel: Initializing\n[ 0.397339] NetLabel: domain hash size = 128\n[ 0.398588] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399999] NetLabel: unlabeled traffic allowed by default\n[ 0.401604] clocksource: Switched to clocksource kvm-clock\n[ 0.407743] AppArmor: AppArmor Filesystem Enabled\n[ 0.409137] pnp: PnP ACPI init\n[ 0.410266] pnp: PnP ACPI: found 5 devices\n[ 0.416933] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419378] NET: Registered protocol family 2\n[ 0.420705] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422599] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424319] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426030] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427598] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429298] NET: Registered protocol family 1\n[ 0.430497] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432083] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462429] Trying to unpack rootfs image as initramfs...\n[ 0.512055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526471] Scanning for low memory corruption every 60 seconds\n[ 0.527974] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529167] audit: initializing netlink subsys (disabled)\n[ 0.530212] audit: type=2000 audit(1538630406.999:1): initialized\n[ 0.531531] Initialise system trusted keyring\n[ 0.532474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535624] zbud: loaded\n[ 0.536343] VFS: Disk quotas dquot_6.6.0\n[ 0.537181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538672] fuse init (API version 7.23)\n[ 0.539569] Key type big_key registered\n[ 0.540385] Allocating IMA MOK and blacklist keyrings.\n[ 0.541855] Key type asymmetric registered\n[ 0.542665] Asymmetric key parser 'x509' registered\n[ 0.543601] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545072] io scheduler noop registered\n[ 0.545866] io scheduler deadline registered (default)\n[ 0.546840] io scheduler cfq registered\n[ 0.547654] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548728] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549989] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551434] ACPI: Power Button [PWRF]\n[ 0.552262] GHES: HEST is not enabled!\n[ 0.565652] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624655] Linux agpgart interface v0.103\n[ 0.626678] brd: module loaded\n[ 0.627874] loop: module loaded\n[ 0.632037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633445] GPT:90111 != 2097151\n[ 0.634108] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635159] GPT:90111 != 2097151\n[ 0.635808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636731] vda: vda1 vda15\n[ 0.638385] scsi host0: ata_piix\n[ 0.639097] scsi host1: ata_piix\n[ 0.639774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640941] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642331] libphy: Fixed MDIO Bus: probed\n[ 0.643125] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644036] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646504] PPP generic driver version 2.4.2\n[ 0.647600] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648878] ehci-pci: EHCI PCI platform driver\n[ 0.649738] ehci-platform: EHCI generic platform driver\n[ 0.650716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651878] ohci-pci: OHCI PCI platform driver\n[ 0.652787] ohci-platform: OHCI generic platform driver\n[ 0.653765] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668264] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670658] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671658] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673947] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675333] usb usb1: Product: UHCI Host Controller\n[ 0.676244] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677354] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678358] hub 1-0:1.0: USB hub found\n[ 0.679121] hub 1-0:1.0: 2 ports detected\n[ 0.679999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682090] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683021] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684019] mousedev: PS/2 mouse device common for all mice\n[ 0.685239] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687049] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688111] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690455] i2c /dev entries driver\n[ 0.691211] device-mapper: uevent: version 1.0.3\n[ 0.692128] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695006] NET: Registered protocol family 10\n[ 0.695995] NET: Registered protocol family 17\n[ 0.696870] Key type dns_resolver registered\n[ 0.697787] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698859] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700565] registered taskstats version 1\n[ 0.701384] Loading compiled-in X.509 certificates\n[ 0.702815] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704622] zswap: loaded using pool lzo/zbud\n[ 0.705997] Key type trusted registered\n[ 0.707519] Key type encrypted registered\n[ 0.708338] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710373] evm: HMAC attrs: 0x1\n[ 0.711645] Magic number: 6:124:314\n[ 0.712484] rtc_cmos 00:00: setting system clock to 2018-10-04 05:20:07 UTC (1538630407)\n[ 0.714048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715136] EDD information not available.\n[ 0.798681] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800200] Write protecting the kernel read-only data: 14336k\n[ 0.811905] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813691] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455442] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.20.5...\nLease of 10.10.20.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.33. iid=i-00000102\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM1HyBCH/zXqo9f5vy8cP806OsJ/oIgkMRp9a7+13NJT14p8eotmnWDiOPaD0MS8641c64Qa6DJhUFA/KYnryyLP1BsNFUO9CQiGxAcpGr7TfRkxhlUceEuP46xH9tEqbcFfhK4jYtUd6GHzJDzp7iaS3elDefmlXRqR5dLd8RUW+OUPmqk9gKIHpmePp37VJmyVBodn5CmCjGs3hHCP/2lDxsCfhiJbfofZHUUUWofHN+WRyyxewC/dohIRR/Ob3c2mCkd71D5erSXCSnFe+prhjHLJJkFHbLN9T82uGQ0bMzUymKWNLpZIXI5MFhqCdJ6TmNmXsZrtEx477nNfWv root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAI4bzmO1Ju0IbB6A0VunaK3MFJ5lwykK3/xKGy3b/ARBIj1Vub04c9p+tNYneXDhPRuDCMov0trXoS9zsK7VBTyyyhWPKePfCwlMEqwBG3ajI9hPFOzwK8RKcC0uNvbRHzr9taxh/Mc74YMXAPqpZHgEXB975T2aOLacRt2Gc6u1AAAAFQD909lnRgpuzFL3urTWxDERrYqQPwAAAIB3SQavV2H02SOcbxSuIwtq+HIl7M9qWjKsjTn5bh/hcQFNsLVkEOd6/9/ryDZwiLjzH6l9eD+8ywt3bVWqKLHTNhv4My7dgOdAFjEMtaJiAfFb6YXo98DTbsSRr6xg0vDQ7oRMJyS47OFXtAa8kMBS7upCbzYu7H4KhAlrDicOQQAAAIAFJhyro432cbLOMaJP3cJFhMwJBxmnSo4KCRo8sK1GGhMwUi2i60NXYEpNhYORJlcZG1q701qTLJURtck/G+VXFu7+PFaO+s0KGKk6shuh2Wqf+OLG/pAkDwDe69JbNgQG7OHeOY1LuYS2+siK3CmxZwVf8p1stmyGtgeDwT/E4Q== 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.5,24,fe80::f816:3eff:fe3f:720e/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.5 \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-00000102\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.30 ===\n/dev/root resized successfully [took 1.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3F:72:0E \n inet addr:10.10.20.5 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3f:720e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8660 (8.4 KiB) TX bytes:9780 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.20.1 0.0.0.0 UG 0 0 0 eth0\n10.10.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.20.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.20.1\nPING 10.10.20.1 (10.10.20.1): 56 data bytes\n64 bytes from 10.10.20.1: seq=0 ttl=64 time=0.274 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.303 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.445 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.219 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.219/0.296/0.445 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.586 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.279 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.800 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.885 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.755 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.755/5.061/5.586 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.577 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.760 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.762 ms\n"} 2018-10-04 05:20:26,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action used request id req-b7091558-1a31-4994-8539-19e6f88b3763 2018-10-04 05:20:28,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bc6a1833e052f8d4ffc56fae88eefa92e990620" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:20:29,360 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-06d786db-1187-4113-9126-61579e9035e9 x-compute-request-id: req-06d786db-1187-4113-9126-61579e9035e9 Content-Encoding: gzip Content-Length: 11333 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 489784259 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146179] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.147791] pid_max: default: 32768 minimum: 301\n[ 0.148659] ACPI: Core revision 20150930\n[ 0.150023] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151297] Security Framework initialized\n[ 0.152090] Yama: becoming mindful.\n[ 0.152800] AppArmor: AppArmor initialized\n[ 0.153642] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154948] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156196] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157546] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158910] Initializing cgroup subsys io\n[ 0.159700] Initializing cgroup subsys memory\n[ 0.160536] Initializing cgroup subsys devices\n[ 0.161395] Initializing cgroup subsys freezer\n[ 0.162244] Initializing cgroup subsys net_cls\n[ 0.163088] Initializing cgroup subsys perf_event\n[ 0.163978] Initializing cgroup subsys net_prio\n[ 0.164839] Initializing cgroup subsys hugetlb\n[ 0.165687] Initializing cgroup subsys pids\n[ 0.166543] CPU: Physical Processor ID: 0\n[ 0.168024] mce: CPU supports 10 MCE banks\n[ 0.168954] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169963] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180528] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186838] ftrace: allocating 31920 entries in 125 pages\n[ 0.213055] smpboot: Max logical packages: 1\n[ 0.213914] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.215237] x2apic enabled\n[ 0.216043] Switched APIC routing to physical x2apic.\n[ 0.217901] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218992] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220936] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222675] KVM setup paravirtual spinlock\n[ 0.223957] x86: Booted up 1 node, 1 CPUs\n[ 0.224742] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226105] devtmpfs: initialized\n[ 0.227803] evm: security.selinux\n[ 0.228612] evm: security.SMACK64\n[ 0.229305] evm: security.SMACK64EXEC\n[ 0.230035] evm: security.SMACK64TRANSMUTE\n[ 0.230826] evm: security.SMACK64MMAP\n[ 0.231556] evm: security.ima\n[ 0.232186] evm: security.capability\n[ 0.232974] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234777] pinctrl core: initialized pinctrl subsystem\n[ 0.235858] RTC time: 5:20:06, date: 10/04/18\n[ 0.236792] NET: Registered protocol family 16\n[ 0.237737] cpuidle: using governor ladder\n[ 0.238537] cpuidle: using governor menu\n[ 0.239313] PCCT header not found.\n[ 0.240052] ACPI: bus type PCI registered\n[ 0.240835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242175] PCI: Using configuration type 1 for base access\n[ 0.243910] ACPI: Added _OSI(Module Device)\n[ 0.244737] ACPI: Added _OSI(Processor Device)\n[ 0.245583] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246459] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248536] ACPI: Interpreter enabled\n[ 0.249298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251164] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252955] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254755] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.256565] ACPI: (supports S0 S5)\n[ 0.257256] ACPI: Using IOAPIC for interrupt routing\n[ 0.258358] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261415] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.262542] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264908] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267089] acpiphp: Slot [3] registered\n[ 0.267876] acpiphp: Slot [4] registered\n[ 0.268654] acpiphp: Slot [5] registered\n[ 0.269434] acpiphp: Slot [6] registered\n[ 0.270213] acpiphp: Slot [7] registered\n[ 0.270996] acpiphp: Slot [8] registered\n[ 0.271772] acpiphp: Slot [9] registered\n[ 0.272549] acpiphp: Slot [10] registered\n[ 0.273346] acpiphp: Slot [11] registered\n[ 0.274143] acpiphp: Slot [12] registered\n[ 0.274936] acpiphp: Slot [13] registered\n[ 0.275727] acpiphp: Slot [14] registered\n[ 0.276524] acpiphp: Slot [15] registered\n[ 0.287405] acpiphp: Slot [16] registered\n[ 0.288222] acpiphp: Slot [17] registered\n[ 0.289016] acpiphp: Slot [18] registered\n[ 0.289807] acpiphp: Slot [19] registered\n[ 0.290593] acpiphp: Slot [20] registered\n[ 0.291400] acpiphp: Slot [21] registered\n[ 0.292197] acpiphp: Slot [22] registered\n[ 0.292990] acpiphp: Slot [23] registered\n[ 0.293783] acpiphp: Slot [24] registered\n[ 0.294571] acpiphp: Slot [25] registered\n[ 0.295374] acpiphp: Slot [26] registered\n[ 0.296203] acpiphp: Slot [27] registered\n[ 0.297006] acpiphp: Slot [28] registered\n[ 0.297800] acpiphp: Slot [29] registered\n[ 0.298587] acpiphp: Slot [30] registered\n[ 0.299382] acpiphp: Slot [31] registered\n[ 0.300176] PCI host bridge to bus 0000:00\n[ 0.300974] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302155] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303333] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.304747] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306162] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312528] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313797] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.314947] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316181] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.323136] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.324534] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370695] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372659] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374527] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.376374] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378599] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380269] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381814] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.383337] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.385575] vgaarb: loaded\n[ 0.386403] vgaarb: bridge control possible 0000:00:02.0\n[ 0.388004] SCSI subsystem initialized\n[ 0.389136] ACPI: bus type USB registered\n[ 0.390310] usbcore: registered new interface driver usbfs\n[ 0.391851] usbcore: registered new interface driver hub\n[ 0.393361] usbcore: registered new device driver usb\n[ 0.394888] PCI: Using ACPI for IRQ routing\n[ 0.396297] NetLabel: Initializing\n[ 0.397339] NetLabel: domain hash size = 128\n[ 0.398588] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.399999] NetLabel: unlabeled traffic allowed by default\n[ 0.401604] clocksource: Switched to clocksource kvm-clock\n[ 0.407743] AppArmor: AppArmor Filesystem Enabled\n[ 0.409137] pnp: PnP ACPI init\n[ 0.410266] pnp: PnP ACPI: found 5 devices\n[ 0.416933] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.419378] NET: Registered protocol family 2\n[ 0.420705] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.422599] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424319] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426030] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427598] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429298] NET: Registered protocol family 1\n[ 0.430497] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432083] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433641] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.447958] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462429] Trying to unpack rootfs image as initramfs...\n[ 0.512055] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.526471] Scanning for low memory corruption every 60 seconds\n[ 0.527974] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.529167] audit: initializing netlink subsys (disabled)\n[ 0.530212] audit: type=2000 audit(1538630406.999:1): initialized\n[ 0.531531] Initialise system trusted keyring\n[ 0.532474] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.533661] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.535624] zbud: loaded\n[ 0.536343] VFS: Disk quotas dquot_6.6.0\n[ 0.537181] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.538672] fuse init (API version 7.23)\n[ 0.539569] Key type big_key registered\n[ 0.540385] Allocating IMA MOK and blacklist keyrings.\n[ 0.541855] Key type asymmetric registered\n[ 0.542665] Asymmetric key parser 'x509' registered\n[ 0.543601] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.545072] io scheduler noop registered\n[ 0.545866] io scheduler deadline registered (default)\n[ 0.546840] io scheduler cfq registered\n[ 0.547654] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.548728] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.549989] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.551434] ACPI: Power Button [PWRF]\n[ 0.552262] GHES: HEST is not enabled!\n[ 0.565652] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.595129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.598458] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.622456] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624655] Linux agpgart interface v0.103\n[ 0.626678] brd: module loaded\n[ 0.627874] loop: module loaded\n[ 0.632037] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.633445] GPT:90111 != 2097151\n[ 0.634108] GPT:Alternate GPT header not at the end of the disk.\n[ 0.635159] GPT:90111 != 2097151\n[ 0.635808] GPT: Use GNU Parted to correct GPT errors.\n[ 0.636731] vda: vda1 vda15\n[ 0.638385] scsi host0: ata_piix\n[ 0.639097] scsi host1: ata_piix\n[ 0.639774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.640941] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.642331] libphy: Fixed MDIO Bus: probed\n[ 0.643125] tun: Universal TUN/TAP device driver, 1.6\n[ 0.644036] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.646504] PPP generic driver version 2.4.2\n[ 0.647600] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.648878] ehci-pci: EHCI PCI platform driver\n[ 0.649738] ehci-platform: EHCI generic platform driver\n[ 0.650716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.651878] ohci-pci: OHCI PCI platform driver\n[ 0.652787] ohci-platform: OHCI generic platform driver\n[ 0.653765] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.668264] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.670658] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.671658] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.672750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.673947] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.675333] usb usb1: Product: UHCI Host Controller\n[ 0.676244] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.677354] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.678358] hub 1-0:1.0: USB hub found\n[ 0.679121] hub 1-0:1.0: 2 ports detected\n[ 0.679999] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.682090] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.683021] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.684019] mousedev: PS/2 mouse device common for all mice\n[ 0.685239] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687049] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688111] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.689286] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.690455] i2c /dev entries driver\n[ 0.691211] device-mapper: uevent: version 1.0.3\n[ 0.692128] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.693727] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.695006] NET: Registered protocol family 10\n[ 0.695995] NET: Registered protocol family 17\n[ 0.696870] Key type dns_resolver registered\n[ 0.697787] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.698859] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.700565] registered taskstats version 1\n[ 0.701384] Loading compiled-in X.509 certificates\n[ 0.702815] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.704622] zswap: loaded using pool lzo/zbud\n[ 0.705997] Key type trusted registered\n[ 0.707519] Key type encrypted registered\n[ 0.708338] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.709347] ima: No TPM chip found, activating TPM-bypass!\n[ 0.710373] evm: HMAC attrs: 0x1\n[ 0.711645] Magic number: 6:124:314\n[ 0.712484] rtc_cmos 00:00: setting system clock to 2018-10-04 05:20:07 UTC (1538630407)\n[ 0.714048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.715136] EDD information not available.\n[ 0.798681] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.800200] Write protecting the kernel read-only data: 14336k\n[ 0.811905] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813691] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.24\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.455442] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.20.5...\nLease of 10.10.20.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.20.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.33. iid=i-00000102\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDM1HyBCH/zXqo9f5vy8cP806OsJ/oIgkMRp9a7+13NJT14p8eotmnWDiOPaD0MS8641c64Qa6DJhUFA/KYnryyLP1BsNFUO9CQiGxAcpGr7TfRkxhlUceEuP46xH9tEqbcFfhK4jYtUd6GHzJDzp7iaS3elDefmlXRqR5dLd8RUW+OUPmqk9gKIHpmePp37VJmyVBodn5CmCjGs3hHCP/2lDxsCfhiJbfofZHUUUWofHN+WRyyxewC/dohIRR/Ob3c2mCkd71D5erSXCSnFe+prhjHLJJkFHbLN9T82uGQ0bMzUymKWNLpZIXI5MFhqCdJ6TmNmXsZrtEx477nNfWv root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAI4bzmO1Ju0IbB6A0VunaK3MFJ5lwykK3/xKGy3b/ARBIj1Vub04c9p+tNYneXDhPRuDCMov0trXoS9zsK7VBTyyyhWPKePfCwlMEqwBG3ajI9hPFOzwK8RKcC0uNvbRHzr9taxh/Mc74YMXAPqpZHgEXB975T2aOLacRt2Gc6u1AAAAFQD909lnRgpuzFL3urTWxDERrYqQPwAAAIB3SQavV2H02SOcbxSuIwtq+HIl7M9qWjKsjTn5bh/hcQFNsLVkEOd6/9/ryDZwiLjzH6l9eD+8ywt3bVWqKLHTNhv4My7dgOdAFjEMtaJiAfFb6YXo98DTbsSRr6xg0vDQ7oRMJyS47OFXtAa8kMBS7upCbzYu7H4KhAlrDicOQQAAAIAFJhyro432cbLOMaJP3cJFhMwJBxmnSo4KCRo8sK1GGhMwUi2i60NXYEpNhYORJlcZG1q701qTLJURtck/G+VXFu7+PFaO+s0KGKk6shuh2Wqf+OLG/pAkDwDe69JbNgQG7OHeOY1LuYS2+siK3CmxZwVf8p1stmyGtgeDwT/E4Q== 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.5,24,fe80::f816:3eff:fe3f:720e/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.5 \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-00000102\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.30 ===\n/dev/root resized successfully [took 1.60s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3F:72:0E \n inet addr:10.10.20.5 Bcast:10.10.20.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3f:720e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:70 errors:0 dropped:4 overruns:0 frame:0\n TX packets:109 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8660 (8.4 KiB) TX bytes:9780 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.20.1 0.0.0.0 UG 0 0 0 eth0\n10.10.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.20.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.20.1\nPING 10.10.20.1 (10.10.20.1): 56 data bytes\n64 bytes from 10.10.20.1: seq=0 ttl=64 time=0.274 ms\n64 bytes from 10.10.20.1: seq=1 ttl=64 time=0.303 ms\n64 bytes from 10.10.20.1: seq=2 ttl=64 time=0.445 ms\n64 bytes from 10.10.20.1: seq=3 ttl=64 time=0.243 ms\n64 bytes from 10.10.20.1: seq=4 ttl=64 time=0.219 ms\n\n--- 10.10.20.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.219/0.296/0.445 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.586 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.279 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=4.800 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.885 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=4.755 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.755/5.061/5.586 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.577 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.760 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.762 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.676 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.840 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.577/5.723/5.840 ms\n### uname -a\nLinux sdnvpn-8-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.153889] usb 1-1: Product: QEMU USB Tablet\n[ 1.153892] usb 1-1: Manufacturer: QEMU\n[ 1.153894] usb 1-1: SerialNumber: 42\n[ 1.419812] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.437633] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.455442] random: dd urandom read with 5 bits of entropy available\n[ 1.525665] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.525667] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 4.431148] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.875555] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:20:08 cirros kern.info kernel: [ 0.813691] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:20:08 cirros kern.info kernel: [ 0.824294] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:20:08 cirros kern.info kernel: [ 0.824295] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:20:08 cirros kern.info kernel: [ 0.825963] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:20:08 cirros kern.info kernel: [ 0.828884] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:20:08 cirros kern.info kernel: [ 0.830899] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:20:08 cirros kern.info kernel: [ 0.853744] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:20:08 cirros kern.info kernel: [ 0.854496] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:20:08 cirros kern.info kernel: [ 0.855575] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:20:08 cirros kern.info kernel: [ 0.901620] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:20:08 cirros kern.info kernel: [ 0.993652] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:20:08 cirros kern.info kernel: [ 1.153880] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:20:08 cirros kern.info kernel: [ 1.153886] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:20:08 cirros kern.info kernel: [ 1.153889] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:20:08 cirros kern.info kernel: [ 1.153892] usb 1-1: Manufacturer: QEMU\nOct 4 06:20:08 cirros kern.info kernel: [ 1.153894] usb 1-1: SerialNumber: 42\nOct 4 06:20:08 cirros kern.info kernel: [ 1.419812] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:20:08 cirros kern.info kernel: [ 1.437633] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:20:08 cirros kern.notice kernel: [ 1.455442] random: dd urandom read with 5 bits of entropy available\nOct 4 06:20:08 cirros kern.info kernel: [ 1.525665] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:20:08 cirros kern.info kernel: [ 1.525667] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:20:10 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:20:11 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:20:11 cirros kern.info kernel: [ 4.431148] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:20:11 cirros kern.info kernel: [ 4.875555] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-10-04 05:20:29,361 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action used request id req-06d786db-1187-4113-9126-61579e9035e9 2018-10-04 05:20:31,397 - sdnvpn_test_utils - INFO - Waiting for instance 26dc3489-4fd0-422f-9ff9-d98ae45ab933 to boot up 2018-10-04 05:20:31,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0aaa6f4ae7087d00204c78cc271cfe5b7094c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:20:32,467 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:20: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-af66e007-f2a2-430f-b006-b53a17f015de x-compute-request-id: req-af66e007-f2a2-430f-b006-b53a17f015de Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493517809 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128721] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130330] pid_max: default: 32768 minimum: 301\n[ 0.131198] ACPI: Core revision 20150930\n[ 0.132553] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133826] Security Framework initialized\n[ 0.134612] Yama: becoming mindful.\n[ 0.135325] AppArmor: AppArmor initialized\n[ 0.136166] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137457] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138695] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141216] Initializing cgroup subsys io\n[ 0.142007] Initializing cgroup subsys memory\n[ 0.142849] Initializing cgroup subsys devices\n[ 0.143694] Initializing cgroup subsys freezer\n[ 0.144541] Initializing cgroup subsys net_cls\n[ 0.145395] Initializing cgroup subsys perf_event\n[ 0.146275] Initializing cgroup subsys net_prio\n[ 0.147127] Initializing cgroup subsys hugetlb\n[ 0.147975] Initializing cgroup subsys pids\n[ 0.148822] CPU: Physical Processor ID: 0\n[ 0.150292] mce: CPU supports 10 MCE banks\n[ 0.151114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152097] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163212] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169557] ftrace: allocating 31920 entries in 125 pages\n[ 0.195690] smpboot: Max logical packages: 1\n[ 0.196527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197839] x2apic enabled\n[ 0.198623] Switched APIC routing to physical x2apic.\n[ 0.200349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201430] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203364] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205097] KVM setup paravirtual spinlock\n[ 0.206360] x86: Booted up 1 node, 1 CPUs\n[ 0.207148] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208497] devtmpfs: initialized\n[ 0.210194] evm: security.selinux\n[ 0.210878] evm: security.SMACK64\n[ 0.211548] evm: security.SMACK64EXEC\n[ 0.212271] evm: security.SMACK64TRANSMUTE\n[ 0.213058] evm: security.SMACK64MMAP\n[ 0.213780] evm: security.ima\n[ 0.214418] evm: security.capability\n[ 0.215220] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217019] pinctrl core: initialized pinctrl subsystem\n[ 0.218080] RTC time: 5:20:17, date: 10/04/18\n[ 0.219016] NET: Registered protocol family 16\n[ 0.219965] cpuidle: using governor ladder\n[ 0.220765] cpuidle: using governor menu\n[ 0.221526] PCCT header not found.\n[ 0.222255] ACPI: bus type PCI registered\n[ 0.223045] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224248] PCI: Using configuration type 1 for base access\n[ 0.225967] ACPI: Added _OSI(Module Device)\n[ 0.226784] ACPI: Added _OSI(Processor Device)\n[ 0.227624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228499] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230568] ACPI: Interpreter enabled\n[ 0.231312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236682] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238460] ACPI: (supports S0 S5)\n[ 0.239146] ACPI: Using IOAPIC for interrupt routing\n[ 0.240061] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244303] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245495] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246649] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248802] acpiphp: Slot [3] registered\n[ 0.249575] acpiphp: Slot [4] registered\n[ 0.250351] acpiphp: Slot [5] registered\n[ 0.251134] acpiphp: Slot [6] registered\n[ 0.251906] acpiphp: Slot [7] registered\n[ 0.252679] acpiphp: Slot [8] registered\n[ 0.253448] acpiphp: Slot [9] registered\n[ 0.254221] acpiphp: Slot [10] registered\n[ 0.255006] acpiphp: Slot [11] registered\n[ 0.255797] acpiphp: Slot [12] registered\n[ 0.256585] acpiphp: Slot [13] registered\n[ 0.257374] acpiphp: Slot [14] registered\n[ 0.258160] acpiphp: Slot [15] registered\n[ 0.268965] acpiphp: Slot [16] registered\n[ 0.269820] acpiphp: Slot [17] registered\n[ 0.270605] acpiphp: Slot [18] registered\n[ 0.271393] acpiphp: Slot [19] registered\n[ 0.272179] acpiphp: Slot [20] registered\n[ 0.272981] acpiphp: Slot [21] registered\n[ 0.273772] acpiphp: Slot [22] registered\n[ 0.274556] acpiphp: Slot [23] registered\n[ 0.275346] acpiphp: Slot [24] registered\n[ 0.276137] acpiphp: Slot [25] registered\n[ 0.276924] acpiphp: Slot [26] registered\n[ 0.277717] acpiphp: Slot [27] registered\n[ 0.278503] acpiphp: Slot [28] registered\n[ 0.279291] acpiphp: Slot [29] registered\n[ 0.280080] acpiphp: Slot [30] registered\n[ 0.280868] acpiphp: Slot [31] registered\n[ 0.281648] PCI host bridge to bus 0000:00\n[ 0.282437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283610] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286199] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287604] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293777] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296174] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297403] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305450] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352045] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353511] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354899] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356313] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357679] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358898] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360053] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361301] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362810] vgaarb: loaded\n[ 0.363394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364503] SCSI subsystem initialized\n[ 0.365302] ACPI: bus type USB registered\n[ 0.366097] usbcore: registered new interface driver usbfs\n[ 0.367097] usbcore: registered new interface driver hub\n[ 0.368178] usbcore: registered new device driver usb\n[ 0.369450] PCI: Using ACPI for IRQ routing\n[ 0.370636] NetLabel: Initializing\n[ 0.371485] NetLabel: domain hash size = 128\n[ 0.372516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373664] NetLabel: unlabeled traffic allowed by default\n[ 0.375030] clocksource: Switched to clocksource kvm-clock\n[ 0.380841] AppArmor: AppArmor Filesystem Enabled\n[ 0.382014] pnp: PnP ACPI init\n[ 0.383067] pnp: PnP ACPI: found 5 devices\n[ 0.389640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391748] NET: Registered protocol family 2\n[ 0.392900] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397401] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400258] NET: Registered protocol family 1\n[ 0.401338] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402745] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404097] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418535] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433196] Trying to unpack rootfs image as initramfs...\n[ 0.484020] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498231] Scanning for low memory corruption every 60 seconds\n[ 0.499883] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501298] audit: initializing netlink subsys (disabled)\n[ 0.502605] audit: type=2000 audit(1538630418.775:1): initialized\n[ 0.504254] Initialise system trusted keyring\n[ 0.505358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506807] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509115] zbud: loaded\n[ 0.509949] VFS: Disk quotas dquot_6.6.0\n[ 0.510899] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512722] fuse init (API version 7.23)\n[ 0.513762] Key type big_key registered\n[ 0.514751] Allocating IMA MOK and blacklist keyrings.\n[ 0.516101] Key type asymmetric registered\n[ 0.517126] Asymmetric key parser 'x509' registered\n[ 0.518236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520382] io scheduler noop registered\n[ 0.521326] io scheduler deadline registered (default)\n[ 0.522509] io scheduler cfq registered\n[ 0.523520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524796] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528074] ACPI: Power Button [PWRF]\n[ 0.529042] GHES: HEST is not enabled!\n[ 0.543278] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571956] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574320] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601502] Linux agpgart interface v0.103\n[ 0.603556] brd: module loaded\n[ 0.604713] loop: module loaded\n[ 0.610536] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612216] GPT:90111 != 2097151\n[ 0.612994] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614269] GPT:90111 != 2097151\n[ 0.615050] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616129] vda: vda1 vda15\n[ 0.617954] scsi host0: ata_piix\n[ 0.618941] scsi host1: ata_piix\n[ 0.619781] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621193] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622877] libphy: Fixed MDIO Bus: probed\n[ 0.623963] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625046] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628415] PPP generic driver version 2.4.2\n[ 0.629370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630551] ehci-pci: EHCI PCI platform driver\n[ 0.631433] ehci-platform: EHCI generic platform driver\n[ 0.632416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633766] ohci-pci: OHCI PCI platform driver\n[ 0.634818] ohci-platform: OHCI generic platform driver\n[ 0.636028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650806] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652086] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653880] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658106] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659860] usb usb1: Product: UHCI Host Controller\n[ 0.661074] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662491] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663679] hub 1-0:1.0: USB hub found\n[ 0.664608] hub 1-0:1.0: 2 ports detected\n[ 0.665686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668125] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669275] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670506] mousedev: PS/2 mouse device common for all mice\n[ 0.672014] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674193] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676913] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678363] i2c /dev entries driver\n[ 0.679283] device-mapper: uevent: version 1.0.3\n[ 0.680425] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682397] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683945] NET: Registered protocol family 10\n[ 0.685149] NET: Registered protocol family 17\n[ 0.686227] Key type dns_resolver registered\n[ 0.687339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690779] registered taskstats version 1\n[ 0.691797] Loading compiled-in X.509 certificates\n[ 0.693280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695130] zswap: loaded using pool lzo/zbud\n[ 0.696493] Key type trusted registered\n[ 0.698044] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700926] evm: HMAC attrs: 0x1\n[ 0.701848] Magic number: 6:124:314\n[ 0.702684] rtc_cmos 00:00: setting system clock to 2018-10-04 05:20:18 UTC (1538630418)\n[ 0.704268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705364] EDD information not available.\n[ 0.775601] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777065] ata1.00: configured for MWDMA2\n[ 0.778282] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791115] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792439] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793774] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795732] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797330] Write protecting the kernel read-only data: 14336k\n[ 0.798946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800815] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.861179] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear 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.97s]\nping 10.10.20.5 OK\n"} 2018-10-04 05:20:32,467 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action used request id req-af66e007-f2a2-430f-b006-b53a17f015de 2018-10-04 05:20:34,471 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:21:04,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0aaa6f4ae7087d00204c78cc271cfe5b7094c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:21:05,570 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:21: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-87247134-9645-443d-943f-fcc24af0dd61 x-compute-request-id: req-87247134-9645-443d-943f-fcc24af0dd61 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 493517809 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128721] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130330] pid_max: default: 32768 minimum: 301\n[ 0.131198] ACPI: Core revision 20150930\n[ 0.132553] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133826] Security Framework initialized\n[ 0.134612] Yama: becoming mindful.\n[ 0.135325] AppArmor: AppArmor initialized\n[ 0.136166] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137457] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138695] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141216] Initializing cgroup subsys io\n[ 0.142007] Initializing cgroup subsys memory\n[ 0.142849] Initializing cgroup subsys devices\n[ 0.143694] Initializing cgroup subsys freezer\n[ 0.144541] Initializing cgroup subsys net_cls\n[ 0.145395] Initializing cgroup subsys perf_event\n[ 0.146275] Initializing cgroup subsys net_prio\n[ 0.147127] Initializing cgroup subsys hugetlb\n[ 0.147975] Initializing cgroup subsys pids\n[ 0.148822] CPU: Physical Processor ID: 0\n[ 0.150292] mce: CPU supports 10 MCE banks\n[ 0.151114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152097] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163212] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169557] ftrace: allocating 31920 entries in 125 pages\n[ 0.195690] smpboot: Max logical packages: 1\n[ 0.196527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197839] x2apic enabled\n[ 0.198623] Switched APIC routing to physical x2apic.\n[ 0.200349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201430] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203364] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205097] KVM setup paravirtual spinlock\n[ 0.206360] x86: Booted up 1 node, 1 CPUs\n[ 0.207148] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208497] devtmpfs: initialized\n[ 0.210194] evm: security.selinux\n[ 0.210878] evm: security.SMACK64\n[ 0.211548] evm: security.SMACK64EXEC\n[ 0.212271] evm: security.SMACK64TRANSMUTE\n[ 0.213058] evm: security.SMACK64MMAP\n[ 0.213780] evm: security.ima\n[ 0.214418] evm: security.capability\n[ 0.215220] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217019] pinctrl core: initialized pinctrl subsystem\n[ 0.218080] RTC time: 5:20:17, date: 10/04/18\n[ 0.219016] NET: Registered protocol family 16\n[ 0.219965] cpuidle: using governor ladder\n[ 0.220765] cpuidle: using governor menu\n[ 0.221526] PCCT header not found.\n[ 0.222255] ACPI: bus type PCI registered\n[ 0.223045] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224248] PCI: Using configuration type 1 for base access\n[ 0.225967] ACPI: Added _OSI(Module Device)\n[ 0.226784] ACPI: Added _OSI(Processor Device)\n[ 0.227624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228499] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230568] ACPI: Interpreter enabled\n[ 0.231312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236682] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238460] ACPI: (supports S0 S5)\n[ 0.239146] ACPI: Using IOAPIC for interrupt routing\n[ 0.240061] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244303] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245495] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246649] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248802] acpiphp: Slot [3] registered\n[ 0.249575] acpiphp: Slot [4] registered\n[ 0.250351] acpiphp: Slot [5] registered\n[ 0.251134] acpiphp: Slot [6] registered\n[ 0.251906] acpiphp: Slot [7] registered\n[ 0.252679] acpiphp: Slot [8] registered\n[ 0.253448] acpiphp: Slot [9] registered\n[ 0.254221] acpiphp: Slot [10] registered\n[ 0.255006] acpiphp: Slot [11] registered\n[ 0.255797] acpiphp: Slot [12] registered\n[ 0.256585] acpiphp: Slot [13] registered\n[ 0.257374] acpiphp: Slot [14] registered\n[ 0.258160] acpiphp: Slot [15] registered\n[ 0.268965] acpiphp: Slot [16] registered\n[ 0.269820] acpiphp: Slot [17] registered\n[ 0.270605] acpiphp: Slot [18] registered\n[ 0.271393] acpiphp: Slot [19] registered\n[ 0.272179] acpiphp: Slot [20] registered\n[ 0.272981] acpiphp: Slot [21] registered\n[ 0.273772] acpiphp: Slot [22] registered\n[ 0.274556] acpiphp: Slot [23] registered\n[ 0.275346] acpiphp: Slot [24] registered\n[ 0.276137] acpiphp: Slot [25] registered\n[ 0.276924] acpiphp: Slot [26] registered\n[ 0.277717] acpiphp: Slot [27] registered\n[ 0.278503] acpiphp: Slot [28] registered\n[ 0.279291] acpiphp: Slot [29] registered\n[ 0.280080] acpiphp: Slot [30] registered\n[ 0.280868] acpiphp: Slot [31] registered\n[ 0.281648] PCI host bridge to bus 0000:00\n[ 0.282437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283610] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286199] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287604] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293777] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296174] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297403] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305450] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352045] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353511] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354899] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356313] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357679] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358898] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360053] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361301] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362810] vgaarb: loaded\n[ 0.363394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364503] SCSI subsystem initialized\n[ 0.365302] ACPI: bus type USB registered\n[ 0.366097] usbcore: registered new interface driver usbfs\n[ 0.367097] usbcore: registered new interface driver hub\n[ 0.368178] usbcore: registered new device driver usb\n[ 0.369450] PCI: Using ACPI for IRQ routing\n[ 0.370636] NetLabel: Initializing\n[ 0.371485] NetLabel: domain hash size = 128\n[ 0.372516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373664] NetLabel: unlabeled traffic allowed by default\n[ 0.375030] clocksource: Switched to clocksource kvm-clock\n[ 0.380841] AppArmor: AppArmor Filesystem Enabled\n[ 0.382014] pnp: PnP ACPI init\n[ 0.383067] pnp: PnP ACPI: found 5 devices\n[ 0.389640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391748] NET: Registered protocol family 2\n[ 0.392900] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397401] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400258] NET: Registered protocol family 1\n[ 0.401338] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402745] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404097] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418535] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433196] Trying to unpack rootfs image as initramfs...\n[ 0.484020] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498231] Scanning for low memory corruption every 60 seconds\n[ 0.499883] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501298] audit: initializing netlink subsys (disabled)\n[ 0.502605] audit: type=2000 audit(1538630418.775:1): initialized\n[ 0.504254] Initialise system trusted keyring\n[ 0.505358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506807] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509115] zbud: loaded\n[ 0.509949] VFS: Disk quotas dquot_6.6.0\n[ 0.510899] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512722] fuse init (API version 7.23)\n[ 0.513762] Key type big_key registered\n[ 0.514751] Allocating IMA MOK and blacklist keyrings.\n[ 0.516101] Key type asymmetric registered\n[ 0.517126] Asymmetric key parser 'x509' registered\n[ 0.518236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520382] io scheduler noop registered\n[ 0.521326] io scheduler deadline registered (default)\n[ 0.522509] io scheduler cfq registered\n[ 0.523520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524796] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528074] ACPI: Power Button [PWRF]\n[ 0.529042] GHES: HEST is not enabled!\n[ 0.543278] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571956] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574320] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601502] Linux agpgart interface v0.103\n[ 0.603556] brd: module loaded\n[ 0.604713] loop: module loaded\n[ 0.610536] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612216] GPT:90111 != 2097151\n[ 0.612994] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614269] GPT:90111 != 2097151\n[ 0.615050] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616129] vda: vda1 vda15\n[ 0.617954] scsi host0: ata_piix\n[ 0.618941] scsi host1: ata_piix\n[ 0.619781] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621193] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622877] libphy: Fixed MDIO Bus: probed\n[ 0.623963] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625046] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628415] PPP generic driver version 2.4.2\n[ 0.629370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630551] ehci-pci: EHCI PCI platform driver\n[ 0.631433] ehci-platform: EHCI generic platform driver\n[ 0.632416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633766] ohci-pci: OHCI PCI platform driver\n[ 0.634818] ohci-platform: OHCI generic platform driver\n[ 0.636028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650806] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652086] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653880] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658106] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659860] usb usb1: Product: UHCI Host Controller\n[ 0.661074] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662491] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663679] hub 1-0:1.0: USB hub found\n[ 0.664608] hub 1-0:1.0: 2 ports detected\n[ 0.665686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668125] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669275] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670506] mousedev: PS/2 mouse device common for all mice\n[ 0.672014] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674193] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676913] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678363] i2c /dev entries driver\n[ 0.679283] device-mapper: uevent: version 1.0.3\n[ 0.680425] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682397] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683945] NET: Registered protocol family 10\n[ 0.685149] NET: Registered protocol family 17\n[ 0.686227] Key type dns_resolver registered\n[ 0.687339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690779] registered taskstats version 1\n[ 0.691797] Loading compiled-in X.509 certificates\n[ 0.693280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695130] zswap: loaded using pool lzo/zbud\n[ 0.696493] Key type trusted registered\n[ 0.698044] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700926] evm: HMAC attrs: 0x1\n[ 0.701848] Magic number: 6:124:314\n[ 0.702684] rtc_cmos 00:00: setting system clock to 2018-10-04 05:20:18 UTC (1538630418)\n[ 0.704268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705364] EDD information not available.\n[ 0.775601] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777065] ata1.00: configured for MWDMA2\n[ 0.778282] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791115] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792439] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793774] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795732] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797330] Write protecting the kernel read-only data: 14336k\n[ 0.798946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800815] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.861179] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear 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.97s]\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\n"} 2018-10-04 05:21:05,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action used request id req-87247134-9645-443d-943f-fcc24af0dd61 2018-10-04 05:21:05,571 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.14) to 'sdnvpn-8-2' (10.10.20.5). -->Expected result: can ping. 2018-10-04 05:21:05,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad0aaa6f4ae7087d00204c78cc271cfe5b7094c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:21:06,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:21: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-1d818c29-0ae0-4fa4-bbcc-8914c8479004 x-compute-request-id: req-1d818c29-0ae0-4fa4-bbcc-8914c8479004 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 493517809 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128721] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130330] pid_max: default: 32768 minimum: 301\n[ 0.131198] ACPI: Core revision 20150930\n[ 0.132553] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133826] Security Framework initialized\n[ 0.134612] Yama: becoming mindful.\n[ 0.135325] AppArmor: AppArmor initialized\n[ 0.136166] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137457] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138695] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139867] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141216] Initializing cgroup subsys io\n[ 0.142007] Initializing cgroup subsys memory\n[ 0.142849] Initializing cgroup subsys devices\n[ 0.143694] Initializing cgroup subsys freezer\n[ 0.144541] Initializing cgroup subsys net_cls\n[ 0.145395] Initializing cgroup subsys perf_event\n[ 0.146275] Initializing cgroup subsys net_prio\n[ 0.147127] Initializing cgroup subsys hugetlb\n[ 0.147975] Initializing cgroup subsys pids\n[ 0.148822] CPU: Physical Processor ID: 0\n[ 0.150292] mce: CPU supports 10 MCE banks\n[ 0.151114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152097] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163212] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169557] ftrace: allocating 31920 entries in 125 pages\n[ 0.195690] smpboot: Max logical packages: 1\n[ 0.196527] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197839] x2apic enabled\n[ 0.198623] Switched APIC routing to physical x2apic.\n[ 0.200349] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.201430] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.203364] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205097] KVM setup paravirtual spinlock\n[ 0.206360] x86: Booted up 1 node, 1 CPUs\n[ 0.207148] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.208497] devtmpfs: initialized\n[ 0.210194] evm: security.selinux\n[ 0.210878] evm: security.SMACK64\n[ 0.211548] evm: security.SMACK64EXEC\n[ 0.212271] evm: security.SMACK64TRANSMUTE\n[ 0.213058] evm: security.SMACK64MMAP\n[ 0.213780] evm: security.ima\n[ 0.214418] evm: security.capability\n[ 0.215220] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217019] pinctrl core: initialized pinctrl subsystem\n[ 0.218080] RTC time: 5:20:17, date: 10/04/18\n[ 0.219016] NET: Registered protocol family 16\n[ 0.219965] cpuidle: using governor ladder\n[ 0.220765] cpuidle: using governor menu\n[ 0.221526] PCCT header not found.\n[ 0.222255] ACPI: bus type PCI registered\n[ 0.223045] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224248] PCI: Using configuration type 1 for base access\n[ 0.225967] ACPI: Added _OSI(Module Device)\n[ 0.226784] ACPI: Added _OSI(Processor Device)\n[ 0.227624] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.228499] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230568] ACPI: Interpreter enabled\n[ 0.231312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233114] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236682] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238460] ACPI: (supports S0 S5)\n[ 0.239146] ACPI: Using IOAPIC for interrupt routing\n[ 0.240061] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.243199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.244303] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245495] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246649] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248802] acpiphp: Slot [3] registered\n[ 0.249575] acpiphp: Slot [4] registered\n[ 0.250351] acpiphp: Slot [5] registered\n[ 0.251134] acpiphp: Slot [6] registered\n[ 0.251906] acpiphp: Slot [7] registered\n[ 0.252679] acpiphp: Slot [8] registered\n[ 0.253448] acpiphp: Slot [9] registered\n[ 0.254221] acpiphp: Slot [10] registered\n[ 0.255006] acpiphp: Slot [11] registered\n[ 0.255797] acpiphp: Slot [12] registered\n[ 0.256585] acpiphp: Slot [13] registered\n[ 0.257374] acpiphp: Slot [14] registered\n[ 0.258160] acpiphp: Slot [15] registered\n[ 0.268965] acpiphp: Slot [16] registered\n[ 0.269820] acpiphp: Slot [17] registered\n[ 0.270605] acpiphp: Slot [18] registered\n[ 0.271393] acpiphp: Slot [19] registered\n[ 0.272179] acpiphp: Slot [20] registered\n[ 0.272981] acpiphp: Slot [21] registered\n[ 0.273772] acpiphp: Slot [22] registered\n[ 0.274556] acpiphp: Slot [23] registered\n[ 0.275346] acpiphp: Slot [24] registered\n[ 0.276137] acpiphp: Slot [25] registered\n[ 0.276924] acpiphp: Slot [26] registered\n[ 0.277717] acpiphp: Slot [27] registered\n[ 0.278503] acpiphp: Slot [28] registered\n[ 0.279291] acpiphp: Slot [29] registered\n[ 0.280080] acpiphp: Slot [30] registered\n[ 0.280868] acpiphp: Slot [31] registered\n[ 0.281648] PCI host bridge to bus 0000:00\n[ 0.282437] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283610] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284793] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286199] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287604] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293777] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295025] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296174] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297403] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305450] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352045] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353511] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354899] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356313] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357679] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358898] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360053] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361301] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362810] vgaarb: loaded\n[ 0.363394] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364503] SCSI subsystem initialized\n[ 0.365302] ACPI: bus type USB registered\n[ 0.366097] usbcore: registered new interface driver usbfs\n[ 0.367097] usbcore: registered new interface driver hub\n[ 0.368178] usbcore: registered new device driver usb\n[ 0.369450] PCI: Using ACPI for IRQ routing\n[ 0.370636] NetLabel: Initializing\n[ 0.371485] NetLabel: domain hash size = 128\n[ 0.372516] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373664] NetLabel: unlabeled traffic allowed by default\n[ 0.375030] clocksource: Switched to clocksource kvm-clock\n[ 0.380841] AppArmor: AppArmor Filesystem Enabled\n[ 0.382014] pnp: PnP ACPI init\n[ 0.383067] pnp: PnP ACPI: found 5 devices\n[ 0.389640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391748] NET: Registered protocol family 2\n[ 0.392900] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394471] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395964] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397401] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400258] NET: Registered protocol family 1\n[ 0.401338] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402745] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404097] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418535] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433196] Trying to unpack rootfs image as initramfs...\n[ 0.484020] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498231] Scanning for low memory corruption every 60 seconds\n[ 0.499883] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501298] audit: initializing netlink subsys (disabled)\n[ 0.502605] audit: type=2000 audit(1538630418.775:1): initialized\n[ 0.504254] Initialise system trusted keyring\n[ 0.505358] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.506807] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.509115] zbud: loaded\n[ 0.509949] VFS: Disk quotas dquot_6.6.0\n[ 0.510899] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.512722] fuse init (API version 7.23)\n[ 0.513762] Key type big_key registered\n[ 0.514751] Allocating IMA MOK and blacklist keyrings.\n[ 0.516101] Key type asymmetric registered\n[ 0.517126] Asymmetric key parser 'x509' registered\n[ 0.518236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.520382] io scheduler noop registered\n[ 0.521326] io scheduler deadline registered (default)\n[ 0.522509] io scheduler cfq registered\n[ 0.523520] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524796] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526322] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528074] ACPI: Power Button [PWRF]\n[ 0.529042] GHES: HEST is not enabled!\n[ 0.543278] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571956] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574320] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.597908] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.601502] Linux agpgart interface v0.103\n[ 0.603556] brd: module loaded\n[ 0.604713] loop: module loaded\n[ 0.610536] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.612216] GPT:90111 != 2097151\n[ 0.612994] GPT:Alternate GPT header not at the end of the disk.\n[ 0.614269] GPT:90111 != 2097151\n[ 0.615050] GPT: Use GNU Parted to correct GPT errors.\n[ 0.616129] vda: vda1 vda15\n[ 0.617954] scsi host0: ata_piix\n[ 0.618941] scsi host1: ata_piix\n[ 0.619781] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.621193] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.622877] libphy: Fixed MDIO Bus: probed\n[ 0.623963] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625046] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628415] PPP generic driver version 2.4.2\n[ 0.629370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630551] ehci-pci: EHCI PCI platform driver\n[ 0.631433] ehci-platform: EHCI generic platform driver\n[ 0.632416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633766] ohci-pci: OHCI PCI platform driver\n[ 0.634818] ohci-platform: OHCI generic platform driver\n[ 0.636028] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650806] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652086] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653880] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.655164] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.656553] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658106] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659860] usb usb1: Product: UHCI Host Controller\n[ 0.661074] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662491] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663679] hub 1-0:1.0: USB hub found\n[ 0.664608] hub 1-0:1.0: 2 ports detected\n[ 0.665686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.668125] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.669275] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670506] mousedev: PS/2 mouse device common for all mice\n[ 0.672014] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.674193] rtc_cmos 00:00: RTC can wake from S4\n[ 0.675470] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.676913] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.678363] i2c /dev entries driver\n[ 0.679283] device-mapper: uevent: version 1.0.3\n[ 0.680425] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.682397] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.683945] NET: Registered protocol family 10\n[ 0.685149] NET: Registered protocol family 17\n[ 0.686227] Key type dns_resolver registered\n[ 0.687339] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688659] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690779] registered taskstats version 1\n[ 0.691797] Loading compiled-in X.509 certificates\n[ 0.693280] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695130] zswap: loaded using pool lzo/zbud\n[ 0.696493] Key type trusted registered\n[ 0.698044] Key type encrypted registered\n[ 0.698866] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699897] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700926] evm: HMAC attrs: 0x1\n[ 0.701848] Magic number: 6:124:314\n[ 0.702684] rtc_cmos 00:00: setting system clock to 2018-10-04 05:20:18 UTC (1538630418)\n[ 0.704268] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705364] EDD information not available.\n[ 0.775601] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.777065] ata1.00: configured for MWDMA2\n[ 0.778282] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.791115] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.792439] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793774] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.795732] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.797330] Write protecting the kernel read-only data: 14336k\n[ 0.798946] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800815] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.861179] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear 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.97s]\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\nping 10.10.20.5 OK\n"} 2018-10-04 05:21:06,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action used request id req-1d818c29-0ae0-4fa4-bbcc-8914c8479004 2018-10-04 05:21:06,653 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-10-04 05:21:06,654 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-10-04 05:21:06,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:21:06,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2007 X-Openstack-Request-Id: req-e9f9c098-1312-4b8f-9b3d-f5e28d82e2c9 Date: Thu, 04 Oct 2018 05:21:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8fb7ad61-319a-49e7-aa3b-18f62b8a5857","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["3cd51fa5-6b05-4281-8370-48ec55590957"],"description":"","tags":[],"updated_at":"2018-10-04T05:19:47Z","provider:segmentation_id":91,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:46Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e1d76305-4ef7-4b34-864f-64be069ad255","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["eb39df70-efcc-4b92-8054-2c48eaf7c4aa"],"description":"","tags":[],"updated_at":"2018-10-04T05:19:52Z","provider:segmentation_id":43,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:19:52Z","provider:network_type":"vxlan"}]} 2018-10-04 05:21:06,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e9f9c098-1312-4b8f-9b3d-f5e28d82e2c9 2018-10-04 05:21:06,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"floatingip": {"floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}' 2018-10-04 05:21:08,000 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-ed950048-5ae8-4ec7-994c-6470cce1e9ba Date: Thu, 04 Oct 2018 05:21:08 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-04T05:21:07Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": null, "id": "85617d9f-2ec0-4960-90ff-5e3d0233a67f", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:21:07Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}} 2018-10-04 05:21:08,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-ed950048-5ae8-4ec7-994c-6470cce1e9ba 2018-10-04 05:21:08,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f13304b18014bbffc160e688de32ee67431f91" -d '{"addFloatingIp": {"address": "172.30.9.205"}}' 2018-10-04 05:21:10,453 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:21: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-a9abff15-82b5-46aa-a6f6-cf1cff788aac x-compute-request-id: req-a9abff15-82b5-46aa-a6f6-cf1cff788aac 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-04 05:21:10,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action used request id req-a9abff15-82b5-46aa-a6f6-cf1cff788aac 2018-10-04 05:21:10,454 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-10-04 05:21:10,454 - sdnvpn-results - DEBUG - Ping IP 172.30.9.205 2018-10-04 05:21:10,454 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.205 -c 10' 2018-10-04 05:21:19,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f13304b18014bbffc160e688de32ee67431f91" -d '{"forceDelete": null}' 2018-10-04 05:21:19,689 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:21: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-b2eb17fb-caa7-4f69-a825-c6670c7bf20d x-compute-request-id: req-b2eb17fb-caa7-4f69-a825-c6670c7bf20d Content-Length: 0 Content-Type: application/json 2018-10-04 05:21:19,690 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/26dc3489-4fd0-422f-9ff9-d98ae45ab933/action used request id req-b2eb17fb-caa7-4f69-a825-c6670c7bf20d 2018-10-04 05:21:19,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5f13304b18014bbffc160e688de32ee67431f91" -d '{"forceDelete": null}' 2018-10-04 05:21:19,894 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:21: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-b374b2dd-e879-4aa4-b3ae-59565a0da732 x-compute-request-id: req-b374b2dd-e879-4aa4-b3ae-59565a0da732 Content-Length: 0 Content-Type: application/json 2018-10-04 05:21:19,894 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7424507b-65a3-4ec9-8e9e-825aeef6601e/action used request id req-b374b2dd-e879-4aa4-b3ae-59565a0da732 2018-10-04 05:21:19,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/1c3f92af-f6b8-43cc-9808-83efc2bba497 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}14d682f439f9dc0724ac1d54deee2861a5a4425c" 2018-10-04 05:21:22,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-750c46a1-4cba-4224-a916-6b91785a0260 Date: Thu, 04 Oct 2018 05:21: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-04 05:21:22,064 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/1c3f92af-f6b8-43cc-9808-83efc2bba497 used request id req-750c46a1-4cba-4224-a916-6b91785a0260 2018-10-04 05:21:22,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/85617d9f-2ec0-4960-90ff-5e3d0233a67f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:21:22,614 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a2a1fefd-6efd-437b-967b-94690cfd90c8 Content-Length: 0 Date: Thu, 04 Oct 2018 05:21:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:21:22,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/85617d9f-2ec0-4960-90ff-5e3d0233a67f used request id req-a2a1fefd-6efd-437b-967b-94690cfd90c8 2018-10-04 05:21:22,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"subnet_id": "3cd51fa5-6b05-4281-8370-48ec55590957"}' 2018-10-04 05:21:23,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-986fde29-932e-406c-b162-596cedd52424 Date: Thu, 04 Oct 2018 05:21:23 GMT RESP BODY: {"network_id": "8fb7ad61-319a-49e7-aa3b-18f62b8a5857", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "3cd51fa5-6b05-4281-8370-48ec55590957", "subnet_ids": ["3cd51fa5-6b05-4281-8370-48ec55590957"], "port_id": "e94123ad-57f9-44b2-92aa-6c1a605213f5", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4"} 2018-10-04 05:21:23,701 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/remove_router_interface used request id req-986fde29-932e-406c-b162-596cedd52424 2018-10-04 05:21:23,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"subnet_id": "eb39df70-efcc-4b92-8054-2c48eaf7c4aa"}' 2018-10-04 05:21:26,153 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e82df3fb-42ff-4792-bb19-46ff13b9c4f8 Date: Thu, 04 Oct 2018 05:21:26 GMT RESP BODY: {"network_id": "e1d76305-4ef7-4b34-864f-64be069ad255", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "eb39df70-efcc-4b92-8054-2c48eaf7c4aa", "subnet_ids": ["eb39df70-efcc-4b92-8054-2c48eaf7c4aa"], "port_id": "391b4763-a237-4ca2-a93e-812c488dd1df", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4"} 2018-10-04 05:21:26,154 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4/remove_router_interface used request id req-e82df3fb-42ff-4792-bb19-46ff13b9c4f8 2018-10-04 05:21:26,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:21:27,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-e58e2626-6118-4ddd-8b1c-439cb615ef7b Date: Thu, 04 Oct 2018 05:21:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:47Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:21:26Z", "revision_number": 11, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4", "name": "sdnvpn-8-1-router"}} 2018-10-04 05:21:27,218 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 used request id req-e58e2626-6118-4ddd-8b1c-439cb615ef7b 2018-10-04 05:21:27,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/3cd51fa5-6b05-4281-8370-48ec55590957 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:21:29,454 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1de0558-37f2-4cdc-8984-1fa8333669c3 Date: Thu, 04 Oct 2018 05:21:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:21:29,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3cd51fa5-6b05-4281-8370-48ec55590957 used request id req-e1de0558-37f2-4cdc-8984-1fa8333669c3 2018-10-04 05:21:29,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/eb39df70-efcc-4b92-8054-2c48eaf7c4aa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:21:31,748 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b621f63a-6c55-4248-a24f-79857637bf93 Date: Thu, 04 Oct 2018 05:21:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:21:31,748 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/eb39df70-efcc-4b92-8054-2c48eaf7c4aa used request id req-b621f63a-6c55-4248-a24f-79857637bf93 2018-10-04 05:21:31,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:21:32,192 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59004cbf-79d0-45c2-839a-1ef12f52d3db Content-Length: 0 Date: Thu, 04 Oct 2018 05:21:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:21:32,192 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/ffa8724e-b7d8-4fd4-902d-e7e0f4a573a4 used request id req-59004cbf-79d0-45c2-839a-1ef12f52d3db 2018-10-04 05:21:32,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/8fb7ad61-319a-49e7-aa3b-18f62b8a5857 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:21:32,925 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ae06281d-29db-42e5-ad43-1bcb6f92f645 Date: Thu, 04 Oct 2018 05:21:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:21:32,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8fb7ad61-319a-49e7-aa3b-18f62b8a5857 used request id req-ae06281d-29db-42e5-ad43-1bcb6f92f645 2018-10-04 05:21:32,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e1d76305-4ef7-4b34-864f-64be069ad255 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}29511644de32ece74f686ce0e99b218786534ec6" 2018-10-04 05:21:33,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-453d66ac-1407-48a5-8a9e-c5bb8efd1f94 Date: Thu, 04 Oct 2018 05:21:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:21:33,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e1d76305-4ef7-4b34-864f-64be069ad255 used request id req-453d66ac-1407-48a5-8a9e-c5bb8efd1f94 2018-10-04 05:21:33,740 - 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.205 | +========================================================================================+ 2018-10-04 05:21:33,740 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:21:33,741 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-10-04 05:21:33,741 - 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.205': 'PASS'}]} 2018-10-04 05:21:33,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-10-04 05:21:33,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-10-04 05:21:33,742 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-10-04 05:21:33,829 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-10-04 05:21:33,831 - paramiko.transport - DEBUG - starting thread (client mode): 0x63cae90L 2018-10-04 05:21:33,832 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:33,855 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:33,855 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:33,859 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:33,859 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:33,859 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:33,859 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:33,859 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:33,859 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:33,863 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:33,863 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:33,895 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.208: 87bd1baec70800195d44ae18b3efbee4 2018-10-04 05:21:33,896 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:33,903 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:33,929 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:33,960 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:34,167 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:34,167 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:34,206 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:34,206 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:34,234 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:39,703 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:39,704 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:39,706 - paramiko.transport - DEBUG - starting thread (client mode): 0x63ca450L 2018-10-04 05:21:39,707 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:39,713 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:39,713 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:39,716 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:39,716 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:39,716 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:39,716 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:39,717 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:39,717 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:39,721 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:39,722 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:39,738 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:21:39,739 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:39,761 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:39,773 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:39,803 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:39,871 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:39,871 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:39,910 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:39,911 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:39,915 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:39,952 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:39,953 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:39,954 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:39,955 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:39,955 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:39,996 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:40,033 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:40,035 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:40,035 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:40,036 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:40,036 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:40,077 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:40,109 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:40,110 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:40,112 - paramiko.transport - DEBUG - starting thread (client mode): 0x63ae5d0L 2018-10-04 05:21:40,113 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:40,118 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:40,118 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:40,120 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:40,120 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:40,120 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:40,121 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:40,121 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:40,121 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:40,125 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:40,126 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:40,128 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:21:40,129 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:40,165 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:40,177 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:40,194 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:40,277 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:40,277 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:40,316 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:40,317 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:40,330 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:40,363 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:40,363 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:40,365 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:40,365 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:40,365 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:40,406 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:40,439 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:40,441 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:40,442 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:40,442 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:40,442 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:40,483 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:40,513 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:40,515 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:40,517 - paramiko.transport - DEBUG - starting thread (client mode): 0x63ee350L 2018-10-04 05:21:40,517 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:40,522 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:40,522 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:40,524 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:40,524 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:40,524 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:40,525 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:40,525 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:40,525 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:40,529 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:40,530 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:40,533 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:21:40,533 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:40,570 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:40,581 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:40,598 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:40,656 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:40,656 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:40,695 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:40,696 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:40,701 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:40,731 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:40,731 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:40,732 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:40,733 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:40,733 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:40,773 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:40,804 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:40,805 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:40,806 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:40,807 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:40,807 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:40,847 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:40,873 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:40,874 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:40,876 - paramiko.transport - DEBUG - starting thread (client mode): 0x63eea50L 2018-10-04 05:21:40,877 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:40,882 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:40,883 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:40,885 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:40,885 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:40,886 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:40,886 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:40,886 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:40,886 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:40,891 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:40,891 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:40,892 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:21:40,893 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:40,931 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:40,943 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:40,957 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:41,050 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:41,050 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:41,089 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:41,090 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:41,126 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:41,163 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:41,164 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:41,165 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:41,165 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:41,166 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:41,207 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:41,244 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:41,245 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:41,246 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:41,247 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:41,247 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:41,288 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:41,322 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:41,324 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:41,325 - paramiko.transport - DEBUG - starting thread (client mode): 0x6429d90L 2018-10-04 05:21:41,326 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:41,331 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:41,331 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:41,334 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:41,334 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:41,334 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:41,335 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:41,335 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:41,335 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:41,339 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:41,340 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:41,341 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:21:41,342 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:41,379 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:41,391 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:41,407 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:41,473 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:41,473 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:41,512 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:41,513 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:41,517 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:41,547 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:41,548 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:41,549 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:41,550 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:41,550 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:41,590 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:41,621 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:41,622 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:41,623 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:41,624 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:41,624 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:41,664 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:41,691 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:41,692 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:41,693 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:41,694 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:41,694 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:41,708 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:46,693 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:46,694 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:46,696 - paramiko.transport - DEBUG - starting thread (client mode): 0x63caa50L 2018-10-04 05:21:46,696 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:46,701 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:46,702 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:46,704 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:46,704 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:46,704 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:46,704 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:46,705 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:46,705 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:46,710 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:46,710 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:46,712 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:21:46,712 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:46,750 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:46,762 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:46,777 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:46,845 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:46,845 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:46,884 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:46,885 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:46,896 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:46,927 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:46,929 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:46,930 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:46,930 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:46,931 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:46,971 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:47,007 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:47,009 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:47,009 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:47,010 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:47,010 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:47,051 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:47,082 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:47,083 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:47,085 - paramiko.transport - DEBUG - starting thread (client mode): 0x643c8d0L 2018-10-04 05:21:47,086 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:47,091 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:47,091 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:47,094 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:47,095 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:47,095 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:47,095 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:47,095 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:47,095 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:47,100 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:47,100 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:47,101 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:21:47,102 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:47,140 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:47,153 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:47,166 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:47,241 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:47,241 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:47,280 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:47,281 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:47,286 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:47,321 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:47,322 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:47,323 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:47,323 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:47,324 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:47,364 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:47,400 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:47,402 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:47,403 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:47,403 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:47,404 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:47,444 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:47,474 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:47,476 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:47,477 - paramiko.transport - DEBUG - starting thread (client mode): 0x64553d0L 2018-10-04 05:21:47,478 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:47,483 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:47,483 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:47,485 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:47,486 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:47,486 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:47,486 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:47,486 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:47,486 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:47,490 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:47,491 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:47,494 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:21:47,494 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:47,531 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:47,541 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:47,559 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:47,618 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:47,619 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:47,658 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:47,659 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:47,662 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:47,691 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:47,692 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:47,693 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:47,694 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:47,694 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:47,735 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:47,766 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:47,768 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:47,769 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:47,769 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:47,770 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:47,810 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:47,838 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:47,840 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:47,841 - paramiko.transport - DEBUG - starting thread (client mode): 0x63fb590L 2018-10-04 05:21:47,842 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:47,847 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:47,848 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:47,850 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:21:47,850 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:47,850 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:47,850 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:47,850 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:47,851 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:47,855 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:47,856 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:47,857 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:21:47,858 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:47,896 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:47,907 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:47,923 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:47,987 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:47,988 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:48,027 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:48,028 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:48,034 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:48,071 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:48,071 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:48,072 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:48,073 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:48,073 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:48,114 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:48,153 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:48,155 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:48,155 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:48,156 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:48,157 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:48,198 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:48,232 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:48,233 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:48,236 - paramiko.transport - DEBUG - starting thread (client mode): 0x641e410L 2018-10-04 05:21:48,236 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:21:48,239 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:21:48,240 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:21:48,241 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:21:48,242 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:21:48,242 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:21:48,242 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:21:48,242 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:21:48,242 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:21:48,247 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:21:48,247 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:21:48,252 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:21:48,252 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:21:48,287 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:21:48,298 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:21:48,317 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:21:48,373 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:21:48,373 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:21:48,412 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:21:48,413 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:21:48,420 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:21:48,449 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:21:48,451 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:21:48,451 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:21:48,452 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:21:48,452 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:21:48,492 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:21:48,523 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:21:48,524 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:21:48,525 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:21:48,526 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:21:48,526 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:21:48,566 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:21:48,595 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:21:48,596 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:21:48,596 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:21:48,598 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:21:48,598 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:21:48,602 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:21:48,657 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:21:48,658 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:21:48,659 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:21:48,660 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:21:48,660 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:21:48,664 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:21:48,716 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:21:48,717 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:21:48,717 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:21:48,718 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:21:48,718 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:21:48,722 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:21:48,759 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:21:48,760 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:21:48,761 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:21:48,762 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:21:48,762 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:21:48,765 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:21:48,814 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:21:48,815 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:21:48,816 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:21:48,817 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:21:48,817 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:21:48,819 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:21:48,858 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:21:48,858 - sdnvpn-results - INFO - Verify that OpenDaylight can start/communicate with zrpcd/Quagga 2018-10-04 05:21:48,859 - sdnvpn.test.functest.testcase_3 - INFO - Controller (ODL) list is ready 2018-10-04 05:21:48,859 - sdnvpn.test.functest.testcase_3 - INFO - Checking if zrpcd is running on the controller nodes 2018-10-04 05:21:48,860 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:21:48,860 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:21:48,861 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:21:48,862 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:21:48,864 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:21:48,920 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:21:48,920 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-2 2018-10-04 05:21:48,921 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:21:48,922 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:21:48,922 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:21:48,922 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:21:48,926 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:21:48,979 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:21:48,980 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-0 2018-10-04 05:21:48,981 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:21:48,981 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:21:48,982 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:21:48,982 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:21:48,984 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:21:49,036 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:21:49,037 - sdnvpn.test.functest.testcase_3 - INFO - zrpcd is running on the controller node overcloud-controller-1 2018-10-04 05:21:49,042 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:21:49,059 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:21:49,060 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:21:49,060 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:21:49,063 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:21:49,105 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:21:49,106 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:21:49,106 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:21:49,107 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:21:49,107 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:21:49,148 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:21:49,186 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:21:49,187 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:21:49,188 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:21:49,228 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:21:49,228 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:21:49,254 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:21:49,285 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-04 05:21:49,286 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-04 05:21:49,287 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-04 05:21:49,288 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-04 05:21:49,292 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-04 05:21:49,294 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:21:49,295 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:21:49,295 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:21:49,297 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:21:49,338 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:21:49,339 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:21:49,340 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:21:49,341 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:21:49,341 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:21:49,381 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:21:49,418 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:21:49,419 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:21:49,420 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:21:49,421 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:21:49,421 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:21:49,462 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:21:49,495 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-04 05:21:49,496 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-04 05:21:49,497 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-04 05:21:49,498 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-04 05:21:49,502 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-04 05:21:49,504 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:21:49,504 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:21:49,505 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:21:49,507 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:21:49,549 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:21:49,550 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:21:49,550 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:21:49,551 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:21:49,551 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:21:49,592 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:21:49,628 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:21:49,630 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:21:49,630 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:21:49,631 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:21:49,631 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:21:49,671 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:21:49,703 - paramiko.transport.sftp - INFO - [chan 7] Opened sftp connection (server version 3) 2018-10-04 05:21:49,703 - paramiko.transport.sftp - DEBUG - [chan 7] stat('/home/heat-admin/akka.conf') 2018-10-04 05:21:49,704 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') 2018-10-04 05:21:49,705 - paramiko.transport.sftp - DEBUG - [chan 7] open('/home/heat-admin/akka.conf', 'rb') -> 00000000 2018-10-04 05:21:49,709 - paramiko.transport.sftp - DEBUG - [chan 7] close(00000000) 2018-10-04 05:21:49,710 - sdnvpn.test.functest.testcase_3 - INFO - BGP entity owner is overcloud-controller-1 2018-10-04 05:21:49,711 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-04 05:21:49,712 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-04 05:21:49,712 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-04 05:21:49,714 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-04 05:21:49,715 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-04 05:21:49,716 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-04 05:21:49,716 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-04 05:21:49,716 - paramiko.transport - DEBUG - Ignoring message for dead channel 7 2018-10-04 05:21:49,751 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-04 05:21:49,752 - sdnvpn.test.functest.testcase_3 - INFO - Starting bgp speaker of controller at IP 172.30.9.22 2018-10-04 05:21:49,753 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-04 05:21:49,754 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-04 05:21:49,754 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-04 05:21:49,755 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-04 05:21:49,795 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-04 05:21:53,900 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-04 05:21:53,901 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-04 05:21:53,901 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-04 05:21:53,902 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-04 05:21:53,903 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-04 05:21:53,944 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-04 05:21:54,631 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-04 05:21:54,632 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-04 05:21:59,637 - sdnvpn.test.functest.testcase_3 - INFO - Checking if bgpd is running on the controller node 2018-10-04 05:21:59,637 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-04 05:21:59,638 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-04 05:21:59,638 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-04 05:21:59,643 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-04 05:21:59,692 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-04 05:21:59,693 - sdnvpn.test.functest.testcase_3 - INFO - bgpd is running on the controller node 2018-10-04 05:21:59,693 - sdnvpn.test.functest.testcase_3 - INFO - Downloading image 2018-10-04 05:21:59,694 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-04 05:22:06,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:22:06,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:22:06,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:22:06,767 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:22:06,767 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:22:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:22:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:22:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:22:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:22:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:22:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:22:06,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:22:06,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:22:06,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:22:06,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:22:06,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:22:06,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:22:06,772 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:22:06,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:22:06,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:22:06,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:22:06,773 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:22:06,774 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:22:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:22:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:22:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:22:06,775 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:22:06,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:22:06,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e4eb4e8-c2c1-46f6-abac-939401e391ab Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:22:06,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1e4eb4e8-c2c1-46f6-abac-939401e391ab 2018-10-04 05:22:06,784 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:22:07,171 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:22:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["UbcwSFRmQVyV61Mlqmkjag"], "issued_at": "2018-10-04T05:22:07.000000Z"}} 2018-10-04 05:22:07,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96b62677e2258adc600d6a05428d016ce5845969" 2018-10-04 05:22:07,377 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-0dcdeaac-b27e-4f79-958d-980632d55515 x-compute-request-id: req-0dcdeaac-b27e-4f79-958d-980632d55515 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 05:22:07,377 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-0dcdeaac-b27e-4f79-958d-980632d55515 2018-10-04 05:22:07,378 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-04 05:22:07,382 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}96b62677e2258adc600d6a05428d016ce5845969" -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-04 05:22:07,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e5f509c4-b84f-46d2-a526-b9fef3a28ca1 x-compute-request-id: req-e5f509c4-b84f-46d2-a526-b9fef3a28ca1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7130c426-9510-4cd0-b679-714cecfb6127", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:22:07,436 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-e5f509c4-b84f-46d2-a526-b9fef3a28ca1 2018-10-04 05:22:07,437 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=7130c426-9510-4cd0-b679-714cecfb6127 created successfully. 2018-10-04 05:22:07,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:22:07,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2210ce1c-ae26-492a-bad7-64a3ebce5bd7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:22:07,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2210ce1c-ae26-492a-bad7-64a3ebce5bd7 2018-10-04 05:22:07,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:22:07,916 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:22:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["6iZ8MXZtTlCQNiqilwHlAg"], "issued_at": "2018-10-04T05:22:07.000000Z"}} 2018-10-04 05:22:07,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:08,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12700 X-Openstack-Request-Id: req-b0cda28f-254a-4d32-828c-1efa7b8cffdf Date: Thu, 04 Oct 2018 05:22:08 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:19:57Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 6, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:22:08,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-b0cda28f-254a-4d32-828c-1efa7b8cffdf 2018-10-04 05:22:08,249 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:22:08,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:08,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-c228e1bf-bfd3-41e9-95a8-dc2a0c45c1e3 Date: Thu, 04 Oct 2018 05:22: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-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "205561f8-3a58-409b-9b42-6f0968b8981c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "2849fad5-af69-4946-a075-a156b378a3d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3794f547-4020-4c40-a0b5-b0f77cef2993"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "58fcc378-4d02-461c-a01a-201061d8e07a"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "5dc71651-526c-4ca4-a057-5e19f51581e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "84708719-1e79-4e79-bcf1-2f708b1df0df"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "9be42e95-42ca-4ce8-8e51-d941131521e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "acac8d89-d472-4c81-bc78-066c22cce340"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 80, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "d68eff79-74df-4ddf-8304-831c80c414f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c"}]} 2018-10-04 05:22:08,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c228e1bf-bfd3-41e9-95a8-dc2a0c45c1e3 2018-10-04 05:22:08,472 - sdnvpn_test_utils - INFO - This rule exists for security group: c4c5d4ac-533e-45a0-90d8-4a462d750e9d 2018-10-04 05:22:08,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:08,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-e583ebc9-dffc-460e-a89d-c793b26a6267 Date: Thu, 04 Oct 2018 05:22: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-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "205561f8-3a58-409b-9b42-6f0968b8981c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "2849fad5-af69-4946-a075-a156b378a3d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3794f547-4020-4c40-a0b5-b0f77cef2993"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "58fcc378-4d02-461c-a01a-201061d8e07a"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "5dc71651-526c-4ca4-a057-5e19f51581e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "84708719-1e79-4e79-bcf1-2f708b1df0df"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "9be42e95-42ca-4ce8-8e51-d941131521e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "acac8d89-d472-4c81-bc78-066c22cce340"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 80, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "d68eff79-74df-4ddf-8304-831c80c414f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c"}]} 2018-10-04 05:22:08,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-e583ebc9-dffc-460e-a89d-c793b26a6267 2018-10-04 05:22:08,656 - sdnvpn_test_utils - INFO - This rule exists for security group: c4c5d4ac-533e-45a0-90d8-4a462d750e9d 2018-10-04 05:22:08,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:08,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10774 X-Openstack-Request-Id: req-d2659edf-54a8-4aa3-8964-c0b56a5f6a61 Date: Thu, 04 Oct 2018 05:22: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-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "205561f8-3a58-409b-9b42-6f0968b8981c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "2849fad5-af69-4946-a075-a156b378a3d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3794f547-4020-4c40-a0b5-b0f77cef2993"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "58fcc378-4d02-461c-a01a-201061d8e07a"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "5dc71651-526c-4ca4-a057-5e19f51581e9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "84708719-1e79-4e79-bcf1-2f708b1df0df"}, {"remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "project_id": "", "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "9be42e95-42ca-4ce8-8e51-d941131521e8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92"}, {"remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "port_range_min": null, "revision_number": 0, "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "acac8d89-d472-4c81-bc78-066c22cce340"}, {"remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "port_range_min": null, "revision_number": 0, "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "project_id": "922c345b28c644408c4ff74110916626", "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88"}, {"remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 80, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 22, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:57Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "d68eff79-74df-4ddf-8304-831c80c414f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": null, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c"}]} 2018-10-04 05:22:08,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-d2659edf-54a8-4aa3-8964-c0b56a5f6a61 2018-10-04 05:22:08,850 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-10-04 05:22:08,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"security_group_rule": {"port_range_min": 179, "direction": "ingress", "protocol": "tcp", "port_range_max": 179, "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:22:09,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-e1281b4e-586b-4cef-8934-4b7f48d191eb Date: Thu, 04 Oct 2018 05:22:09 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-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "port_range_min": 179, "revision_number": 0, "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:09Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce"}} 2018-10-04 05:22:09,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-e1281b4e-586b-4cef-8934-4b7f48d191eb 2018-10-04 05:22:09,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:09,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7605110e-fd6f-4f53-a41c-a6b8fd7582d4 Date: Thu, 04 Oct 2018 05:22:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 05:22:09,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7605110e-fd6f-4f53-a41c-a6b8fd7582d4 2018-10-04 05:22:09,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:09,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4ec3babb-e79d-4e79-b3e5-2cb2478c39f1 Date: Thu, 04 Oct 2018 05:22:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 05:22:09,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-4ec3babb-e79d-4e79-b3e5-2cb2478c39f1 2018-10-04 05:22:09,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:09,783 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-43c8f3db-19cb-4a41-acbb-8e627e0a614b Date: Thu, 04 Oct 2018 05:22:09 GMT RESP BODY: {"routers": []} 2018-10-04 05:22:09,783 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-43c8f3db-19cb-4a41-acbb-8e627e0a614b 2018-10-04 05:22:09,783 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-1-net... 2018-10-04 05:22:09,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"network": {"name": "sdnvpn-3-1-net", "admin_state_up": true}}' 2018-10-04 05:22:10,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-17efda4a-8913-4613-95cf-608cdb8f1511 Date: Thu, 04 Oct 2018 05:22: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":"eccf3afc-7370-4ed7-aea7-838bac71bca1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:22:10Z","is_default":false,"provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:09Z","mtu":1450}} 2018-10-04 05:22:10,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-17efda4a-8913-4613-95cf-608cdb8f1511 2018-10-04 05:22:10,182 - sdnvpn.lib.openstack_utils - DEBUG - Network 'eccf3afc-7370-4ed7-aea7-838bac71bca1' created successfully 2018-10-04 05:22:10,183 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:22:10,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"subnets": [{"ip_version": 4, "network_id": "eccf3afc-7370-4ed7-aea7-838bac71bca1", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-1-subnet"}]}' 2018-10-04 05:22:10,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-6aa07bf7-2c52-406e-8113-890129a1790f Date: Thu, 04 Oct 2018 05:22:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eccf3afc-7370-4ed7-aea7-838bac71bca1","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:10Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:22:10Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"105a7276-4c0c-4ca9-8819-80b598131d85","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"}]} 2018-10-04 05:22:10,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-6aa07bf7-2c52-406e-8113-890129a1790f 2018-10-04 05:22:10,625 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '105a7276-4c0c-4ca9-8819-80b598131d85' created successfully 2018-10-04 05:22:10,625 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:22:10,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"router": {"name": "sdnvpn-3-1-router", "admin_state_up": true}}' 2018-10-04 05:22:10,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-181b3147-c8f3-48a2-af86-5d82b3a34fb2 Date: Thu, 04 Oct 2018 05:22:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:22:10Z", "revision_number": 0, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "4be0ecac-5fd7-4d23-8193-446501c24369", "name": "sdnvpn-3-1-router"}} 2018-10-04 05:22:10,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-181b3147-c8f3-48a2-af86-5d82b3a34fb2 2018-10-04 05:22:10,818 - sdnvpn.lib.openstack_utils - DEBUG - Router '4be0ecac-5fd7-4d23-8193-446501c24369' created successfully 2018-10-04 05:22:10,819 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:22:10,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"subnet_id": "105a7276-4c0c-4ca9-8819-80b598131d85"}' 2018-10-04 05:22:12,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-984ec4c0-ebe1-485e-8093-643760c711a4 Date: Thu, 04 Oct 2018 05:22:12 GMT RESP BODY: {"network_id": "eccf3afc-7370-4ed7-aea7-838bac71bca1", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "105a7276-4c0c-4ca9-8819-80b598131d85", "subnet_ids": ["105a7276-4c0c-4ca9-8819-80b598131d85"], "port_id": "64da4688-c91a-4d12-8c39-3a19fbeba55b", "id": "4be0ecac-5fd7-4d23-8193-446501c24369"} 2018-10-04 05:22:12,351 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369/add_router_interface used request id req-984ec4c0-ebe1-485e-8093-643760c711a4 2018-10-04 05:22:12,352 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:22:12,352 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:22:12,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:12,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-e1a8a964-74c6-4847-b823-5af5f8804ce2 Date: Thu, 04 Oct 2018 05:22:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccf3afc-7370-4ed7-aea7-838bac71bca1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["105a7276-4c0c-4ca9-8819-80b598131d85"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:10Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:09Z","provider:network_type":"vxlan"}]} 2018-10-04 05:22:12,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e1a8a964-74c6-4847-b823-5af5f8804ce2 2018-10-04 05:22:12,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}}' 2018-10-04 05:22:14,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-7743bdec-1062-462c-89b9-ebc021b20030 Date: Thu, 04 Oct 2018 05:22:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:22:14Z", "revision_number": 4, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "4be0ecac-5fd7-4d23-8193-446501c24369", "name": "sdnvpn-3-1-router"}} 2018-10-04 05:22:14,614 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369 used request id req-7743bdec-1062-462c-89b9-ebc021b20030 2018-10-04 05:22:14,615 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:22:14,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:14,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-a484dff4-e3aa-4f8f-a2ce-ed2cdcb65161 Date: Thu, 04 Oct 2018 05:22:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccf3afc-7370-4ed7-aea7-838bac71bca1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["105a7276-4c0c-4ca9-8819-80b598131d85"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:10Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:09Z","provider:network_type":"vxlan"}]} 2018-10-04 05:22:14,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a484dff4-e3aa-4f8f-a2ce-ed2cdcb65161 2018-10-04 05:22:14,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:15,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1253 X-Openstack-Request-Id: req-e8cf90fe-859e-4ee4-8901-a289df610ca7 Date: Thu, 04 Oct 2018 05:22:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"eccf3afc-7370-4ed7-aea7-838bac71bca1","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:10Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:22:10Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"105a7276-4c0c-4ca9-8819-80b598131d85","subnetpool_id":null,"name":"sdnvpn-3-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 05:22:15,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e8cf90fe-859e-4ee4-8901-a289df610ca7 2018-10-04 05:22:15,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:15,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 609 X-Openstack-Request-Id: req-e426f885-177a-4075-b6e5-dfb5b88a6eae Date: Thu, 04 Oct 2018 05:22:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:22:14Z", "revision_number": 4, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "4be0ecac-5fd7-4d23-8193-446501c24369", "name": "sdnvpn-3-1-router"}]} 2018-10-04 05:22:15,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-e426f885-177a-4075-b6e5-dfb5b88a6eae 2018-10-04 05:22:15,315 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-3-2-quagga-net... 2018-10-04 05:22:15,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"network": {"name": "sdnvpn-3-2-quagga-net", "admin_state_up": true}}' 2018-10-04 05:22:15,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 653 X-Openstack-Request-Id: req-7916e183-7a6a-4361-b1b3-26551d0c36b1 Date: Thu, 04 Oct 2018 05:22: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":"f381d7d5-5d57-4695-bb25-6fbf0b0f0c00","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:22:15Z","is_default":false,"provider:segmentation_id":25,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:15Z","mtu":1450}} 2018-10-04 05:22:15,565 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-7916e183-7a6a-4361-b1b3-26551d0c36b1 2018-10-04 05:22:15,565 - sdnvpn.lib.openstack_utils - DEBUG - Network 'f381d7d5-5d57-4695-bb25-6fbf0b0f0c00' created successfully 2018-10-04 05:22:15,566 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:22:15,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"subnets": [{"ip_version": 4, "network_id": "f381d7d5-5d57-4695-bb25-6fbf0b0f0c00", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-3-2-quagga-subnet"}]}' 2018-10-04 05:22:16,145 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-31ec47fe-19d0-472f-a9dd-d01adf3c8ef3 Date: Thu, 04 Oct 2018 05:22:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f381d7d5-5d57-4695-bb25-6fbf0b0f0c00","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:15Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:22:15Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"283deb15-731d-4f1b-99cd-94bea87b17b7","subnetpool_id":null,"name":"sdnvpn-3-2-quagga-subnet"}]} 2018-10-04 05:22:16,146 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-31ec47fe-19d0-472f-a9dd-d01adf3c8ef3 2018-10-04 05:22:16,146 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '283deb15-731d-4f1b-99cd-94bea87b17b7' created successfully 2018-10-04 05:22:16,146 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:22:16,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"router": {"name": "sdnvpn-3-2-quagga-router", "admin_state_up": true}}' 2018-10-04 05:22:16,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-5977ea49-a1c2-4c08-868b-811e279dba10 Date: Thu, 04 Oct 2018 05:22:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:22:16Z", "revision_number": 0, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "927b95bc-4d1c-4cc1-829e-3e3be2eaa001", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-04 05:22:16,345 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-5977ea49-a1c2-4c08-868b-811e279dba10 2018-10-04 05:22:16,345 - sdnvpn.lib.openstack_utils - DEBUG - Router '927b95bc-4d1c-4cc1-829e-3e3be2eaa001' created successfully 2018-10-04 05:22:16,345 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:22:16,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"subnet_id": "283deb15-731d-4f1b-99cd-94bea87b17b7"}' 2018-10-04 05:22:17,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d048114-124c-493f-9e42-4cffcadad8e8 Date: Thu, 04 Oct 2018 05:22:17 GMT RESP BODY: {"network_id": "f381d7d5-5d57-4695-bb25-6fbf0b0f0c00", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "283deb15-731d-4f1b-99cd-94bea87b17b7", "subnet_ids": ["283deb15-731d-4f1b-99cd-94bea87b17b7"], "port_id": "c9504b46-1c21-44a9-a939-88c2c5bc5c1e", "id": "927b95bc-4d1c-4cc1-829e-3e3be2eaa001"} 2018-10-04 05:22:17,732 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001/add_router_interface used request id req-4d048114-124c-493f-9e42-4cffcadad8e8 2018-10-04 05:22:17,732 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:22:17,733 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:22:17,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:17,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-1b070431-962c-409c-bfbf-ff5332251ed0 Date: Thu, 04 Oct 2018 05:22:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccf3afc-7370-4ed7-aea7-838bac71bca1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["105a7276-4c0c-4ca9-8819-80b598131d85"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:10Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f381d7d5-5d57-4695-bb25-6fbf0b0f0c00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["283deb15-731d-4f1b-99cd-94bea87b17b7"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:15Z","provider:segmentation_id":25,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:15Z","provider:network_type":"vxlan"}]} 2018-10-04 05:22:17,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-1b070431-962c-409c-bfbf-ff5332251ed0 2018-10-04 05:22:17,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}}' 2018-10-04 05:22:19,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 613 X-Openstack-Request-Id: req-0f5fd67c-52e2-480d-acfa-e4511a7125c1 Date: Thu, 04 Oct 2018 05:22:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:22:19Z", "revision_number": 4, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "927b95bc-4d1c-4cc1-829e-3e3be2eaa001", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-04 05:22:19,489 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001 used request id req-0f5fd67c-52e2-480d-acfa-e4511a7125c1 2018-10-04 05:22:19,490 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:22:19,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:22:19,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4969328-af99-4cab-bca6-354df45b1c2b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:22:19,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b4969328-af99-4cab-bca6-354df45b1c2b 2018-10-04 05:22:19,498 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:22:19,864 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["SD2DTDfcQXmpAcs9q0yowQ"], "issued_at": "2018-10-04T05:22:19.000000Z"}} 2018-10-04 05:22:19,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dadfb2f15c1fa55427119f76254f783681734617" 2018-10-04 05:22:20,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-2841ab0c-4335-4cda-8222-01184dff3e75 Date: Thu, 04 Oct 2018 05:22:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:22:20,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-2841ab0c-4335-4cda-8222-01184dff3e75 2018-10-04 05:22:20,038 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-04 05:22:20,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dadfb2f15c1fa55427119f76254f783681734617" 2018-10-04 05:22:20,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-bbef2913-04a6-488b-9c22-2025eaf286c9 Date: Thu, 04 Oct 2018 05:22: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-04 05:22:20,579 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-bbef2913-04a6-488b-9c22-2025eaf286c9 2018-10-04 05:22:20,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dadfb2f15c1fa55427119f76254f783681734617" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-04 05:22:20,816 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a0847856-160b-4b43-ba58-9480624da406 X-Openstack-Request-Id: req-1e88e4e0-2cbb-4678-8db4-907f5f54eadf Date: Thu, 04 Oct 2018 05:22:20 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:22:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:22:20Z", "visibility": "public", "locations": [], "self": "/v2/images/a0847856-160b-4b43-ba58-9480624da406", "min_disk": 0, "protected": false, "id": "a0847856-160b-4b43-ba58-9480624da406", "file": "/v2/images/a0847856-160b-4b43-ba58-9480624da406/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:22:20,816 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1e88e4e0-2cbb-4678-8db4-907f5f54eadf 2018-10-04 05:22:20,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a0847856-160b-4b43-ba58-9480624da406/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dadfb2f15c1fa55427119f76254f783681734617" -d '' 2018-10-04 05:22:32,048 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-183bb981-e40a-4d94-b5a3-2c9b3ad0ce21 Date: Thu, 04 Oct 2018 05:22: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-04 05:22:32,048 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a0847856-160b-4b43-ba58-9480624da406/file used request id req-183bb981-e40a-4d94-b5a3-2c9b3ad0ce21 2018-10-04 05:22:32,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:32,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-9359d758-dda8-47c2-8b73-00efd8891f65 Date: Thu, 04 Oct 2018 05:22:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccf3afc-7370-4ed7-aea7-838bac71bca1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["105a7276-4c0c-4ca9-8819-80b598131d85"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:10Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f381d7d5-5d57-4695-bb25-6fbf0b0f0c00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["283deb15-731d-4f1b-99cd-94bea87b17b7"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:15Z","provider:segmentation_id":25,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:15Z","provider:network_type":"vxlan"}]} 2018-10-04 05:22:32,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9359d758-dda8-47c2-8b73-00efd8891f65 2018-10-04 05:22:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"floatingip": {"floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}' 2018-10-04 05:22:33,364 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-eba0cb25-28c6-475b-9c12-24b6a5e72a1f Date: Thu, 04 Oct 2018 05:22:33 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-04T05:22:32Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": null, "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": null, "id": "f1d825e0-ad62-471f-9a20-e68299a6b66d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:32Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}} 2018-10-04 05:22:33,364 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-eba0cb25-28c6-475b-9c12-24b6a5e72a1f 2018-10-04 05:22:33,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:22:33,600 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2022 X-Openstack-Request-Id: req-499de96d-e353-4405-bb7f-ebf81538029e Date: Thu, 04 Oct 2018 05:22:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"eccf3afc-7370-4ed7-aea7-838bac71bca1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["105a7276-4c0c-4ca9-8819-80b598131d85"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:10Z","provider:segmentation_id":36,"name":"sdnvpn-3-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:09Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f381d7d5-5d57-4695-bb25-6fbf0b0f0c00","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["283deb15-731d-4f1b-99cd-94bea87b17b7"],"description":"","tags":[],"updated_at":"2018-10-04T05:22:15Z","provider:segmentation_id":25,"name":"sdnvpn-3-2-quagga-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:22:15Z","provider:network_type":"vxlan"}]} 2018-10-04 05:22:33,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-499de96d-e353-4405-bb7f-ebf81538029e 2018-10-04 05:22:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"floatingip": {"floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}' 2018-10-04 05:22:35,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-e4ec09ee-ccd7-401e-8619-20001e4f5a87 Date: Thu, 04 Oct 2018 05:22:35 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-10-04T05:22:34Z", "floating_network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": null, "id": "aaee1ce5-eced-42de-a354-7aa105c74197", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:34Z", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}} 2018-10-04 05:22:35,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-e4ec09ee-ccd7-401e-8619-20001e4f5a87 2018-10-04 05:22:35,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:22:35,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b41da6c-3830-49c5-ae61-06b601d2e5ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:22:35,138 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b41da6c-3830-49c5-ae61-06b601d2e5ff 2018-10-04 05:22:35,139 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:22:35,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:22:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["9n23-0I7Rl210jyFvvQ0Ng"], "issued_at": "2018-10-04T05:22:35.000000Z"}} 2018-10-04 05:22:35,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87566f5de4f229228398bc0062b6772df796f639" 2018-10-04 05:22:35,710 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d7cc3870-aad1-4b49-84aa-695220263409 x-compute-request-id: req-d7cc3870-aad1-4b49-84aa-695220263409 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10179, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:22:35,710 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-d7cc3870-aad1-4b49-84aa-695220263409 2018-10-04 05:22:35,712 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:22:35,713 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:22:35,713 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:22:35,715 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:22:35,749 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:22:35,751 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:22:35,751 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:22:35,752 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:22:35,753 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:22:35,755 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:22:35,791 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:22:35,792 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:22:35,803 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-3-2-quagga'... 2018-10-04 05:22:35,803 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-3-2-quagga flavor=m1.custom image=a0847856-160b-4b43-ba58-9480624da406 network=f381d7d5-5d57-4695-bb25-6fbf0b0f0c00 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d 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.22 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-04 05:22:35,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:22:35,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:22:35,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:22:35,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:22:35,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:22:35,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:22:35,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:22:35,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:22:35,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:22:35,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:22:35,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:22:35,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:22:35,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:22:35,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:22:35,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:22:35,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:22:35,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:22:35,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:22:35,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:22:35,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:22:35,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:22:35,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:22:35,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:22:35,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20baec82-e6ea-412e-85ad-df5dbdf3ed28 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:22:35,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-20baec82-e6ea-412e-85ad-df5dbdf3ed28 2018-10-04 05:22:35,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:22:36,201 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:22:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["_5dhNWgZTIKApfuNKEb0sQ"], "issued_at": "2018-10-04T05:22:36.000000Z"}} 2018-10-04 05:22:36,204 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" 2018-10-04 05:22:36,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e7d2075-f262-4803-af4f-e087a62f5bfd x-compute-request-id: req-2e7d2075-f262-4803-af4f-e087a62f5bfd Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:22:36,391 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2e7d2075-f262-4803-af4f-e087a62f5bfd 2018-10-04 05:22:36,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/7130c426-9510-4cd0-b679-714cecfb6127 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" 2018-10-04 05:22:36,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce6e57d2-1e15-480e-8f5f-49125cf1fa6b x-compute-request-id: req-ce6e57d2-1e15-480e-8f5f-49125cf1fa6b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "7130c426-9510-4cd0-b679-714cecfb6127", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:22:36,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/7130c426-9510-4cd0-b679-714cecfb6127 used request id req-ce6e57d2-1e15-480e-8f5f-49125cf1fa6b 2018-10-04 05:22:36,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" -d '{"server": {"name": "sdnvpn-3-2-quagga", "imageRef": "a0847856-160b-4b43-ba58-9480624da406", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "7130c426-9510-4cd0-b679-714cecfb6127", "user_data": "IyEgL2Jpbi9iYXNoCgpzZXQgLXhlCgojIGNoYW5nZSB0aGUgcGFzc3dvcmQgYmVjYXVzZSB0aGlzIHNjcmlwdCBpcyBydW4gb24gYSBwYXNzd29yZGxlc3MgY2xvdWQtaW1hZ2UKZWNobyAndWJ1bnR1Om9wbmZ2JyB8IGNocGFzc3dkCgojIFdhaXQgZm9yIGEgZmxvYXRpbmcgSVAKIyBhcyBhIHdvcmthcm91bmQgdG8gTkFUIGJyZWFrYWdlCnNsZWVwIDIwCgojIFZhcmlhYmxlcyB0byBiZSBmaWxsZWQgaW4gd2l0aCBweXRob24KTkVJR0hCT1JfSVA9MTcyLjMwLjkuMjIKT1dOX0lQPTE3Mi4zMC45LjIwMwojIGRpcmVjdGx5IGFjY2VzcyB0aGUgaW5zdGFuY2UgZnJvbSB0aGUgZXh0ZXJuYWwgbmV0IHdpdGhvdXQgTkFUCkVYVF9ORVRfTUFTSz0yNAoKaWYgW1sgJChnZXRlbnQgaG9zdHMgfCBhd2sgJ3twcmludCAkMn0nKSAhPSAqIiQoY2F0IC9ldGMvaG9zdG5hbWUgfCBhd2sgJ3twcmludCAkMX0nKSIqIF1dCnRoZW4gCmVjaG8gIjEyNy4wLjEuMSAkKGNhdCAvZXRjL2hvc3RuYW1lIHwgYXdrICd7cHJpbnQgJDF9JykiIHwgdGVlIC1hIC9ldGMvaG9zdHMKZmkKCnF1YWdnYV9pbnQ9JycKZm9yIG5ldF9pbnQgaW4gJChuZXRzdGF0IC1pYSB8IGF3ayAnTlI+MntwcmludCAkMX0nKTsKZG8KaWYgWyAteiAiJChpZmNvbmZpZyB8IGdyZXAgJG5ldF9pbnQpIiBdCnRoZW4KcXVhZ2dhX2ludD0kbmV0X2ludApicmVhawpmaQpkb25lCmlmIFsgLXogIiRxdWFnZ2FfaW50IiBdCnRoZW4KZWNobyAnTm8gYXZhaWxhYmxlIG5ldHdvcmsgaW50ZXJmYWNlJwpmaQoKaXAgbGluayBzZXQgJHF1YWdnYV9pbnQgdXAKaXAgYWRkciBhZGQgJE9XTl9JUC8kRVhUX05FVF9NQVNLIGRldiAkcXVhZ2dhX2ludAoKWkVCUkFfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS96ZWJyYS5jb25mIgpEQUVNT05TX0ZJTEVfTE9DQVRJT049Ii9ldGMvcXVhZ2dhL2RhZW1vbnMiCkJHUERfQ09ORklHX0xPQ0FUSU9OPSIvZXRjL3F1YWdnYS9iZ3BkLmNvbmYiCkJHUERfTE9HX0ZJTEU9Ii92YXIvbG9nL2JncGQubG9nIgoKIyBRdWFnZ2EgaXMgYWxyZWFkeSBpbnN0YWxsZWQgdG8gcnVuIGFzIHdlbGwgaW4gc2V0dXBzIHdpdGhvdXQgaW5ldAojIGRucyBmaXgKIyBlY2hvICJuYW1lc2VydmVyIDguOC44LjgiID4gL2V0Yy9yZXNvbHZjb25mL3Jlc29sdi5jb25mLmQvaGVhZAojIHJlc29sdmNvbmYgLXUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCB1cGRhdGUKIyBERUJJQU5fRlJPTlRFTkQ9bm9uaW50ZXJhY3RpdmUgYXB0LWdldCBpbnN0YWxsIHF1YWdnYSAteQoKdG91Y2ggJEJHUERfTE9HX0ZJTEUKY2hvd24gcXVhZ2dhOnF1YWdnYSAkQkdQRF9MT0dfRklMRQoKY2hvd24gcXVhZ2dhOnF1YWdnYSAkREFFTU9OU19GSUxFX0xPQ0FUSU9OCmNhdCA8PENBVEVPRiA+ICREQUVNT05TX0ZJTEVfTE9DQVRJT04KemVicmE9eWVzCmJncGQ9eWVzCm9zcGZkPW5vCm9zcGY2ZD1ubwpyaXBkPW5vCnJpcG5nZD1ubwppc2lzZD1ubwpiYWJlbGQ9bm8KQ0FURU9GCgp0b3VjaCAkWkVCUkFfQ09ORklHX0xPQ0FUSU9OCmNob3duIHF1YWdnYTpxdWFnZ2EgJFpFQlJBX0NPTkZJR19MT0NBVElPTgoKY2F0IDw8Q0FURU9GID4gJEJHUERfQ09ORklHX0xPQ0FUSU9OCiEgLSotIGJncCAtKi0KCmhvc3RuYW1lIGJncGQKcGFzc3dvcmQgc2RuY2JncGMKCnJvdXRlciBiZ3AgMjAwCiBiZ3Agcm91dGVyLWlkICR7T1dOX0lQfQogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gcmVtb3RlLWFzIDEwMAogbm8gbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIQogYWRkcmVzcy1mYW1pbHkgdnBudjQgdW5pY2FzdAogbmVpZ2hib3IgJHtORUlHSEJPUl9JUH0gYWN0aXZhdGUKIGV4aXQtYWRkcmVzcy1mYW1pbHkKIQpsaW5lIHZ0eQogZXhlYy10aW1lb3V0IDAgMAohCmRlYnVnIGJncCBldmVudHMKZGVidWcgYmdwICB1cGRhdGVzCmxvZyBmaWxlICR7QkdQRF9MT0dfRklMRX0KZW5kCkNBVEVPRgpjaG93biBxdWFnZ2E6cXVhZ2dhICRCR1BEX0NPTkZJR19MT0NBVElPTgpzZXJ2aWNlIHF1YWdnYSByZXN0YXJ0CnBncmVwIGJncGQKcGdyZXAgemVicmEK", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.11.5", "uuid": "f381d7d5-5d57-4695-bb25-6fbf0b0f0c00"}], "config_drive": true}}' 2018-10-04 05:22:38,575 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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-4b980191-0eb0-425b-9547-07df4d5b8066 x-compute-request-id: req-4b980191-0eb0-425b-9547-07df4d5b8066 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "adminPass": "swJV2CyBx7NG"}} 2018-10-04 05:22:38,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4b980191-0eb0-425b-9547-07df4d5b8066 2018-10-04 05:22:38,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:22:38,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc9dc5b1-85e9-4a0d-97f0-c55706d17428 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:22:38,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cc9dc5b1-85e9-4a0d-97f0-c55706d17428 2018-10-04 05:22:38,584 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:22:38,965 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:22:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["3GN9rOaAQ765JEQRNCZ88A"], "issued_at": "2018-10-04T05:22:38.000000Z"}} 2018-10-04 05:22:38,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:22:39,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22: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-c0110f10-3848-42b0-8af1-ff31637b9d87 x-compute-request-id: req-c0110f10-3848-42b0-8af1-ff31637b9d87 Content-Encoding: gzip Content-Length: 633 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:22:39,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-c0110f10-3848-42b0-8af1-ff31637b9d87 2018-10-04 05:22:42,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:22:43,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22: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-37108934-28c3-45d8-99cc-34531ab6b34d x-compute-request-id: req-37108934-28c3-45d8-99cc-34531ab6b34d Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:22:43,229 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-37108934-28c3-45d8-99cc-34531ab6b34d 2018-10-04 05:22:46,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:22:46,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22: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-73ad34b3-f2a1-449b-86a0-92a9fa7d74b3 x-compute-request-id: req-73ad34b3-f2a1-449b-86a0-92a9fa7d74b3 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:22:46,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-73ad34b3-f2a1-449b-86a0-92a9fa7d74b3 2018-10-04 05:22:49,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:22:50,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22: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-298f17ad-6345-46a9-9390-e66491f9ce9c x-compute-request-id: req-298f17ad-6345-46a9-9390-e66491f9ce9c Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:22:50,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-298f17ad-6345-46a9-9390-e66491f9ce9c 2018-10-04 05:22:53,597 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:22:54,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-6e75b766-4570-4712-91ee-9d0008579e5a x-compute-request-id: req-6e75b766-4570-4712-91ee-9d0008579e5a Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:22:54,579 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-6e75b766-4570-4712-91ee-9d0008579e5a 2018-10-04 05:22:57,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:22:58,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:22: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-6f8b4970-adaf-480f-aa7d-671aa0dab65b x-compute-request-id: req-6f8b4970-adaf-480f-aa7d-671aa0dab65b Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:22:58,332 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-6f8b4970-adaf-480f-aa7d-671aa0dab65b 2018-10-04 05:23:01,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:01,977 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-02f90e1b-1ddd-4365-b393-1742e73513c2 x-compute-request-id: req-02f90e1b-1ddd-4365-b393-1742e73513c2 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:01,977 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-02f90e1b-1ddd-4365-b393-1742e73513c2 2018-10-04 05:23:04,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:05,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23: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-303b0722-bde8-455b-9eea-df32099239e3 x-compute-request-id: req-303b0722-bde8-455b-9eea-df32099239e3 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:05,753 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-303b0722-bde8-455b-9eea-df32099239e3 2018-10-04 05:23:08,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:09,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23: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-84b6b8fd-57de-4ce9-b2a3-3b0917b1e1ee x-compute-request-id: req-84b6b8fd-57de-4ce9-b2a3-3b0917b1e1ee Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:09,419 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-84b6b8fd-57de-4ce9-b2a3-3b0917b1e1ee 2018-10-04 05:23:12,425 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:13,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23: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-737032db-93ed-4783-a104-a278c5b15098 x-compute-request-id: req-737032db-93ed-4783-a104-a278c5b15098 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:13,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-737032db-93ed-4783-a104-a278c5b15098 2018-10-04 05:23:16,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:16,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23: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-b03155b9-18da-4e35-9b49-3e957905a6a2 x-compute-request-id: req-b03155b9-18da-4e35-9b49-3e957905a6a2 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:16,818 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-b03155b9-18da-4e35-9b49-3e957905a6a2 2018-10-04 05:23:19,825 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:20,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad60befb-e654-4b09-8953-9ef001380843 x-compute-request-id: req-ad60befb-e654-4b09-8953-9ef001380843 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:20,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-ad60befb-e654-4b09-8953-9ef001380843 2018-10-04 05:23:23,448 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:24,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23: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-a3b1ef4a-841e-4354-b8e7-6daffab44dd0 x-compute-request-id: req-a3b1ef4a-841e-4354-b8e7-6daffab44dd0 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:24,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-a3b1ef4a-841e-4354-b8e7-6daffab44dd0 2018-10-04 05:23:27,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:27,877 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d254dc16-b20f-4645-a982-00bf08b35fb5 x-compute-request-id: req-d254dc16-b20f-4645-a982-00bf08b35fb5 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:27,878 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-d254dc16-b20f-4645-a982-00bf08b35fb5 2018-10-04 05:23:30,884 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:31,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b0c71f5-c62a-4e09-8096-4bfc1e968898 x-compute-request-id: req-4b0c71f5-c62a-4e09-8096-4bfc1e968898 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:31,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-4b0c71f5-c62a-4e09-8096-4bfc1e968898 2018-10-04 05:23:34,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:35,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23: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-ad6199d7-c7c4-4f5d-81d6-c04acc73cfa0 x-compute-request-id: req-ad6199d7-c7c4-4f5d-81d6-c04acc73cfa0 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:35,469 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-ad6199d7-c7c4-4f5d-81d6-c04acc73cfa0 2018-10-04 05:23:38,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:39,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-3b381cd9-0d18-4db0-8ac6-4e6e90e35cdf x-compute-request-id: req-3b381cd9-0d18-4db0-8ac6-4e6e90e35cdf Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:39,089 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-3b381cd9-0d18-4db0-8ac6-4e6e90e35cdf 2018-10-04 05:23:42,098 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:42,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-080361c1-e0ab-4f59-9adf-54d1dede0149 x-compute-request-id: req-080361c1-e0ab-4f59-9adf-54d1dede0149 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:42,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-080361c1-e0ab-4f59-9adf-54d1dede0149 2018-10-04 05:23:45,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:46,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65ec12a9-4ab6-40f1-8d7f-c3bda7c391f7 x-compute-request-id: req-65ec12a9-4ab6-40f1-8d7f-c3bda7c391f7 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:46,330 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-65ec12a9-4ab6-40f1-8d7f-c3bda7c391f7 2018-10-04 05:23:49,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:49,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf1b7166-5d23-44f0-b80a-a1c0bbb51eb9 x-compute-request-id: req-bf1b7166-5d23-44f0-b80a-a1c0bbb51eb9 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:49,811 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-bf1b7166-5d23-44f0-b80a-a1c0bbb51eb9 2018-10-04 05:23:52,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:53,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e47c9b2-5151-4f49-8805-349386108902 x-compute-request-id: req-5e47c9b2-5151-4f49-8805-349386108902 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:53,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-5e47c9b2-5151-4f49-8805-349386108902 2018-10-04 05:23:56,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:23:56,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-ed2cd250-dd3a-4323-ba99-c66afaf53507 x-compute-request-id: req-ed2cd250-dd3a-4323-ba99-c66afaf53507 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:23:56,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-ed2cd250-dd3a-4323-ba99-c66afaf53507 2018-10-04 05:23:59,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:00,146 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:23: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-e3e6e51f-594e-4d00-a42b-e6555d2e9169 x-compute-request-id: req-e3e6e51f-594e-4d00-a42b-e6555d2e9169 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:00,146 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-e3e6e51f-594e-4d00-a42b-e6555d2e9169 2018-10-04 05:24:03,152 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:03,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-4e3012b2-7291-44c9-aae3-020ea48c0821 x-compute-request-id: req-4e3012b2-7291-44c9-aae3-020ea48c0821 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:03,802 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-4e3012b2-7291-44c9-aae3-020ea48c0821 2018-10-04 05:24:06,808 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:07,713 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-d1483bbb-8da5-4ed9-a79f-b17dbd535a64 x-compute-request-id: req-d1483bbb-8da5-4ed9-a79f-b17dbd535a64 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:07,714 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-d1483bbb-8da5-4ed9-a79f-b17dbd535a64 2018-10-04 05:24:10,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:11,563 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee6dcd70-4563-4261-86eb-3cb7569d42bc x-compute-request-id: req-ee6dcd70-4563-4261-86eb-3cb7569d42bc Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:11,563 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-ee6dcd70-4563-4261-86eb-3cb7569d42bc 2018-10-04 05:24:14,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:15,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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,Accept-Encoding x-openstack-request-id: req-0bd5da39-abbb-4663-a360-38bc2d429fd6 x-compute-request-id: req-0bd5da39-abbb-4663-a360-38bc2d429fd6 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:15,141 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-0bd5da39-abbb-4663-a360-38bc2d429fd6 2018-10-04 05:24:18,147 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:18,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-e42bbdbf-6f69-4ae6-8a86-473c135b7424 x-compute-request-id: req-e42bbdbf-6f69-4ae6-8a86-473c135b7424 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:18,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-e42bbdbf-6f69-4ae6-8a86-473c135b7424 2018-10-04 05:24:21,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:22,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-3fdd9ab1-390a-4a97-8174-3d691586ef7c x-compute-request-id: req-3fdd9ab1-390a-4a97-8174-3d691586ef7c Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:22,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-3fdd9ab1-390a-4a97-8174-3d691586ef7c 2018-10-04 05:24:25,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:25,714 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-fac0909d-b895-4327-81a5-50badf16ec07 x-compute-request-id: req-fac0909d-b895-4327-81a5-50badf16ec07 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:25,715 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-fac0909d-b895-4327-81a5-50badf16ec07 2018-10-04 05:24:28,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:29,168 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-52d42484-142e-4f8f-92be-735f30efe9ca x-compute-request-id: req-52d42484-142e-4f8f-92be-735f30efe9ca Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:29,168 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-52d42484-142e-4f8f-92be-735f30efe9ca 2018-10-04 05:24:32,175 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:33,010 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-2f343219-e01e-44e9-b77e-a105fdc15f7a x-compute-request-id: req-2f343219-e01e-44e9-b77e-a105fdc15f7a Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:33,010 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-2f343219-e01e-44e9-b77e-a105fdc15f7a 2018-10-04 05:24:36,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:36,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-9cf11b6a-bb42-4607-9393-8de69c21151c x-compute-request-id: req-9cf11b6a-bb42-4607-9393-8de69c21151c Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:36,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-9cf11b6a-bb42-4607-9393-8de69c21151c 2018-10-04 05:24:39,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:39,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-c24acf98-8acf-4870-ad0a-4bfab788ca01 x-compute-request-id: req-c24acf98-8acf-4870-ad0a-4bfab788ca01 Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:39,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-c24acf98-8acf-4870-ad0a-4bfab788ca01 2018-10-04 05:24:42,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:43,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-7928543a-b196-4a9f-958f-06228af8dabc x-compute-request-id: req-7928543a-b196-4a9f-958f-06228af8dabc Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:43,533 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-7928543a-b196-4a9f-958f-06228af8dabc 2018-10-04 05:24:46,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:47,115 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-6c40849c-a848-4130-96fd-020ed1cdef7c x-compute-request-id: req-6c40849c-a848-4130-96fd-020ed1cdef7c Content-Encoding: gzip Content-Length: 787 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:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:22:39Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:47,115 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-6c40849c-a848-4130-96fd-020ed1cdef7c 2018-10-04 05:24:50,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e9ea232cadb189a48d4f4b1c3404a64e19f4ba6" 2018-10-04 05:24:50,425 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-c8f7238e-92b1-4117-bbba-38956c432710 x-compute-request-id: req-c8f7238e-92b1-4117-bbba-38956c432710 Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-10-04T05:24:47.000000", "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:24:48Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:50,426 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-c8f7238e-92b1-4117-bbba-38956c432710 2018-10-04 05:24:50,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" 2018-10-04 05:24:51,167 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-5ceb68e8-32ec-4b8b-a5d6-71d3d683069e x-compute-request-id: req-5ceb68e8-32ec-4b8b-a5d6-71d3d683069e Content-Encoding: gzip Content-Length: 790 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-3-2-quagga-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:3d:70", "version": 4, "addr": "10.10.11.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25", "rel": "bookmark"}], "image": {"id": "a0847856-160b-4b43-ba58-9480624da406", "links": [{"href": "http://172.30.9.23:8774/images/a0847856-160b-4b43-ba58-9480624da406", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010b", "OS-SRV-USG:launched_at": "2018-10-04T05:24:47.000000", "flavor": {"id": "7130c426-9510-4cd0-b679-714cecfb6127", "links": [{"href": "http://172.30.9.23:8774/flavors/7130c426-9510-4cd0-b679-714cecfb6127", "rel": "bookmark"}]}, "id": "b96d98ba-d32a-4ab0-8032-438b315a3d25", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:24:48Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:22:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:24:51,167 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25 used request id req-5ceb68e8-32ec-4b8b-a5d6-71d3d683069e 2018-10-04 05:24:51,167 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-3-2-quagga' booted successfully. IP='10.10.11.5'. 2018-10-04 05:24:51,167 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-3-2-quagga' to security group 'c4c5d4ac-533e-45a0-90d8-4a462d750e9d'... 2018-10-04 05:24:51,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87566f5de4f229228398bc0062b6772df796f639" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:24:52,670 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:24: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-661454d1-7628-436b-8b3b-8afdc31ff8c1 x-compute-request-id: req-661454d1-7628-436b-8b3b-8afdc31ff8c1 Content-Length: 0 Content-Type: application/json 2018-10-04 05:24:52,670 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-661454d1-7628-436b-8b3b-8afdc31ff8c1 2018-10-04 05:24:52,673 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87566f5de4f229228398bc0062b6772df796f639" -d '{"addFloatingIp": {"address": "172.30.9.206"}}' 2018-10-04 05:24:55,259 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:24: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-c08371ad-b98b-48b4-bc2c-f9804b51af34 x-compute-request-id: req-c08371ad-b98b-48b4-bc2c-f9804b51af34 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-04 05:24:55,259 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-c08371ad-b98b-48b4-bc2c-f9804b51af34 2018-10-04 05:24:55,260 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:24:55,261 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:24:55,261 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:24:55,263 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:24:55,420 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:24:55,421 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:24:55,421 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:24:55,422 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:24:55,423 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:24:55,463 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:24:55,553 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:24:55,554 - sdnvpn_test_utils - INFO - Waiting for cloud init of instance: sdnvpn-3-2-quagga 2018-10-04 05:24:55,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:24:55,562 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:24:56,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:24: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-400eacc7-9d09-4060-862c-d2aaf7b08c37 x-compute-request-id: req-400eacc7-9d09-4060-862c-d2aaf7b08c37 Content-Encoding: gzip Content-Length: 10607 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1610965771 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145883] pid_max: default: 32768 minimum: 301\n[ 0.146840] ACPI: Core revision 20150930\n[ 0.148270] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149674] Security Framework initialized\n[ 0.150542] Yama: becoming mindful.\n[ 0.151331] AppArmor: AppArmor initialized\n[ 0.152259] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153744] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155513] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156817] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158424] Initializing cgroup subsys io\n[ 0.159303] Initializing cgroup subsys memory\n[ 0.160212] Initializing cgroup subsys devices\n[ 0.161129] Initializing cgroup subsys freezer\n[ 0.162048] Initializing cgroup subsys net_cls\n[ 0.162968] Initializing cgroup subsys perf_event\n[ 0.163934] Initializing cgroup subsys net_prio\n[ 0.164867] Initializing cgroup subsys hugetlb\n[ 0.165787] Initializing cgroup subsys pids\n[ 0.166712] CPU: Physical Processor ID: 0\n[ 0.168273] mce: CPU supports 10 MCE banks\n[ 0.169167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170230] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182352] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188985] ftrace: allocating 32123 entries in 126 pages\n[ 0.216101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217391] smpboot: Max logical packages: 1\n[ 0.218443] x2apic enabled\n[ 0.219295] Switched APIC routing to physical x2apic.\n[ 0.221106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226306] KVM setup paravirtual spinlock\n[ 0.227647] x86: Booted up 1 node, 1 CPUs\n[ 0.228500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229961] devtmpfs: initialized\n[ 0.232448] evm: security.selinux\n[ 0.233188] evm: security.SMACK64\n[ 0.233913] evm: security.SMACK64EXEC\n[ 0.234694] evm: security.SMACK64TRANSMUTE\n[ 0.235551] evm: security.SMACK64MMAP\n[ 0.236340] evm: security.ima\n[ 0.237010] evm: security.capability\n[ 0.237847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239803] pinctrl core: initialized pinctrl subsystem\n[ 0.240957] RTC time: 5:24:47, date: 10/04/18\n[ 0.241941] NET: Registered protocol family 16\n[ 0.242961] cpuidle: using governor ladder\n[ 0.243831] cpuidle: using governor menu\n[ 0.244665] PCCT header not found.\n[ 0.245455] ACPI: bus type PCI registered\n[ 0.246299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247607] PCI: Using configuration type 1 for base access\n[ 0.249811] ACPI: Added _OSI(Module Device)\n[ 0.250699] ACPI: Added _OSI(Processor Device)\n[ 0.251612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254788] ACPI: Interpreter enabled\n[ 0.255591] ACPI: (supports S0 S5)\n[ 0.256328] ACPI: Using IOAPIC for interrupt routing\n[ 0.257313] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266633] acpiphp: Slot [3] registered\n[ 0.267472] acpiphp: Slot [4] registered\n[ 0.268311] acpiphp: Slot [5] registered\n[ 0.269145] acpiphp: Slot [6] registered\n[ 0.269978] acpiphp: Slot [7] registered\n[ 0.270805] acpiphp: Slot [8] registered\n[ 0.271638] acpiphp: Slot [9] registered\n[ 0.272480] acpiphp: Slot [10] registered\n[ 0.273327] acpiphp: Slot [11] registered\n[ 0.274169] acpiphp: Slot [12] registered\n[ 0.275014] acpiphp: Slot [13] registered\n[ 0.275854] acpiphp: Slot [14] registered\n[ 0.287047] acpiphp: Slot [15] registered\n[ 0.287911] acpiphp: Slot [16] registered\n[ 0.288755] acpiphp: Slot [17] registered\n[ 0.289598] acpiphp: Slot [18] registered\n[ 0.290443] acpiphp: Slot [19] registered\n[ 0.291290] acpiphp: Slot [20] registered\n[ 0.292134] acpiphp: Slot [21] registered\n[ 0.292978] acpiphp: Slot [22] registered\n[ 0.293820] acpiphp: Slot [23] registered\n[ 0.294662] acpiphp: Slot [24] registered\n[ 0.295507] acpiphp: Slot [25] registered\n[ 0.296353] acpiphp: Slot [26] registered\n[ 0.297194] acpiphp: Slot [27] registered\n[ 0.298038] acpiphp: Slot [28] registered\n[ 0.298879] acpiphp: Slot [29] registered\n[ 0.299730] acpiphp: Slot [30] registered\n[ 0.300572] acpiphp: Slot [31] registered\n[ 0.301409] PCI host bridge to bus 0000:00\n[ 0.302255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303519] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304787] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306297] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.307801] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314313] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315651] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378781] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380097] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381666] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384406] vgaarb: loaded\n[ 0.385037] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386231] SCSI subsystem initialized\n[ 0.387080] ACPI: bus type USB registered\n[ 0.387932] usbcore: registered new interface driver usbfs\n[ 0.389012] usbcore: registered new interface driver hub\n[ 0.390064] usbcore: registered new device driver usb\n[ 0.391151] PCI: Using ACPI for IRQ routing\n[ 0.392235] NetLabel: Initializing\n[ 0.392989] NetLabel: domain hash size = 128\n[ 0.393883] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394891] NetLabel: unlabeled traffic allowed by default\n[ 0.396039] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397059] clocksource: Switched to clocksource kvm-clock\n[ 0.402514] AppArmor: AppArmor Filesystem Enabled\n[ 0.403524] pnp: PnP ACPI init\n[ 0.404463] pnp: PnP ACPI: found 5 devices\n[ 0.410562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412350] NET: Registered protocol family 2\n[ 0.413352] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414702] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.415963] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417216] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418372] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419609] NET: Registered protocol family 1\n[ 0.420516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421670] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436973] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451374] Trying to unpack rootfs image as initramfs...\n[ 1.718271] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.733822] Scanning for low memory corruption every 60 seconds\n[ 1.735553] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.737186] audit: initializing netlink subsys (disabled)\n[ 1.738612] audit: type=2000 audit(1538630689.524:1): initialized\n[ 1.740372] Initialise system trusted keyring\n[ 1.741635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.743260] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.745718] zbud: loaded\n[ 1.746619] VFS: Disk quotas dquot_6.6.0\n[ 1.747726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.751288] fuse init (API version 7.23)\n[ 1.752466] Key type big_key registered\n[ 1.753558] Allocating IMA MOK and blacklist keyrings.\n[ 1.755041] Key type asymmetric registered\n[ 1.756165] Asymmetric key parser 'x509' registered\n[ 1.757487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759490] io scheduler noop registered\n[ 1.760571] io scheduler deadline registered (default)\n[ 1.761949] io scheduler cfq registered\n[ 1.763069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.764522] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.766278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768269] ACPI: Power Button [PWRF]\n[ 1.769402] GHES: HEST is not enabled!\n[ 1.783603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.813129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.816179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.840779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843510] Linux agpgart interface v0.103\n[ 1.845894] brd: module loaded\n[ 1.847418] loop: module loaded\n[ 1.849281] vda: vda1\n[ 1.850839] scsi host0: ata_piix\n[ 1.851799] scsi host1: ata_piix\n[ 1.852723] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.854412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.856306] libphy: Fixed MDIO Bus: probed\n[ 1.857583] tun: Universal TUN/TAP device driver, 1.6\n[ 1.858888] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861382] PPP generic driver version 2.4.2\n[ 1.862339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863577] ehci-pci: EHCI PCI platform driver\n[ 1.864478] ehci-platform: EHCI generic platform driver\n[ 1.865512] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866685] ohci-pci: OHCI PCI platform driver\n[ 1.867582] ohci-platform: OHCI generic platform driver\n[ 1.868601] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.883549] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.884753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.886569] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.887883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.889258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892625] usb usb1: Product: UHCI Host Controller\n[ 1.894615] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896054] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897230] hub 1-0:1.0: USB hub found\n[ 1.898150] hub 1-0:1.0: 2 ports detected\n[ 1.899261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901824] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903878] mousedev: PS/2 mouse device common for all mice\n[ 1.905186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.907094] rtc_cmos 00:00: RTC can wake from S4\n[ 1.908229] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.909478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910703] i2c /dev entries driver\n[ 1.911479] device-mapper: uevent: version 1.0.3\n[ 1.912441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.914140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.915458] NET: Registered protocol family 10\n[ 1.916485] NET: Registered protocol family 17\n[ 1.917421] Key type dns_resolver registered\n[ 1.918393] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.919524] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.921326] registered taskstats version 1\n[ 1.922194] Loading compiled-in X.509 certificates\n[ 1.923652] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.925582] zswap: loaded using pool lzo/zbud\n[ 1.927401] Key type trusted registered\n[ 1.929701] Key type encrypted registered\n[ 1.930551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.931607] ima: No TPM chip found, activating TPM-bypass!\n[ 1.932671] evm: HMAC attrs: 0x1\n[ 1.933666] Magic number: 6:227:415\n[ 1.934534] rtc_cmos 00:00: setting system clock to 2018-10-04 05:24:49 UTC (1538630689)\n[ 1.936187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.937353] EDD information not available.\n[ 2.009633] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.011151] ata1.00: configured for MWDMA2\n[ 2.012399] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.014824] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030147] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.031732] Write protecting the kernel read-only data: 14336k\n[ 2.033327] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035087] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.043747] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046177] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048482] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053039] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055215] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057471] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060297] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062520] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064721] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094367] virtio_net virtio0 ens3: renamed from eth0\n[ 2.103306] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106646] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128884] AVX2 version of gcm_enc/dec engaged.\n[ 2.130088] AES CTR mode by8 optimization enabled\n[ 2.133430] FDC 0 is a S82078B\n[ 2.209073] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.374198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.375714] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.377281] usb 1-1: Product: QEMU USB Tablet\n[ 2.378311] usb 1-1: Manufacturer: QEMU\n[ 2.379251] usb 1-1: SerialNumber: 42\n[ 2.386944] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.394536] usbcore: registered new interface driver usbhid\n[ 2.395900] usbhid: USB HID core driver\n[ 2.398472] 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.401250] 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.733104] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.734540] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.375808] md: linear personality registered for level -1\n[ 3.378891] md: multipath personality registered for level -4\n[ 3.382038] md: raid0 personality registered for level 0\n[ 3.385419] md: raid1 personality registered for level 1\n[ 3.457066] raid6: sse2x1 gen() 11484 MB/s\n[ 3.525064] raid6: sse2x1 xor() 8774 MB/s\n[ 3.593062] raid6: sse2x2 gen() 14175 MB/s\n[ 3.661063] raid6: sse2x2 xor() 9946 MB/s\n[ 3.729061] raid6: sse2x4 gen() 17233 MB/s\n[ 3.797061] raid6: sse2x4 xor() 11973 MB/s\n[ 3.865064] raid6: avx2x1 gen() 22835 MB/s\n[ 3.933062] raid6: avx2x2 gen() 26471 MB/s\n[ 4.001063] raid6: avx2x4 gen() 30700 MB/s\n[ 4.002100] raid6: using algorithm avx2x4 gen() 30700 MB/s\n[ 4.003356] raid6: using avx2x2 recovery algorithm\n[ 4.005751] xor: automatically using best checksumming function:\n[ 4.045062] avx : 35888.000 MB/sec\n[ 4.047235] async_tx: api initialized (async)\n[ 4.055920] md: raid6 personality registered for level 6\n[ 4.057194] md: raid5 personality registered for level 5\n[ 4.058415] md: raid4 personality registered for level 4\n[ 4.062921] 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.087375] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.117409] 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.210831] 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.214226] systemd[1]: Detected virtualization kvm.\n[ 4.215221] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.219348] systemd[1]: Set hostname to .\n[ 4.222786] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.223948] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.325222] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.327576] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.329771] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332128] 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.335405] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.337437] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.339560] 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.342409] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344490] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.346431] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348716] 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.352304] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.356887] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.361324] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.366821] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.369042] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.372746] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.376755] systemd[1]: Starting Nameserver information manager...\n[ 4.379644] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 4.384436] systemd[1]: Listening on LVM2 poll daemon socket.\n[ 4.386348] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.388776] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.391884] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.393860] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.399337] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.402220] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.404422] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.408749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.413092] 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.421616] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.428176] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.432051] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.438355] iscsi: registered transport (iser)\n[ 4.439871] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441938] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.445484] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.448816] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.451544] 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.461380] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.463782] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.470247] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.477129] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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] 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 Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started 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 Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.932070] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:24:53 +0000. Up 5.24 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n"} 2018-10-04 05:24:56,635 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-400eacc7-9d09-4060-862c-d2aaf7b08c37 2018-10-04 05:25:26,645 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:25:27,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:25: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-093b599a-396d-4183-8e65-0ffd637fd34b x-compute-request-id: req-093b599a-396d-4183-8e65-0ffd637fd34b Content-Encoding: gzip Content-Length: 13246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1610965771 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145883] pid_max: default: 32768 minimum: 301\n[ 0.146840] ACPI: Core revision 20150930\n[ 0.148270] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149674] Security Framework initialized\n[ 0.150542] Yama: becoming mindful.\n[ 0.151331] AppArmor: AppArmor initialized\n[ 0.152259] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153744] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155513] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156817] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158424] Initializing cgroup subsys io\n[ 0.159303] Initializing cgroup subsys memory\n[ 0.160212] Initializing cgroup subsys devices\n[ 0.161129] Initializing cgroup subsys freezer\n[ 0.162048] Initializing cgroup subsys net_cls\n[ 0.162968] Initializing cgroup subsys perf_event\n[ 0.163934] Initializing cgroup subsys net_prio\n[ 0.164867] Initializing cgroup subsys hugetlb\n[ 0.165787] Initializing cgroup subsys pids\n[ 0.166712] CPU: Physical Processor ID: 0\n[ 0.168273] mce: CPU supports 10 MCE banks\n[ 0.169167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170230] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182352] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188985] ftrace: allocating 32123 entries in 126 pages\n[ 0.216101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217391] smpboot: Max logical packages: 1\n[ 0.218443] x2apic enabled\n[ 0.219295] Switched APIC routing to physical x2apic.\n[ 0.221106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226306] KVM setup paravirtual spinlock\n[ 0.227647] x86: Booted up 1 node, 1 CPUs\n[ 0.228500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229961] devtmpfs: initialized\n[ 0.232448] evm: security.selinux\n[ 0.233188] evm: security.SMACK64\n[ 0.233913] evm: security.SMACK64EXEC\n[ 0.234694] evm: security.SMACK64TRANSMUTE\n[ 0.235551] evm: security.SMACK64MMAP\n[ 0.236340] evm: security.ima\n[ 0.237010] evm: security.capability\n[ 0.237847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239803] pinctrl core: initialized pinctrl subsystem\n[ 0.240957] RTC time: 5:24:47, date: 10/04/18\n[ 0.241941] NET: Registered protocol family 16\n[ 0.242961] cpuidle: using governor ladder\n[ 0.243831] cpuidle: using governor menu\n[ 0.244665] PCCT header not found.\n[ 0.245455] ACPI: bus type PCI registered\n[ 0.246299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247607] PCI: Using configuration type 1 for base access\n[ 0.249811] ACPI: Added _OSI(Module Device)\n[ 0.250699] ACPI: Added _OSI(Processor Device)\n[ 0.251612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254788] ACPI: Interpreter enabled\n[ 0.255591] ACPI: (supports S0 S5)\n[ 0.256328] ACPI: Using IOAPIC for interrupt routing\n[ 0.257313] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266633] acpiphp: Slot [3] registered\n[ 0.267472] acpiphp: Slot [4] registered\n[ 0.268311] acpiphp: Slot [5] registered\n[ 0.269145] acpiphp: Slot [6] registered\n[ 0.269978] acpiphp: Slot [7] registered\n[ 0.270805] acpiphp: Slot [8] registered\n[ 0.271638] acpiphp: Slot [9] registered\n[ 0.272480] acpiphp: Slot [10] registered\n[ 0.273327] acpiphp: Slot [11] registered\n[ 0.274169] acpiphp: Slot [12] registered\n[ 0.275014] acpiphp: Slot [13] registered\n[ 0.275854] acpiphp: Slot [14] registered\n[ 0.287047] acpiphp: Slot [15] registered\n[ 0.287911] acpiphp: Slot [16] registered\n[ 0.288755] acpiphp: Slot [17] registered\n[ 0.289598] acpiphp: Slot [18] registered\n[ 0.290443] acpiphp: Slot [19] registered\n[ 0.291290] acpiphp: Slot [20] registered\n[ 0.292134] acpiphp: Slot [21] registered\n[ 0.292978] acpiphp: Slot [22] registered\n[ 0.293820] acpiphp: Slot [23] registered\n[ 0.294662] acpiphp: Slot [24] registered\n[ 0.295507] acpiphp: Slot [25] registered\n[ 0.296353] acpiphp: Slot [26] registered\n[ 0.297194] acpiphp: Slot [27] registered\n[ 0.298038] acpiphp: Slot [28] registered\n[ 0.298879] acpiphp: Slot [29] registered\n[ 0.299730] acpiphp: Slot [30] registered\n[ 0.300572] acpiphp: Slot [31] registered\n[ 0.301409] PCI host bridge to bus 0000:00\n[ 0.302255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303519] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304787] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306297] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.307801] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314313] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315651] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378781] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380097] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381666] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384406] vgaarb: loaded\n[ 0.385037] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386231] SCSI subsystem initialized\n[ 0.387080] ACPI: bus type USB registered\n[ 0.387932] usbcore: registered new interface driver usbfs\n[ 0.389012] usbcore: registered new interface driver hub\n[ 0.390064] usbcore: registered new device driver usb\n[ 0.391151] PCI: Using ACPI for IRQ routing\n[ 0.392235] NetLabel: Initializing\n[ 0.392989] NetLabel: domain hash size = 128\n[ 0.393883] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394891] NetLabel: unlabeled traffic allowed by default\n[ 0.396039] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397059] clocksource: Switched to clocksource kvm-clock\n[ 0.402514] AppArmor: AppArmor Filesystem Enabled\n[ 0.403524] pnp: PnP ACPI init\n[ 0.404463] pnp: PnP ACPI: found 5 devices\n[ 0.410562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412350] NET: Registered protocol family 2\n[ 0.413352] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414702] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.415963] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417216] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418372] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419609] NET: Registered protocol family 1\n[ 0.420516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421670] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436973] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451374] Trying to unpack rootfs image as initramfs...\n[ 1.718271] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.733822] Scanning for low memory corruption every 60 seconds\n[ 1.735553] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.737186] audit: initializing netlink subsys (disabled)\n[ 1.738612] audit: type=2000 audit(1538630689.524:1): initialized\n[ 1.740372] Initialise system trusted keyring\n[ 1.741635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.743260] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.745718] zbud: loaded\n[ 1.746619] VFS: Disk quotas dquot_6.6.0\n[ 1.747726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.751288] fuse init (API version 7.23)\n[ 1.752466] Key type big_key registered\n[ 1.753558] Allocating IMA MOK and blacklist keyrings.\n[ 1.755041] Key type asymmetric registered\n[ 1.756165] Asymmetric key parser 'x509' registered\n[ 1.757487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759490] io scheduler noop registered\n[ 1.760571] io scheduler deadline registered (default)\n[ 1.761949] io scheduler cfq registered\n[ 1.763069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.764522] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.766278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768269] ACPI: Power Button [PWRF]\n[ 1.769402] GHES: HEST is not enabled!\n[ 1.783603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.813129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.816179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.840779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843510] Linux agpgart interface v0.103\n[ 1.845894] brd: module loaded\n[ 1.847418] loop: module loaded\n[ 1.849281] vda: vda1\n[ 1.850839] scsi host0: ata_piix\n[ 1.851799] scsi host1: ata_piix\n[ 1.852723] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.854412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.856306] libphy: Fixed MDIO Bus: probed\n[ 1.857583] tun: Universal TUN/TAP device driver, 1.6\n[ 1.858888] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861382] PPP generic driver version 2.4.2\n[ 1.862339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863577] ehci-pci: EHCI PCI platform driver\n[ 1.864478] ehci-platform: EHCI generic platform driver\n[ 1.865512] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866685] ohci-pci: OHCI PCI platform driver\n[ 1.867582] ohci-platform: OHCI generic platform driver\n[ 1.868601] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.883549] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.884753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.886569] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.887883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.889258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892625] usb usb1: Product: UHCI Host Controller\n[ 1.894615] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896054] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897230] hub 1-0:1.0: USB hub found\n[ 1.898150] hub 1-0:1.0: 2 ports detected\n[ 1.899261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901824] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903878] mousedev: PS/2 mouse device common for all mice\n[ 1.905186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.907094] rtc_cmos 00:00: RTC can wake from S4\n[ 1.908229] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.909478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910703] i2c /dev entries driver\n[ 1.911479] device-mapper: uevent: version 1.0.3\n[ 1.912441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.914140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.915458] NET: Registered protocol family 10\n[ 1.916485] NET: Registered protocol family 17\n[ 1.917421] Key type dns_resolver registered\n[ 1.918393] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.919524] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.921326] registered taskstats version 1\n[ 1.922194] Loading compiled-in X.509 certificates\n[ 1.923652] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.925582] zswap: loaded using pool lzo/zbud\n[ 1.927401] Key type trusted registered\n[ 1.929701] Key type encrypted registered\n[ 1.930551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.931607] ima: No TPM chip found, activating TPM-bypass!\n[ 1.932671] evm: HMAC attrs: 0x1\n[ 1.933666] Magic number: 6:227:415\n[ 1.934534] rtc_cmos 00:00: setting system clock to 2018-10-04 05:24:49 UTC (1538630689)\n[ 1.936187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.937353] EDD information not available.\n[ 2.009633] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.011151] ata1.00: configured for MWDMA2\n[ 2.012399] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.014824] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030147] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.031732] Write protecting the kernel read-only data: 14336k\n[ 2.033327] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035087] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.043747] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046177] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048482] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053039] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055215] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057471] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060297] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062520] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064721] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094367] virtio_net virtio0 ens3: renamed from eth0\n[ 2.103306] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106646] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128884] AVX2 version of gcm_enc/dec engaged.\n[ 2.130088] AES CTR mode by8 optimization enabled\n[ 2.133430] FDC 0 is a S82078B\n[ 2.209073] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.374198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.375714] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.377281] usb 1-1: Product: QEMU USB Tablet\n[ 2.378311] usb 1-1: Manufacturer: QEMU\n[ 2.379251] usb 1-1: SerialNumber: 42\n[ 2.386944] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.394536] usbcore: registered new interface driver usbhid\n[ 2.395900] usbhid: USB HID core driver\n[ 2.398472] 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.401250] 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.733104] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.734540] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.375808] md: linear personality registered for level -1\n[ 3.378891] md: multipath personality registered for level -4\n[ 3.382038] md: raid0 personality registered for level 0\n[ 3.385419] md: raid1 personality registered for level 1\n[ 3.457066] raid6: sse2x1 gen() 11484 MB/s\n[ 3.525064] raid6: sse2x1 xor() 8774 MB/s\n[ 3.593062] raid6: sse2x2 gen() 14175 MB/s\n[ 3.661063] raid6: sse2x2 xor() 9946 MB/s\n[ 3.729061] raid6: sse2x4 gen() 17233 MB/s\n[ 3.797061] raid6: sse2x4 xor() 11973 MB/s\n[ 3.865064] raid6: avx2x1 gen() 22835 MB/s\n[ 3.933062] raid6: avx2x2 gen() 26471 MB/s\n[ 4.001063] raid6: avx2x4 gen() 30700 MB/s\n[ 4.002100] raid6: using algorithm avx2x4 gen() 30700 MB/s\n[ 4.003356] raid6: using avx2x2 recovery algorithm\n[ 4.005751] xor: automatically using best checksumming function:\n[ 4.045062] avx : 35888.000 MB/sec\n[ 4.047235] async_tx: api initialized (async)\n[ 4.055920] md: raid6 personality registered for level 6\n[ 4.057194] md: raid5 personality registered for level 5\n[ 4.058415] md: raid4 personality registered for level 4\n[ 4.062921] 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.087375] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.117409] 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.210831] 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.214226] systemd[1]: Detected virtualization kvm.\n[ 4.215221] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.219348] systemd[1]: Set hostname to .\n[ 4.222786] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.223948] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.325222] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.327576] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.329771] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332128] 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.335405] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.337437] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.339560] 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.342409] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344490] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.346431] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348716] 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.352304] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.356887] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.361324] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.366821] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.369042] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.372746] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.376755] systemd[1]: Starting Nameserver information manager...\n[ 4.379644] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 4.384436] systemd[1]: Listening on LVM2 poll daemon socket.\n[ 4.386348] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.388776] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.391884] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.393860] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.399337] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.402220] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.404422] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.408749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.413092] 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.421616] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.428176] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.432051] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.438355] iscsi: registered transport (iser)\n[ 4.439871] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441938] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.445484] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.448816] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.451544] 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.461380] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.463782] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.470247] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.477129] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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] 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 Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started 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 Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.932070] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:24:53 +0000. Up 5.24 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.259143] cloud-init[1053]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:24:54 +0000. Up 7.02 seconds.\n[ 8.261694] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.268331] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.276110] cloud-init[1053]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.278859] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.284264] cloud-init[1053]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:45:3d:70 |\n[ 8.292121] cloud-init[1053]: ci-info: | ens3 | True | fe80::f816:3eff:fe45:3d70/64 | . | link | fa:16:3e:45:3d:70 |\n[ 8.294865] cloud-init[1053]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.300292] cloud-init[1053]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.308097] cloud-init[1053]: ci-info: | ens6 | False | . | . | . | 52:54:00:ff:4e:e2 |\n[ 8.310843] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[\n[ 8.316214] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.318388] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.326570] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] [1053]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.334845] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.340568] cloud-init[1053]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.345726] cloud-init[1053]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target Paths.\n[ 8.350846] cloud-init[1053]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m\n[ 8.356178] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.358363] cloud-init[1053]: Generating public/private rsa key pair.\n[ 8.359819] ] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.366082] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.371208] cloud-init[1053]: The key fingerprint is:\n[ 8.374825] cloud-init[1053]: SHA256:x3nqbCL34mhxETK8/7GXWrnMrlcq7CpW6yuvPWrbZHo root@sdnvpn-3-2-quagga\n[ 8.378824] cloud-init[1053]: The key's randomart image is:\n[ 8.382126] cloud-init[1053]: +---[RSA 2048]----+[[0;32m OK [0m] Reached target Sockets.\n\n[ 8.384410] cloud-init[1053]: | . |[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n\n[ 8.388570] cloud-init[1053]: | + . |\n[ 8.389576] cloud-init[1053]: | + . |\n Starting LSB: Record successful boot for GRUB...\n[ 8.392165] cloud-init[1053]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n| . .. . |\n[ 8.407632] cloud-init[1053]: | .S.+ . |\n[ 8.408866] cloud-init[1053]: | . +..o .. |\n[ 8.410081] cloud-init[1053]: | +o+.oo+ |\n[ 8.411781] cloud-init[1053]: | BBEo*+=. |\n[ 8.413458] cloud-init[1053]: | +*&OXBB= |\n[ 8.414749] cloud-init[1053]: +----[SHA256]-----+\n[ 8.416059] cloud-init[1053]: Generating public/private dsa key pair.\n[ 8.417614] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.419262] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.420996] cloud-init[1053]: The key fingerprint is:\n[ 8.422241] cloud-init[1053]: SHA256:1Ve4ax3EiP+ZNWm6rraYHYyOoCVfQsGDeFkH0Ilu3jw root@sdnvpn-3-2-quagga\n[ 8.423940] cloud-init[1053]: The key's randomart image is:\n[ 8.425221] cloud-init[1053]: +---[DSA 1024]----+\n[ 8.426391] cloud-init[1053]: | .+oo. . o..|\n[ 8.427540] cloud-init[1053]: | ..=o. o ..+ |\n[ 8.428746] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting LSB: MD monitoring daemon...[1053]: | ..+ + . o o..|\n[ 8.436865] cloud-init[1053]: | .o o . o.=.|\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.466143] [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1053]: | o o. S +o*|\n[ 8.514937] cloud-init[1053]: | ..E o .o+.|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.546658] cloud-init\n[1053]: | . +.. . o .. |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n [ 8.560808] cloud-initStarting Login to default iSCSI targets...\n[1053]: | = + o +... |\n[ 8.578954] cloud-init[1053]: | . . . +.++. |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n\n Starting LSB: daemon to balance interrupts for SMP 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...\n[ 8.612937] cloud-init[1053]: +----[SHA256]-----+[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n\n [ 8.656283] cloud-init[1053]: Generating public/private ecdsa key pair.Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.700443] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.704121] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.734658] cloud-init[1053]: The key fingerprint is:\n[ 8.740210] cloud-init[1053]: SHA256:MiDV1MgiEoJFbGKUCgrHK2YGwGmlrcmavoax9Xe9Rc4 root@sdnvpn-3-2-quagga\n[ 8.744067] cloud-init[1053]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.754357] cloud-init[1053]: +---[ECDSA 256]---+\n[ 8.755383] cloud-init[1053]: |OB*..+.o |\n[ 8.763593] cloud-init[1053]: |O*O.. + . |\n[ 8.764682] cloud-init[1053]: |O*.+.. |\n[ 8.765694] cloud-init[1053]: |=++. . |\n[ 8.769049] cloud-init[1053]: |+= o S . |\n[ 8.776062] cloud-init[1053]: |o.. o + |\n[ 8.777098] cloud-init[1053]: |++ . . E |\n[ 8.780051] cloud-init[1053]: |+. . . . .. |\n[ 8.781080] cloud-init[1053]: |.o. . . .. |\n[ 8.785557] cloud-init[1053]: +----[SHA256]-----+\n[ 8.787300] cloud-init[1053]: Generating public/private ed25519 key pair.\n[ 8.793238] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.795353] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.798615] cloud-init[1053]: The key fingerprint is:\n[ 8.801732] cloud-init[1053]: SHA256:S0uXyDODP7pKbrodNNpwaeuutE+6haRjFEYsbad4U0Q root@sdnvpn-3-2-quagga\n[ 8.804284] cloud-init[1053]: The key's randomart image is:\n[ 8.807367] cloud-init[1053]: +--[ED25519 256]--+\n[ 8.809562] cloud-init[1053]: |.o oE |\n[ 8.811764] cloud-init[1053]: |o.o o |\n[ 8.814696] cloud-init[1053]: |.= + |\n[ 8.816945] cloud-init[1053]: |o = . o . . |\n[ 8.819124] cloud-init[1053]: | oo.* . S o |\n[ 8.821594] cloud-init[1053]: |.o O o + B |\n[ 8.823829] cloud-init[1053]: |o.+ B = |\n[ 8.826509] cloud-init[1053]: |.o X.. . . |\n[ 8.829608] cloud-init[1053]: | BOB.o. |\n[ 8.834825] cloud-init[1053]: +----[SHA256]-----+\n[ 9.050541] cloud-init[1176]: Generating locales (this might take a while)...\n[ 9.611966] cloud-init[1176]: en_US.UTF-8... done\n[ 9.613711] cloud-init[1176]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-10-04 05:25:27,728 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-093b599a-396d-4183-8e65-0ffd637fd34b 2018-10-04 05:25:57,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:25:58,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:25: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-c549b384-8dcc-4a33-8b39-bb23d8d9b640 x-compute-request-id: req-c549b384-8dcc-4a33-8b39-bb23d8d9b640 Content-Encoding: gzip Content-Length: 13246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1610965771 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145883] pid_max: default: 32768 minimum: 301\n[ 0.146840] ACPI: Core revision 20150930\n[ 0.148270] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149674] Security Framework initialized\n[ 0.150542] Yama: becoming mindful.\n[ 0.151331] AppArmor: AppArmor initialized\n[ 0.152259] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153744] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155513] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156817] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158424] Initializing cgroup subsys io\n[ 0.159303] Initializing cgroup subsys memory\n[ 0.160212] Initializing cgroup subsys devices\n[ 0.161129] Initializing cgroup subsys freezer\n[ 0.162048] Initializing cgroup subsys net_cls\n[ 0.162968] Initializing cgroup subsys perf_event\n[ 0.163934] Initializing cgroup subsys net_prio\n[ 0.164867] Initializing cgroup subsys hugetlb\n[ 0.165787] Initializing cgroup subsys pids\n[ 0.166712] CPU: Physical Processor ID: 0\n[ 0.168273] mce: CPU supports 10 MCE banks\n[ 0.169167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170230] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182352] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188985] ftrace: allocating 32123 entries in 126 pages\n[ 0.216101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217391] smpboot: Max logical packages: 1\n[ 0.218443] x2apic enabled\n[ 0.219295] Switched APIC routing to physical x2apic.\n[ 0.221106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226306] KVM setup paravirtual spinlock\n[ 0.227647] x86: Booted up 1 node, 1 CPUs\n[ 0.228500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229961] devtmpfs: initialized\n[ 0.232448] evm: security.selinux\n[ 0.233188] evm: security.SMACK64\n[ 0.233913] evm: security.SMACK64EXEC\n[ 0.234694] evm: security.SMACK64TRANSMUTE\n[ 0.235551] evm: security.SMACK64MMAP\n[ 0.236340] evm: security.ima\n[ 0.237010] evm: security.capability\n[ 0.237847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239803] pinctrl core: initialized pinctrl subsystem\n[ 0.240957] RTC time: 5:24:47, date: 10/04/18\n[ 0.241941] NET: Registered protocol family 16\n[ 0.242961] cpuidle: using governor ladder\n[ 0.243831] cpuidle: using governor menu\n[ 0.244665] PCCT header not found.\n[ 0.245455] ACPI: bus type PCI registered\n[ 0.246299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247607] PCI: Using configuration type 1 for base access\n[ 0.249811] ACPI: Added _OSI(Module Device)\n[ 0.250699] ACPI: Added _OSI(Processor Device)\n[ 0.251612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254788] ACPI: Interpreter enabled\n[ 0.255591] ACPI: (supports S0 S5)\n[ 0.256328] ACPI: Using IOAPIC for interrupt routing\n[ 0.257313] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266633] acpiphp: Slot [3] registered\n[ 0.267472] acpiphp: Slot [4] registered\n[ 0.268311] acpiphp: Slot [5] registered\n[ 0.269145] acpiphp: Slot [6] registered\n[ 0.269978] acpiphp: Slot [7] registered\n[ 0.270805] acpiphp: Slot [8] registered\n[ 0.271638] acpiphp: Slot [9] registered\n[ 0.272480] acpiphp: Slot [10] registered\n[ 0.273327] acpiphp: Slot [11] registered\n[ 0.274169] acpiphp: Slot [12] registered\n[ 0.275014] acpiphp: Slot [13] registered\n[ 0.275854] acpiphp: Slot [14] registered\n[ 0.287047] acpiphp: Slot [15] registered\n[ 0.287911] acpiphp: Slot [16] registered\n[ 0.288755] acpiphp: Slot [17] registered\n[ 0.289598] acpiphp: Slot [18] registered\n[ 0.290443] acpiphp: Slot [19] registered\n[ 0.291290] acpiphp: Slot [20] registered\n[ 0.292134] acpiphp: Slot [21] registered\n[ 0.292978] acpiphp: Slot [22] registered\n[ 0.293820] acpiphp: Slot [23] registered\n[ 0.294662] acpiphp: Slot [24] registered\n[ 0.295507] acpiphp: Slot [25] registered\n[ 0.296353] acpiphp: Slot [26] registered\n[ 0.297194] acpiphp: Slot [27] registered\n[ 0.298038] acpiphp: Slot [28] registered\n[ 0.298879] acpiphp: Slot [29] registered\n[ 0.299730] acpiphp: Slot [30] registered\n[ 0.300572] acpiphp: Slot [31] registered\n[ 0.301409] PCI host bridge to bus 0000:00\n[ 0.302255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303519] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304787] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306297] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.307801] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314313] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315651] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378781] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380097] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381666] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384406] vgaarb: loaded\n[ 0.385037] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386231] SCSI subsystem initialized\n[ 0.387080] ACPI: bus type USB registered\n[ 0.387932] usbcore: registered new interface driver usbfs\n[ 0.389012] usbcore: registered new interface driver hub\n[ 0.390064] usbcore: registered new device driver usb\n[ 0.391151] PCI: Using ACPI for IRQ routing\n[ 0.392235] NetLabel: Initializing\n[ 0.392989] NetLabel: domain hash size = 128\n[ 0.393883] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394891] NetLabel: unlabeled traffic allowed by default\n[ 0.396039] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397059] clocksource: Switched to clocksource kvm-clock\n[ 0.402514] AppArmor: AppArmor Filesystem Enabled\n[ 0.403524] pnp: PnP ACPI init\n[ 0.404463] pnp: PnP ACPI: found 5 devices\n[ 0.410562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412350] NET: Registered protocol family 2\n[ 0.413352] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414702] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.415963] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417216] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418372] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419609] NET: Registered protocol family 1\n[ 0.420516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421670] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436973] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451374] Trying to unpack rootfs image as initramfs...\n[ 1.718271] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.733822] Scanning for low memory corruption every 60 seconds\n[ 1.735553] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.737186] audit: initializing netlink subsys (disabled)\n[ 1.738612] audit: type=2000 audit(1538630689.524:1): initialized\n[ 1.740372] Initialise system trusted keyring\n[ 1.741635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.743260] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.745718] zbud: loaded\n[ 1.746619] VFS: Disk quotas dquot_6.6.0\n[ 1.747726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.751288] fuse init (API version 7.23)\n[ 1.752466] Key type big_key registered\n[ 1.753558] Allocating IMA MOK and blacklist keyrings.\n[ 1.755041] Key type asymmetric registered\n[ 1.756165] Asymmetric key parser 'x509' registered\n[ 1.757487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759490] io scheduler noop registered\n[ 1.760571] io scheduler deadline registered (default)\n[ 1.761949] io scheduler cfq registered\n[ 1.763069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.764522] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.766278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768269] ACPI: Power Button [PWRF]\n[ 1.769402] GHES: HEST is not enabled!\n[ 1.783603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.813129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.816179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.840779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843510] Linux agpgart interface v0.103\n[ 1.845894] brd: module loaded\n[ 1.847418] loop: module loaded\n[ 1.849281] vda: vda1\n[ 1.850839] scsi host0: ata_piix\n[ 1.851799] scsi host1: ata_piix\n[ 1.852723] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.854412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.856306] libphy: Fixed MDIO Bus: probed\n[ 1.857583] tun: Universal TUN/TAP device driver, 1.6\n[ 1.858888] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861382] PPP generic driver version 2.4.2\n[ 1.862339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863577] ehci-pci: EHCI PCI platform driver\n[ 1.864478] ehci-platform: EHCI generic platform driver\n[ 1.865512] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866685] ohci-pci: OHCI PCI platform driver\n[ 1.867582] ohci-platform: OHCI generic platform driver\n[ 1.868601] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.883549] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.884753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.886569] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.887883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.889258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892625] usb usb1: Product: UHCI Host Controller\n[ 1.894615] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896054] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897230] hub 1-0:1.0: USB hub found\n[ 1.898150] hub 1-0:1.0: 2 ports detected\n[ 1.899261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901824] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903878] mousedev: PS/2 mouse device common for all mice\n[ 1.905186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.907094] rtc_cmos 00:00: RTC can wake from S4\n[ 1.908229] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.909478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910703] i2c /dev entries driver\n[ 1.911479] device-mapper: uevent: version 1.0.3\n[ 1.912441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.914140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.915458] NET: Registered protocol family 10\n[ 1.916485] NET: Registered protocol family 17\n[ 1.917421] Key type dns_resolver registered\n[ 1.918393] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.919524] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.921326] registered taskstats version 1\n[ 1.922194] Loading compiled-in X.509 certificates\n[ 1.923652] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.925582] zswap: loaded using pool lzo/zbud\n[ 1.927401] Key type trusted registered\n[ 1.929701] Key type encrypted registered\n[ 1.930551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.931607] ima: No TPM chip found, activating TPM-bypass!\n[ 1.932671] evm: HMAC attrs: 0x1\n[ 1.933666] Magic number: 6:227:415\n[ 1.934534] rtc_cmos 00:00: setting system clock to 2018-10-04 05:24:49 UTC (1538630689)\n[ 1.936187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.937353] EDD information not available.\n[ 2.009633] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.011151] ata1.00: configured for MWDMA2\n[ 2.012399] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.014824] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030147] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.031732] Write protecting the kernel read-only data: 14336k\n[ 2.033327] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035087] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.043747] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046177] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048482] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053039] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055215] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057471] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060297] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062520] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064721] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094367] virtio_net virtio0 ens3: renamed from eth0\n[ 2.103306] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106646] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128884] AVX2 version of gcm_enc/dec engaged.\n[ 2.130088] AES CTR mode by8 optimization enabled\n[ 2.133430] FDC 0 is a S82078B\n[ 2.209073] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.374198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.375714] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.377281] usb 1-1: Product: QEMU USB Tablet\n[ 2.378311] usb 1-1: Manufacturer: QEMU\n[ 2.379251] usb 1-1: SerialNumber: 42\n[ 2.386944] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.394536] usbcore: registered new interface driver usbhid\n[ 2.395900] usbhid: USB HID core driver\n[ 2.398472] 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.401250] 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.733104] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.734540] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.375808] md: linear personality registered for level -1\n[ 3.378891] md: multipath personality registered for level -4\n[ 3.382038] md: raid0 personality registered for level 0\n[ 3.385419] md: raid1 personality registered for level 1\n[ 3.457066] raid6: sse2x1 gen() 11484 MB/s\n[ 3.525064] raid6: sse2x1 xor() 8774 MB/s\n[ 3.593062] raid6: sse2x2 gen() 14175 MB/s\n[ 3.661063] raid6: sse2x2 xor() 9946 MB/s\n[ 3.729061] raid6: sse2x4 gen() 17233 MB/s\n[ 3.797061] raid6: sse2x4 xor() 11973 MB/s\n[ 3.865064] raid6: avx2x1 gen() 22835 MB/s\n[ 3.933062] raid6: avx2x2 gen() 26471 MB/s\n[ 4.001063] raid6: avx2x4 gen() 30700 MB/s\n[ 4.002100] raid6: using algorithm avx2x4 gen() 30700 MB/s\n[ 4.003356] raid6: using avx2x2 recovery algorithm\n[ 4.005751] xor: automatically using best checksumming function:\n[ 4.045062] avx : 35888.000 MB/sec\n[ 4.047235] async_tx: api initialized (async)\n[ 4.055920] md: raid6 personality registered for level 6\n[ 4.057194] md: raid5 personality registered for level 5\n[ 4.058415] md: raid4 personality registered for level 4\n[ 4.062921] 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.087375] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.117409] 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.210831] 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.214226] systemd[1]: Detected virtualization kvm.\n[ 4.215221] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.219348] systemd[1]: Set hostname to .\n[ 4.222786] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.223948] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.325222] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.327576] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.329771] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332128] 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.335405] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.337437] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.339560] 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.342409] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344490] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.346431] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348716] 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.352304] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.356887] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.361324] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.366821] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.369042] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.372746] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.376755] systemd[1]: Starting Nameserver information manager...\n[ 4.379644] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 4.384436] systemd[1]: Listening on LVM2 poll daemon socket.\n[ 4.386348] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.388776] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.391884] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.393860] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.399337] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.402220] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.404422] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.408749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.413092] 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.421616] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.428176] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.432051] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.438355] iscsi: registered transport (iser)\n[ 4.439871] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441938] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.445484] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.448816] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.451544] 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.461380] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.463782] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.470247] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.477129] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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] 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 Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started 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 Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.932070] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:24:53 +0000. Up 5.24 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.259143] cloud-init[1053]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:24:54 +0000. Up 7.02 seconds.\n[ 8.261694] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.268331] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.276110] cloud-init[1053]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.278859] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.284264] cloud-init[1053]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:45:3d:70 |\n[ 8.292121] cloud-init[1053]: ci-info: | ens3 | True | fe80::f816:3eff:fe45:3d70/64 | . | link | fa:16:3e:45:3d:70 |\n[ 8.294865] cloud-init[1053]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.300292] cloud-init[1053]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.308097] cloud-init[1053]: ci-info: | ens6 | False | . | . | . | 52:54:00:ff:4e:e2 |\n[ 8.310843] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[\n[ 8.316214] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.318388] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.326570] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] [1053]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.334845] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.340568] cloud-init[1053]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.345726] cloud-init[1053]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target Paths.\n[ 8.350846] cloud-init[1053]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m\n[ 8.356178] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.358363] cloud-init[1053]: Generating public/private rsa key pair.\n[ 8.359819] ] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.366082] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.371208] cloud-init[1053]: The key fingerprint is:\n[ 8.374825] cloud-init[1053]: SHA256:x3nqbCL34mhxETK8/7GXWrnMrlcq7CpW6yuvPWrbZHo root@sdnvpn-3-2-quagga\n[ 8.378824] cloud-init[1053]: The key's randomart image is:\n[ 8.382126] cloud-init[1053]: +---[RSA 2048]----+[[0;32m OK [0m] Reached target Sockets.\n\n[ 8.384410] cloud-init[1053]: | . |[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n\n[ 8.388570] cloud-init[1053]: | + . |\n[ 8.389576] cloud-init[1053]: | + . |\n Starting LSB: Record successful boot for GRUB...\n[ 8.392165] cloud-init[1053]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n| . .. . |\n[ 8.407632] cloud-init[1053]: | .S.+ . |\n[ 8.408866] cloud-init[1053]: | . +..o .. |\n[ 8.410081] cloud-init[1053]: | +o+.oo+ |\n[ 8.411781] cloud-init[1053]: | BBEo*+=. |\n[ 8.413458] cloud-init[1053]: | +*&OXBB= |\n[ 8.414749] cloud-init[1053]: +----[SHA256]-----+\n[ 8.416059] cloud-init[1053]: Generating public/private dsa key pair.\n[ 8.417614] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.419262] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.420996] cloud-init[1053]: The key fingerprint is:\n[ 8.422241] cloud-init[1053]: SHA256:1Ve4ax3EiP+ZNWm6rraYHYyOoCVfQsGDeFkH0Ilu3jw root@sdnvpn-3-2-quagga\n[ 8.423940] cloud-init[1053]: The key's randomart image is:\n[ 8.425221] cloud-init[1053]: +---[DSA 1024]----+\n[ 8.426391] cloud-init[1053]: | .+oo. . o..|\n[ 8.427540] cloud-init[1053]: | ..=o. o ..+ |\n[ 8.428746] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting LSB: MD monitoring daemon...[1053]: | ..+ + . o o..|\n[ 8.436865] cloud-init[1053]: | .o o . o.=.|\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.466143] [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1053]: | o o. S +o*|\n[ 8.514937] cloud-init[1053]: | ..E o .o+.|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.546658] cloud-init\n[1053]: | . +.. . o .. |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n [ 8.560808] cloud-initStarting Login to default iSCSI targets...\n[1053]: | = + o +... |\n[ 8.578954] cloud-init[1053]: | . . . +.++. |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n\n Starting LSB: daemon to balance interrupts for SMP 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...\n[ 8.612937] cloud-init[1053]: +----[SHA256]-----+[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n\n [ 8.656283] cloud-init[1053]: Generating public/private ecdsa key pair.Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.700443] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.704121] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.734658] cloud-init[1053]: The key fingerprint is:\n[ 8.740210] cloud-init[1053]: SHA256:MiDV1MgiEoJFbGKUCgrHK2YGwGmlrcmavoax9Xe9Rc4 root@sdnvpn-3-2-quagga\n[ 8.744067] cloud-init[1053]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.754357] cloud-init[1053]: +---[ECDSA 256]---+\n[ 8.755383] cloud-init[1053]: |OB*..+.o |\n[ 8.763593] cloud-init[1053]: |O*O.. + . |\n[ 8.764682] cloud-init[1053]: |O*.+.. |\n[ 8.765694] cloud-init[1053]: |=++. . |\n[ 8.769049] cloud-init[1053]: |+= o S . |\n[ 8.776062] cloud-init[1053]: |o.. o + |\n[ 8.777098] cloud-init[1053]: |++ . . E |\n[ 8.780051] cloud-init[1053]: |+. . . . .. |\n[ 8.781080] cloud-init[1053]: |.o. . . .. |\n[ 8.785557] cloud-init[1053]: +----[SHA256]-----+\n[ 8.787300] cloud-init[1053]: Generating public/private ed25519 key pair.\n[ 8.793238] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.795353] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.798615] cloud-init[1053]: The key fingerprint is:\n[ 8.801732] cloud-init[1053]: SHA256:S0uXyDODP7pKbrodNNpwaeuutE+6haRjFEYsbad4U0Q root@sdnvpn-3-2-quagga\n[ 8.804284] cloud-init[1053]: The key's randomart image is:\n[ 8.807367] cloud-init[1053]: +--[ED25519 256]--+\n[ 8.809562] cloud-init[1053]: |.o oE |\n[ 8.811764] cloud-init[1053]: |o.o o |\n[ 8.814696] cloud-init[1053]: |.= + |\n[ 8.816945] cloud-init[1053]: |o = . o . . |\n[ 8.819124] cloud-init[1053]: | oo.* . S o |\n[ 8.821594] cloud-init[1053]: |.o O o + B |\n[ 8.823829] cloud-init[1053]: |o.+ B = |\n[ 8.826509] cloud-init[1053]: |.o X.. . . |\n[ 8.829608] cloud-init[1053]: | BOB.o. |\n[ 8.834825] cloud-init[1053]: +----[SHA256]-----+\n[ 9.050541] cloud-init[1176]: Generating locales (this might take a while)...\n[ 9.611966] cloud-init[1176]: en_US.UTF-8... done\n[ 9.613711] cloud-init[1176]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-10-04 05:25:58,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-c549b384-8dcc-4a33-8b39-bb23d8d9b640 2018-10-04 05:26:28,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:26:29,915 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:26: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-577dd818-72b9-4865-b345-453da2d06f7a x-compute-request-id: req-577dd818-72b9-4865-b345-453da2d06f7a Content-Encoding: gzip Content-Length: 13246 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1610965771 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145883] pid_max: default: 32768 minimum: 301\n[ 0.146840] ACPI: Core revision 20150930\n[ 0.148270] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149674] Security Framework initialized\n[ 0.150542] Yama: becoming mindful.\n[ 0.151331] AppArmor: AppArmor initialized\n[ 0.152259] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153744] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155513] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156817] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158424] Initializing cgroup subsys io\n[ 0.159303] Initializing cgroup subsys memory\n[ 0.160212] Initializing cgroup subsys devices\n[ 0.161129] Initializing cgroup subsys freezer\n[ 0.162048] Initializing cgroup subsys net_cls\n[ 0.162968] Initializing cgroup subsys perf_event\n[ 0.163934] Initializing cgroup subsys net_prio\n[ 0.164867] Initializing cgroup subsys hugetlb\n[ 0.165787] Initializing cgroup subsys pids\n[ 0.166712] CPU: Physical Processor ID: 0\n[ 0.168273] mce: CPU supports 10 MCE banks\n[ 0.169167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170230] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182352] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188985] ftrace: allocating 32123 entries in 126 pages\n[ 0.216101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217391] smpboot: Max logical packages: 1\n[ 0.218443] x2apic enabled\n[ 0.219295] Switched APIC routing to physical x2apic.\n[ 0.221106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226306] KVM setup paravirtual spinlock\n[ 0.227647] x86: Booted up 1 node, 1 CPUs\n[ 0.228500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229961] devtmpfs: initialized\n[ 0.232448] evm: security.selinux\n[ 0.233188] evm: security.SMACK64\n[ 0.233913] evm: security.SMACK64EXEC\n[ 0.234694] evm: security.SMACK64TRANSMUTE\n[ 0.235551] evm: security.SMACK64MMAP\n[ 0.236340] evm: security.ima\n[ 0.237010] evm: security.capability\n[ 0.237847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239803] pinctrl core: initialized pinctrl subsystem\n[ 0.240957] RTC time: 5:24:47, date: 10/04/18\n[ 0.241941] NET: Registered protocol family 16\n[ 0.242961] cpuidle: using governor ladder\n[ 0.243831] cpuidle: using governor menu\n[ 0.244665] PCCT header not found.\n[ 0.245455] ACPI: bus type PCI registered\n[ 0.246299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247607] PCI: Using configuration type 1 for base access\n[ 0.249811] ACPI: Added _OSI(Module Device)\n[ 0.250699] ACPI: Added _OSI(Processor Device)\n[ 0.251612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254788] ACPI: Interpreter enabled\n[ 0.255591] ACPI: (supports S0 S5)\n[ 0.256328] ACPI: Using IOAPIC for interrupt routing\n[ 0.257313] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266633] acpiphp: Slot [3] registered\n[ 0.267472] acpiphp: Slot [4] registered\n[ 0.268311] acpiphp: Slot [5] registered\n[ 0.269145] acpiphp: Slot [6] registered\n[ 0.269978] acpiphp: Slot [7] registered\n[ 0.270805] acpiphp: Slot [8] registered\n[ 0.271638] acpiphp: Slot [9] registered\n[ 0.272480] acpiphp: Slot [10] registered\n[ 0.273327] acpiphp: Slot [11] registered\n[ 0.274169] acpiphp: Slot [12] registered\n[ 0.275014] acpiphp: Slot [13] registered\n[ 0.275854] acpiphp: Slot [14] registered\n[ 0.287047] acpiphp: Slot [15] registered\n[ 0.287911] acpiphp: Slot [16] registered\n[ 0.288755] acpiphp: Slot [17] registered\n[ 0.289598] acpiphp: Slot [18] registered\n[ 0.290443] acpiphp: Slot [19] registered\n[ 0.291290] acpiphp: Slot [20] registered\n[ 0.292134] acpiphp: Slot [21] registered\n[ 0.292978] acpiphp: Slot [22] registered\n[ 0.293820] acpiphp: Slot [23] registered\n[ 0.294662] acpiphp: Slot [24] registered\n[ 0.295507] acpiphp: Slot [25] registered\n[ 0.296353] acpiphp: Slot [26] registered\n[ 0.297194] acpiphp: Slot [27] registered\n[ 0.298038] acpiphp: Slot [28] registered\n[ 0.298879] acpiphp: Slot [29] registered\n[ 0.299730] acpiphp: Slot [30] registered\n[ 0.300572] acpiphp: Slot [31] registered\n[ 0.301409] PCI host bridge to bus 0000:00\n[ 0.302255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303519] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304787] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306297] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.307801] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314313] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315651] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378781] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380097] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381666] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384406] vgaarb: loaded\n[ 0.385037] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386231] SCSI subsystem initialized\n[ 0.387080] ACPI: bus type USB registered\n[ 0.387932] usbcore: registered new interface driver usbfs\n[ 0.389012] usbcore: registered new interface driver hub\n[ 0.390064] usbcore: registered new device driver usb\n[ 0.391151] PCI: Using ACPI for IRQ routing\n[ 0.392235] NetLabel: Initializing\n[ 0.392989] NetLabel: domain hash size = 128\n[ 0.393883] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394891] NetLabel: unlabeled traffic allowed by default\n[ 0.396039] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397059] clocksource: Switched to clocksource kvm-clock\n[ 0.402514] AppArmor: AppArmor Filesystem Enabled\n[ 0.403524] pnp: PnP ACPI init\n[ 0.404463] pnp: PnP ACPI: found 5 devices\n[ 0.410562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412350] NET: Registered protocol family 2\n[ 0.413352] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414702] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.415963] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417216] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418372] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419609] NET: Registered protocol family 1\n[ 0.420516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421670] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436973] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451374] Trying to unpack rootfs image as initramfs...\n[ 1.718271] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.733822] Scanning for low memory corruption every 60 seconds\n[ 1.735553] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.737186] audit: initializing netlink subsys (disabled)\n[ 1.738612] audit: type=2000 audit(1538630689.524:1): initialized\n[ 1.740372] Initialise system trusted keyring\n[ 1.741635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.743260] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.745718] zbud: loaded\n[ 1.746619] VFS: Disk quotas dquot_6.6.0\n[ 1.747726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.751288] fuse init (API version 7.23)\n[ 1.752466] Key type big_key registered\n[ 1.753558] Allocating IMA MOK and blacklist keyrings.\n[ 1.755041] Key type asymmetric registered\n[ 1.756165] Asymmetric key parser 'x509' registered\n[ 1.757487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759490] io scheduler noop registered\n[ 1.760571] io scheduler deadline registered (default)\n[ 1.761949] io scheduler cfq registered\n[ 1.763069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.764522] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.766278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768269] ACPI: Power Button [PWRF]\n[ 1.769402] GHES: HEST is not enabled!\n[ 1.783603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.813129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.816179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.840779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843510] Linux agpgart interface v0.103\n[ 1.845894] brd: module loaded\n[ 1.847418] loop: module loaded\n[ 1.849281] vda: vda1\n[ 1.850839] scsi host0: ata_piix\n[ 1.851799] scsi host1: ata_piix\n[ 1.852723] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.854412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.856306] libphy: Fixed MDIO Bus: probed\n[ 1.857583] tun: Universal TUN/TAP device driver, 1.6\n[ 1.858888] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861382] PPP generic driver version 2.4.2\n[ 1.862339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863577] ehci-pci: EHCI PCI platform driver\n[ 1.864478] ehci-platform: EHCI generic platform driver\n[ 1.865512] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866685] ohci-pci: OHCI PCI platform driver\n[ 1.867582] ohci-platform: OHCI generic platform driver\n[ 1.868601] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.883549] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.884753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.886569] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.887883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.889258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892625] usb usb1: Product: UHCI Host Controller\n[ 1.894615] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896054] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897230] hub 1-0:1.0: USB hub found\n[ 1.898150] hub 1-0:1.0: 2 ports detected\n[ 1.899261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901824] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903878] mousedev: PS/2 mouse device common for all mice\n[ 1.905186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.907094] rtc_cmos 00:00: RTC can wake from S4\n[ 1.908229] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.909478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910703] i2c /dev entries driver\n[ 1.911479] device-mapper: uevent: version 1.0.3\n[ 1.912441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.914140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.915458] NET: Registered protocol family 10\n[ 1.916485] NET: Registered protocol family 17\n[ 1.917421] Key type dns_resolver registered\n[ 1.918393] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.919524] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.921326] registered taskstats version 1\n[ 1.922194] Loading compiled-in X.509 certificates\n[ 1.923652] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.925582] zswap: loaded using pool lzo/zbud\n[ 1.927401] Key type trusted registered\n[ 1.929701] Key type encrypted registered\n[ 1.930551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.931607] ima: No TPM chip found, activating TPM-bypass!\n[ 1.932671] evm: HMAC attrs: 0x1\n[ 1.933666] Magic number: 6:227:415\n[ 1.934534] rtc_cmos 00:00: setting system clock to 2018-10-04 05:24:49 UTC (1538630689)\n[ 1.936187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.937353] EDD information not available.\n[ 2.009633] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.011151] ata1.00: configured for MWDMA2\n[ 2.012399] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.014824] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030147] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.031732] Write protecting the kernel read-only data: 14336k\n[ 2.033327] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035087] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.043747] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046177] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048482] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053039] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055215] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057471] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060297] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062520] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064721] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094367] virtio_net virtio0 ens3: renamed from eth0\n[ 2.103306] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106646] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128884] AVX2 version of gcm_enc/dec engaged.\n[ 2.130088] AES CTR mode by8 optimization enabled\n[ 2.133430] FDC 0 is a S82078B\n[ 2.209073] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.374198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.375714] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.377281] usb 1-1: Product: QEMU USB Tablet\n[ 2.378311] usb 1-1: Manufacturer: QEMU\n[ 2.379251] usb 1-1: SerialNumber: 42\n[ 2.386944] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.394536] usbcore: registered new interface driver usbhid\n[ 2.395900] usbhid: USB HID core driver\n[ 2.398472] 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.401250] 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.733104] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.734540] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.375808] md: linear personality registered for level -1\n[ 3.378891] md: multipath personality registered for level -4\n[ 3.382038] md: raid0 personality registered for level 0\n[ 3.385419] md: raid1 personality registered for level 1\n[ 3.457066] raid6: sse2x1 gen() 11484 MB/s\n[ 3.525064] raid6: sse2x1 xor() 8774 MB/s\n[ 3.593062] raid6: sse2x2 gen() 14175 MB/s\n[ 3.661063] raid6: sse2x2 xor() 9946 MB/s\n[ 3.729061] raid6: sse2x4 gen() 17233 MB/s\n[ 3.797061] raid6: sse2x4 xor() 11973 MB/s\n[ 3.865064] raid6: avx2x1 gen() 22835 MB/s\n[ 3.933062] raid6: avx2x2 gen() 26471 MB/s\n[ 4.001063] raid6: avx2x4 gen() 30700 MB/s\n[ 4.002100] raid6: using algorithm avx2x4 gen() 30700 MB/s\n[ 4.003356] raid6: using avx2x2 recovery algorithm\n[ 4.005751] xor: automatically using best checksumming function:\n[ 4.045062] avx : 35888.000 MB/sec\n[ 4.047235] async_tx: api initialized (async)\n[ 4.055920] md: raid6 personality registered for level 6\n[ 4.057194] md: raid5 personality registered for level 5\n[ 4.058415] md: raid4 personality registered for level 4\n[ 4.062921] 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.087375] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.117409] 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.210831] 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.214226] systemd[1]: Detected virtualization kvm.\n[ 4.215221] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.219348] systemd[1]: Set hostname to .\n[ 4.222786] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.223948] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.325222] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.327576] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.329771] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332128] 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.335405] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.337437] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.339560] 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.342409] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344490] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.346431] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348716] 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.352304] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.356887] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.361324] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.366821] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.369042] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.372746] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.376755] systemd[1]: Starting Nameserver information manager...\n[ 4.379644] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 4.384436] systemd[1]: Listening on LVM2 poll daemon socket.\n[ 4.386348] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.388776] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.391884] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.393860] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.399337] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.402220] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.404422] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.408749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.413092] 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.421616] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.428176] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.432051] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.438355] iscsi: registered transport (iser)\n[ 4.439871] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441938] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.445484] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.448816] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.451544] 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.461380] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.463782] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.470247] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.477129] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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] 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 Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started 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 Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.932070] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:24:53 +0000. Up 5.24 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.259143] cloud-init[1053]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:24:54 +0000. Up 7.02 seconds.\n[ 8.261694] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.268331] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.276110] cloud-init[1053]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.278859] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.284264] cloud-init[1053]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:45:3d:70 |\n[ 8.292121] cloud-init[1053]: ci-info: | ens3 | True | fe80::f816:3eff:fe45:3d70/64 | . | link | fa:16:3e:45:3d:70 |\n[ 8.294865] cloud-init[1053]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.300292] cloud-init[1053]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.308097] cloud-init[1053]: ci-info: | ens6 | False | . | . | . | 52:54:00:ff:4e:e2 |\n[ 8.310843] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[\n[ 8.316214] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.318388] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.326570] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] [1053]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.334845] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.340568] cloud-init[1053]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.345726] cloud-init[1053]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target Paths.\n[ 8.350846] cloud-init[1053]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m\n[ 8.356178] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.358363] cloud-init[1053]: Generating public/private rsa key pair.\n[ 8.359819] ] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.366082] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.371208] cloud-init[1053]: The key fingerprint is:\n[ 8.374825] cloud-init[1053]: SHA256:x3nqbCL34mhxETK8/7GXWrnMrlcq7CpW6yuvPWrbZHo root@sdnvpn-3-2-quagga\n[ 8.378824] cloud-init[1053]: The key's randomart image is:\n[ 8.382126] cloud-init[1053]: +---[RSA 2048]----+[[0;32m OK [0m] Reached target Sockets.\n\n[ 8.384410] cloud-init[1053]: | . |[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n\n[ 8.388570] cloud-init[1053]: | + . |\n[ 8.389576] cloud-init[1053]: | + . |\n Starting LSB: Record successful boot for GRUB...\n[ 8.392165] cloud-init[1053]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n| . .. . |\n[ 8.407632] cloud-init[1053]: | .S.+ . |\n[ 8.408866] cloud-init[1053]: | . +..o .. |\n[ 8.410081] cloud-init[1053]: | +o+.oo+ |\n[ 8.411781] cloud-init[1053]: | BBEo*+=. |\n[ 8.413458] cloud-init[1053]: | +*&OXBB= |\n[ 8.414749] cloud-init[1053]: +----[SHA256]-----+\n[ 8.416059] cloud-init[1053]: Generating public/private dsa key pair.\n[ 8.417614] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.419262] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.420996] cloud-init[1053]: The key fingerprint is:\n[ 8.422241] cloud-init[1053]: SHA256:1Ve4ax3EiP+ZNWm6rraYHYyOoCVfQsGDeFkH0Ilu3jw root@sdnvpn-3-2-quagga\n[ 8.423940] cloud-init[1053]: The key's randomart image is:\n[ 8.425221] cloud-init[1053]: +---[DSA 1024]----+\n[ 8.426391] cloud-init[1053]: | .+oo. . o..|\n[ 8.427540] cloud-init[1053]: | ..=o. o ..+ |\n[ 8.428746] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting LSB: MD monitoring daemon...[1053]: | ..+ + . o o..|\n[ 8.436865] cloud-init[1053]: | .o o . o.=.|\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.466143] [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1053]: | o o. S +o*|\n[ 8.514937] cloud-init[1053]: | ..E o .o+.|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.546658] cloud-init\n[1053]: | . +.. . o .. |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n [ 8.560808] cloud-initStarting Login to default iSCSI targets...\n[1053]: | = + o +... |\n[ 8.578954] cloud-init[1053]: | . . . +.++. |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n\n Starting LSB: daemon to balance interrupts for SMP 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...\n[ 8.612937] cloud-init[1053]: +----[SHA256]-----+[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n\n [ 8.656283] cloud-init[1053]: Generating public/private ecdsa key pair.Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.700443] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.704121] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.734658] cloud-init[1053]: The key fingerprint is:\n[ 8.740210] cloud-init[1053]: SHA256:MiDV1MgiEoJFbGKUCgrHK2YGwGmlrcmavoax9Xe9Rc4 root@sdnvpn-3-2-quagga\n[ 8.744067] cloud-init[1053]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.754357] cloud-init[1053]: +---[ECDSA 256]---+\n[ 8.755383] cloud-init[1053]: |OB*..+.o |\n[ 8.763593] cloud-init[1053]: |O*O.. + . |\n[ 8.764682] cloud-init[1053]: |O*.+.. |\n[ 8.765694] cloud-init[1053]: |=++. . |\n[ 8.769049] cloud-init[1053]: |+= o S . |\n[ 8.776062] cloud-init[1053]: |o.. o + |\n[ 8.777098] cloud-init[1053]: |++ . . E |\n[ 8.780051] cloud-init[1053]: |+. . . . .. |\n[ 8.781080] cloud-init[1053]: |.o. . . .. |\n[ 8.785557] cloud-init[1053]: +----[SHA256]-----+\n[ 8.787300] cloud-init[1053]: Generating public/private ed25519 key pair.\n[ 8.793238] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.795353] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.798615] cloud-init[1053]: The key fingerprint is:\n[ 8.801732] cloud-init[1053]: SHA256:S0uXyDODP7pKbrodNNpwaeuutE+6haRjFEYsbad4U0Q root@sdnvpn-3-2-quagga\n[ 8.804284] cloud-init[1053]: The key's randomart image is:\n[ 8.807367] cloud-init[1053]: +--[ED25519 256]--+\n[ 8.809562] cloud-init[1053]: |.o oE |\n[ 8.811764] cloud-init[1053]: |o.o o |\n[ 8.814696] cloud-init[1053]: |.= + |\n[ 8.816945] cloud-init[1053]: |o = . o . . |\n[ 8.819124] cloud-init[1053]: | oo.* . S o |\n[ 8.821594] cloud-init[1053]: |.o O o + B |\n[ 8.823829] cloud-init[1053]: |o.+ B = |\n[ 8.826509] cloud-init[1053]: |.o X.. . . |\n[ 8.829608] cloud-init[1053]: | BOB.o. |\n[ 8.834825] cloud-init[1053]: +----[SHA256]-----+\n[ 9.050541] cloud-init[1176]: Generating locales (this might take a while)...\n[ 9.611966] cloud-init[1176]: en_US.UTF-8... done\n[ 9.613711] cloud-init[1176]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: "} 2018-10-04 05:26:29,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-577dd818-72b9-4865-b345-453da2d06f7a 2018-10-04 05:26:59,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:27:01,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:26: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-fc40cf35-e749-4d56-85b3-ab345ce14961 x-compute-request-id: req-fc40cf35-e749-4d56-85b3-ab345ce14961 Content-Encoding: gzip Content-Length: 13335 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1610965771 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145883] pid_max: default: 32768 minimum: 301\n[ 0.146840] ACPI: Core revision 20150930\n[ 0.148270] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149674] Security Framework initialized\n[ 0.150542] Yama: becoming mindful.\n[ 0.151331] AppArmor: AppArmor initialized\n[ 0.152259] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153744] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155513] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156817] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158424] Initializing cgroup subsys io\n[ 0.159303] Initializing cgroup subsys memory\n[ 0.160212] Initializing cgroup subsys devices\n[ 0.161129] Initializing cgroup subsys freezer\n[ 0.162048] Initializing cgroup subsys net_cls\n[ 0.162968] Initializing cgroup subsys perf_event\n[ 0.163934] Initializing cgroup subsys net_prio\n[ 0.164867] Initializing cgroup subsys hugetlb\n[ 0.165787] Initializing cgroup subsys pids\n[ 0.166712] CPU: Physical Processor ID: 0\n[ 0.168273] mce: CPU supports 10 MCE banks\n[ 0.169167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170230] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182352] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188985] ftrace: allocating 32123 entries in 126 pages\n[ 0.216101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217391] smpboot: Max logical packages: 1\n[ 0.218443] x2apic enabled\n[ 0.219295] Switched APIC routing to physical x2apic.\n[ 0.221106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226306] KVM setup paravirtual spinlock\n[ 0.227647] x86: Booted up 1 node, 1 CPUs\n[ 0.228500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229961] devtmpfs: initialized\n[ 0.232448] evm: security.selinux\n[ 0.233188] evm: security.SMACK64\n[ 0.233913] evm: security.SMACK64EXEC\n[ 0.234694] evm: security.SMACK64TRANSMUTE\n[ 0.235551] evm: security.SMACK64MMAP\n[ 0.236340] evm: security.ima\n[ 0.237010] evm: security.capability\n[ 0.237847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239803] pinctrl core: initialized pinctrl subsystem\n[ 0.240957] RTC time: 5:24:47, date: 10/04/18\n[ 0.241941] NET: Registered protocol family 16\n[ 0.242961] cpuidle: using governor ladder\n[ 0.243831] cpuidle: using governor menu\n[ 0.244665] PCCT header not found.\n[ 0.245455] ACPI: bus type PCI registered\n[ 0.246299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247607] PCI: Using configuration type 1 for base access\n[ 0.249811] ACPI: Added _OSI(Module Device)\n[ 0.250699] ACPI: Added _OSI(Processor Device)\n[ 0.251612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254788] ACPI: Interpreter enabled\n[ 0.255591] ACPI: (supports S0 S5)\n[ 0.256328] ACPI: Using IOAPIC for interrupt routing\n[ 0.257313] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266633] acpiphp: Slot [3] registered\n[ 0.267472] acpiphp: Slot [4] registered\n[ 0.268311] acpiphp: Slot [5] registered\n[ 0.269145] acpiphp: Slot [6] registered\n[ 0.269978] acpiphp: Slot [7] registered\n[ 0.270805] acpiphp: Slot [8] registered\n[ 0.271638] acpiphp: Slot [9] registered\n[ 0.272480] acpiphp: Slot [10] registered\n[ 0.273327] acpiphp: Slot [11] registered\n[ 0.274169] acpiphp: Slot [12] registered\n[ 0.275014] acpiphp: Slot [13] registered\n[ 0.275854] acpiphp: Slot [14] registered\n[ 0.287047] acpiphp: Slot [15] registered\n[ 0.287911] acpiphp: Slot [16] registered\n[ 0.288755] acpiphp: Slot [17] registered\n[ 0.289598] acpiphp: Slot [18] registered\n[ 0.290443] acpiphp: Slot [19] registered\n[ 0.291290] acpiphp: Slot [20] registered\n[ 0.292134] acpiphp: Slot [21] registered\n[ 0.292978] acpiphp: Slot [22] registered\n[ 0.293820] acpiphp: Slot [23] registered\n[ 0.294662] acpiphp: Slot [24] registered\n[ 0.295507] acpiphp: Slot [25] registered\n[ 0.296353] acpiphp: Slot [26] registered\n[ 0.297194] acpiphp: Slot [27] registered\n[ 0.298038] acpiphp: Slot [28] registered\n[ 0.298879] acpiphp: Slot [29] registered\n[ 0.299730] acpiphp: Slot [30] registered\n[ 0.300572] acpiphp: Slot [31] registered\n[ 0.301409] PCI host bridge to bus 0000:00\n[ 0.302255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303519] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304787] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306297] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.307801] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314313] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315651] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378781] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380097] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381666] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384406] vgaarb: loaded\n[ 0.385037] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386231] SCSI subsystem initialized\n[ 0.387080] ACPI: bus type USB registered\n[ 0.387932] usbcore: registered new interface driver usbfs\n[ 0.389012] usbcore: registered new interface driver hub\n[ 0.390064] usbcore: registered new device driver usb\n[ 0.391151] PCI: Using ACPI for IRQ routing\n[ 0.392235] NetLabel: Initializing\n[ 0.392989] NetLabel: domain hash size = 128\n[ 0.393883] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394891] NetLabel: unlabeled traffic allowed by default\n[ 0.396039] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397059] clocksource: Switched to clocksource kvm-clock\n[ 0.402514] AppArmor: AppArmor Filesystem Enabled\n[ 0.403524] pnp: PnP ACPI init\n[ 0.404463] pnp: PnP ACPI: found 5 devices\n[ 0.410562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412350] NET: Registered protocol family 2\n[ 0.413352] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414702] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.415963] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417216] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418372] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419609] NET: Registered protocol family 1\n[ 0.420516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421670] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436973] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451374] Trying to unpack rootfs image as initramfs...\n[ 1.718271] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.733822] Scanning for low memory corruption every 60 seconds\n[ 1.735553] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.737186] audit: initializing netlink subsys (disabled)\n[ 1.738612] audit: type=2000 audit(1538630689.524:1): initialized\n[ 1.740372] Initialise system trusted keyring\n[ 1.741635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.743260] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.745718] zbud: loaded\n[ 1.746619] VFS: Disk quotas dquot_6.6.0\n[ 1.747726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.751288] fuse init (API version 7.23)\n[ 1.752466] Key type big_key registered\n[ 1.753558] Allocating IMA MOK and blacklist keyrings.\n[ 1.755041] Key type asymmetric registered\n[ 1.756165] Asymmetric key parser 'x509' registered\n[ 1.757487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759490] io scheduler noop registered\n[ 1.760571] io scheduler deadline registered (default)\n[ 1.761949] io scheduler cfq registered\n[ 1.763069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.764522] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.766278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768269] ACPI: Power Button [PWRF]\n[ 1.769402] GHES: HEST is not enabled!\n[ 1.783603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.813129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.816179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.840779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843510] Linux agpgart interface v0.103\n[ 1.845894] brd: module loaded\n[ 1.847418] loop: module loaded\n[ 1.849281] vda: vda1\n[ 1.850839] scsi host0: ata_piix\n[ 1.851799] scsi host1: ata_piix\n[ 1.852723] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.854412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.856306] libphy: Fixed MDIO Bus: probed\n[ 1.857583] tun: Universal TUN/TAP device driver, 1.6\n[ 1.858888] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861382] PPP generic driver version 2.4.2\n[ 1.862339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863577] ehci-pci: EHCI PCI platform driver\n[ 1.864478] ehci-platform: EHCI generic platform driver\n[ 1.865512] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866685] ohci-pci: OHCI PCI platform driver\n[ 1.867582] ohci-platform: OHCI generic platform driver\n[ 1.868601] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.883549] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.884753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.886569] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.887883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.889258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892625] usb usb1: Product: UHCI Host Controller\n[ 1.894615] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896054] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897230] hub 1-0:1.0: USB hub found\n[ 1.898150] hub 1-0:1.0: 2 ports detected\n[ 1.899261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901824] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903878] mousedev: PS/2 mouse device common for all mice\n[ 1.905186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.907094] rtc_cmos 00:00: RTC can wake from S4\n[ 1.908229] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.909478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910703] i2c /dev entries driver\n[ 1.911479] device-mapper: uevent: version 1.0.3\n[ 1.912441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.914140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.915458] NET: Registered protocol family 10\n[ 1.916485] NET: Registered protocol family 17\n[ 1.917421] Key type dns_resolver registered\n[ 1.918393] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.919524] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.921326] registered taskstats version 1\n[ 1.922194] Loading compiled-in X.509 certificates\n[ 1.923652] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.925582] zswap: loaded using pool lzo/zbud\n[ 1.927401] Key type trusted registered\n[ 1.929701] Key type encrypted registered\n[ 1.930551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.931607] ima: No TPM chip found, activating TPM-bypass!\n[ 1.932671] evm: HMAC attrs: 0x1\n[ 1.933666] Magic number: 6:227:415\n[ 1.934534] rtc_cmos 00:00: setting system clock to 2018-10-04 05:24:49 UTC (1538630689)\n[ 1.936187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.937353] EDD information not available.\n[ 2.009633] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.011151] ata1.00: configured for MWDMA2\n[ 2.012399] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.014824] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030147] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.031732] Write protecting the kernel read-only data: 14336k\n[ 2.033327] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035087] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.043747] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046177] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048482] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053039] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055215] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057471] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060297] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062520] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064721] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094367] virtio_net virtio0 ens3: renamed from eth0\n[ 2.103306] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106646] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128884] AVX2 version of gcm_enc/dec engaged.\n[ 2.130088] AES CTR mode by8 optimization enabled\n[ 2.133430] FDC 0 is a S82078B\n[ 2.209073] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.374198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.375714] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.377281] usb 1-1: Product: QEMU USB Tablet\n[ 2.378311] usb 1-1: Manufacturer: QEMU\n[ 2.379251] usb 1-1: SerialNumber: 42\n[ 2.386944] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.394536] usbcore: registered new interface driver usbhid\n[ 2.395900] usbhid: USB HID core driver\n[ 2.398472] 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.401250] 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.733104] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.734540] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.375808] md: linear personality registered for level -1\n[ 3.378891] md: multipath personality registered for level -4\n[ 3.382038] md: raid0 personality registered for level 0\n[ 3.385419] md: raid1 personality registered for level 1\n[ 3.457066] raid6: sse2x1 gen() 11484 MB/s\n[ 3.525064] raid6: sse2x1 xor() 8774 MB/s\n[ 3.593062] raid6: sse2x2 gen() 14175 MB/s\n[ 3.661063] raid6: sse2x2 xor() 9946 MB/s\n[ 3.729061] raid6: sse2x4 gen() 17233 MB/s\n[ 3.797061] raid6: sse2x4 xor() 11973 MB/s\n[ 3.865064] raid6: avx2x1 gen() 22835 MB/s\n[ 3.933062] raid6: avx2x2 gen() 26471 MB/s\n[ 4.001063] raid6: avx2x4 gen() 30700 MB/s\n[ 4.002100] raid6: using algorithm avx2x4 gen() 30700 MB/s\n[ 4.003356] raid6: using avx2x2 recovery algorithm\n[ 4.005751] xor: automatically using best checksumming function:\n[ 4.045062] avx : 35888.000 MB/sec\n[ 4.047235] async_tx: api initialized (async)\n[ 4.055920] md: raid6 personality registered for level 6\n[ 4.057194] md: raid5 personality registered for level 5\n[ 4.058415] md: raid4 personality registered for level 4\n[ 4.062921] 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.087375] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.117409] 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.210831] 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.214226] systemd[1]: Detected virtualization kvm.\n[ 4.215221] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.219348] systemd[1]: Set hostname to .\n[ 4.222786] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.223948] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.325222] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.327576] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.329771] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332128] 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.335405] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.337437] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.339560] 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.342409] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344490] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.346431] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348716] 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.352304] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.356887] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.361324] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.366821] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.369042] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.372746] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.376755] systemd[1]: Starting Nameserver information manager...\n[ 4.379644] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 4.384436] systemd[1]: Listening on LVM2 poll daemon socket.\n[ 4.386348] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.388776] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.391884] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.393860] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.399337] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.402220] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.404422] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.408749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.413092] 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.421616] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.428176] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.432051] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.438355] iscsi: registered transport (iser)\n[ 4.439871] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441938] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.445484] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.448816] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.451544] 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.461380] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.463782] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.470247] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.477129] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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] 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 Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started 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 Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.932070] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:24:53 +0000. Up 5.24 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.259143] cloud-init[1053]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:24:54 +0000. Up 7.02 seconds.\n[ 8.261694] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.268331] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.276110] cloud-init[1053]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.278859] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.284264] cloud-init[1053]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:45:3d:70 |\n[ 8.292121] cloud-init[1053]: ci-info: | ens3 | True | fe80::f816:3eff:fe45:3d70/64 | . | link | fa:16:3e:45:3d:70 |\n[ 8.294865] cloud-init[1053]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.300292] cloud-init[1053]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.308097] cloud-init[1053]: ci-info: | ens6 | False | . | . | . | 52:54:00:ff:4e:e2 |\n[ 8.310843] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[\n[ 8.316214] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.318388] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.326570] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] [1053]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.334845] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.340568] cloud-init[1053]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.345726] cloud-init[1053]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target Paths.\n[ 8.350846] cloud-init[1053]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m\n[ 8.356178] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.358363] cloud-init[1053]: Generating public/private rsa key pair.\n[ 8.359819] ] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.366082] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.371208] cloud-init[1053]: The key fingerprint is:\n[ 8.374825] cloud-init[1053]: SHA256:x3nqbCL34mhxETK8/7GXWrnMrlcq7CpW6yuvPWrbZHo root@sdnvpn-3-2-quagga\n[ 8.378824] cloud-init[1053]: The key's randomart image is:\n[ 8.382126] cloud-init[1053]: +---[RSA 2048]----+[[0;32m OK [0m] Reached target Sockets.\n\n[ 8.384410] cloud-init[1053]: | . |[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n\n[ 8.388570] cloud-init[1053]: | + . |\n[ 8.389576] cloud-init[1053]: | + . |\n Starting LSB: Record successful boot for GRUB...\n[ 8.392165] cloud-init[1053]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n| . .. . |\n[ 8.407632] cloud-init[1053]: | .S.+ . |\n[ 8.408866] cloud-init[1053]: | . +..o .. |\n[ 8.410081] cloud-init[1053]: | +o+.oo+ |\n[ 8.411781] cloud-init[1053]: | BBEo*+=. |\n[ 8.413458] cloud-init[1053]: | +*&OXBB= |\n[ 8.414749] cloud-init[1053]: +----[SHA256]-----+\n[ 8.416059] cloud-init[1053]: Generating public/private dsa key pair.\n[ 8.417614] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.419262] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.420996] cloud-init[1053]: The key fingerprint is:\n[ 8.422241] cloud-init[1053]: SHA256:1Ve4ax3EiP+ZNWm6rraYHYyOoCVfQsGDeFkH0Ilu3jw root@sdnvpn-3-2-quagga\n[ 8.423940] cloud-init[1053]: The key's randomart image is:\n[ 8.425221] cloud-init[1053]: +---[DSA 1024]----+\n[ 8.426391] cloud-init[1053]: | .+oo. . o..|\n[ 8.427540] cloud-init[1053]: | ..=o. o ..+ |\n[ 8.428746] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting LSB: MD monitoring daemon...[1053]: | ..+ + . o o..|\n[ 8.436865] cloud-init[1053]: | .o o . o.=.|\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.466143] [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1053]: | o o. S +o*|\n[ 8.514937] cloud-init[1053]: | ..E o .o+.|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.546658] cloud-init\n[1053]: | . +.. . o .. |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n [ 8.560808] cloud-initStarting Login to default iSCSI targets...\n[1053]: | = + o +... |\n[ 8.578954] cloud-init[1053]: | . . . +.++. |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n\n Starting LSB: daemon to balance interrupts for SMP 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...\n[ 8.612937] cloud-init[1053]: +----[SHA256]-----+[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n\n [ 8.656283] cloud-init[1053]: Generating public/private ecdsa key pair.Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.700443] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.704121] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.734658] cloud-init[1053]: The key fingerprint is:\n[ 8.740210] cloud-init[1053]: SHA256:MiDV1MgiEoJFbGKUCgrHK2YGwGmlrcmavoax9Xe9Rc4 root@sdnvpn-3-2-quagga\n[ 8.744067] cloud-init[1053]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.754357] cloud-init[1053]: +---[ECDSA 256]---+\n[ 8.755383] cloud-init[1053]: |OB*..+.o |\n[ 8.763593] cloud-init[1053]: |O*O.. + . |\n[ 8.764682] cloud-init[1053]: |O*.+.. |\n[ 8.765694] cloud-init[1053]: |=++. . |\n[ 8.769049] cloud-init[1053]: |+= o S . |\n[ 8.776062] cloud-init[1053]: |o.. o + |\n[ 8.777098] cloud-init[1053]: |++ . . E |\n[ 8.780051] cloud-init[1053]: |+. . . . .. |\n[ 8.781080] cloud-init[1053]: |.o. . . .. |\n[ 8.785557] cloud-init[1053]: +----[SHA256]-----+\n[ 8.787300] cloud-init[1053]: Generating public/private ed25519 key pair.\n[ 8.793238] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.795353] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.798615] cloud-init[1053]: The key fingerprint is:\n[ 8.801732] cloud-init[1053]: SHA256:S0uXyDODP7pKbrodNNpwaeuutE+6haRjFEYsbad4U0Q root@sdnvpn-3-2-quagga\n[ 8.804284] cloud-init[1053]: The key's randomart image is:\n[ 8.807367] cloud-init[1053]: +--[ED25519 256]--+\n[ 8.809562] cloud-init[1053]: |.o oE |\n[ 8.811764] cloud-init[1053]: |o.o o |\n[ 8.814696] cloud-init[1053]: |.= + |\n[ 8.816945] cloud-init[1053]: |o = . o . . |\n[ 8.819124] cloud-init[1053]: | oo.* . S o |\n[ 8.821594] cloud-init[1053]: |.o O o + B |\n[ 8.823829] cloud-init[1053]: |o.+ B = |\n[ 8.826509] cloud-init[1053]: |.o X.. . . |\n[ 8.829608] cloud-init[1053]: | BOB.o. |\n[ 8.834825] cloud-init[1053]: +----[SHA256]-----+\n[ 9.050541] cloud-init[1176]: Generating locales (this might take a while)...\n[ 9.611966] cloud-init[1176]: en_US.UTF-8... done\n[ 9.613711] cloud-init[1176]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 130.198780] cloud-init[1176]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 04 Oct 2018 05:24:56 +0000. Up 8.98 seconds.\n[ 130.505174] cloud-init[1415]: + chpasswd\n[ 130.506537] cloud-init[1415]: + echo ubuntu:opnfv\n[ 130.575336] cloud-init[1415]: + sleep 20\n"} 2018-10-04 05:27:01,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-fc40cf35-e749-4d56-85b3-ab345ce14961 2018-10-04 05:27:31,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b46c0874643a2614908fdbe0c7dcd17c497a9798" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:27:32,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-423cc6f2-4141-4b87-903c-a18aa8e83b0e x-compute-request-id: req-423cc6f2-4141-4b87-903c-a18aa8e83b0e Content-Encoding: gzip Content-Length: 14884 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1610965771 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144083] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145883] pid_max: default: 32768 minimum: 301\n[ 0.146840] ACPI: Core revision 20150930\n[ 0.148270] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149674] Security Framework initialized\n[ 0.150542] Yama: becoming mindful.\n[ 0.151331] AppArmor: AppArmor initialized\n[ 0.152259] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.153744] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.155513] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.156817] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158424] Initializing cgroup subsys io\n[ 0.159303] Initializing cgroup subsys memory\n[ 0.160212] Initializing cgroup subsys devices\n[ 0.161129] Initializing cgroup subsys freezer\n[ 0.162048] Initializing cgroup subsys net_cls\n[ 0.162968] Initializing cgroup subsys perf_event\n[ 0.163934] Initializing cgroup subsys net_prio\n[ 0.164867] Initializing cgroup subsys hugetlb\n[ 0.165787] Initializing cgroup subsys pids\n[ 0.166712] CPU: Physical Processor ID: 0\n[ 0.168273] mce: CPU supports 10 MCE banks\n[ 0.169167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170230] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182352] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.188985] ftrace: allocating 32123 entries in 126 pages\n[ 0.216101] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217391] smpboot: Max logical packages: 1\n[ 0.218443] x2apic enabled\n[ 0.219295] Switched APIC routing to physical x2apic.\n[ 0.221106] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222295] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224407] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226306] KVM setup paravirtual spinlock\n[ 0.227647] x86: Booted up 1 node, 1 CPUs\n[ 0.228500] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229961] devtmpfs: initialized\n[ 0.232448] evm: security.selinux\n[ 0.233188] evm: security.SMACK64\n[ 0.233913] evm: security.SMACK64EXEC\n[ 0.234694] evm: security.SMACK64TRANSMUTE\n[ 0.235551] evm: security.SMACK64MMAP\n[ 0.236340] evm: security.ima\n[ 0.237010] evm: security.capability\n[ 0.237847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239803] pinctrl core: initialized pinctrl subsystem\n[ 0.240957] RTC time: 5:24:47, date: 10/04/18\n[ 0.241941] NET: Registered protocol family 16\n[ 0.242961] cpuidle: using governor ladder\n[ 0.243831] cpuidle: using governor menu\n[ 0.244665] PCCT header not found.\n[ 0.245455] ACPI: bus type PCI registered\n[ 0.246299] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247607] PCI: Using configuration type 1 for base access\n[ 0.249811] ACPI: Added _OSI(Module Device)\n[ 0.250699] ACPI: Added _OSI(Processor Device)\n[ 0.251612] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.254788] ACPI: Interpreter enabled\n[ 0.255591] ACPI: (supports S0 S5)\n[ 0.256328] ACPI: Using IOAPIC for interrupt routing\n[ 0.257313] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260478] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262959] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264209] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266633] acpiphp: Slot [3] registered\n[ 0.267472] acpiphp: Slot [4] registered\n[ 0.268311] acpiphp: Slot [5] registered\n[ 0.269145] acpiphp: Slot [6] registered\n[ 0.269978] acpiphp: Slot [7] registered\n[ 0.270805] acpiphp: Slot [8] registered\n[ 0.271638] acpiphp: Slot [9] registered\n[ 0.272480] acpiphp: Slot [10] registered\n[ 0.273327] acpiphp: Slot [11] registered\n[ 0.274169] acpiphp: Slot [12] registered\n[ 0.275014] acpiphp: Slot [13] registered\n[ 0.275854] acpiphp: Slot [14] registered\n[ 0.287047] acpiphp: Slot [15] registered\n[ 0.287911] acpiphp: Slot [16] registered\n[ 0.288755] acpiphp: Slot [17] registered\n[ 0.289598] acpiphp: Slot [18] registered\n[ 0.290443] acpiphp: Slot [19] registered\n[ 0.291290] acpiphp: Slot [20] registered\n[ 0.292134] acpiphp: Slot [21] registered\n[ 0.292978] acpiphp: Slot [22] registered\n[ 0.293820] acpiphp: Slot [23] registered\n[ 0.294662] acpiphp: Slot [24] registered\n[ 0.295507] acpiphp: Slot [25] registered\n[ 0.296353] acpiphp: Slot [26] registered\n[ 0.297194] acpiphp: Slot [27] registered\n[ 0.298038] acpiphp: Slot [28] registered\n[ 0.298879] acpiphp: Slot [29] registered\n[ 0.299730] acpiphp: Slot [30] registered\n[ 0.300572] acpiphp: Slot [31] registered\n[ 0.301409] PCI host bridge to bus 0000:00\n[ 0.302255] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303519] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304787] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306297] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.307801] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314313] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315651] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316876] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318204] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324668] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326172] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372771] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374331] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377324] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378781] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380097] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381666] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384406] vgaarb: loaded\n[ 0.385037] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386231] SCSI subsystem initialized\n[ 0.387080] ACPI: bus type USB registered\n[ 0.387932] usbcore: registered new interface driver usbfs\n[ 0.389012] usbcore: registered new interface driver hub\n[ 0.390064] usbcore: registered new device driver usb\n[ 0.391151] PCI: Using ACPI for IRQ routing\n[ 0.392235] NetLabel: Initializing\n[ 0.392989] NetLabel: domain hash size = 128\n[ 0.393883] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394891] NetLabel: unlabeled traffic allowed by default\n[ 0.396039] amd_nb: Cannot enumerate AMD northbridges\n[ 0.397059] clocksource: Switched to clocksource kvm-clock\n[ 0.402514] AppArmor: AppArmor Filesystem Enabled\n[ 0.403524] pnp: PnP ACPI init\n[ 0.404463] pnp: PnP ACPI: found 5 devices\n[ 0.410562] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412350] NET: Registered protocol family 2\n[ 0.413352] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.414702] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.415963] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.417216] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.418372] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.419609] NET: Registered protocol family 1\n[ 0.420516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421670] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422801] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.436973] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451374] Trying to unpack rootfs image as initramfs...\n[ 1.718271] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.733822] Scanning for low memory corruption every 60 seconds\n[ 1.735553] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.737186] audit: initializing netlink subsys (disabled)\n[ 1.738612] audit: type=2000 audit(1538630689.524:1): initialized\n[ 1.740372] Initialise system trusted keyring\n[ 1.741635] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.743260] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.745718] zbud: loaded\n[ 1.746619] VFS: Disk quotas dquot_6.6.0\n[ 1.747726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.749636] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.751288] fuse init (API version 7.23)\n[ 1.752466] Key type big_key registered\n[ 1.753558] Allocating IMA MOK and blacklist keyrings.\n[ 1.755041] Key type asymmetric registered\n[ 1.756165] Asymmetric key parser 'x509' registered\n[ 1.757487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.759490] io scheduler noop registered\n[ 1.760571] io scheduler deadline registered (default)\n[ 1.761949] io scheduler cfq registered\n[ 1.763069] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.764522] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.766278] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.768269] ACPI: Power Button [PWRF]\n[ 1.769402] GHES: HEST is not enabled!\n[ 1.783603] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.813129] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.816179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.840779] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.843510] Linux agpgart interface v0.103\n[ 1.845894] brd: module loaded\n[ 1.847418] loop: module loaded\n[ 1.849281] vda: vda1\n[ 1.850839] scsi host0: ata_piix\n[ 1.851799] scsi host1: ata_piix\n[ 1.852723] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.854412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.856306] libphy: Fixed MDIO Bus: probed\n[ 1.857583] tun: Universal TUN/TAP device driver, 1.6\n[ 1.858888] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.861382] PPP generic driver version 2.4.2\n[ 1.862339] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.863577] ehci-pci: EHCI PCI platform driver\n[ 1.864478] ehci-platform: EHCI generic platform driver\n[ 1.865512] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.866685] ohci-pci: OHCI PCI platform driver\n[ 1.867582] ohci-platform: OHCI generic platform driver\n[ 1.868601] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.883549] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.884753] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.886569] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.887883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.889258] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892625] usb usb1: Product: UHCI Host Controller\n[ 1.894615] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.896054] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.897230] hub 1-0:1.0: USB hub found\n[ 1.898150] hub 1-0:1.0: 2 ports detected\n[ 1.899261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.901824] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.902813] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.903878] mousedev: PS/2 mouse device common for all mice\n[ 1.905186] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.907094] rtc_cmos 00:00: RTC can wake from S4\n[ 1.908229] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.909478] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.910703] i2c /dev entries driver\n[ 1.911479] device-mapper: uevent: version 1.0.3\n[ 1.912441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.914140] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.915458] NET: Registered protocol family 10\n[ 1.916485] NET: Registered protocol family 17\n[ 1.917421] Key type dns_resolver registered\n[ 1.918393] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.919524] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.921326] registered taskstats version 1\n[ 1.922194] Loading compiled-in X.509 certificates\n[ 1.923652] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.925582] zswap: loaded using pool lzo/zbud\n[ 1.927401] Key type trusted registered\n[ 1.929701] Key type encrypted registered\n[ 1.930551] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.931607] ima: No TPM chip found, activating TPM-bypass!\n[ 1.932671] evm: HMAC attrs: 0x1\n[ 1.933666] Magic number: 6:227:415\n[ 1.934534] rtc_cmos 00:00: setting system clock to 2018-10-04 05:24:49 UTC (1538630689)\n[ 1.936187] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.937353] EDD information not available.\n[ 2.009633] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.011151] ata1.00: configured for MWDMA2\n[ 2.012399] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.014824] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.016099] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.028191] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.030147] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.031732] Write protecting the kernel read-only data: 14336k\n[ 2.033327] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.035087] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.043747] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.046177] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048482] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.050805] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053039] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.055215] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.057471] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060297] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062520] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064721] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.094367] virtio_net virtio0 ens3: renamed from eth0\n[ 2.103306] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.106646] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.128884] AVX2 version of gcm_enc/dec engaged.\n[ 2.130088] AES CTR mode by8 optimization enabled\n[ 2.133430] FDC 0 is a S82078B\n[ 2.209073] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.374198] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.375714] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.377281] usb 1-1: Product: QEMU USB Tablet\n[ 2.378311] usb 1-1: Manufacturer: QEMU\n[ 2.379251] usb 1-1: SerialNumber: 42\n[ 2.386944] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.394536] usbcore: registered new interface driver usbhid\n[ 2.395900] usbhid: USB HID core driver\n[ 2.398472] 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.401250] 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.733104] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.734540] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.375808] md: linear personality registered for level -1\n[ 3.378891] md: multipath personality registered for level -4\n[ 3.382038] md: raid0 personality registered for level 0\n[ 3.385419] md: raid1 personality registered for level 1\n[ 3.457066] raid6: sse2x1 gen() 11484 MB/s\n[ 3.525064] raid6: sse2x1 xor() 8774 MB/s\n[ 3.593062] raid6: sse2x2 gen() 14175 MB/s\n[ 3.661063] raid6: sse2x2 xor() 9946 MB/s\n[ 3.729061] raid6: sse2x4 gen() 17233 MB/s\n[ 3.797061] raid6: sse2x4 xor() 11973 MB/s\n[ 3.865064] raid6: avx2x1 gen() 22835 MB/s\n[ 3.933062] raid6: avx2x2 gen() 26471 MB/s\n[ 4.001063] raid6: avx2x4 gen() 30700 MB/s\n[ 4.002100] raid6: using algorithm avx2x4 gen() 30700 MB/s\n[ 4.003356] raid6: using avx2x2 recovery algorithm\n[ 4.005751] xor: automatically using best checksumming function:\n[ 4.045062] avx : 35888.000 MB/sec\n[ 4.047235] async_tx: api initialized (async)\n[ 4.055920] md: raid6 personality registered for level 6\n[ 4.057194] md: raid5 personality registered for level 5\n[ 4.058415] md: raid4 personality registered for level 4\n[ 4.062921] 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.087375] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.117409] 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.210831] 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.214226] systemd[1]: Detected virtualization kvm.\n[ 4.215221] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.219348] systemd[1]: Set hostname to .\n[ 4.222786] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.223948] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.325222] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.327576] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.329771] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.332128] 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.335405] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.337437] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.339560] 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.342409] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.344490] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.346431] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.348716] 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.352304] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.356887] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.361324] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.366821] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.369042] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.372746] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.376755] systemd[1]: Starting Nameserver information manager...\n[ 4.379644] Loading iSCSI transport class v2.0-870.\n Starting Nameserver information manager...\n[ 4.384436] systemd[1]: Listening on LVM2 poll daemon socket.\n[ 4.386348] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.388776] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.391884] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.393860] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.399337] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.402220] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.404422] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.408749] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.413092] 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.421616] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.428176] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.432051] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.438355] iscsi: registered transport (iser)\n[ 4.439871] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.441938] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.445484] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.448816] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.451544] 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.461380] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.463782] systemd[1]: Started Load Kernel Modules.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[ 4.470247] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.477129] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started 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] 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 Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n[[0;32m OK [0m] Started 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 Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 5.932070] cloud-init[452]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:24:53 +0000. Up 5.24 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.259143] cloud-init[1053]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:24:54 +0000. Up 7.02 seconds.\n[ 8.261694] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.268331] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.276110] cloud-init[1053]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.278859] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+\n[ 8.284264] cloud-init[1053]: ci-info: | ens3 | True | 10.10.11.5 | 255.255.255.0 | . | fa:16:3e:45:3d:70 |\n[ 8.292121] cloud-init[1053]: ci-info: | ens3 | True | fe80::f816:3eff:fe45:3d70/64 | . | link | fa:16:3e:45:3d:70 |\n[ 8.294865] cloud-init[1053]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.300292] cloud-init[1053]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.308097] cloud-init[1053]: ci-info: | ens6 | False | . | . | . | 52:54:00:ff:4e:e2 |\n[ 8.310843] cloud-init[1053]: ci-info: +--------+-------+------------------------------+---------------+-------+-------------------+[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[\n[ 8.316214] cloud-init[1053]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.318388] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n\n[ 8.326570] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] [1053]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.334845] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n\n[ 8.340568] cloud-init[1053]: ci-info: | 0 | 0.0.0.0 | 10.10.11.1 | 0.0.0.0 | ens3 | UG |\n Starting LXD - unix socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 8.345726] cloud-init[1053]: ci-info: | 1 | 10.10.11.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[[0;32m OK [0m] Reached target Paths.\n[ 8.350846] cloud-init[1053]: ci-info: | 2 | 169.254.169.254 | 10.10.11.3 | 255.255.255.255 | ens3 | UGH |[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m\n[ 8.356178] cloud-init[1053]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.358363] cloud-init[1053]: Generating public/private rsa key pair.\n[ 8.359819] ] Reached target Timers.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\ncloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.366082] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.[[0;32m OK [0m] Listening on LXD - unix socket.\n\n[ 8.371208] cloud-init[1053]: The key fingerprint is:\n[ 8.374825] cloud-init[1053]: SHA256:x3nqbCL34mhxETK8/7GXWrnMrlcq7CpW6yuvPWrbZHo root@sdnvpn-3-2-quagga\n[ 8.378824] cloud-init[1053]: The key's randomart image is:\n[ 8.382126] cloud-init[1053]: +---[RSA 2048]----+[[0;32m OK [0m] Reached target Sockets.\n\n[ 8.384410] cloud-init[1053]: | . |[[0;32m OK [0m] Reached target Basic System.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Login Service...\n\n[ 8.388570] cloud-init[1053]: | + . |\n[ 8.389576] cloud-init[1053]: | + . |\n Starting LSB: Record successful boot for GRUB...\n[ 8.392165] cloud-init[1053]: [[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n| . .. . |\n[ 8.407632] cloud-init[1053]: | .S.+ . |\n[ 8.408866] cloud-init[1053]: | . +..o .. |\n[ 8.410081] cloud-init[1053]: | +o+.oo+ |\n[ 8.411781] cloud-init[1053]: | BBEo*+=. |\n[ 8.413458] cloud-init[1053]: | +*&OXBB= |\n[ 8.414749] cloud-init[1053]: +----[SHA256]-----+\n[ 8.416059] cloud-init[1053]: Generating public/private dsa key pair.\n[ 8.417614] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.419262] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.420996] cloud-init[1053]: The key fingerprint is:\n[ 8.422241] cloud-init[1053]: SHA256:1Ve4ax3EiP+ZNWm6rraYHYyOoCVfQsGDeFkH0Ilu3jw root@sdnvpn-3-2-quagga\n[ 8.423940] cloud-init[1053]: The key's randomart image is:\n[ 8.425221] cloud-init[1053]: +---[DSA 1024]----+\n[ 8.426391] cloud-init[1053]: | .+oo. . o..|\n[ 8.427540] cloud-init[1053]: | ..=o. o ..+ |\n[ 8.428746] cloud-init Starting Pollinate to seed the pseudo random number generator...\n Starting System Logging Service...\n Starting Apply the settings specified in cloud-config...\n Starting /etc/rc.local Compatibility...\n Starting LSB: MD monitoring daemon...[1053]: | ..+ + . o o..|\n[ 8.436865] cloud-init[1053]: | .o o . o.=.|\n\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting Accounts Service...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n[ 8.466143] [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1053]: | o o. S +o*|\n[ 8.514937] cloud-init[1053]: | ..E o .o+.|[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n\n[[0;32m OK [0m] Started Auto import assertions from block devices.[ 8.546658] cloud-init\n[1053]: | . +.. . o .. |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n [ 8.560808] cloud-initStarting Login to default iSCSI targets...\n[1053]: | = + o +... |\n[ 8.578954] cloud-init[1053]: | . . . +.++. |[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n\n Starting LSB: daemon to balance interrupts for SMP 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...\n[ 8.612937] cloud-init[1053]: +----[SHA256]-----+[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n\n [ 8.656283] cloud-init[1053]: Generating public/private ecdsa key pair.Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[ 8.700443] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.704121] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.734658] cloud-init[1053]: The key fingerprint is:\n[ 8.740210] cloud-init[1053]: SHA256:MiDV1MgiEoJFbGKUCgrHK2YGwGmlrcmavoax9Xe9Rc4 root@sdnvpn-3-2-quagga\n[ 8.744067] cloud-init[1053]: The key's randomart image is:\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.754357] cloud-init[1053]: +---[ECDSA 256]---+\n[ 8.755383] cloud-init[1053]: |OB*..+.o |\n[ 8.763593] cloud-init[1053]: |O*O.. + . |\n[ 8.764682] cloud-init[1053]: |O*.+.. |\n[ 8.765694] cloud-init[1053]: |=++. . |\n[ 8.769049] cloud-init[1053]: |+= o S . |\n[ 8.776062] cloud-init[1053]: |o.. o + |\n[ 8.777098] cloud-init[1053]: |++ . . E |\n[ 8.780051] cloud-init[1053]: |+. . . . .. |\n[ 8.781080] cloud-init[1053]: |.o. . . .. |\n[ 8.785557] cloud-init[1053]: +----[SHA256]-----+\n[ 8.787300] cloud-init[1053]: Generating public/private ed25519 key pair.\n[ 8.793238] cloud-init[1053]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.795353] cloud-init[1053]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.798615] cloud-init[1053]: The key fingerprint is:\n[ 8.801732] cloud-init[1053]: SHA256:S0uXyDODP7pKbrodNNpwaeuutE+6haRjFEYsbad4U0Q root@sdnvpn-3-2-quagga\n[ 8.804284] cloud-init[1053]: The key's randomart image is:\n[ 8.807367] cloud-init[1053]: +--[ED25519 256]--+\n[ 8.809562] cloud-init[1053]: |.o oE |\n[ 8.811764] cloud-init[1053]: |o.o o |\n[ 8.814696] cloud-init[1053]: |.= + |\n[ 8.816945] cloud-init[1053]: |o = . o . . |\n[ 8.819124] cloud-init[1053]: | oo.* . S o |\n[ 8.821594] cloud-init[1053]: |.o O o + B |\n[ 8.823829] cloud-init[1053]: |o.+ B = |\n[ 8.826509] cloud-init[1053]: |.o X.. . . |\n[ 8.829608] cloud-init[1053]: | BOB.o. |\n[ 8.834825] cloud-init[1053]: +----[SHA256]-----+\n[ 9.050541] cloud-init[1176]: Generating locales (this might take a while)...\n[ 9.611966] cloud-init[1176]: en_US.UTF-8... done\n[ 9.613711] cloud-init[1176]: Generation complete.\n\nUbuntu 16.04.2 LTS sdnvpn-3-2-quagga ttyS0\n\nsdnvpn-3-2-quagga login: [ 130.198780] cloud-init[1176]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 04 Oct 2018 05:24:56 +0000. Up 8.98 seconds.\n[ 130.505174] cloud-init[1415]: + chpasswd\n[ 130.506537] cloud-init[1415]: + echo ubuntu:opnfv\n[ 130.575336] cloud-init[1415]: + sleep 20\n[ 150.577483] cloud-init[1415]: + NEIGHBOR_IP=172.30.9.22\n[ 150.578661] cloud-init[1415]: + OWN_IP=172.30.9.203\n[ 150.579593] cloud-init[1415]: + EXT_NET_MASK=24\n[ 150.582278] cloud-init[1415]: ++ awk '{print $2}'\n[ 150.583333] cloud-init[1415]: ++ getent hosts\n[ 150.586899] cloud-init[1415]: ++ awk '{print $1}'\n[ 150.588669] cloud-init[1415]: ++ cat /etc/hostname\n[ 150.591750] cloud-init[1415]: + [[ localhost\n[ 150.592698] cloud-init[1415]: ip6-localhost != *\\s\\d\\n\\v\\p\\n\\-\\3\\-\\2\\-\\q\\u\\a\\g\\g\\a* ]]\n[ 150.596030] cloud-init[1415]: + tee -a /etc/hosts\n[ 150.597502] cloud-init[1415]: ++ awk '{print $1}'\n[ 150.600030] cloud-init[1415]: ++ cat /etc/hostname\n[ 150.601010] cloud-init[1415]: + echo '127.0.1.1 sdnvpn-3-2-quagga'\n[ 150.603919] cloud-init[1415]: 127.0.1.1 sdnvpn-3-2-quagga\n[ 150.605574] cloud-init[1415]: + quagga_int=\n[ 150.607110] cloud-init[1415]: ++ awk 'NR>2{print $1}'\n[ 150.610114] cloud-init[1415]: ++ netstat -ia\n[ 150.611022] cloud-init[1415]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.614641] cloud-init[1415]: ++ grep ens3\n[ 150.615875] cloud-init[1415]: ++ ifconfig\n[ 150.616949] cloud-init[1415]: + '[' -z 'ens3 Link encap:Ethernet HWaddr fa:16:3e:45:3d:70 ' ']'\n[ 150.629163] cloud-init[1415]: + for net_int in '$(netstat -ia | awk '\\''NR>2{print $1}'\\'')'\n[ 150.633336] cloud-init[1415]: ++ grep ens6\n[ 150.634191] cloud-init[1415]: ++ ifconfig\n[ 150.636026] cloud-init[1415]: + '[' -z '' ']'\n[ 150.638329] cloud-init[1415]: + quagga_int=ens6\n[ 150.640026] cloud-init[1415]: + break\n[ 150.642107] cloud-init[1415]: + '[' -z ens6 ']'\n[ 150.643014] cloud-init[1415]: + ip link set ens6 up\n[ 150.645753] cloud-init[1415]: + ip addr add 172.30.9.203/24 dev ens6\n[ 150.647163] cloud-init[1415]: + ZEBRA_CONFIG_LOCATION=/etc/quagga/zebra.conf\n[ 150.661110] cloud-init[1415]: + DAEMONS_FILE_LOCATION=/etc/quagga/daemons\n[ 150.665370] cloud-init[1415]: + BGPD_CONFIG_LOCATION=/etc/quagga/bgpd.conf\n[ 150.668025] cloud-init[1415]: + BGPD_LOG_FILE=/var/log/bgpd.log\n[ 150.671110] cloud-init[1415]: + touch /var/log/bgpd.log\n[ 150.673503] cloud-init[1415]: + chown quagga:quagga /var/log/bgpd.log\n[ 150.675229] cloud-init[1415]: + chown quagga:quagga /etc/quagga/daemons\n[ 150.677764] cloud-init[1415]: + cat\n[ 150.678927] cloud-init[1415]: + touch /etc/quagga/zebra.conf\n[ 150.680588] cloud-init[1415]: + chown quagga:quagga /etc/quagga/zebra.conf\n[ 150.682428] cloud-init[1415]: + cat\n[ 150.683552] cloud-init[1415]: + chown quagga:quagga /etc/quagga/bgpd.conf\n[ 150.685901] cloud-init[1415]: + service quagga restart\n[ 150.705076] cloud-init[1415]: + pgrep bgpd\n[ 150.710147] cloud-init[1415]: 1509\n[ 150.712088] cloud-init[1415]: + pgrep zebra\n[ 150.714139] cloud-init[1415]: 1505\nci-info: no authorized ssh keys fingerprints found for user ubuntu.\n<14>Oct 4 05:27:18 ec2: \n<14>Oct 4 05:27:18 ec2: #############################################################\n<14>Oct 4 05:27:18 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Oct 4 05:27:18 ec2: 1024 SHA256:1Ve4ax3EiP+ZNWm6rraYHYyOoCVfQsGDeFkH0Ilu3jw root@sdnvpn-3-2-quagga (DSA)\n<14>Oct 4 05:27:18 ec2: 256 SHA256:MiDV1MgiEoJFbGKUCgrHK2YGwGmlrcmavoax9Xe9Rc4 root@sdnvpn-3-2-quagga (ECDSA)\n<14>Oct 4 05:27:18 ec2: 256 SHA256:S0uXyDODP7pKbrodNNpwaeuutE+6haRjFEYsbad4U0Q root@sdnvpn-3-2-quagga (ED25519)\n<14>Oct 4 05:27:18 ec2: 2048 SHA256:x3nqbCL34mhxETK8/7GXWrnMrlcq7CpW6yuvPWrbZHo root@sdnvpn-3-2-quagga (RSA)\n<14>Oct 4 05:27:18 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Oct 4 05:27:18 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDS8Acck5SISfMY+gk6tZUPhQ1vtWBC+u8cG1GP0rycUZTwIlCQLRrtRcN2NYdvYUd+7F2cBSsfPPLquw2pPDKQ= root@sdnvpn-3-2-quagga\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsUfm5MoNuxUyN7y0wh8lQhTEIrhbun82KLa9sgwOUq root@sdnvpn-3-2-quagga\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPsn2ISpGTSCJEfAt1VU4lgughrZxcHVNVPxsRnEngokCjZJ/FdLwnZWLgRKRAM+kMpDh2rIINKZ3gcY6hVVTs9+Z7rrvHA8Y0acLVyPCKSBYPyMMSU126z1HGzq2KzvSm9kL7Q3oc1zvCDCVCkdxDTbJxAZhGe3tR/xt4LrXmdn15U0LhJbW+Dme5g9IXsBxI99LUfpZEaH6oP80R8x7DVzdkF3BFoQHErM3dO83Fvfv5m9qsbQ7CWrW4WTHllvhVyBgR5YvnQytMWi/A8/pNFcQCGCObA/QPvkk+XxAZtxbvaYS8oG5iea6ufmzqFlT4CjJOEqN6kKPgEAes6dOj root@sdnvpn-3-2-quagga\n-----END SSH HOST KEY KEYS-----\n[ 150.758182] cloud-init[1415]: Cloud-init v. 0.7.9 running 'modules:final' at Thu, 04 Oct 2018 05:26:58 +0000. Up 130.42 seconds.\n[ 150.760572] cloud-init[1415]: ci-info: no authorized ssh keys fingerprints found for user ubuntu.\n[ 150.764015] cloud-init[1415]: Cloud-init v. 0.7.9 finished at Thu, 04 Oct 2018 05:27:18 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 150.75 seconds\n"} 2018-10-04 05:27:32,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-423cc6f2-4141-4b87-903c-a18aa8e83b0e 2018-10-04 05:27:32,118 - sdnvpn_test_utils - INFO - Finished waiting for cloud init of instance sdnvpn-3-2-quagga result was True 2018-10-04 05:27:32,119 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-04 05:27:32,119 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-04 05:27:32,120 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-04 05:27:32,122 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-04 05:27:32,802 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-04 05:27:32,803 - 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.22: client: JAVA_HOME not set; results may vary  2018-10-04 05:27:32,804 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-04 05:27:32,805 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-04 05:27:32,806 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-04 05:27:32,806 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-04 05:27:32,846 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-04 05:27:33,561 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-04 05:27:33,562 - 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:01, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.22 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-04 05:27:33,562 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-10-04 05:27:33,563 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-04 05:27:33,563 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-10-04 05:27:34,565 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-04 05:27:34,566 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-04 05:27:34,566 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-04 05:27:34,568 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-04 05:27:35,243 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-04 05:27:35,244 - 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:02, hold time is 180, keepalive interval is 60 seconds Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 0 0 Notifications: 0 0 Updates: 0 0 Keepalives: 0 0 Route Refresh: 0 0 Capability: 0 0 Total: 0 0 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.22 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 0 seconds Read thread:off Write thread: off  2018-10-04 05:27:35,245 - sdnvpn-quagga - INFO - Opens sent/received: 0 0 2018-10-04 05:27:35,245 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-04 05:27:35,245 - sdnvpn-quagga - INFO - Peering state: BGP state = Idle 2018-10-04 05:27:36,247 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-04 05:27:36,248 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-04 05:27:36,248 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-04 05:27:36,251 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-04 05:27:36,932 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-04 05:27:36,934 - 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:02 Last read00:00:02, 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: VPN-IPv4 Unicast End-of-RIB received: Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 1 Notifications: 0 0 Updates: 1 0 Keepalives: 2 1 Route Refresh: 0 0 Capability: 0 0 Total: 4 2 Minimum time between advertisement runs is 30 seconds Update source is 172.30.9.22 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.22, Local port: 42973 Foreign host: 172.30.9.203, Foreign port: 179 Nexthop: 172.30.9.22 Nexthop global: :: Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off  2018-10-04 05:27:36,934 - sdnvpn-quagga - INFO - Opens sent/received: 1 1 2018-10-04 05:27:36,934 - sdnvpn-quagga - INFO - Peering state: BGP state = Established, up for 00:00:02 2018-10-04 05:27:36,935 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-04 05:27:37,936 - sdnvpn-quagga - INFO - Quagga peered with OpenDaylight 2018-10-04 05:27:37,936 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:27:37,937 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:27:37,937 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:27:37,940 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:27:38,005 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-04 05:27:38,006 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-04 05:27:38,007 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-04 05:27:38,008 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-04 05:27:38,008 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-04 05:27:38,049 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-04 05:27:38,161 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-04 05:27:38,162 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-04 05:27:38,163 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-04 05:27:38,164 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-04 05:27:38,164 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-04 05:27:38,205 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-04 05:27:38,339 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-04 05:27:38,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/7130c426-9510-4cd0-b679-714cecfb6127 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87566f5de4f229228398bc0062b6772df796f639" 2018-10-04 05:27:38,345 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-04 05:27:38,544 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:27: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-6630c270-f357-4587-8aaa-73f8f1a54b4f x-compute-request-id: req-6630c270-f357-4587-8aaa-73f8f1a54b4f Content-Length: 0 Content-Type: application/json 2018-10-04 05:27:38,544 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/7130c426-9510-4cd0-b679-714cecfb6127 used request id req-6630c270-f357-4587-8aaa-73f8f1a54b4f 2018-10-04 05:27:38,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}87566f5de4f229228398bc0062b6772df796f639" -d '{"forceDelete": null}' 2018-10-04 05:27:38,723 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:27: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-e27d98b4-c5c5-44c9-b99c-e62e444ead7e x-compute-request-id: req-e27d98b4-c5c5-44c9-b99c-e62e444ead7e Content-Length: 0 Content-Type: application/json 2018-10-04 05:27:38,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/b96d98ba-d32a-4ab0-8032-438b315a3d25/action used request id req-e27d98b4-c5c5-44c9-b99c-e62e444ead7e 2018-10-04 05:27:38,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a0847856-160b-4b43-ba58-9480624da406 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dadfb2f15c1fa55427119f76254f783681734617" 2018-10-04 05:27:40,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8597be24-e93f-456c-9829-ab681c6aac63 Date: Thu, 04 Oct 2018 05:27:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 05:27:40,854 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a0847856-160b-4b43-ba58-9480624da406 used request id req-8597be24-e93f-456c-9829-ab681c6aac63 2018-10-04 05:27:40,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/f1d825e0-ad62-471f-9a20-e68299a6b66d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:42,047 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a716aa1-cd35-4b3a-b18f-3e40a3284f15 Content-Length: 0 Date: Thu, 04 Oct 2018 05:27:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:42,047 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/f1d825e0-ad62-471f-9a20-e68299a6b66d used request id req-7a716aa1-cd35-4b3a-b18f-3e40a3284f15 2018-10-04 05:27:42,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/aaee1ce5-eced-42de-a354-7aa105c74197 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:42,676 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c60f67e9-1ab8-409f-b2e5-22ca0e8d1481 Content-Length: 0 Date: Thu, 04 Oct 2018 05:27:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:42,676 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/aaee1ce5-eced-42de-a354-7aa105c74197 used request id req-c60f67e9-1ab8-409f-b2e5-22ca0e8d1481 2018-10-04 05:27:42,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"subnet_id": "105a7276-4c0c-4ca9-8819-80b598131d85"}' 2018-10-04 05:27:43,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f019117d-1940-4641-bca0-e9c12f44d853 Date: Thu, 04 Oct 2018 05:27:43 GMT RESP BODY: {"network_id": "eccf3afc-7370-4ed7-aea7-838bac71bca1", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "105a7276-4c0c-4ca9-8819-80b598131d85", "subnet_ids": ["105a7276-4c0c-4ca9-8819-80b598131d85"], "port_id": "64da4688-c91a-4d12-8c39-3a19fbeba55b", "id": "4be0ecac-5fd7-4d23-8193-446501c24369"} 2018-10-04 05:27:43,862 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369/remove_router_interface used request id req-f019117d-1940-4641-bca0-e9c12f44d853 2018-10-04 05:27:43,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"subnet_id": "283deb15-731d-4f1b-99cd-94bea87b17b7"}' 2018-10-04 05:27:45,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-40c21606-ed94-42d5-bfe0-43e57adc85f1 Date: Thu, 04 Oct 2018 05:27:45 GMT RESP BODY: {"network_id": "f381d7d5-5d57-4695-bb25-6fbf0b0f0c00", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "283deb15-731d-4f1b-99cd-94bea87b17b7", "subnet_ids": ["283deb15-731d-4f1b-99cd-94bea87b17b7"], "port_id": "c9504b46-1c21-44a9-a939-88c2c5bc5c1e", "id": "927b95bc-4d1c-4cc1-829e-3e3be2eaa001"} 2018-10-04 05:27:45,107 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001/remove_router_interface used request id req-40c21606-ed94-42d5-bfe0-43e57adc85f1 2018-10-04 05:27:45,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:27:46,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-f525b50a-0c37-4528-b604-ba4f1ac96932 Date: Thu, 04 Oct 2018 05:27:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:27:45Z", "revision_number": 8, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "4be0ecac-5fd7-4d23-8193-446501c24369", "name": "sdnvpn-3-1-router"}} 2018-10-04 05:27:46,111 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369 used request id req-f525b50a-0c37-4528-b604-ba4f1ac96932 2018-10-04 05:27:46,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:27:47,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 433 X-Openstack-Request-Id: req-b58cca09-593d-4131-b9fa-76076db63606 Date: Thu, 04 Oct 2018 05:27:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:22:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:27:46Z", "revision_number": 8, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "927b95bc-4d1c-4cc1-829e-3e3be2eaa001", "name": "sdnvpn-3-2-quagga-router"}} 2018-10-04 05:27:47,067 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001 used request id req-b58cca09-593d-4131-b9fa-76076db63606 2018-10-04 05:27:47,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/105a7276-4c0c-4ca9-8819-80b598131d85 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:49,616 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f8271ef-b387-4092-bc68-a4760037b26e Date: Thu, 04 Oct 2018 05:27:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:49,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/105a7276-4c0c-4ca9-8819-80b598131d85 used request id req-1f8271ef-b387-4092-bc68-a4760037b26e 2018-10-04 05:27:49,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/283deb15-731d-4f1b-99cd-94bea87b17b7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:51,810 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-676ff070-15b8-4ac2-a7f9-f8f2c93283c4 Date: Thu, 04 Oct 2018 05:27:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:51,810 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/283deb15-731d-4f1b-99cd-94bea87b17b7 used request id req-676ff070-15b8-4ac2-a7f9-f8f2c93283c4 2018-10-04 05:27:51,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:52,285 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ec1aa61-0c89-45c1-96eb-7d43404cf74d Content-Length: 0 Date: Thu, 04 Oct 2018 05:27:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:52,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/4be0ecac-5fd7-4d23-8193-446501c24369 used request id req-1ec1aa61-0c89-45c1-96eb-7d43404cf74d 2018-10-04 05:27:52,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:52,731 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6cce8f88-18dc-464c-90bc-1d0799bae80b Content-Length: 0 Date: Thu, 04 Oct 2018 05:27:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:52,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/927b95bc-4d1c-4cc1-829e-3e3be2eaa001 used request id req-6cce8f88-18dc-464c-90bc-1d0799bae80b 2018-10-04 05:27:52,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/eccf3afc-7370-4ed7-aea7-838bac71bca1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:53,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1ba9f20-639b-4e0b-8d67-b91ab39fe59f Date: Thu, 04 Oct 2018 05:27:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:53,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/eccf3afc-7370-4ed7-aea7-838bac71bca1 used request id req-e1ba9f20-639b-4e0b-8d67-b91ab39fe59f 2018-10-04 05:27:53,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/f381d7d5-5d57-4695-bb25-6fbf0b0f0c00 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be4623237cc5cca56653899530b1f4678ee7c841" 2018-10-04 05:27:54,210 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a6a63079-da05-4901-b316-1875f09f2959 Date: Thu, 04 Oct 2018 05:27:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:27:54,210 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f381d7d5-5d57-4695-bb25-6fbf0b0f0c00 used request id req-a6a63079-da05-4901-b316-1875f09f2959 2018-10-04 05:27:54,210 - 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-04 05:27:54,211 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:27:54,211 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_3 2018-10-04 05:27:54,211 - 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-04 05:27:54,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-10-04 05:27:54,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-10-04 05:27:54,212 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-10-04 05:27:54,302 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-10-04 05:27:54,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:27:54,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:27:54,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:27:54,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:27:54,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:27:54,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:27:54,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:27:54,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:27:54,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:27:54,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:27:54,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:27:54,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:27:54,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:27:54,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:27:54,311 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:27:54,311 - 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-04 05:27:54,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:27:54,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:27:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b3e263b-cbd8-46e2-943e-cc1fda65e316 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:27:54,327 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b3e263b-cbd8-46e2-943e-cc1fda65e316 2018-10-04 05:27:54,327 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:27:54,706 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:27:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["0GQDlqXTSp2aMubsL_nXvw"], "issued_at": "2018-10-04T05:27:54.000000Z"}} 2018-10-04 05:27:54,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3def24950c223036f6ead9660c65fca2f36389ac" 2018-10-04 05:27:54,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-f94ef525-ce0c-429d-843a-f4fbb564ee4a Date: Thu, 04 Oct 2018 05:27:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:27:54,876 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-f94ef525-ce0c-429d-843a-f4fbb564ee4a 2018-10-04 05:27:54,876 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:27:54,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3def24950c223036f6ead9660c65fca2f36389ac" 2018-10-04 05:27:55,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-53868069-6ca0-4e3c-a530-d4c5b8185273 Date: Thu, 04 Oct 2018 05:27: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-04 05:27:55,514 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-53868069-6ca0-4e3c-a530-d4c5b8185273 2018-10-04 05:27:55,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3def24950c223036f6ead9660c65fca2f36389ac" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:27:56,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/02806441-110c-4907-8d5f-0bee3cb2fcff X-Openstack-Request-Id: req-2015b9da-bda9-4418-becb-61bce6c3ad9a Date: Thu, 04 Oct 2018 05:27:56 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:27:56Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:27:56Z", "visibility": "public", "locations": [], "self": "/v2/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "min_disk": 0, "protected": false, "id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "file": "/v2/images/02806441-110c-4907-8d5f-0bee3cb2fcff/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:27:56,210 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2015b9da-bda9-4418-becb-61bce6c3ad9a 2018-10-04 05:27:56,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/02806441-110c-4907-8d5f-0bee3cb2fcff/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3def24950c223036f6ead9660c65fca2f36389ac" -d '' 2018-10-04 05:27:58,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d61c435b-3ace-4902-8c01-2d72fa8292c7 Date: Thu, 04 Oct 2018 05:27: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-04 05:27:58,448 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/02806441-110c-4907-8d5f-0bee3cb2fcff/file used request id req-d61c435b-3ace-4902-8c01-2d72fa8292c7 2018-10-04 05:27:58,449 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-10-04 05:27:58,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:27:58,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:27:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22e964a-aca9-4486-a605-fc4792142311 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:27:58,457 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b22e964a-aca9-4486-a605-fc4792142311 2018-10-04 05:27:58,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:27:58,837 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:27:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["JBSfzmZCRg-I0qqdDBlo7g"], "issued_at": "2018-10-04T05:27:58.000000Z"}} 2018-10-04 05:27:58,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-10-04 05:27:59,236 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-6964a2de-be4a-4c94-a0cb-9164b05ca73a Date: Thu, 04 Oct 2018 05:27: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":"3339a35a-e81a-4292-a56b-1162716fd8ad","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:27:59Z","is_default":false,"provider:segmentation_id":29,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:27:59Z","mtu":1450}} 2018-10-04 05:27:59,236 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-6964a2de-be4a-4c94-a0cb-9164b05ca73a 2018-10-04 05:27:59,237 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 3339a35a-e81a-4292-a56b-1162716fd8ad with cidr 10.10.10.0/24 2018-10-04 05:27:59,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"subnets": [{"ip_version": 4, "network_id": "3339a35a-e81a-4292-a56b-1162716fd8ad", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-10-04 05:27:59,805 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-839dd318-2289-4ec8-a3ed-5441cf80a95b Date: Thu, 04 Oct 2018 05:27:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3339a35a-e81a-4292-a56b-1162716fd8ad","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:27:59Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:27:59Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"dc731dd1-64bc-474b-bbc6-defcb0e68fbf","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-10-04 05:27:59,805 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-839dd318-2289-4ec8-a3ed-5441cf80a95b 2018-10-04 05:27:59,805 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-10-04 05:27:59,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-10-04 05:28:00,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-a7205c1a-ddd5-480b-81c3-c7d7773c8f07 Date: Thu, 04 Oct 2018 05:28:00 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"68e9a0fd-5cf9-4a2a-8997-96f0148d50a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:28:00Z","is_default":false,"provider:segmentation_id":70,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:28:00Z","mtu":1450}} 2018-10-04 05:28:00,482 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-a7205c1a-ddd5-480b-81c3-c7d7773c8f07 2018-10-04 05:28:00,483 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network 68e9a0fd-5cf9-4a2a-8997-96f0148d50a8 with cidr 10.10.10.0/24 2018-10-04 05:28:00,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"subnets": [{"ip_version": 4, "network_id": "68e9a0fd-5cf9-4a2a-8997-96f0148d50a8", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-10-04 05:28:01,151 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c62a8a21-f073-4a6f-af4f-19c78987b3e7 Date: Thu, 04 Oct 2018 05:28:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"68e9a0fd-5cf9-4a2a-8997-96f0148d50a8","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:28:00Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:28:00Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"bc715154-b240-405e-a732-1d779a1fd4de","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-10-04 05:28:01,151 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c62a8a21-f073-4a6f-af4f-19c78987b3e7 2018-10-04 05:28:01,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:28:01,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-a2a6d732-d76b-4c9a-ad54-47d2cad1a98a Date: Thu, 04 Oct 2018 05:28:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-04T05:22:09Z", "revision_number": 0, "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 179, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 7, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:28:01,402 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-a2a6d732-d76b-4c9a-ad54-47d2cad1a98a 2018-10-04 05:28:01,404 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:28:01,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:28:01,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf0125a-2c12-42b5-b620-348f8f598fd5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:28:01,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-cbf0125a-2c12-42b5-b620-348f8f598fd5 2018-10-04 05:28:01,412 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:28:01,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:28:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["2KCjwFgTSsCvajLkEEOhog"], "issued_at": "2018-10-04T05:28:01.000000Z"}} 2018-10-04 05:28:01,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91aed881cf1a2300212db8282623e86c0f8d9e02" 2018-10-04 05:28:02,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-4f9c7d89-aea4-4100-af4b-d210b6d888b9 x-compute-request-id: req-4f9c7d89-aea4-4100-af4b-d210b6d888b9 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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": 10172, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 05:28:02,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-4f9c7d89-aea4-4100-af4b-d210b6d888b9 2018-10-04 05:28:02,005 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-04 05:28:02,006 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-10-04 05:28:02,006 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=02806441-110c-4907-8d5f-0bee3cb2fcff network=3339a35a-e81a-4292-a56b-1162716fd8ad secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d 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-04 05:28:02,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:28:02,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:28:02,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:28:02,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:28:02,006 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:28:02,007 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:28:02,008 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:28:02,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:28:02,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:28:02,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:28:02,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:28:02,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:28:02,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:28:02,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:28:02,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:28:02,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:28:02,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:28:02,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:28:02,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:28:02,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:28:02,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e08ea2b3-308e-4af0-8427-bf890e0e53a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:28:02,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e08ea2b3-308e-4af0-8427-bf890e0e53a6 2018-10-04 05:28:02,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:28:02,402 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:28:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["DdvKD2TqRw6H9lj_ffqNtA"], "issued_at": "2018-10-04T05:28:02.000000Z"}} 2018-10-04 05:28:02,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" 2018-10-04 05:28:02,590 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-47a60b50-b63b-40cf-b363-231ec7324e2a x-compute-request-id: req-47a60b50-b63b-40cf-b363-231ec7324e2a Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:28:02,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-47a60b50-b63b-40cf-b363-231ec7324e2a 2018-10-04 05:28:02,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" 2018-10-04 05:28:02,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-d4fd1c65-b80d-451f-b985-3b04f29632ee x-compute-request-id: req-d4fd1c65-b80d-451f-b985-3b04f29632ee Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:28:02,621 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-d4fd1c65-b80d-451f-b985-3b04f29632ee 2018-10-04 05:28:02,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "02806441-110c-4907-8d5f-0bee3cb2fcff", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "3339a35a-e81a-4292-a56b-1162716fd8ad"}], "config_drive": true}}' 2018-10-04 05:28:04,963 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:28: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-4f8ef3bb-8c1d-4045-9ba5-72076a1cf64b x-compute-request-id: req-4f8ef3bb-8c1d-4045-9ba5-72076a1cf64b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "bookmark"}], "adminPass": "f8ehPVQNuexU"}} 2018-10-04 05:28:04,964 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4f8ef3bb-8c1d-4045-9ba5-72076a1cf64b 2018-10-04 05:28:04,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:28:04,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c1c920b-c2cc-4ea9-9961-5222ea0d0c11 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:28:04,972 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5c1c920b-c2cc-4ea9-9961-5222ea0d0c11 2018-10-04 05:28:04,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:28:05,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:28:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["T_tNjNCJS7apVM9Dycm_3w"], "issued_at": "2018-10-04T05:28:05.000000Z"}} 2018-10-04 05:28:05,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e205bcf1c62c486ec6c2751e530f3c2d356b85f" 2018-10-04 05:28:05,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d1b8dec5-a022-47e2-bf53-9f535d79b0b8 x-compute-request-id: req-d1b8dec5-a022-47e2-bf53-9f535d79b0b8 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:28:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-10-04T05:28:04Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:05,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 used request id req-d1b8dec5-a022-47e2-bf53-9f535d79b0b8 2018-10-04 05:28:08,937 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e205bcf1c62c486ec6c2751e530f3c2d356b85f" 2018-10-04 05:28:09,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-27d160b1-4988-4a99-b553-c0375586a397 x-compute-request-id: req-27d160b1-4988-4a99-b553-c0375586a397 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:28:07Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:04Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:09,542 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 used request id req-27d160b1-4988-4a99-b553-c0375586a397 2018-10-04 05:28:12,548 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e205bcf1c62c486ec6c2751e530f3c2d356b85f" 2018-10-04 05:28:13,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e39b8628-e915-4215-87a3-d41afe6a1bbd x-compute-request-id: req-e39b8628-e915-4215-87a3-d41afe6a1bbd Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:a5:b8", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-10-04T05:28:10.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:28:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:04Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:13,300 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 used request id req-e39b8628-e915-4215-87a3-d41afe6a1bbd 2018-10-04 05:28:13,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" 2018-10-04 05:28:13,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-09958d94-f053-4d86-b369-da7f598b10fb x-compute-request-id: req-09958d94-f053-4d86-b369-da7f598b10fb Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:a5:b8", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000010e", "OS-SRV-USG:launched_at": "2018-10-04T05:28:10.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "4e56ddf1-e8bc-49ac-8748-b70b9e90db55", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:28:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:04Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:13,888 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55 used request id req-09958d94-f053-4d86-b369-da7f598b10fb 2018-10-04 05:28:13,888 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-10-04 05:28:13,889 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-10-04 05:28:13,891 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91aed881cf1a2300212db8282623e86c0f8d9e02" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:28:15,362 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:28: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-2ef805d3-fc70-40b6-b56a-ccdebfc5b9bf x-compute-request-id: req-2ef805d3-fc70-40b6-b56a-ccdebfc5b9bf Content-Length: 0 Content-Type: application/json 2018-10-04 05:28:15,363 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-2ef805d3-fc70-40b6-b56a-ccdebfc5b9bf 2018-10-04 05:28:15,363 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-10-04 05:28:15,363 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=02806441-110c-4907-8d5f-0bee3cb2fcff network=68e9a0fd-5cf9-4a2a-8997-96f0148d50a8 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d 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-04 05:28:15,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:28:15,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:28:15,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:28:15,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:28:15,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:28:15,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:28:15,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:28:15,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:28:15,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:28:15,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:28:15,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:28:15,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:28:15,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:28:15,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:28:15,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:28:15,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:28:15,367 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:28:15,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:28:15,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:28:15,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:28:15,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:28:15,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:28:15,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:28:15,370 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:28:15,371 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:28:15,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:28:15,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:28:15,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:28:15,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41a4d567-e274-4245-ba7f-de5e0e0a8723 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:28:15,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-41a4d567-e274-4245-ba7f-de5e0e0a8723 2018-10-04 05:28:15,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:28:15,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["PGupL1bDSuWQIqQyi-IsBw"], "issued_at": "2018-10-04T05:28:15.000000Z"}} 2018-10-04 05:28:15,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a51388d20d055e9e9153b38b950bd8aa888b214" 2018-10-04 05:28:15,934 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-85020687-df5f-4575-b5a6-d417db8a86ac x-compute-request-id: req-85020687-df5f-4575-b5a6-d417db8a86ac Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:28:15,935 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-85020687-df5f-4575-b5a6-d417db8a86ac 2018-10-04 05:28:15,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a51388d20d055e9e9153b38b950bd8aa888b214" 2018-10-04 05:28:15,958 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e9d0cee2-d038-4432-b23c-4e6f90b4432d x-compute-request-id: req-e9d0cee2-d038-4432-b23c-4e6f90b4432d Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:28:15,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-e9d0cee2-d038-4432-b23c-4e6f90b4432d 2018-10-04 05:28:15,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a51388d20d055e9e9153b38b950bd8aa888b214" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "02806441-110c-4907-8d5f-0bee3cb2fcff", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "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": "68e9a0fd-5cf9-4a2a-8997-96f0148d50a8"}], "config_drive": true}}' 2018-10-04 05:28:17,539 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-1a6635a1-fc6b-43eb-8da2-e9ac825e8d61 x-compute-request-id: req-1a6635a1-fc6b-43eb-8da2-e9ac825e8d61 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c9dbf06e-0d86-4355-b324-35682744d99b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "bookmark"}], "adminPass": "4wRpRzE8AG8T"}} 2018-10-04 05:28:17,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-1a6635a1-fc6b-43eb-8da2-e9ac825e8d61 2018-10-04 05:28:17,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:28:17,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0366589e-ba9f-48f3-b0bc-d05ffa8e34e3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:28:17,547 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0366589e-ba9f-48f3-b0bc-d05ffa8e34e3 2018-10-04 05:28:17,547 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:28:17,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:28:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["U_8Fg41RQu-TLp0lqNpuZQ"], "issued_at": "2018-10-04T05:28:17.000000Z"}} 2018-10-04 05:28:17,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d6199506355ba14ac32e467287803da7ea7073" 2018-10-04 05:28:18,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fdc2f8b-6d01-4839-bb6d-50170691ad55 x-compute-request-id: req-5fdc2f8b-6d01-4839-bb6d-50170691ad55 Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "c9dbf06e-0d86-4355-b324-35682744d99b", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:28:18Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-10-04T05:28:17Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:18,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b used request id req-5fdc2f8b-6d01-4839-bb6d-50170691ad55 2018-10-04 05:28:21,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d6199506355ba14ac32e467287803da7ea7073" 2018-10-04 05:28:22,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-5ad5b6be-54a5-4df1-9b34-a6a93931f197 x-compute-request-id: req-5ad5b6be-54a5-4df1-9b34-a6a93931f197 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.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "c9dbf06e-0d86-4355-b324-35682744d99b", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:28:19Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:17Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:22,335 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b used request id req-5ad5b6be-54a5-4df1-9b34-a6a93931f197 2018-10-04 05:28:25,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}94d6199506355ba14ac32e467287803da7ea7073" 2018-10-04 05:28:26,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-229a1974-6c77-45f2-a2cf-ff25e254492e x-compute-request-id: req-229a1974-6c77-45f2-a2cf-ff25e254492e Content-Encoding: gzip Content-Length: 783 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:f2:bf:72", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-10-04T05:28:21.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "c9dbf06e-0d86-4355-b324-35682744d99b", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:28:23Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:17Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:26,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b used request id req-229a1974-6c77-45f2-a2cf-ff25e254492e 2018-10-04 05:28:26,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a51388d20d055e9e9153b38b950bd8aa888b214" 2018-10-04 05:28:27,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95e5c292-396d-451c-b59b-020cd26e4f79 x-compute-request-id: req-95e5c292-396d-451c-b59b-020cd26e4f79 Content-Encoding: gzip Content-Length: 783 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:f2:bf:72", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/c9dbf06e-0d86-4355-b324-35682744d99b", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000111", "OS-SRV-USG:launched_at": "2018-10-04T05:28:21.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "c9dbf06e-0d86-4355-b324-35682744d99b", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:28:23Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:17Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:27,125 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b used request id req-95e5c292-396d-451c-b59b-020cd26e4f79 2018-10-04 05:28:27,125 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-10-04 05:28:27,126 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-10-04 05:28:27,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91aed881cf1a2300212db8282623e86c0f8d9e02" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:28:28,546 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-76ddb724-d4da-4e78-85aa-3928763ad44f x-compute-request-id: req-76ddb724-d4da-4e78-85aa-3928763ad44f Content-Length: 0 Content-Type: application/json 2018-10-04 05:28:28,546 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action used request id req-76ddb724-d4da-4e78-85aa-3928763ad44f 2018-10-04 05:28:28,547 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-10-04 05:28:28,547 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=02806441-110c-4907-8d5f-0bee3cb2fcff network=3339a35a-e81a-4292-a56b-1162716fd8ad secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d 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-04 05:28:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:28:28,547 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:28:28,548 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:28:28,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:28:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:28:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:28:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:28:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:28:28,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:28:28,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:28:28,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:28:28,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:28:28,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:28:28,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:28:28,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:28:28,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:28:28,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:28:28,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:28:28,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d8c7d67-f857-4fe5-a05a-9bd5bab86ca8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:28:28,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3d8c7d67-f857-4fe5-a05a-9bd5bab86ca8 2018-10-04 05:28:28,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:28:28,947 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:28:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["fmF9VFA7Qgi2PxfjqUgjjQ"], "issued_at": "2018-10-04T05:28:28.000000Z"}} 2018-10-04 05:28:28,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03ca3d7bebf4fbf0778931a55c4739ec44fa475" 2018-10-04 05:28:29,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31fd2d06-dc76-4f1a-b3a8-5106a9f4a239 x-compute-request-id: req-31fd2d06-dc76-4f1a-b3a8-5106a9f4a239 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:28:29,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-31fd2d06-dc76-4f1a-b3a8-5106a9f4a239 2018-10-04 05:28:29,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03ca3d7bebf4fbf0778931a55c4739ec44fa475" 2018-10-04 05:28:29,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c47c1cd-78ab-44d8-aa81-8a0795faeb28 x-compute-request-id: req-0c47c1cd-78ab-44d8-aa81-8a0795faeb28 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:28:29,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-0c47c1cd-78ab-44d8-aa81-8a0795faeb28 2018-10-04 05:28:29,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03ca3d7bebf4fbf0778931a55c4739ec44fa475" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "02806441-110c-4907-8d5f-0bee3cb2fcff", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "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": "3339a35a-e81a-4292-a56b-1162716fd8ad"}], "config_drive": true}}' 2018-10-04 05:28:31,215 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:28:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3463cc5-a02d-4527-b9a4-de7c9b722b90 x-compute-request-id: req-c3463cc5-a02d-4527-b9a4-de7c9b722b90 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3efb7516-1407-405f-bf13-56c7a43da9ff", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "bookmark"}], "adminPass": "zqpV2E2yL4dF"}} 2018-10-04 05:28:31,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c3463cc5-a02d-4527-b9a4-de7c9b722b90 2018-10-04 05:28:31,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:28:31,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96975cf0-1b28-4718-b0f9-975cbbc86e3c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:28:31,223 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-96975cf0-1b28-4718-b0f9-975cbbc86e3c 2018-10-04 05:28:31,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:28:31,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["iik6gBmpRGiUaHURYraBvQ"], "issued_at": "2018-10-04T05:28:31.000000Z"}} 2018-10-04 05:28:31,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bdf55ae07e7247fecdbb139358d2b49ad785a0" 2018-10-04 05:28:32,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9638b33b-12b3-4785-a119-44724ae03d51 x-compute-request-id: req-9638b33b-12b3-4785-a119-44724ae03d51 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "3efb7516-1407-405f-bf13-56c7a43da9ff", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:28:31Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2018-10-04T05:28:31Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:32,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff used request id req-9638b33b-12b3-4785-a119-44724ae03d51 2018-10-04 05:28:35,087 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bdf55ae07e7247fecdbb139358d2b49ad785a0" 2018-10-04 05:28:35,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ee2bb4c-e9d2-4b64-abcc-89f989563ce7 x-compute-request-id: req-7ee2bb4c-e9d2-4b64-abcc-89f989563ce7 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:ff:79", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "3efb7516-1407-405f-bf13-56c7a43da9ff", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:28:32Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:31Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:35,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff used request id req-7ee2bb4c-e9d2-4b64-abcc-89f989563ce7 2018-10-04 05:28:38,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a8bdf55ae07e7247fecdbb139358d2b49ad785a0" 2018-10-04 05:28:39,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-5639723c-6261-4713-9f5d-ce81330cf4c1 x-compute-request-id: req-5639723c-6261-4713-9f5d-ce81330cf4c1 Content-Encoding: gzip Content-Length: 782 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:c7:ff:79", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-10-04T05:28:34.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "3efb7516-1407-405f-bf13-56c7a43da9ff", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:28:35Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:31Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:39,340 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff used request id req-5639723c-6261-4713-9f5d-ce81330cf4c1 2018-10-04 05:28:39,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03ca3d7bebf4fbf0778931a55c4739ec44fa475" 2018-10-04 05:28:40,122 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-f5cc32af-8de5-4efa-b80a-187a44cb9fa0 x-compute-request-id: req-f5cc32af-8de5-4efa-b80a-187a44cb9fa0 Content-Encoding: gzip Content-Length: 782 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:c7:ff:79", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/3efb7516-1407-405f-bf13-56c7a43da9ff", "rel": "bookmark"}], "image": {"id": "02806441-110c-4907-8d5f-0bee3cb2fcff", "links": [{"href": "http://172.30.9.23:8774/images/02806441-110c-4907-8d5f-0bee3cb2fcff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000114", "OS-SRV-USG:launched_at": "2018-10-04T05:28:34.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "3efb7516-1407-405f-bf13-56c7a43da9ff", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:28:35Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:28:31Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:28:40,122 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff used request id req-f5cc32af-8de5-4efa-b80a-187a44cb9fa0 2018-10-04 05:28:40,123 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-10-04 05:28:40,123 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-10-04 05:28:40,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91aed881cf1a2300212db8282623e86c0f8d9e02" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:28:41,417 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-21755517-1b5b-4545-897b-60aa4cc78063 x-compute-request-id: req-21755517-1b5b-4545-897b-60aa4cc78063 Content-Length: 0 Content-Type: application/json 2018-10-04 05:28:41,417 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action used request id req-21755517-1b5b-4545-897b-60aa4cc78063 2018-10-04 05:28:41,417 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-10-04 05:28:41,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-898150", "route_distinguishers": "111:111"}}' 2018-10-04 05:28:41,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-f9041c4b-5319-4de5-aefa-7ce151a6cd9a Date: Thu, 04 Oct 2018 05:28:41 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "96791309-d9b4-47ae-8c74-3bd8613d9ae7", "name": "sdnvpn-1-898150", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["55:55"], "networks": [], "route_targets": ["55:55"], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:28:41,946 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-f9041c4b-5319-4de5-aefa-7ce151a6cd9a 2018-10-04 05:28:41,946 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-898150', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [u'55:55'], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'96791309-d9b4-47ae-8c74-3bd8613d9ae7'}} 2018-10-04 05:28:41,946 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-10-04 05:28:41,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/96791309-d9b4-47ae-8c74-3bd8613d9ae7/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"network_association": {"network_id": "3339a35a-e81a-4292-a56b-1162716fd8ad"}}' 2018-10-04 05:28:42,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-c528e80e-1da2-4ffa-b3c5-7aa9e5670565 Date: Thu, 04 Oct 2018 05:28:42 GMT RESP BODY: {"network_association": {"network_id": "3339a35a-e81a-4292-a56b-1162716fd8ad", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "079ace23-0e6e-4fea-8fa2-67779265a753"}} 2018-10-04 05:28:42,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/96791309-d9b4-47ae-8c74-3bd8613d9ae7/network_associations used request id req-c528e80e-1da2-4ffa-b3c5-7aa9e5670565 2018-10-04 05:28:42,609 - sdnvpn_test_utils - INFO - Waiting for instance 4e56ddf1-e8bc-49ac-8748-b70b9e90db55 to boot up 2018-10-04 05:28:42,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:28:43,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-e678cc3b-9903-47ff-ae2e-fdbf43819263 x-compute-request-id: req-e678cc3b-9903-47ff-ae2e-fdbf43819263 Content-Encoding: gzip Content-Length: 10211 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502709970 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128077] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129709] pid_max: default: 32768 minimum: 301\n[ 0.130589] ACPI: Core revision 20150930\n[ 0.131959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133244] Security Framework initialized\n[ 0.134044] Yama: becoming mindful.\n[ 0.134761] AppArmor: AppArmor initialized\n[ 0.135605] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138167] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140725] Initializing cgroup subsys io\n[ 0.141519] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143221] Initializing cgroup subsys freezer\n[ 0.144069] Initializing cgroup subsys net_cls\n[ 0.144914] Initializing cgroup subsys perf_event\n[ 0.145800] Initializing cgroup subsys net_prio\n[ 0.146664] Initializing cgroup subsys hugetlb\n[ 0.147520] Initializing cgroup subsys pids\n[ 0.148378] CPU: Physical Processor ID: 0\n[ 0.149856] mce: CPU supports 10 MCE banks\n[ 0.150688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162292] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168648] ftrace: allocating 31920 entries in 125 pages\n[ 0.194857] smpboot: Max logical packages: 1\n[ 0.195705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197027] x2apic enabled\n[ 0.197823] Switched APIC routing to physical x2apic.\n[ 0.199562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204390] KVM setup paravirtual spinlock\n[ 0.205669] x86: Booted up 1 node, 1 CPUs\n[ 0.206458] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207823] devtmpfs: initialized\n[ 0.209525] evm: security.selinux\n[ 0.210213] evm: security.SMACK64\n[ 0.210892] evm: security.SMACK64EXEC\n[ 0.211618] evm: security.SMACK64TRANSMUTE\n[ 0.212410] evm: security.SMACK64MMAP\n[ 0.213143] evm: security.ima\n[ 0.213777] evm: security.capability\n[ 0.214564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216368] pinctrl core: initialized pinctrl subsystem\n[ 0.217441] RTC time: 5:28:10, date: 10/04/18\n[ 0.218388] NET: Registered protocol family 16\n[ 0.219345] cpuidle: using governor ladder\n[ 0.220149] cpuidle: using governor menu\n[ 0.220921] PCCT header not found.\n[ 0.221654] ACPI: bus type PCI registered\n[ 0.222441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223661] PCI: Using configuration type 1 for base access\n[ 0.225388] ACPI: Added _OSI(Module Device)\n[ 0.226216] ACPI: Added _OSI(Processor Device)\n[ 0.227065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230030] ACPI: Interpreter enabled\n[ 0.230781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238011] ACPI: (supports S0 S5)\n[ 0.238704] ACPI: Using IOAPIC for interrupt routing\n[ 0.239732] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248467] acpiphp: Slot [3] registered\n[ 0.249256] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250824] acpiphp: Slot [6] registered\n[ 0.251600] acpiphp: Slot [7] registered\n[ 0.252389] acpiphp: Slot [8] registered\n[ 0.253179] acpiphp: Slot [9] registered\n[ 0.253959] acpiphp: Slot [10] registered\n[ 0.254751] acpiphp: Slot [11] registered\n[ 0.255542] acpiphp: Slot [12] registered\n[ 0.256344] acpiphp: Slot [13] registered\n[ 0.257149] acpiphp: Slot [14] registered\n[ 0.257947] acpiphp: Slot [15] registered\n[ 0.268766] acpiphp: Slot [16] registered\n[ 0.269588] acpiphp: Slot [17] registered\n[ 0.270384] acpiphp: Slot [18] registered\n[ 0.271178] acpiphp: Slot [19] registered\n[ 0.271971] acpiphp: Slot [20] registered\n[ 0.272771] acpiphp: Slot [21] registered\n[ 0.273563] acpiphp: Slot [22] registered\n[ 0.274360] acpiphp: Slot [23] registered\n[ 0.275155] acpiphp: Slot [24] registered\n[ 0.275947] acpiphp: Slot [25] registered\n[ 0.276737] acpiphp: Slot [26] registered\n[ 0.277530] acpiphp: Slot [27] registered\n[ 0.278329] acpiphp: Slot [28] registered\n[ 0.279127] acpiphp: Slot [29] registered\n[ 0.279920] acpiphp: Slot [30] registered\n[ 0.280713] acpiphp: Slot [31] registered\n[ 0.281499] PCI host bridge to bus 0000:00\n[ 0.282296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286087] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350181] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353027] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355791] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357023] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359183] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360702] vgaarb: loaded\n[ 0.361293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362404] SCSI subsystem initialized\n[ 0.363208] ACPI: bus type USB registered\n[ 0.364009] usbcore: registered new interface driver usbfs\n[ 0.365022] usbcore: registered new interface driver hub\n[ 0.366011] usbcore: registered new device driver usb\n[ 0.367040] PCI: Using ACPI for IRQ routing\n[ 0.368042] NetLabel: Initializing\n[ 0.368744] NetLabel: domain hash size = 128\n[ 0.369579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370512] NetLabel: unlabeled traffic allowed by default\n[ 0.371580] clocksource: Switched to clocksource kvm-clock\n[ 0.376960] AppArmor: AppArmor Filesystem Enabled\n[ 0.377908] pnp: PnP ACPI init\n[ 0.378804] pnp: PnP ACPI: found 5 devices\n[ 0.385156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386824] NET: Registered protocol family 2\n[ 0.387765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392345] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393491] NET: Registered protocol family 1\n[ 0.394344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395416] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424690] Trying to unpack rootfs image as initramfs...\n[ 0.474482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488306] Scanning for low memory corruption every 60 seconds\n[ 0.489618] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490745] audit: initializing netlink subsys (disabled)\n[ 0.491755] audit: type=2000 audit(1538630891.615:1): initialized\n[ 0.493032] Initialise system trusted keyring\n[ 0.493938] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495072] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497010] zbud: loaded\n[ 0.497702] VFS: Disk quotas dquot_6.6.0\n[ 0.498500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499980] fuse init (API version 7.23)\n[ 0.500857] Key type big_key registered\n[ 0.501644] Allocating IMA MOK and blacklist keyrings.\n[ 0.502726] Key type asymmetric registered\n[ 0.503529] Asymmetric key parser 'x509' registered\n[ 0.504481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505916] io scheduler noop registered\n[ 0.506694] io scheduler deadline registered (default)\n[ 0.507665] io scheduler cfq registered\n[ 0.508478] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512162] ACPI: Power Button [PWRF]\n[ 0.513346] GHES: HEST is not enabled!\n[ 0.526931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586103] Linux agpgart interface v0.103\n[ 0.588577] brd: module loaded\n[ 0.589868] loop: module loaded\n[ 0.594203] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595641] GPT:90111 != 2097151\n[ 0.596312] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597382] GPT:90111 != 2097151\n[ 0.598070] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599018] vda: vda1 vda15\n[ 0.600528] scsi host0: ata_piix\n[ 0.601257] scsi host1: ata_piix\n[ 0.601958] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603164] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604596] libphy: Fixed MDIO Bus: probed\n[ 0.605407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608482] PPP generic driver version 2.4.2\n[ 0.609363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610644] ehci-pci: EHCI PCI platform driver\n[ 0.611504] ehci-platform: EHCI generic platform driver\n[ 0.612494] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613608] ohci-pci: OHCI PCI platform driver\n[ 0.614463] ohci-platform: OHCI generic platform driver\n[ 0.615436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632207] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636937] usb usb1: Product: UHCI Host Controller\n[ 0.637861] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639972] hub 1-0:1.0: USB hub found\n[ 0.640746] hub 1-0:1.0: 2 ports detected\n[ 0.641635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643741] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645714] mousedev: PS/2 mouse device common for all mice\n[ 0.646946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648768] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652248] i2c /dev entries driver\n[ 0.653007] device-mapper: uevent: version 1.0.3\n[ 0.653931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655534] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656802] NET: Registered protocol family 10\n[ 0.657794] NET: Registered protocol family 17\n[ 0.658664] Key type dns_resolver registered\n[ 0.659566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662370] registered taskstats version 1\n[ 0.663201] Loading compiled-in X.509 certificates\n[ 0.664645] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666468] zswap: loaded using pool lzo/zbud\n[ 0.667844] Key type trusted registered\n[ 0.669391] Key type encrypted registered\n[ 0.670216] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672272] evm: HMAC attrs: 0x1\n[ 0.673196] Magic number: 6:777:465\n[ 0.674035] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:11 UTC (1538630891)\n[ 0.675640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676727] EDD information not available.\n[ 0.760102] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.761532] ata1.00: configured for MWDMA2\n[ 0.762736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775302] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776526] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.779625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781142] Write protecting the kernel read-only data: 14336k\n[ 0.782695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840794] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR6JA4r3+WHa9h3xT70jT2siEunsjEzyRlNdkLf8LZBrBGwSqytw4W9tCJ+JsT0cR04g/wPHDMO4R7PWbfeodDqI3aTSYFMp9nVynRoK3kw9W0zIUbw1OH4wrgExHkuSEzEOVR6M0Rckryai5B4w1W3ecXhkOYnFaWPC8VRveBmK1a9M6eqCUssErBaEyVVZ/eo9p38ictFNZL6zRxYtL+0smzV2IsucK9iska0bGBMiztdKCyiMNif0pBI6/E9YKStYUYKJ/coqHiwHKK1/ptxlu5+fXM96XGFZU3YiwEOKOfFveJcxHDDe/7SvkYpf1n/VfXA4liGCdhwpKWIVj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPFFJab3MjgtDRJM6Jd8O+k295D/fV1YxiIHwBRFeiyDziMaKsG8F+UjdlKNTWuj2N5AWcwJq+oqHLkpHKaohmC7ch1z3TF1ZjZK/XqyQjzb1JTKl0ZyOsahrPuVaHnmb9FoBokwAiDLYB73imi5dbib/6uizovh7GJ5ZuDgwebRAAAAFQCdBDDXRT2I9aiMftKxlLyeA4f55QAAAIAEwUUrnhogxSN2BzLXOb/e3skUpLyCB/XY1IAO0fS2JCuT1vz2caNyiw42YTmh02B9MBefhklGs+ZUT926lgE0V6Alxe/8iMhxLYI28+bAKufVNTBQSEn5KWtp3vTCxHv9eXDEQeduCEAiuzsVe52c/WY5RjrUvf5+vEfOHLtSIAAAAIEAmqTdprbLsQQnrRlouYmdRaDDmP7q+SoTJpH28EeFyR8i5D0xKiUcJD99Wdc1blhxJonwbsAZe+YHs7GXWMwE8hoMzJ9jRhBdETIZb8xhEzE1L984jeWuulhuSSfcvuHOWj9N7lqQamxreRjRnH8C7Yzn+QUdjP71a2PTKoKs384= 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:feee:a5b8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 4e56ddf1-e8bc-49ac-8748-b70b9e90db55\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EE:A5:B8 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feee:a5b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:16 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:3846 (3.7 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:28:43,680 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-e678cc3b-9903-47ff-ae2e-fdbf43819263 2018-10-04 05:28:45,701 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:28:46,798 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-8c0b6ec5-b56d-4480-98f0-f390219864e9 x-compute-request-id: req-8c0b6ec5-b56d-4480-98f0-f390219864e9 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502709970 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128077] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129709] pid_max: default: 32768 minimum: 301\n[ 0.130589] ACPI: Core revision 20150930\n[ 0.131959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133244] Security Framework initialized\n[ 0.134044] Yama: becoming mindful.\n[ 0.134761] AppArmor: AppArmor initialized\n[ 0.135605] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138167] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140725] Initializing cgroup subsys io\n[ 0.141519] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143221] Initializing cgroup subsys freezer\n[ 0.144069] Initializing cgroup subsys net_cls\n[ 0.144914] Initializing cgroup subsys perf_event\n[ 0.145800] Initializing cgroup subsys net_prio\n[ 0.146664] Initializing cgroup subsys hugetlb\n[ 0.147520] Initializing cgroup subsys pids\n[ 0.148378] CPU: Physical Processor ID: 0\n[ 0.149856] mce: CPU supports 10 MCE banks\n[ 0.150688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162292] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168648] ftrace: allocating 31920 entries in 125 pages\n[ 0.194857] smpboot: Max logical packages: 1\n[ 0.195705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197027] x2apic enabled\n[ 0.197823] Switched APIC routing to physical x2apic.\n[ 0.199562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204390] KVM setup paravirtual spinlock\n[ 0.205669] x86: Booted up 1 node, 1 CPUs\n[ 0.206458] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207823] devtmpfs: initialized\n[ 0.209525] evm: security.selinux\n[ 0.210213] evm: security.SMACK64\n[ 0.210892] evm: security.SMACK64EXEC\n[ 0.211618] evm: security.SMACK64TRANSMUTE\n[ 0.212410] evm: security.SMACK64MMAP\n[ 0.213143] evm: security.ima\n[ 0.213777] evm: security.capability\n[ 0.214564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216368] pinctrl core: initialized pinctrl subsystem\n[ 0.217441] RTC time: 5:28:10, date: 10/04/18\n[ 0.218388] NET: Registered protocol family 16\n[ 0.219345] cpuidle: using governor ladder\n[ 0.220149] cpuidle: using governor menu\n[ 0.220921] PCCT header not found.\n[ 0.221654] ACPI: bus type PCI registered\n[ 0.222441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223661] PCI: Using configuration type 1 for base access\n[ 0.225388] ACPI: Added _OSI(Module Device)\n[ 0.226216] ACPI: Added _OSI(Processor Device)\n[ 0.227065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230030] ACPI: Interpreter enabled\n[ 0.230781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238011] ACPI: (supports S0 S5)\n[ 0.238704] ACPI: Using IOAPIC for interrupt routing\n[ 0.239732] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248467] acpiphp: Slot [3] registered\n[ 0.249256] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250824] acpiphp: Slot [6] registered\n[ 0.251600] acpiphp: Slot [7] registered\n[ 0.252389] acpiphp: Slot [8] registered\n[ 0.253179] acpiphp: Slot [9] registered\n[ 0.253959] acpiphp: Slot [10] registered\n[ 0.254751] acpiphp: Slot [11] registered\n[ 0.255542] acpiphp: Slot [12] registered\n[ 0.256344] acpiphp: Slot [13] registered\n[ 0.257149] acpiphp: Slot [14] registered\n[ 0.257947] acpiphp: Slot [15] registered\n[ 0.268766] acpiphp: Slot [16] registered\n[ 0.269588] acpiphp: Slot [17] registered\n[ 0.270384] acpiphp: Slot [18] registered\n[ 0.271178] acpiphp: Slot [19] registered\n[ 0.271971] acpiphp: Slot [20] registered\n[ 0.272771] acpiphp: Slot [21] registered\n[ 0.273563] acpiphp: Slot [22] registered\n[ 0.274360] acpiphp: Slot [23] registered\n[ 0.275155] acpiphp: Slot [24] registered\n[ 0.275947] acpiphp: Slot [25] registered\n[ 0.276737] acpiphp: Slot [26] registered\n[ 0.277530] acpiphp: Slot [27] registered\n[ 0.278329] acpiphp: Slot [28] registered\n[ 0.279127] acpiphp: Slot [29] registered\n[ 0.279920] acpiphp: Slot [30] registered\n[ 0.280713] acpiphp: Slot [31] registered\n[ 0.281499] PCI host bridge to bus 0000:00\n[ 0.282296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286087] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350181] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353027] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355791] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357023] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359183] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360702] vgaarb: loaded\n[ 0.361293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362404] SCSI subsystem initialized\n[ 0.363208] ACPI: bus type USB registered\n[ 0.364009] usbcore: registered new interface driver usbfs\n[ 0.365022] usbcore: registered new interface driver hub\n[ 0.366011] usbcore: registered new device driver usb\n[ 0.367040] PCI: Using ACPI for IRQ routing\n[ 0.368042] NetLabel: Initializing\n[ 0.368744] NetLabel: domain hash size = 128\n[ 0.369579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370512] NetLabel: unlabeled traffic allowed by default\n[ 0.371580] clocksource: Switched to clocksource kvm-clock\n[ 0.376960] AppArmor: AppArmor Filesystem Enabled\n[ 0.377908] pnp: PnP ACPI init\n[ 0.378804] pnp: PnP ACPI: found 5 devices\n[ 0.385156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386824] NET: Registered protocol family 2\n[ 0.387765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392345] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393491] NET: Registered protocol family 1\n[ 0.394344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395416] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424690] Trying to unpack rootfs image as initramfs...\n[ 0.474482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488306] Scanning for low memory corruption every 60 seconds\n[ 0.489618] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490745] audit: initializing netlink subsys (disabled)\n[ 0.491755] audit: type=2000 audit(1538630891.615:1): initialized\n[ 0.493032] Initialise system trusted keyring\n[ 0.493938] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495072] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497010] zbud: loaded\n[ 0.497702] VFS: Disk quotas dquot_6.6.0\n[ 0.498500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499980] fuse init (API version 7.23)\n[ 0.500857] Key type big_key registered\n[ 0.501644] Allocating IMA MOK and blacklist keyrings.\n[ 0.502726] Key type asymmetric registered\n[ 0.503529] Asymmetric key parser 'x509' registered\n[ 0.504481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505916] io scheduler noop registered\n[ 0.506694] io scheduler deadline registered (default)\n[ 0.507665] io scheduler cfq registered\n[ 0.508478] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512162] ACPI: Power Button [PWRF]\n[ 0.513346] GHES: HEST is not enabled!\n[ 0.526931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586103] Linux agpgart interface v0.103\n[ 0.588577] brd: module loaded\n[ 0.589868] loop: module loaded\n[ 0.594203] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595641] GPT:90111 != 2097151\n[ 0.596312] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597382] GPT:90111 != 2097151\n[ 0.598070] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599018] vda: vda1 vda15\n[ 0.600528] scsi host0: ata_piix\n[ 0.601257] scsi host1: ata_piix\n[ 0.601958] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603164] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604596] libphy: Fixed MDIO Bus: probed\n[ 0.605407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608482] PPP generic driver version 2.4.2\n[ 0.609363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610644] ehci-pci: EHCI PCI platform driver\n[ 0.611504] ehci-platform: EHCI generic platform driver\n[ 0.612494] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613608] ohci-pci: OHCI PCI platform driver\n[ 0.614463] ohci-platform: OHCI generic platform driver\n[ 0.615436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632207] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636937] usb usb1: Product: UHCI Host Controller\n[ 0.637861] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639972] hub 1-0:1.0: USB hub found\n[ 0.640746] hub 1-0:1.0: 2 ports detected\n[ 0.641635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643741] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645714] mousedev: PS/2 mouse device common for all mice\n[ 0.646946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648768] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652248] i2c /dev entries driver\n[ 0.653007] device-mapper: uevent: version 1.0.3\n[ 0.653931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655534] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656802] NET: Registered protocol family 10\n[ 0.657794] NET: Registered protocol family 17\n[ 0.658664] Key type dns_resolver registered\n[ 0.659566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662370] registered taskstats version 1\n[ 0.663201] Loading compiled-in X.509 certificates\n[ 0.664645] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666468] zswap: loaded using pool lzo/zbud\n[ 0.667844] Key type trusted registered\n[ 0.669391] Key type encrypted registered\n[ 0.670216] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672272] evm: HMAC attrs: 0x1\n[ 0.673196] Magic number: 6:777:465\n[ 0.674035] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:11 UTC (1538630891)\n[ 0.675640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676727] EDD information not available.\n[ 0.760102] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.761532] ata1.00: configured for MWDMA2\n[ 0.762736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775302] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776526] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.779625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781142] Write protecting the kernel read-only data: 14336k\n[ 0.782695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840794] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR6JA4r3+WHa9h3xT70jT2siEunsjEzyRlNdkLf8LZBrBGwSqytw4W9tCJ+JsT0cR04g/wPHDMO4R7PWbfeodDqI3aTSYFMp9nVynRoK3kw9W0zIUbw1OH4wrgExHkuSEzEOVR6M0Rckryai5B4w1W3ecXhkOYnFaWPC8VRveBmK1a9M6eqCUssErBaEyVVZ/eo9p38ictFNZL6zRxYtL+0smzV2IsucK9iska0bGBMiztdKCyiMNif0pBI6/E9YKStYUYKJ/coqHiwHKK1/ptxlu5+fXM96XGFZU3YiwEOKOfFveJcxHDDe/7SvkYpf1n/VfXA4liGCdhwpKWIVj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPFFJab3MjgtDRJM6Jd8O+k295D/fV1YxiIHwBRFeiyDziMaKsG8F+UjdlKNTWuj2N5AWcwJq+oqHLkpHKaohmC7ch1z3TF1ZjZK/XqyQjzb1JTKl0ZyOsahrPuVaHnmb9FoBokwAiDLYB73imi5dbib/6uizovh7GJ5ZuDgwebRAAAAFQCdBDDXRT2I9aiMftKxlLyeA4f55QAAAIAEwUUrnhogxSN2BzLXOb/e3skUpLyCB/XY1IAO0fS2JCuT1vz2caNyiw42YTmh02B9MBefhklGs+ZUT926lgE0V6Alxe/8iMhxLYI28+bAKufVNTBQSEn5KWtp3vTCxHv9eXDEQeduCEAiuzsVe52c/WY5RjrUvf5+vEfOHLtSIAAAAIEAmqTdprbLsQQnrRlouYmdRaDDmP7q+SoTJpH28EeFyR8i5D0xKiUcJD99Wdc1blhxJonwbsAZe+YHs7GXWMwE8hoMzJ9jRhBdETIZb8xhEzE1L984jeWuulhuSSfcvuHOWj9N7lqQamxreRjRnH8C7Yzn+QUdjP71a2PTKoKs384= 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:feee:a5b8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 4e56ddf1-e8bc-49ac-8748-b70b9e90db55\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EE:A5:B8 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feee:a5b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:16 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:3846 (3.7 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:28:46,798 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-8c0b6ec5-b56d-4480-98f0-f390219864e9 2018-10-04 05:28:48,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:28:50,054 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:28: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-c3c8df17-a20c-4791-9022-e04cd7f8b847 x-compute-request-id: req-c3c8df17-a20c-4791-9022-e04cd7f8b847 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502709970 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128077] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129709] pid_max: default: 32768 minimum: 301\n[ 0.130589] ACPI: Core revision 20150930\n[ 0.131959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133244] Security Framework initialized\n[ 0.134044] Yama: becoming mindful.\n[ 0.134761] AppArmor: AppArmor initialized\n[ 0.135605] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138167] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140725] Initializing cgroup subsys io\n[ 0.141519] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143221] Initializing cgroup subsys freezer\n[ 0.144069] Initializing cgroup subsys net_cls\n[ 0.144914] Initializing cgroup subsys perf_event\n[ 0.145800] Initializing cgroup subsys net_prio\n[ 0.146664] Initializing cgroup subsys hugetlb\n[ 0.147520] Initializing cgroup subsys pids\n[ 0.148378] CPU: Physical Processor ID: 0\n[ 0.149856] mce: CPU supports 10 MCE banks\n[ 0.150688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162292] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168648] ftrace: allocating 31920 entries in 125 pages\n[ 0.194857] smpboot: Max logical packages: 1\n[ 0.195705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197027] x2apic enabled\n[ 0.197823] Switched APIC routing to physical x2apic.\n[ 0.199562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204390] KVM setup paravirtual spinlock\n[ 0.205669] x86: Booted up 1 node, 1 CPUs\n[ 0.206458] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207823] devtmpfs: initialized\n[ 0.209525] evm: security.selinux\n[ 0.210213] evm: security.SMACK64\n[ 0.210892] evm: security.SMACK64EXEC\n[ 0.211618] evm: security.SMACK64TRANSMUTE\n[ 0.212410] evm: security.SMACK64MMAP\n[ 0.213143] evm: security.ima\n[ 0.213777] evm: security.capability\n[ 0.214564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216368] pinctrl core: initialized pinctrl subsystem\n[ 0.217441] RTC time: 5:28:10, date: 10/04/18\n[ 0.218388] NET: Registered protocol family 16\n[ 0.219345] cpuidle: using governor ladder\n[ 0.220149] cpuidle: using governor menu\n[ 0.220921] PCCT header not found.\n[ 0.221654] ACPI: bus type PCI registered\n[ 0.222441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223661] PCI: Using configuration type 1 for base access\n[ 0.225388] ACPI: Added _OSI(Module Device)\n[ 0.226216] ACPI: Added _OSI(Processor Device)\n[ 0.227065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230030] ACPI: Interpreter enabled\n[ 0.230781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238011] ACPI: (supports S0 S5)\n[ 0.238704] ACPI: Using IOAPIC for interrupt routing\n[ 0.239732] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248467] acpiphp: Slot [3] registered\n[ 0.249256] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250824] acpiphp: Slot [6] registered\n[ 0.251600] acpiphp: Slot [7] registered\n[ 0.252389] acpiphp: Slot [8] registered\n[ 0.253179] acpiphp: Slot [9] registered\n[ 0.253959] acpiphp: Slot [10] registered\n[ 0.254751] acpiphp: Slot [11] registered\n[ 0.255542] acpiphp: Slot [12] registered\n[ 0.256344] acpiphp: Slot [13] registered\n[ 0.257149] acpiphp: Slot [14] registered\n[ 0.257947] acpiphp: Slot [15] registered\n[ 0.268766] acpiphp: Slot [16] registered\n[ 0.269588] acpiphp: Slot [17] registered\n[ 0.270384] acpiphp: Slot [18] registered\n[ 0.271178] acpiphp: Slot [19] registered\n[ 0.271971] acpiphp: Slot [20] registered\n[ 0.272771] acpiphp: Slot [21] registered\n[ 0.273563] acpiphp: Slot [22] registered\n[ 0.274360] acpiphp: Slot [23] registered\n[ 0.275155] acpiphp: Slot [24] registered\n[ 0.275947] acpiphp: Slot [25] registered\n[ 0.276737] acpiphp: Slot [26] registered\n[ 0.277530] acpiphp: Slot [27] registered\n[ 0.278329] acpiphp: Slot [28] registered\n[ 0.279127] acpiphp: Slot [29] registered\n[ 0.279920] acpiphp: Slot [30] registered\n[ 0.280713] acpiphp: Slot [31] registered\n[ 0.281499] PCI host bridge to bus 0000:00\n[ 0.282296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286087] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350181] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353027] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355791] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357023] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359183] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360702] vgaarb: loaded\n[ 0.361293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362404] SCSI subsystem initialized\n[ 0.363208] ACPI: bus type USB registered\n[ 0.364009] usbcore: registered new interface driver usbfs\n[ 0.365022] usbcore: registered new interface driver hub\n[ 0.366011] usbcore: registered new device driver usb\n[ 0.367040] PCI: Using ACPI for IRQ routing\n[ 0.368042] NetLabel: Initializing\n[ 0.368744] NetLabel: domain hash size = 128\n[ 0.369579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370512] NetLabel: unlabeled traffic allowed by default\n[ 0.371580] clocksource: Switched to clocksource kvm-clock\n[ 0.376960] AppArmor: AppArmor Filesystem Enabled\n[ 0.377908] pnp: PnP ACPI init\n[ 0.378804] pnp: PnP ACPI: found 5 devices\n[ 0.385156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386824] NET: Registered protocol family 2\n[ 0.387765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392345] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393491] NET: Registered protocol family 1\n[ 0.394344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395416] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424690] Trying to unpack rootfs image as initramfs...\n[ 0.474482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488306] Scanning for low memory corruption every 60 seconds\n[ 0.489618] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490745] audit: initializing netlink subsys (disabled)\n[ 0.491755] audit: type=2000 audit(1538630891.615:1): initialized\n[ 0.493032] Initialise system trusted keyring\n[ 0.493938] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495072] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497010] zbud: loaded\n[ 0.497702] VFS: Disk quotas dquot_6.6.0\n[ 0.498500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499980] fuse init (API version 7.23)\n[ 0.500857] Key type big_key registered\n[ 0.501644] Allocating IMA MOK and blacklist keyrings.\n[ 0.502726] Key type asymmetric registered\n[ 0.503529] Asymmetric key parser 'x509' registered\n[ 0.504481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505916] io scheduler noop registered\n[ 0.506694] io scheduler deadline registered (default)\n[ 0.507665] io scheduler cfq registered\n[ 0.508478] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512162] ACPI: Power Button [PWRF]\n[ 0.513346] GHES: HEST is not enabled!\n[ 0.526931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586103] Linux agpgart interface v0.103\n[ 0.588577] brd: module loaded\n[ 0.589868] loop: module loaded\n[ 0.594203] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595641] GPT:90111 != 2097151\n[ 0.596312] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597382] GPT:90111 != 2097151\n[ 0.598070] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599018] vda: vda1 vda15\n[ 0.600528] scsi host0: ata_piix\n[ 0.601257] scsi host1: ata_piix\n[ 0.601958] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603164] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604596] libphy: Fixed MDIO Bus: probed\n[ 0.605407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608482] PPP generic driver version 2.4.2\n[ 0.609363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610644] ehci-pci: EHCI PCI platform driver\n[ 0.611504] ehci-platform: EHCI generic platform driver\n[ 0.612494] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613608] ohci-pci: OHCI PCI platform driver\n[ 0.614463] ohci-platform: OHCI generic platform driver\n[ 0.615436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632207] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636937] usb usb1: Product: UHCI Host Controller\n[ 0.637861] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639972] hub 1-0:1.0: USB hub found\n[ 0.640746] hub 1-0:1.0: 2 ports detected\n[ 0.641635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643741] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645714] mousedev: PS/2 mouse device common for all mice\n[ 0.646946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648768] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652248] i2c /dev entries driver\n[ 0.653007] device-mapper: uevent: version 1.0.3\n[ 0.653931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655534] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656802] NET: Registered protocol family 10\n[ 0.657794] NET: Registered protocol family 17\n[ 0.658664] Key type dns_resolver registered\n[ 0.659566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662370] registered taskstats version 1\n[ 0.663201] Loading compiled-in X.509 certificates\n[ 0.664645] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666468] zswap: loaded using pool lzo/zbud\n[ 0.667844] Key type trusted registered\n[ 0.669391] Key type encrypted registered\n[ 0.670216] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672272] evm: HMAC attrs: 0x1\n[ 0.673196] Magic number: 6:777:465\n[ 0.674035] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:11 UTC (1538630891)\n[ 0.675640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676727] EDD information not available.\n[ 0.760102] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.761532] ata1.00: configured for MWDMA2\n[ 0.762736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775302] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776526] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.779625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781142] Write protecting the kernel read-only data: 14336k\n[ 0.782695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840794] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR6JA4r3+WHa9h3xT70jT2siEunsjEzyRlNdkLf8LZBrBGwSqytw4W9tCJ+JsT0cR04g/wPHDMO4R7PWbfeodDqI3aTSYFMp9nVynRoK3kw9W0zIUbw1OH4wrgExHkuSEzEOVR6M0Rckryai5B4w1W3ecXhkOYnFaWPC8VRveBmK1a9M6eqCUssErBaEyVVZ/eo9p38ictFNZL6zRxYtL+0smzV2IsucK9iska0bGBMiztdKCyiMNif0pBI6/E9YKStYUYKJ/coqHiwHKK1/ptxlu5+fXM96XGFZU3YiwEOKOfFveJcxHDDe/7SvkYpf1n/VfXA4liGCdhwpKWIVj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPFFJab3MjgtDRJM6Jd8O+k295D/fV1YxiIHwBRFeiyDziMaKsG8F+UjdlKNTWuj2N5AWcwJq+oqHLkpHKaohmC7ch1z3TF1ZjZK/XqyQjzb1JTKl0ZyOsahrPuVaHnmb9FoBokwAiDLYB73imi5dbib/6uizovh7GJ5ZuDgwebRAAAAFQCdBDDXRT2I9aiMftKxlLyeA4f55QAAAIAEwUUrnhogxSN2BzLXOb/e3skUpLyCB/XY1IAO0fS2JCuT1vz2caNyiw42YTmh02B9MBefhklGs+ZUT926lgE0V6Alxe/8iMhxLYI28+bAKufVNTBQSEn5KWtp3vTCxHv9eXDEQeduCEAiuzsVe52c/WY5RjrUvf5+vEfOHLtSIAAAAIEAmqTdprbLsQQnrRlouYmdRaDDmP7q+SoTJpH28EeFyR8i5D0xKiUcJD99Wdc1blhxJonwbsAZe+YHs7GXWMwE8hoMzJ9jRhBdETIZb8xhEzE1L984jeWuulhuSSfcvuHOWj9N7lqQamxreRjRnH8C7Yzn+QUdjP71a2PTKoKs384= 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:feee:a5b8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 4e56ddf1-e8bc-49ac-8748-b70b9e90db55\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EE:A5:B8 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feee:a5b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:16 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:3846 (3.7 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:28:50,055 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-c3c8df17-a20c-4791-9022-e04cd7f8b847 2018-10-04 05:28:52,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:28:53,153 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-aa93cf13-4061-410a-a2fe-5475fa282703 x-compute-request-id: req-aa93cf13-4061-410a-a2fe-5475fa282703 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502709970 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128077] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129709] pid_max: default: 32768 minimum: 301\n[ 0.130589] ACPI: Core revision 20150930\n[ 0.131959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133244] Security Framework initialized\n[ 0.134044] Yama: becoming mindful.\n[ 0.134761] AppArmor: AppArmor initialized\n[ 0.135605] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138167] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140725] Initializing cgroup subsys io\n[ 0.141519] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143221] Initializing cgroup subsys freezer\n[ 0.144069] Initializing cgroup subsys net_cls\n[ 0.144914] Initializing cgroup subsys perf_event\n[ 0.145800] Initializing cgroup subsys net_prio\n[ 0.146664] Initializing cgroup subsys hugetlb\n[ 0.147520] Initializing cgroup subsys pids\n[ 0.148378] CPU: Physical Processor ID: 0\n[ 0.149856] mce: CPU supports 10 MCE banks\n[ 0.150688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162292] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168648] ftrace: allocating 31920 entries in 125 pages\n[ 0.194857] smpboot: Max logical packages: 1\n[ 0.195705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197027] x2apic enabled\n[ 0.197823] Switched APIC routing to physical x2apic.\n[ 0.199562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204390] KVM setup paravirtual spinlock\n[ 0.205669] x86: Booted up 1 node, 1 CPUs\n[ 0.206458] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207823] devtmpfs: initialized\n[ 0.209525] evm: security.selinux\n[ 0.210213] evm: security.SMACK64\n[ 0.210892] evm: security.SMACK64EXEC\n[ 0.211618] evm: security.SMACK64TRANSMUTE\n[ 0.212410] evm: security.SMACK64MMAP\n[ 0.213143] evm: security.ima\n[ 0.213777] evm: security.capability\n[ 0.214564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216368] pinctrl core: initialized pinctrl subsystem\n[ 0.217441] RTC time: 5:28:10, date: 10/04/18\n[ 0.218388] NET: Registered protocol family 16\n[ 0.219345] cpuidle: using governor ladder\n[ 0.220149] cpuidle: using governor menu\n[ 0.220921] PCCT header not found.\n[ 0.221654] ACPI: bus type PCI registered\n[ 0.222441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223661] PCI: Using configuration type 1 for base access\n[ 0.225388] ACPI: Added _OSI(Module Device)\n[ 0.226216] ACPI: Added _OSI(Processor Device)\n[ 0.227065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230030] ACPI: Interpreter enabled\n[ 0.230781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238011] ACPI: (supports S0 S5)\n[ 0.238704] ACPI: Using IOAPIC for interrupt routing\n[ 0.239732] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248467] acpiphp: Slot [3] registered\n[ 0.249256] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250824] acpiphp: Slot [6] registered\n[ 0.251600] acpiphp: Slot [7] registered\n[ 0.252389] acpiphp: Slot [8] registered\n[ 0.253179] acpiphp: Slot [9] registered\n[ 0.253959] acpiphp: Slot [10] registered\n[ 0.254751] acpiphp: Slot [11] registered\n[ 0.255542] acpiphp: Slot [12] registered\n[ 0.256344] acpiphp: Slot [13] registered\n[ 0.257149] acpiphp: Slot [14] registered\n[ 0.257947] acpiphp: Slot [15] registered\n[ 0.268766] acpiphp: Slot [16] registered\n[ 0.269588] acpiphp: Slot [17] registered\n[ 0.270384] acpiphp: Slot [18] registered\n[ 0.271178] acpiphp: Slot [19] registered\n[ 0.271971] acpiphp: Slot [20] registered\n[ 0.272771] acpiphp: Slot [21] registered\n[ 0.273563] acpiphp: Slot [22] registered\n[ 0.274360] acpiphp: Slot [23] registered\n[ 0.275155] acpiphp: Slot [24] registered\n[ 0.275947] acpiphp: Slot [25] registered\n[ 0.276737] acpiphp: Slot [26] registered\n[ 0.277530] acpiphp: Slot [27] registered\n[ 0.278329] acpiphp: Slot [28] registered\n[ 0.279127] acpiphp: Slot [29] registered\n[ 0.279920] acpiphp: Slot [30] registered\n[ 0.280713] acpiphp: Slot [31] registered\n[ 0.281499] PCI host bridge to bus 0000:00\n[ 0.282296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286087] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350181] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353027] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355791] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357023] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359183] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360702] vgaarb: loaded\n[ 0.361293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362404] SCSI subsystem initialized\n[ 0.363208] ACPI: bus type USB registered\n[ 0.364009] usbcore: registered new interface driver usbfs\n[ 0.365022] usbcore: registered new interface driver hub\n[ 0.366011] usbcore: registered new device driver usb\n[ 0.367040] PCI: Using ACPI for IRQ routing\n[ 0.368042] NetLabel: Initializing\n[ 0.368744] NetLabel: domain hash size = 128\n[ 0.369579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370512] NetLabel: unlabeled traffic allowed by default\n[ 0.371580] clocksource: Switched to clocksource kvm-clock\n[ 0.376960] AppArmor: AppArmor Filesystem Enabled\n[ 0.377908] pnp: PnP ACPI init\n[ 0.378804] pnp: PnP ACPI: found 5 devices\n[ 0.385156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386824] NET: Registered protocol family 2\n[ 0.387765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392345] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393491] NET: Registered protocol family 1\n[ 0.394344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395416] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424690] Trying to unpack rootfs image as initramfs...\n[ 0.474482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488306] Scanning for low memory corruption every 60 seconds\n[ 0.489618] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490745] audit: initializing netlink subsys (disabled)\n[ 0.491755] audit: type=2000 audit(1538630891.615:1): initialized\n[ 0.493032] Initialise system trusted keyring\n[ 0.493938] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495072] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497010] zbud: loaded\n[ 0.497702] VFS: Disk quotas dquot_6.6.0\n[ 0.498500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499980] fuse init (API version 7.23)\n[ 0.500857] Key type big_key registered\n[ 0.501644] Allocating IMA MOK and blacklist keyrings.\n[ 0.502726] Key type asymmetric registered\n[ 0.503529] Asymmetric key parser 'x509' registered\n[ 0.504481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505916] io scheduler noop registered\n[ 0.506694] io scheduler deadline registered (default)\n[ 0.507665] io scheduler cfq registered\n[ 0.508478] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512162] ACPI: Power Button [PWRF]\n[ 0.513346] GHES: HEST is not enabled!\n[ 0.526931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586103] Linux agpgart interface v0.103\n[ 0.588577] brd: module loaded\n[ 0.589868] loop: module loaded\n[ 0.594203] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595641] GPT:90111 != 2097151\n[ 0.596312] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597382] GPT:90111 != 2097151\n[ 0.598070] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599018] vda: vda1 vda15\n[ 0.600528] scsi host0: ata_piix\n[ 0.601257] scsi host1: ata_piix\n[ 0.601958] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603164] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604596] libphy: Fixed MDIO Bus: probed\n[ 0.605407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608482] PPP generic driver version 2.4.2\n[ 0.609363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610644] ehci-pci: EHCI PCI platform driver\n[ 0.611504] ehci-platform: EHCI generic platform driver\n[ 0.612494] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613608] ohci-pci: OHCI PCI platform driver\n[ 0.614463] ohci-platform: OHCI generic platform driver\n[ 0.615436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632207] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636937] usb usb1: Product: UHCI Host Controller\n[ 0.637861] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639972] hub 1-0:1.0: USB hub found\n[ 0.640746] hub 1-0:1.0: 2 ports detected\n[ 0.641635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643741] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645714] mousedev: PS/2 mouse device common for all mice\n[ 0.646946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648768] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652248] i2c /dev entries driver\n[ 0.653007] device-mapper: uevent: version 1.0.3\n[ 0.653931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655534] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656802] NET: Registered protocol family 10\n[ 0.657794] NET: Registered protocol family 17\n[ 0.658664] Key type dns_resolver registered\n[ 0.659566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662370] registered taskstats version 1\n[ 0.663201] Loading compiled-in X.509 certificates\n[ 0.664645] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666468] zswap: loaded using pool lzo/zbud\n[ 0.667844] Key type trusted registered\n[ 0.669391] Key type encrypted registered\n[ 0.670216] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672272] evm: HMAC attrs: 0x1\n[ 0.673196] Magic number: 6:777:465\n[ 0.674035] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:11 UTC (1538630891)\n[ 0.675640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676727] EDD information not available.\n[ 0.760102] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.761532] ata1.00: configured for MWDMA2\n[ 0.762736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775302] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776526] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.779625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781142] Write protecting the kernel read-only data: 14336k\n[ 0.782695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840794] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR6JA4r3+WHa9h3xT70jT2siEunsjEzyRlNdkLf8LZBrBGwSqytw4W9tCJ+JsT0cR04g/wPHDMO4R7PWbfeodDqI3aTSYFMp9nVynRoK3kw9W0zIUbw1OH4wrgExHkuSEzEOVR6M0Rckryai5B4w1W3ecXhkOYnFaWPC8VRveBmK1a9M6eqCUssErBaEyVVZ/eo9p38ictFNZL6zRxYtL+0smzV2IsucK9iska0bGBMiztdKCyiMNif0pBI6/E9YKStYUYKJ/coqHiwHKK1/ptxlu5+fXM96XGFZU3YiwEOKOfFveJcxHDDe/7SvkYpf1n/VfXA4liGCdhwpKWIVj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPFFJab3MjgtDRJM6Jd8O+k295D/fV1YxiIHwBRFeiyDziMaKsG8F+UjdlKNTWuj2N5AWcwJq+oqHLkpHKaohmC7ch1z3TF1ZjZK/XqyQjzb1JTKl0ZyOsahrPuVaHnmb9FoBokwAiDLYB73imi5dbib/6uizovh7GJ5ZuDgwebRAAAAFQCdBDDXRT2I9aiMftKxlLyeA4f55QAAAIAEwUUrnhogxSN2BzLXOb/e3skUpLyCB/XY1IAO0fS2JCuT1vz2caNyiw42YTmh02B9MBefhklGs+ZUT926lgE0V6Alxe/8iMhxLYI28+bAKufVNTBQSEn5KWtp3vTCxHv9eXDEQeduCEAiuzsVe52c/WY5RjrUvf5+vEfOHLtSIAAAAIEAmqTdprbLsQQnrRlouYmdRaDDmP7q+SoTJpH28EeFyR8i5D0xKiUcJD99Wdc1blhxJonwbsAZe+YHs7GXWMwE8hoMzJ9jRhBdETIZb8xhEzE1L984jeWuulhuSSfcvuHOWj9N7lqQamxreRjRnH8C7Yzn+QUdjP71a2PTKoKs384= 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:feee:a5b8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 4e56ddf1-e8bc-49ac-8748-b70b9e90db55\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EE:A5:B8 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feee:a5b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:16 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:3846 (3.7 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:28:53,153 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-aa93cf13-4061-410a-a2fe-5475fa282703 2018-10-04 05:28:55,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:28:56,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f9b1dd8a-8d6d-4dfe-a37a-7552b90c7308 x-compute-request-id: req-f9b1dd8a-8d6d-4dfe-a37a-7552b90c7308 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502709970 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128077] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129709] pid_max: default: 32768 minimum: 301\n[ 0.130589] ACPI: Core revision 20150930\n[ 0.131959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133244] Security Framework initialized\n[ 0.134044] Yama: becoming mindful.\n[ 0.134761] AppArmor: AppArmor initialized\n[ 0.135605] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138167] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140725] Initializing cgroup subsys io\n[ 0.141519] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143221] Initializing cgroup subsys freezer\n[ 0.144069] Initializing cgroup subsys net_cls\n[ 0.144914] Initializing cgroup subsys perf_event\n[ 0.145800] Initializing cgroup subsys net_prio\n[ 0.146664] Initializing cgroup subsys hugetlb\n[ 0.147520] Initializing cgroup subsys pids\n[ 0.148378] CPU: Physical Processor ID: 0\n[ 0.149856] mce: CPU supports 10 MCE banks\n[ 0.150688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162292] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168648] ftrace: allocating 31920 entries in 125 pages\n[ 0.194857] smpboot: Max logical packages: 1\n[ 0.195705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197027] x2apic enabled\n[ 0.197823] Switched APIC routing to physical x2apic.\n[ 0.199562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204390] KVM setup paravirtual spinlock\n[ 0.205669] x86: Booted up 1 node, 1 CPUs\n[ 0.206458] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207823] devtmpfs: initialized\n[ 0.209525] evm: security.selinux\n[ 0.210213] evm: security.SMACK64\n[ 0.210892] evm: security.SMACK64EXEC\n[ 0.211618] evm: security.SMACK64TRANSMUTE\n[ 0.212410] evm: security.SMACK64MMAP\n[ 0.213143] evm: security.ima\n[ 0.213777] evm: security.capability\n[ 0.214564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216368] pinctrl core: initialized pinctrl subsystem\n[ 0.217441] RTC time: 5:28:10, date: 10/04/18\n[ 0.218388] NET: Registered protocol family 16\n[ 0.219345] cpuidle: using governor ladder\n[ 0.220149] cpuidle: using governor menu\n[ 0.220921] PCCT header not found.\n[ 0.221654] ACPI: bus type PCI registered\n[ 0.222441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223661] PCI: Using configuration type 1 for base access\n[ 0.225388] ACPI: Added _OSI(Module Device)\n[ 0.226216] ACPI: Added _OSI(Processor Device)\n[ 0.227065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230030] ACPI: Interpreter enabled\n[ 0.230781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238011] ACPI: (supports S0 S5)\n[ 0.238704] ACPI: Using IOAPIC for interrupt routing\n[ 0.239732] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248467] acpiphp: Slot [3] registered\n[ 0.249256] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250824] acpiphp: Slot [6] registered\n[ 0.251600] acpiphp: Slot [7] registered\n[ 0.252389] acpiphp: Slot [8] registered\n[ 0.253179] acpiphp: Slot [9] registered\n[ 0.253959] acpiphp: Slot [10] registered\n[ 0.254751] acpiphp: Slot [11] registered\n[ 0.255542] acpiphp: Slot [12] registered\n[ 0.256344] acpiphp: Slot [13] registered\n[ 0.257149] acpiphp: Slot [14] registered\n[ 0.257947] acpiphp: Slot [15] registered\n[ 0.268766] acpiphp: Slot [16] registered\n[ 0.269588] acpiphp: Slot [17] registered\n[ 0.270384] acpiphp: Slot [18] registered\n[ 0.271178] acpiphp: Slot [19] registered\n[ 0.271971] acpiphp: Slot [20] registered\n[ 0.272771] acpiphp: Slot [21] registered\n[ 0.273563] acpiphp: Slot [22] registered\n[ 0.274360] acpiphp: Slot [23] registered\n[ 0.275155] acpiphp: Slot [24] registered\n[ 0.275947] acpiphp: Slot [25] registered\n[ 0.276737] acpiphp: Slot [26] registered\n[ 0.277530] acpiphp: Slot [27] registered\n[ 0.278329] acpiphp: Slot [28] registered\n[ 0.279127] acpiphp: Slot [29] registered\n[ 0.279920] acpiphp: Slot [30] registered\n[ 0.280713] acpiphp: Slot [31] registered\n[ 0.281499] PCI host bridge to bus 0000:00\n[ 0.282296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286087] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350181] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353027] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355791] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357023] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359183] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360702] vgaarb: loaded\n[ 0.361293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362404] SCSI subsystem initialized\n[ 0.363208] ACPI: bus type USB registered\n[ 0.364009] usbcore: registered new interface driver usbfs\n[ 0.365022] usbcore: registered new interface driver hub\n[ 0.366011] usbcore: registered new device driver usb\n[ 0.367040] PCI: Using ACPI for IRQ routing\n[ 0.368042] NetLabel: Initializing\n[ 0.368744] NetLabel: domain hash size = 128\n[ 0.369579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370512] NetLabel: unlabeled traffic allowed by default\n[ 0.371580] clocksource: Switched to clocksource kvm-clock\n[ 0.376960] AppArmor: AppArmor Filesystem Enabled\n[ 0.377908] pnp: PnP ACPI init\n[ 0.378804] pnp: PnP ACPI: found 5 devices\n[ 0.385156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386824] NET: Registered protocol family 2\n[ 0.387765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392345] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393491] NET: Registered protocol family 1\n[ 0.394344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395416] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424690] Trying to unpack rootfs image as initramfs...\n[ 0.474482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488306] Scanning for low memory corruption every 60 seconds\n[ 0.489618] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490745] audit: initializing netlink subsys (disabled)\n[ 0.491755] audit: type=2000 audit(1538630891.615:1): initialized\n[ 0.493032] Initialise system trusted keyring\n[ 0.493938] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495072] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497010] zbud: loaded\n[ 0.497702] VFS: Disk quotas dquot_6.6.0\n[ 0.498500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499980] fuse init (API version 7.23)\n[ 0.500857] Key type big_key registered\n[ 0.501644] Allocating IMA MOK and blacklist keyrings.\n[ 0.502726] Key type asymmetric registered\n[ 0.503529] Asymmetric key parser 'x509' registered\n[ 0.504481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505916] io scheduler noop registered\n[ 0.506694] io scheduler deadline registered (default)\n[ 0.507665] io scheduler cfq registered\n[ 0.508478] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512162] ACPI: Power Button [PWRF]\n[ 0.513346] GHES: HEST is not enabled!\n[ 0.526931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586103] Linux agpgart interface v0.103\n[ 0.588577] brd: module loaded\n[ 0.589868] loop: module loaded\n[ 0.594203] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595641] GPT:90111 != 2097151\n[ 0.596312] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597382] GPT:90111 != 2097151\n[ 0.598070] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599018] vda: vda1 vda15\n[ 0.600528] scsi host0: ata_piix\n[ 0.601257] scsi host1: ata_piix\n[ 0.601958] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603164] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604596] libphy: Fixed MDIO Bus: probed\n[ 0.605407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608482] PPP generic driver version 2.4.2\n[ 0.609363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610644] ehci-pci: EHCI PCI platform driver\n[ 0.611504] ehci-platform: EHCI generic platform driver\n[ 0.612494] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613608] ohci-pci: OHCI PCI platform driver\n[ 0.614463] ohci-platform: OHCI generic platform driver\n[ 0.615436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632207] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636937] usb usb1: Product: UHCI Host Controller\n[ 0.637861] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639972] hub 1-0:1.0: USB hub found\n[ 0.640746] hub 1-0:1.0: 2 ports detected\n[ 0.641635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643741] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645714] mousedev: PS/2 mouse device common for all mice\n[ 0.646946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648768] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652248] i2c /dev entries driver\n[ 0.653007] device-mapper: uevent: version 1.0.3\n[ 0.653931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655534] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656802] NET: Registered protocol family 10\n[ 0.657794] NET: Registered protocol family 17\n[ 0.658664] Key type dns_resolver registered\n[ 0.659566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662370] registered taskstats version 1\n[ 0.663201] Loading compiled-in X.509 certificates\n[ 0.664645] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666468] zswap: loaded using pool lzo/zbud\n[ 0.667844] Key type trusted registered\n[ 0.669391] Key type encrypted registered\n[ 0.670216] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672272] evm: HMAC attrs: 0x1\n[ 0.673196] Magic number: 6:777:465\n[ 0.674035] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:11 UTC (1538630891)\n[ 0.675640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676727] EDD information not available.\n[ 0.760102] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.761532] ata1.00: configured for MWDMA2\n[ 0.762736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775302] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776526] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.779625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781142] Write protecting the kernel read-only data: 14336k\n[ 0.782695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840794] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR6JA4r3+WHa9h3xT70jT2siEunsjEzyRlNdkLf8LZBrBGwSqytw4W9tCJ+JsT0cR04g/wPHDMO4R7PWbfeodDqI3aTSYFMp9nVynRoK3kw9W0zIUbw1OH4wrgExHkuSEzEOVR6M0Rckryai5B4w1W3ecXhkOYnFaWPC8VRveBmK1a9M6eqCUssErBaEyVVZ/eo9p38ictFNZL6zRxYtL+0smzV2IsucK9iska0bGBMiztdKCyiMNif0pBI6/E9YKStYUYKJ/coqHiwHKK1/ptxlu5+fXM96XGFZU3YiwEOKOfFveJcxHDDe/7SvkYpf1n/VfXA4liGCdhwpKWIVj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPFFJab3MjgtDRJM6Jd8O+k295D/fV1YxiIHwBRFeiyDziMaKsG8F+UjdlKNTWuj2N5AWcwJq+oqHLkpHKaohmC7ch1z3TF1ZjZK/XqyQjzb1JTKl0ZyOsahrPuVaHnmb9FoBokwAiDLYB73imi5dbib/6uizovh7GJ5ZuDgwebRAAAAFQCdBDDXRT2I9aiMftKxlLyeA4f55QAAAIAEwUUrnhogxSN2BzLXOb/e3skUpLyCB/XY1IAO0fS2JCuT1vz2caNyiw42YTmh02B9MBefhklGs+ZUT926lgE0V6Alxe/8iMhxLYI28+bAKufVNTBQSEn5KWtp3vTCxHv9eXDEQeduCEAiuzsVe52c/WY5RjrUvf5+vEfOHLtSIAAAAIEAmqTdprbLsQQnrRlouYmdRaDDmP7q+SoTJpH28EeFyR8i5D0xKiUcJD99Wdc1blhxJonwbsAZe+YHs7GXWMwE8hoMzJ9jRhBdETIZb8xhEzE1L984jeWuulhuSSfcvuHOWj9N7lqQamxreRjRnH8C7Yzn+QUdjP71a2PTKoKs384= 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:feee:a5b8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 4e56ddf1-e8bc-49ac-8748-b70b9e90db55\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EE:A5:B8 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feee:a5b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:16 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:3846 (3.7 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:28:56,270 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-f9b1dd8a-8d6d-4dfe-a37a-7552b90c7308 2018-10-04 05:28:58,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:28:59,395 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7c85a196-44a4-4043-a36c-a125380b50c1 x-compute-request-id: req-7c85a196-44a4-4043-a36c-a125380b50c1 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502709970 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128077] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129709] pid_max: default: 32768 minimum: 301\n[ 0.130589] ACPI: Core revision 20150930\n[ 0.131959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133244] Security Framework initialized\n[ 0.134044] Yama: becoming mindful.\n[ 0.134761] AppArmor: AppArmor initialized\n[ 0.135605] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138167] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140725] Initializing cgroup subsys io\n[ 0.141519] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143221] Initializing cgroup subsys freezer\n[ 0.144069] Initializing cgroup subsys net_cls\n[ 0.144914] Initializing cgroup subsys perf_event\n[ 0.145800] Initializing cgroup subsys net_prio\n[ 0.146664] Initializing cgroup subsys hugetlb\n[ 0.147520] Initializing cgroup subsys pids\n[ 0.148378] CPU: Physical Processor ID: 0\n[ 0.149856] mce: CPU supports 10 MCE banks\n[ 0.150688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162292] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168648] ftrace: allocating 31920 entries in 125 pages\n[ 0.194857] smpboot: Max logical packages: 1\n[ 0.195705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197027] x2apic enabled\n[ 0.197823] Switched APIC routing to physical x2apic.\n[ 0.199562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204390] KVM setup paravirtual spinlock\n[ 0.205669] x86: Booted up 1 node, 1 CPUs\n[ 0.206458] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207823] devtmpfs: initialized\n[ 0.209525] evm: security.selinux\n[ 0.210213] evm: security.SMACK64\n[ 0.210892] evm: security.SMACK64EXEC\n[ 0.211618] evm: security.SMACK64TRANSMUTE\n[ 0.212410] evm: security.SMACK64MMAP\n[ 0.213143] evm: security.ima\n[ 0.213777] evm: security.capability\n[ 0.214564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216368] pinctrl core: initialized pinctrl subsystem\n[ 0.217441] RTC time: 5:28:10, date: 10/04/18\n[ 0.218388] NET: Registered protocol family 16\n[ 0.219345] cpuidle: using governor ladder\n[ 0.220149] cpuidle: using governor menu\n[ 0.220921] PCCT header not found.\n[ 0.221654] ACPI: bus type PCI registered\n[ 0.222441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223661] PCI: Using configuration type 1 for base access\n[ 0.225388] ACPI: Added _OSI(Module Device)\n[ 0.226216] ACPI: Added _OSI(Processor Device)\n[ 0.227065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230030] ACPI: Interpreter enabled\n[ 0.230781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238011] ACPI: (supports S0 S5)\n[ 0.238704] ACPI: Using IOAPIC for interrupt routing\n[ 0.239732] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248467] acpiphp: Slot [3] registered\n[ 0.249256] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250824] acpiphp: Slot [6] registered\n[ 0.251600] acpiphp: Slot [7] registered\n[ 0.252389] acpiphp: Slot [8] registered\n[ 0.253179] acpiphp: Slot [9] registered\n[ 0.253959] acpiphp: Slot [10] registered\n[ 0.254751] acpiphp: Slot [11] registered\n[ 0.255542] acpiphp: Slot [12] registered\n[ 0.256344] acpiphp: Slot [13] registered\n[ 0.257149] acpiphp: Slot [14] registered\n[ 0.257947] acpiphp: Slot [15] registered\n[ 0.268766] acpiphp: Slot [16] registered\n[ 0.269588] acpiphp: Slot [17] registered\n[ 0.270384] acpiphp: Slot [18] registered\n[ 0.271178] acpiphp: Slot [19] registered\n[ 0.271971] acpiphp: Slot [20] registered\n[ 0.272771] acpiphp: Slot [21] registered\n[ 0.273563] acpiphp: Slot [22] registered\n[ 0.274360] acpiphp: Slot [23] registered\n[ 0.275155] acpiphp: Slot [24] registered\n[ 0.275947] acpiphp: Slot [25] registered\n[ 0.276737] acpiphp: Slot [26] registered\n[ 0.277530] acpiphp: Slot [27] registered\n[ 0.278329] acpiphp: Slot [28] registered\n[ 0.279127] acpiphp: Slot [29] registered\n[ 0.279920] acpiphp: Slot [30] registered\n[ 0.280713] acpiphp: Slot [31] registered\n[ 0.281499] PCI host bridge to bus 0000:00\n[ 0.282296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286087] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350181] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353027] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355791] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357023] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359183] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360702] vgaarb: loaded\n[ 0.361293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362404] SCSI subsystem initialized\n[ 0.363208] ACPI: bus type USB registered\n[ 0.364009] usbcore: registered new interface driver usbfs\n[ 0.365022] usbcore: registered new interface driver hub\n[ 0.366011] usbcore: registered new device driver usb\n[ 0.367040] PCI: Using ACPI for IRQ routing\n[ 0.368042] NetLabel: Initializing\n[ 0.368744] NetLabel: domain hash size = 128\n[ 0.369579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370512] NetLabel: unlabeled traffic allowed by default\n[ 0.371580] clocksource: Switched to clocksource kvm-clock\n[ 0.376960] AppArmor: AppArmor Filesystem Enabled\n[ 0.377908] pnp: PnP ACPI init\n[ 0.378804] pnp: PnP ACPI: found 5 devices\n[ 0.385156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386824] NET: Registered protocol family 2\n[ 0.387765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392345] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393491] NET: Registered protocol family 1\n[ 0.394344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395416] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424690] Trying to unpack rootfs image as initramfs...\n[ 0.474482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488306] Scanning for low memory corruption every 60 seconds\n[ 0.489618] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490745] audit: initializing netlink subsys (disabled)\n[ 0.491755] audit: type=2000 audit(1538630891.615:1): initialized\n[ 0.493032] Initialise system trusted keyring\n[ 0.493938] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495072] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497010] zbud: loaded\n[ 0.497702] VFS: Disk quotas dquot_6.6.0\n[ 0.498500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499980] fuse init (API version 7.23)\n[ 0.500857] Key type big_key registered\n[ 0.501644] Allocating IMA MOK and blacklist keyrings.\n[ 0.502726] Key type asymmetric registered\n[ 0.503529] Asymmetric key parser 'x509' registered\n[ 0.504481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505916] io scheduler noop registered\n[ 0.506694] io scheduler deadline registered (default)\n[ 0.507665] io scheduler cfq registered\n[ 0.508478] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512162] ACPI: Power Button [PWRF]\n[ 0.513346] GHES: HEST is not enabled!\n[ 0.526931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586103] Linux agpgart interface v0.103\n[ 0.588577] brd: module loaded\n[ 0.589868] loop: module loaded\n[ 0.594203] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595641] GPT:90111 != 2097151\n[ 0.596312] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597382] GPT:90111 != 2097151\n[ 0.598070] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599018] vda: vda1 vda15\n[ 0.600528] scsi host0: ata_piix\n[ 0.601257] scsi host1: ata_piix\n[ 0.601958] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603164] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604596] libphy: Fixed MDIO Bus: probed\n[ 0.605407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608482] PPP generic driver version 2.4.2\n[ 0.609363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610644] ehci-pci: EHCI PCI platform driver\n[ 0.611504] ehci-platform: EHCI generic platform driver\n[ 0.612494] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613608] ohci-pci: OHCI PCI platform driver\n[ 0.614463] ohci-platform: OHCI generic platform driver\n[ 0.615436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632207] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636937] usb usb1: Product: UHCI Host Controller\n[ 0.637861] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639972] hub 1-0:1.0: USB hub found\n[ 0.640746] hub 1-0:1.0: 2 ports detected\n[ 0.641635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643741] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645714] mousedev: PS/2 mouse device common for all mice\n[ 0.646946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648768] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652248] i2c /dev entries driver\n[ 0.653007] device-mapper: uevent: version 1.0.3\n[ 0.653931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655534] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656802] NET: Registered protocol family 10\n[ 0.657794] NET: Registered protocol family 17\n[ 0.658664] Key type dns_resolver registered\n[ 0.659566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662370] registered taskstats version 1\n[ 0.663201] Loading compiled-in X.509 certificates\n[ 0.664645] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666468] zswap: loaded using pool lzo/zbud\n[ 0.667844] Key type trusted registered\n[ 0.669391] Key type encrypted registered\n[ 0.670216] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672272] evm: HMAC attrs: 0x1\n[ 0.673196] Magic number: 6:777:465\n[ 0.674035] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:11 UTC (1538630891)\n[ 0.675640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676727] EDD information not available.\n[ 0.760102] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.761532] ata1.00: configured for MWDMA2\n[ 0.762736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775302] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776526] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.779625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781142] Write protecting the kernel read-only data: 14336k\n[ 0.782695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840794] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR6JA4r3+WHa9h3xT70jT2siEunsjEzyRlNdkLf8LZBrBGwSqytw4W9tCJ+JsT0cR04g/wPHDMO4R7PWbfeodDqI3aTSYFMp9nVynRoK3kw9W0zIUbw1OH4wrgExHkuSEzEOVR6M0Rckryai5B4w1W3ecXhkOYnFaWPC8VRveBmK1a9M6eqCUssErBaEyVVZ/eo9p38ictFNZL6zRxYtL+0smzV2IsucK9iska0bGBMiztdKCyiMNif0pBI6/E9YKStYUYKJ/coqHiwHKK1/ptxlu5+fXM96XGFZU3YiwEOKOfFveJcxHDDe/7SvkYpf1n/VfXA4liGCdhwpKWIVj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPFFJab3MjgtDRJM6Jd8O+k295D/fV1YxiIHwBRFeiyDziMaKsG8F+UjdlKNTWuj2N5AWcwJq+oqHLkpHKaohmC7ch1z3TF1ZjZK/XqyQjzb1JTKl0ZyOsahrPuVaHnmb9FoBokwAiDLYB73imi5dbib/6uizovh7GJ5ZuDgwebRAAAAFQCdBDDXRT2I9aiMftKxlLyeA4f55QAAAIAEwUUrnhogxSN2BzLXOb/e3skUpLyCB/XY1IAO0fS2JCuT1vz2caNyiw42YTmh02B9MBefhklGs+ZUT926lgE0V6Alxe/8iMhxLYI28+bAKufVNTBQSEn5KWtp3vTCxHv9eXDEQeduCEAiuzsVe52c/WY5RjrUvf5+vEfOHLtSIAAAAIEAmqTdprbLsQQnrRlouYmdRaDDmP7q+SoTJpH28EeFyR8i5D0xKiUcJD99Wdc1blhxJonwbsAZe+YHs7GXWMwE8hoMzJ9jRhBdETIZb8xhEzE1L984jeWuulhuSSfcvuHOWj9N7lqQamxreRjRnH8C7Yzn+QUdjP71a2PTKoKs384= 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:feee:a5b8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 4e56ddf1-e8bc-49ac-8748-b70b9e90db55\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EE:A5:B8 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feee:a5b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:16 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:3846 (3.7 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:28:59,396 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-7c85a196-44a4-4043-a36c-a125380b50c1 2018-10-04 05:29:01,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d8fea2c786dcafcfca625d5ab0454a49170381" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:29:02,489 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-a2ab1446-35e2-4ba9-b036-87ce4545d475 x-compute-request-id: req-a2ab1446-35e2-4ba9-b036-87ce4545d475 Content-Encoding: gzip Content-Length: 11147 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502709970 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128077] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.129709] pid_max: default: 32768 minimum: 301\n[ 0.130589] ACPI: Core revision 20150930\n[ 0.131959] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133244] Security Framework initialized\n[ 0.134044] Yama: becoming mindful.\n[ 0.134761] AppArmor: AppArmor initialized\n[ 0.135605] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.136912] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138167] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139356] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140725] Initializing cgroup subsys io\n[ 0.141519] Initializing cgroup subsys memory\n[ 0.142359] Initializing cgroup subsys devices\n[ 0.143221] Initializing cgroup subsys freezer\n[ 0.144069] Initializing cgroup subsys net_cls\n[ 0.144914] Initializing cgroup subsys perf_event\n[ 0.145800] Initializing cgroup subsys net_prio\n[ 0.146664] Initializing cgroup subsys hugetlb\n[ 0.147520] Initializing cgroup subsys pids\n[ 0.148378] CPU: Physical Processor ID: 0\n[ 0.149856] mce: CPU supports 10 MCE banks\n[ 0.150688] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.151679] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162292] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.168648] ftrace: allocating 31920 entries in 125 pages\n[ 0.194857] smpboot: Max logical packages: 1\n[ 0.195705] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.197027] x2apic enabled\n[ 0.197823] Switched APIC routing to physical x2apic.\n[ 0.199562] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.200668] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.202625] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.204390] KVM setup paravirtual spinlock\n[ 0.205669] x86: Booted up 1 node, 1 CPUs\n[ 0.206458] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.207823] devtmpfs: initialized\n[ 0.209525] evm: security.selinux\n[ 0.210213] evm: security.SMACK64\n[ 0.210892] evm: security.SMACK64EXEC\n[ 0.211618] evm: security.SMACK64TRANSMUTE\n[ 0.212410] evm: security.SMACK64MMAP\n[ 0.213143] evm: security.ima\n[ 0.213777] evm: security.capability\n[ 0.214564] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.216368] pinctrl core: initialized pinctrl subsystem\n[ 0.217441] RTC time: 5:28:10, date: 10/04/18\n[ 0.218388] NET: Registered protocol family 16\n[ 0.219345] cpuidle: using governor ladder\n[ 0.220149] cpuidle: using governor menu\n[ 0.220921] PCCT header not found.\n[ 0.221654] ACPI: bus type PCI registered\n[ 0.222441] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.223661] PCI: Using configuration type 1 for base access\n[ 0.225388] ACPI: Added _OSI(Module Device)\n[ 0.226216] ACPI: Added _OSI(Processor Device)\n[ 0.227065] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.227947] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.230030] ACPI: Interpreter enabled\n[ 0.230781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.232594] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.234396] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.236207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.238011] ACPI: (supports S0 S5)\n[ 0.238704] ACPI: Using IOAPIC for interrupt routing\n[ 0.239732] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.242798] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.243917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.245125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.246289] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.248467] acpiphp: Slot [3] registered\n[ 0.249256] acpiphp: Slot [4] registered\n[ 0.250041] acpiphp: Slot [5] registered\n[ 0.250824] acpiphp: Slot [6] registered\n[ 0.251600] acpiphp: Slot [7] registered\n[ 0.252389] acpiphp: Slot [8] registered\n[ 0.253179] acpiphp: Slot [9] registered\n[ 0.253959] acpiphp: Slot [10] registered\n[ 0.254751] acpiphp: Slot [11] registered\n[ 0.255542] acpiphp: Slot [12] registered\n[ 0.256344] acpiphp: Slot [13] registered\n[ 0.257149] acpiphp: Slot [14] registered\n[ 0.257947] acpiphp: Slot [15] registered\n[ 0.268766] acpiphp: Slot [16] registered\n[ 0.269588] acpiphp: Slot [17] registered\n[ 0.270384] acpiphp: Slot [18] registered\n[ 0.271178] acpiphp: Slot [19] registered\n[ 0.271971] acpiphp: Slot [20] registered\n[ 0.272771] acpiphp: Slot [21] registered\n[ 0.273563] acpiphp: Slot [22] registered\n[ 0.274360] acpiphp: Slot [23] registered\n[ 0.275155] acpiphp: Slot [24] registered\n[ 0.275947] acpiphp: Slot [25] registered\n[ 0.276737] acpiphp: Slot [26] registered\n[ 0.277530] acpiphp: Slot [27] registered\n[ 0.278329] acpiphp: Slot [28] registered\n[ 0.279127] acpiphp: Slot [29] registered\n[ 0.279920] acpiphp: Slot [30] registered\n[ 0.280713] acpiphp: Slot [31] registered\n[ 0.281499] PCI host bridge to bus 0000:00\n[ 0.282296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.283484] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.284670] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.286087] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.287516] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.293678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.294928] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.296084] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.297322] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.303715] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.305119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.350181] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351630] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353027] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354413] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355791] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357023] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358152] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359183] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360702] vgaarb: loaded\n[ 0.361293] vgaarb: bridge control possible 0000:00:02.0\n[ 0.362404] SCSI subsystem initialized\n[ 0.363208] ACPI: bus type USB registered\n[ 0.364009] usbcore: registered new interface driver usbfs\n[ 0.365022] usbcore: registered new interface driver hub\n[ 0.366011] usbcore: registered new device driver usb\n[ 0.367040] PCI: Using ACPI for IRQ routing\n[ 0.368042] NetLabel: Initializing\n[ 0.368744] NetLabel: domain hash size = 128\n[ 0.369579] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370512] NetLabel: unlabeled traffic allowed by default\n[ 0.371580] clocksource: Switched to clocksource kvm-clock\n[ 0.376960] AppArmor: AppArmor Filesystem Enabled\n[ 0.377908] pnp: PnP ACPI init\n[ 0.378804] pnp: PnP ACPI: found 5 devices\n[ 0.385156] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386824] NET: Registered protocol family 2\n[ 0.387765] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390152] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391285] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392345] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393491] NET: Registered protocol family 1\n[ 0.394344] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395416] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396481] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410504] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424690] Trying to unpack rootfs image as initramfs...\n[ 0.474482] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488306] Scanning for low memory corruption every 60 seconds\n[ 0.489618] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490745] audit: initializing netlink subsys (disabled)\n[ 0.491755] audit: type=2000 audit(1538630891.615:1): initialized\n[ 0.493032] Initialise system trusted keyring\n[ 0.493938] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495072] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497010] zbud: loaded\n[ 0.497702] VFS: Disk quotas dquot_6.6.0\n[ 0.498500] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.499980] fuse init (API version 7.23)\n[ 0.500857] Key type big_key registered\n[ 0.501644] Allocating IMA MOK and blacklist keyrings.\n[ 0.502726] Key type asymmetric registered\n[ 0.503529] Asymmetric key parser 'x509' registered\n[ 0.504481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505916] io scheduler noop registered\n[ 0.506694] io scheduler deadline registered (default)\n[ 0.507665] io scheduler cfq registered\n[ 0.508478] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509502] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.510729] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512162] ACPI: Power Button [PWRF]\n[ 0.513346] GHES: HEST is not enabled!\n[ 0.526931] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.554798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.556996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582977] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586103] Linux agpgart interface v0.103\n[ 0.588577] brd: module loaded\n[ 0.589868] loop: module loaded\n[ 0.594203] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595641] GPT:90111 != 2097151\n[ 0.596312] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597382] GPT:90111 != 2097151\n[ 0.598070] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599018] vda: vda1 vda15\n[ 0.600528] scsi host0: ata_piix\n[ 0.601257] scsi host1: ata_piix\n[ 0.601958] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.603164] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.604596] libphy: Fixed MDIO Bus: probed\n[ 0.605407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606341] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608482] PPP generic driver version 2.4.2\n[ 0.609363] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610644] ehci-pci: EHCI PCI platform driver\n[ 0.611504] ehci-platform: EHCI generic platform driver\n[ 0.612494] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.613608] ohci-pci: OHCI PCI platform driver\n[ 0.614463] ohci-platform: OHCI generic platform driver\n[ 0.615436] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.629792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.630774] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632207] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633226] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.634331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635533] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.636937] usb usb1: Product: UHCI Host Controller\n[ 0.637861] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638984] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639972] hub 1-0:1.0: USB hub found\n[ 0.640746] hub 1-0:1.0: 2 ports detected\n[ 0.641635] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643741] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644699] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645714] mousedev: PS/2 mouse device common for all mice\n[ 0.646946] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.648768] rtc_cmos 00:00: RTC can wake from S4\n[ 0.649866] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652248] i2c /dev entries driver\n[ 0.653007] device-mapper: uevent: version 1.0.3\n[ 0.653931] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655534] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656802] NET: Registered protocol family 10\n[ 0.657794] NET: Registered protocol family 17\n[ 0.658664] Key type dns_resolver registered\n[ 0.659566] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662370] registered taskstats version 1\n[ 0.663201] Loading compiled-in X.509 certificates\n[ 0.664645] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666468] zswap: loaded using pool lzo/zbud\n[ 0.667844] Key type trusted registered\n[ 0.669391] Key type encrypted registered\n[ 0.670216] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.671227] ima: No TPM chip found, activating TPM-bypass!\n[ 0.672272] evm: HMAC attrs: 0x1\n[ 0.673196] Magic number: 6:777:465\n[ 0.674035] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:11 UTC (1538630891)\n[ 0.675640] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.676727] EDD information not available.\n[ 0.760102] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.761532] ata1.00: configured for MWDMA2\n[ 0.762736] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775302] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776526] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.779625] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781142] Write protecting the kernel read-only data: 14336k\n[ 0.782695] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.784494] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840794] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.12...\nLease of 10.10.10.12 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nchown: /home/cirros/id_rsa: No such file or directory\nmv: can't rename '/home/cirros/id_rsa': No such file or directory\nchmod: /home/cirros/.ssh/id_rsa: No such file or directory\nWARN: /etc/rc3.d/S95-cirros-userdata failed\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nsr0 11:0 489472 config-2 \nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR6JA4r3+WHa9h3xT70jT2siEunsjEzyRlNdkLf8LZBrBGwSqytw4W9tCJ+JsT0cR04g/wPHDMO4R7PWbfeodDqI3aTSYFMp9nVynRoK3kw9W0zIUbw1OH4wrgExHkuSEzEOVR6M0Rckryai5B4w1W3ecXhkOYnFaWPC8VRveBmK1a9M6eqCUssErBaEyVVZ/eo9p38ictFNZL6zRxYtL+0smzV2IsucK9iska0bGBMiztdKCyiMNif0pBI6/E9YKStYUYKJ/coqHiwHKK1/ptxlu5+fXM96XGFZU3YiwEOKOfFveJcxHDDe/7SvkYpf1n/VfXA4liGCdhwpKWIVj9 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPFFJab3MjgtDRJM6Jd8O+k295D/fV1YxiIHwBRFeiyDziMaKsG8F+UjdlKNTWuj2N5AWcwJq+oqHLkpHKaohmC7ch1z3TF1ZjZK/XqyQjzb1JTKl0ZyOsahrPuVaHnmb9FoBokwAiDLYB73imi5dbib/6uizovh7GJ5ZuDgwebRAAAAFQCdBDDXRT2I9aiMftKxlLyeA4f55QAAAIAEwUUrnhogxSN2BzLXOb/e3skUpLyCB/XY1IAO0fS2JCuT1vz2caNyiw42YTmh02B9MBefhklGs+ZUT926lgE0V6Alxe/8iMhxLYI28+bAKufVNTBQSEn5KWtp3vTCxHv9eXDEQeduCEAiuzsVe52c/WY5RjrUvf5+vEfOHLtSIAAAAIEAmqTdprbLsQQnrRlouYmdRaDDmP7q+SoTJpH28EeFyR8i5D0xKiUcJD99Wdc1blhxJonwbsAZe+YHs7GXWMwE8hoMzJ9jRhBdETIZb8xhEzE1L984jeWuulhuSSfcvuHOWj9N7lqQamxreRjRnH8C7Yzn+QUdjP71a2PTKoKs384= 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:feee:a5b8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: 4e56ddf1-e8bc-49ac-8748-b70b9e90db55\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.12 ===\n/dev/root resized successfully [took 2.39s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:EE:A5:B8 \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feee:a5b8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:16 errors:0 dropped:4 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:3846 (3.7 KiB) TX bytes:1282 (1.2 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-2-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.113521] usb 1-1: Manufacturer: QEMU\n[ 1.113522] usb 1-1: SerialNumber: 42\n[ 1.176307] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.190238] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.249232] ISO 9660 Extensions: Microsoft Joliet Level 3\n[ 1.251433] ISO 9660 Extensions: RRIP_1991A\n[ 1.487613] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.487616] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.228166] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.584648] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:28:53 cirros authpriv.info dropbear[499]: Exit (cirros): Exited normally\nOct 4 06:28:54 cirros authpriv.info dropbear[502]: Child connection from 10.10.10.11:49988\nOct 4 06:28:54 cirros authpriv.notice dropbear[502]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:49988\nOct 4 06:28:54 cirros authpriv.info dropbear[502]: Exit (cirros): Exited normally\nOct 4 06:28:54 cirros authpriv.info dropbear[505]: Child connection from 10.10.10.11:49990\nOct 4 06:28:54 cirros authpriv.notice dropbear[505]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:49990\nOct 4 06:28:54 cirros authpriv.info dropbear[505]: Exit (cirros): Exited normally\nOct 4 06:28:55 cirros authpriv.info dropbear[508]: Child connection from 10.10.10.11:49992\nOct 4 06:28:55 cirros authpriv.notice dropbear[508]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:49992\nOct 4 06:28:55 cirros authpriv.info dropbear[508]: Exit (cirros): Exited normally\nOct 4 06:28:55 cirros authpriv.info dropbear[511]: Child connection from 10.10.10.11:49994\nOct 4 06:28:55 cirros authpriv.notice dropbear[511]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:49994\nOct 4 06:28:55 cirros authpriv.info dropbear[511]: Exit (cirros): Exited normally\nOct 4 06:28:56 cirros authpriv.info dropbear[514]: Child connection from 10.10.10.11:49996\nOct 4 06:28:56 cirros authpriv.notice dropbear[514]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:49996\nOct 4 06:28:56 cirros authpriv.info dropbear[514]: Exit (cirros): Exited normally\nOct 4 06:28:56 cirros authpriv.info dropbear[517]: Child connection from 10.10.10.11:49998\nOct 4 06:28:56 cirros authpriv.notice dropbear[517]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:49998\nOct 4 06:28:56 cirros authpriv.info dropbear[517]: Exit (cirros): Exited normally\nOct 4 06:28:57 cirros authpriv.info dropbear[520]: Child connection from 10.10.10.11:50000\nOct 4 06:28:57 cirros authpriv.notice dropbear[520]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50000\nOct 4 06:28:57 cirros authpriv.info dropbear[520]: Exit (cirros): Exited normally\nOct 4 06:28:57 cirros authpriv.info dropbear[523]: Child connection from 10.10.10.11:50002\nOct 4 06:28:57 cirros authpriv.notice dropbear[523]: Pubkey auth succeeded for 'cirros' with key md5 3d:76:82:23:b3:d7:51:3b:3c:84:d5:6b:36:f8:ac:ba from 10.10.10.11:50002\nOct 4 06:28:57 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-2-2 login: "} 2018-10-04 05:29:02,490 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-a2ab1446-35e2-4ba9-b036-87ce4545d475 2018-10-04 05:29:04,526 - sdnvpn_test_utils - INFO - Waiting for instance 3efb7516-1407-405f-bf13-56c7a43da9ff to boot up 2018-10-04 05:29:04,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03ca3d7bebf4fbf0778931a55c4739ec44fa475" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:29:05,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-33d77bf9-275b-426a-8946-2064716d4183 x-compute-request-id: req-33d77bf9-275b-426a-8946-2064716d4183 Content-Encoding: gzip Content-Length: 8113 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 532517509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156971] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158828] pid_max: default: 32768 minimum: 301\n[ 0.159859] ACPI: Core revision 20150930\n[ 0.161338] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162809] Security Framework initialized\n[ 0.163725] Yama: becoming mindful.\n[ 0.164579] AppArmor: AppArmor initialized\n[ 0.165524] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167037] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.168489] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169842] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171434] Initializing cgroup subsys io\n[ 0.172376] Initializing cgroup subsys memory\n[ 0.173349] Initializing cgroup subsys devices\n[ 0.174316] Initializing cgroup subsys freezer\n[ 0.175299] Initializing cgroup subsys net_cls\n[ 0.176321] Initializing cgroup subsys perf_event\n[ 0.177368] Initializing cgroup subsys net_prio\n[ 0.178430] Initializing cgroup subsys hugetlb\n[ 0.179427] Initializing cgroup subsys pids\n[ 0.180443] CPU: Physical Processor ID: 0\n[ 0.182088] mce: CPU supports 10 MCE banks\n[ 0.183062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184231] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195433] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202307] ftrace: allocating 31920 entries in 125 pages\n[ 0.230554] smpboot: Max logical packages: 1\n[ 0.231553] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233081] x2apic enabled\n[ 0.233980] Switched APIC routing to physical x2apic.\n[ 0.235879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.237087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239057] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240810] KVM setup paravirtual spinlock\n[ 0.242263] x86: Booted up 1 node, 1 CPUs\n[ 0.243043] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244403] devtmpfs: initialized\n[ 0.246122] evm: security.selinux\n[ 0.246805] evm: security.SMACK64\n[ 0.247483] evm: security.SMACK64EXEC\n[ 0.248211] evm: security.SMACK64TRANSMUTE\n[ 0.248996] evm: security.SMACK64MMAP\n[ 0.249729] evm: security.ima\n[ 0.250360] evm: security.capability\n[ 0.251158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252975] pinctrl core: initialized pinctrl subsystem\n[ 0.254061] RTC time: 5:28:34, date: 10/04/18\n[ 0.255016] NET: Registered protocol family 16\n[ 0.255977] cpuidle: using governor ladder\n[ 0.256903] cpuidle: using governor menu\n[ 0.257801] PCCT header not found.\n[ 0.258658] ACPI: bus type PCI registered\n[ 0.259569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261001] PCI: Using configuration type 1 for base access\n[ 0.262959] ACPI: Added _OSI(Module Device)\n[ 0.263934] ACPI: Added _OSI(Processor Device)\n[ 0.264920] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265955] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268229] ACPI: Interpreter enabled\n[ 0.269094] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277685] ACPI: (supports S0 S5)\n[ 0.278620] ACPI: Using IOAPIC for interrupt routing\n[ 0.279549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282642] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283759] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284961] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288308] acpiphp: Slot [3] registered\n[ 0.289089] acpiphp: Slot [4] registered\n[ 0.289871] acpiphp: Slot [5] registered\n[ 0.290653] acpiphp: Slot [6] registered\n[ 0.291432] acpiphp: Slot [7] registered\n[ 0.292222] acpiphp: Slot [8] registered\n[ 0.293004] acpiphp: Slot [9] registered\n[ 0.293786] acpiphp: Slot [10] registered\n[ 0.294590] acpiphp: Slot [11] registered\n[ 0.295385] acpiphp: Slot [12] registered\n[ 0.296179] acpiphp: Slot [13] registered\n[ 0.296973] acpiphp: Slot [14] registered\n[ 0.297768] acpiphp: Slot [15] registered\n[ 0.308741] acpiphp: Slot [16] registered\n[ 0.309633] acpiphp: Slot [17] registered\n[ 0.310563] acpiphp: Slot [18] registered\n[ 0.311493] acpiphp: Slot [19] registered\n[ 0.312423] acpiphp: Slot [20] registered\n[ 0.313371] acpiphp: Slot [21] registered\n[ 0.314322] acpiphp: Slot [22] registered\n[ 0.315270] acpiphp: Slot [23] registered\n[ 0.316209] acpiphp: Slot [24] registered\n[ 0.317149] acpiphp: Slot [25] registered\n[ 0.318075] acpiphp: Slot [26] registered\n[ 0.319015] acpiphp: Slot [27] registered\n[ 0.319951] acpiphp: Slot [28] registered\n[ 0.320896] acpiphp: Slot [29] registered\n[ 0.321835] acpiphp: Slot [30] registered\n[ 0.322778] acpiphp: Slot [31] registered\n[ 0.323711] PCI host bridge to bus 0000:00\n[ 0.324644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.326079] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329277] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339221] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.340612] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342108] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350800] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399913] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401600] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.405835] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.407453] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.408872] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410194] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411355] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413210] vgaarb: loaded\n[ 0.413917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415263] SCSI subsystem initialized\n[ 0.416228] ACPI: bus type USB registered\n[ 0.417193] usbcore: registered new interface driver usbfs\n[ 0.418445] usbcore: registered new interface driver hub\n[ 0.419635] usbcore: registered new device driver usb\n[ 0.420888] PCI: Using ACPI for IRQ routing\n[ 0.422090] NetLabel: Initializing\n[ 0.422933] NetLabel: domain hash size = 128\n[ 0.423946] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.425063] NetLabel: unlabeled traffic allowed by default\n[ 0.426352] clocksource: Switched to clocksource kvm-clock\n[ 0.432489] AppArmor: AppArmor Filesystem Enabled\n[ 0.433594] pnp: PnP ACPI init\n[ 0.434610] pnp: PnP ACPI: found 5 devices\n[ 0.441139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443151] NET: Registered protocol family 2\n[ 0.444261] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.445751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.447118] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.448487] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449759] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451136] NET: Registered protocol family 1\n[ 0.452149] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.453440] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.454706] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.469339] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.483842] Trying to unpack rootfs image as initramfs...\n[ 0.535897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.550031] Scanning for low memory corruption every 60 seconds\n[ 0.551615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552998] audit: initializing netlink subsys (disabled)\n[ 0.554234] audit: type=2000 audit(1538630915.367:1): initialized\n[ 0.555810] Initialise system trusted keyring\n[ 0.556906] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558288] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560487] zbud: loaded\n[ 0.561280] VFS: Disk quotas dquot_6.6.0\n[ 0.562233] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.563967] fuse init (API version 7.23)\n[ 0.564978] Key type big_key registered\n[ 0.565887] Allocating IMA MOK and blacklist keyrings.\n[ 0.567201] Key type asymmetric registered\n[ 0.568163] Asymmetric key parser 'x509' registered\n[ 0.569273] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571355] io scheduler noop registered\n[ 0.572279] io scheduler deadline registered (default)\n[ 0.573429] io scheduler cfq registered\n[ 0.574398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575626] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.578815] ACPI: Power Button [PWRF]\n[ 0.579778] GHES: HEST is not enabled!\n[ 0.599811] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629066] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.631537] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655622] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658294] Linux agpgart interface v0.103\n[ 0.660450] brd: module loaded\n[ 0.661701] loop: module loaded\n[ 0.665758] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.667193] GPT:90111 != 2097151\n[ 0.667855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668919] GPT:90111 != 2097151\n[ 0.669579] GPT: Use GNU Parted to correct GPT errors.\n[ 0.670526] vda: vda1 vda15\n[ 0.671924] scsi host0: ata_piix\n[ 0.672655] scsi host1: ata_piix\n[ 0.673347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.674537] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.675951] libphy: Fixed MDIO Bus: probed\n[ 0.676758] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679746] PPP generic driver version 2.4.2\n[ 0.680614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.681775] ehci-pci: EHCI PCI platform driver\n[ 0.682639] ehci-platform: EHCI generic platform driver\n[ 0.683608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684703] ohci-pci: OHCI PCI platform driver\n[ 0.685547] ohci-platform: OHCI generic platform driver\n[ 0.686514] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703213] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.704196] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.705281] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706475] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.707858] usb usb1: Product: UHCI Host Controller\n[ 0.708770] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.709874] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710810] hub 1-0:1.0: USB hub found\n[ 0.711577] hub 1-0:1.0: 2 ports detected\n[ 0.712453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.714545] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.715470] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.716462] mousedev: PS/2 mouse device common for all mice\n[ 0.718140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.719945] rtc_cmos 00:00: RTC can wake from S4\n[ 0.721026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.722195] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723364] i2c /dev entries driver\n[ 0.724109] device-mapper: uevent: version 1.0.3\n[ 0.725021] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.726616] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.727878] NET: Registered protocol family 10\n[ 0.728847] NET: Registered protocol family 17\n[ 0.729720] Key type dns_resolver registered\n[ 0.730632] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733420] registered taskstats version 1\n[ 0.734229] Loading compiled-in X.509 certificates\n[ 0.735656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737477] zswap: loaded using pool lzo/zbud\n[ 0.738844] Key type trusted registered\n[ 0.740818] Key type encrypted registered\n[ 0.741631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742642] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743666] evm: HMAC attrs: 0x1\n[ 0.744590] Magic number: 6:777:465\n[ 0.745434] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:35 UTC (1538630915)\n[ 0.747006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748097] EDD information not available.\n[ 0.830991] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.832437] ata1.00: configured for MWDMA2\n[ 0.833624] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.846549] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.847765] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.848995] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.850839] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.852339] Write protecting the kernel read-only data: 14336k\n[ 0.853869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.855641] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.278198] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 3.09s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-04 05:29:05,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action used request id req-33d77bf9-275b-426a-8946-2064716d4183 2018-10-04 05:29:07,603 - sdnvpn_test_utils - INFO - Waiting for instance c9dbf06e-0d86-4355-b324-35682744d99b to boot up 2018-10-04 05:29:07,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a51388d20d055e9e9153b38b950bd8aa888b214" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:29:08,683 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-090f324d-b437-4e81-ad93-7a16db9a6202 x-compute-request-id: req-090f324d-b437-4e81-ad93-7a16db9a6202 Content-Encoding: gzip Content-Length: 8102 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 493422915 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130161] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131801] pid_max: default: 32768 minimum: 301\n[ 0.132688] ACPI: Core revision 20150930\n[ 0.134058] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135354] Security Framework initialized\n[ 0.136157] Yama: becoming mindful.\n[ 0.136883] AppArmor: AppArmor initialized\n[ 0.137744] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141534] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142908] Initializing cgroup subsys io\n[ 0.143718] Initializing cgroup subsys memory\n[ 0.144574] Initializing cgroup subsys devices\n[ 0.145451] Initializing cgroup subsys freezer\n[ 0.146315] Initializing cgroup subsys net_cls\n[ 0.147176] Initializing cgroup subsys perf_event\n[ 0.148076] Initializing cgroup subsys net_prio\n[ 0.148955] Initializing cgroup subsys hugetlb\n[ 0.149823] Initializing cgroup subsys pids\n[ 0.150693] CPU: Physical Processor ID: 0\n[ 0.152188] mce: CPU supports 10 MCE banks\n[ 0.153025] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171115] ftrace: allocating 31920 entries in 125 pages\n[ 0.197555] smpboot: Max logical packages: 1\n[ 0.198402] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199743] x2apic enabled\n[ 0.200549] Switched APIC routing to physical x2apic.\n[ 0.202318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205393] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207160] KVM setup paravirtual spinlock\n[ 0.208446] x86: Booted up 1 node, 1 CPUs\n[ 0.209245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212327] evm: security.selinux\n[ 0.213016] evm: security.SMACK64\n[ 0.213701] evm: security.SMACK64EXEC\n[ 0.214435] evm: security.SMACK64TRANSMUTE\n[ 0.215234] evm: security.SMACK64MMAP\n[ 0.215965] evm: security.ima\n[ 0.216604] evm: security.capability\n[ 0.217399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219230] pinctrl core: initialized pinctrl subsystem\n[ 0.220310] RTC time: 5:28:21, date: 10/04/18\n[ 0.221267] NET: Registered protocol family 16\n[ 0.222235] cpuidle: using governor ladder\n[ 0.223043] cpuidle: using governor menu\n[ 0.223826] PCCT header not found.\n[ 0.224566] ACPI: bus type PCI registered\n[ 0.225364] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226597] PCI: Using configuration type 1 for base access\n[ 0.228338] ACPI: Added _OSI(Module Device)\n[ 0.229171] ACPI: Added _OSI(Processor Device)\n[ 0.230033] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233051] ACPI: Interpreter enabled\n[ 0.233816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241142] ACPI: (supports S0 S5)\n[ 0.241841] ACPI: Using IOAPIC for interrupt routing\n[ 0.242786] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246991] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251596] acpiphp: Slot [3] registered\n[ 0.252389] acpiphp: Slot [4] registered\n[ 0.253178] acpiphp: Slot [5] registered\n[ 0.253971] acpiphp: Slot [6] registered\n[ 0.254762] acpiphp: Slot [7] registered\n[ 0.255555] acpiphp: Slot [8] registered\n[ 0.256345] acpiphp: Slot [9] registered\n[ 0.257129] acpiphp: Slot [10] registered\n[ 0.257933] acpiphp: Slot [11] registered\n[ 0.258747] acpiphp: Slot [12] registered\n[ 0.259552] acpiphp: Slot [13] registered\n[ 0.260351] acpiphp: Slot [14] registered\n[ 0.261149] acpiphp: Slot [15] registered\n[ 0.272007] acpiphp: Slot [16] registered\n[ 0.272814] acpiphp: Slot [17] registered\n[ 0.273619] acpiphp: Slot [18] registered\n[ 0.274418] acpiphp: Slot [19] registered\n[ 0.275219] acpiphp: Slot [20] registered\n[ 0.276024] acpiphp: Slot [21] registered\n[ 0.276830] acpiphp: Slot [22] registered\n[ 0.277631] acpiphp: Slot [23] registered\n[ 0.278432] acpiphp: Slot [24] registered\n[ 0.279233] acpiphp: Slot [25] registered\n[ 0.280034] acpiphp: Slot [26] registered\n[ 0.280836] acpiphp: Slot [27] registered\n[ 0.281639] acpiphp: Slot [28] registered\n[ 0.282445] acpiphp: Slot [29] registered\n[ 0.283246] acpiphp: Slot [30] registered\n[ 0.284049] acpiphp: Slot [31] registered\n[ 0.284850] PCI host bridge to bus 0000:00\n[ 0.285653] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286850] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288054] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289491] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290924] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298472] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299635] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307748] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309164] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357640] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360534] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361937] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365385] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366616] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367664] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369201] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370926] SCSI subsystem initialized\n[ 0.371740] ACPI: bus type USB registered\n[ 0.372552] usbcore: registered new interface driver usbfs\n[ 0.373577] usbcore: registered new interface driver hub\n[ 0.374575] usbcore: registered new device driver usb\n[ 0.375617] PCI: Using ACPI for IRQ routing\n[ 0.376633] NetLabel: Initializing\n[ 0.377341] NetLabel: domain hash size = 128\n[ 0.378189] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379130] NetLabel: unlabeled traffic allowed by default\n[ 0.380221] clocksource: Switched to clocksource kvm-clock\n[ 0.385728] AppArmor: AppArmor Filesystem Enabled\n[ 0.386683] pnp: PnP ACPI init\n[ 0.387586] pnp: PnP ACPI: found 5 devices\n[ 0.393953] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395643] NET: Registered protocol family 2\n[ 0.396601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397868] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400181] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402421] NET: Registered protocol family 1\n[ 0.403281] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433821] Trying to unpack rootfs image as initramfs...\n[ 0.484999] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498854] Scanning for low memory corruption every 60 seconds\n[ 0.500162] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501307] audit: initializing netlink subsys (disabled)\n[ 0.502320] audit: type=2000 audit(1538630902.370:1): initialized\n[ 0.503613] Initialise system trusted keyring\n[ 0.504554] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505751] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507739] zbud: loaded\n[ 0.508451] VFS: Disk quotas dquot_6.6.0\n[ 0.509267] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510759] fuse init (API version 7.23)\n[ 0.511650] Key type big_key registered\n[ 0.512452] Allocating IMA MOK and blacklist keyrings.\n[ 0.513910] Key type asymmetric registered\n[ 0.514728] Asymmetric key parser 'x509' registered\n[ 0.515672] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517129] io scheduler noop registered\n[ 0.517918] io scheduler deadline registered (default)\n[ 0.518892] io scheduler cfq registered\n[ 0.519716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523439] ACPI: Power Button [PWRF]\n[ 0.524282] GHES: HEST is not enabled!\n[ 0.537967] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566545] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568795] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594684] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596946] Linux agpgart interface v0.103\n[ 0.599003] brd: module loaded\n[ 0.600199] loop: module loaded\n[ 0.605157] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606586] GPT:90111 != 2097151\n[ 0.607250] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608326] GPT:90111 != 2097151\n[ 0.608989] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609947] vda: vda1 vda15\n[ 0.611771] scsi host0: ata_piix\n[ 0.612509] scsi host1: ata_piix\n[ 0.613211] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615828] libphy: Fixed MDIO Bus: probed\n[ 0.616644] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617585] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620672] PPP generic driver version 2.4.2\n[ 0.621885] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623240] ehci-pci: EHCI PCI platform driver\n[ 0.624211] ehci-platform: EHCI generic platform driver\n[ 0.625393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626701] ohci-pci: OHCI PCI platform driver\n[ 0.627707] ohci-platform: OHCI generic platform driver\n[ 0.628868] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645258] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647755] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651519] usb usb1: Product: UHCI Host Controller\n[ 0.652452] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653589] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654654] hub 1-0:1.0: USB hub found\n[ 0.655426] hub 1-0:1.0: 2 ports detected\n[ 0.656340] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658454] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659405] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660444] mousedev: PS/2 mouse device common for all mice\n[ 0.661708] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665841] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667031] i2c /dev entries driver\n[ 0.667786] device-mapper: uevent: version 1.0.3\n[ 0.668731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670353] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671639] NET: Registered protocol family 10\n[ 0.672662] NET: Registered protocol family 17\n[ 0.673553] Key type dns_resolver registered\n[ 0.674476] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675567] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677311] registered taskstats version 1\n[ 0.678138] Loading compiled-in X.509 certificates\n[ 0.679570] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681418] zswap: loaded using pool lzo/zbud\n[ 0.682786] Key type trusted registered\n[ 0.684742] Key type encrypted registered\n[ 0.685574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686595] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687617] evm: HMAC attrs: 0x1\n[ 0.688566] Magic number: 6:777:465\n[ 0.689412] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:22 UTC (1538630902)\n[ 0.690997] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692104] EDD information not available.\n[ 0.768773] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770230] ata1.00: configured for MWDMA2\n[ 0.771430] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784282] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785518] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.788635] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790170] Write protecting the kernel read-only data: 14336k\n[ 0.791723] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793522] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.390771] 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.60s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-04 05:29:08,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action used request id req-090f324d-b437-4e81-ad93-7a16db9a6202 2018-10-04 05:29:10,687 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:29:40,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03ca3d7bebf4fbf0778931a55c4739ec44fa475" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:29:41,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:29:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f03443f8-af9c-4c63-8cfc-7d44d491a822 x-compute-request-id: req-f03443f8-af9c-4c63-8cfc-7d44d491a822 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 532517509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156971] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158828] pid_max: default: 32768 minimum: 301\n[ 0.159859] ACPI: Core revision 20150930\n[ 0.161338] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162809] Security Framework initialized\n[ 0.163725] Yama: becoming mindful.\n[ 0.164579] AppArmor: AppArmor initialized\n[ 0.165524] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167037] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.168489] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169842] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171434] Initializing cgroup subsys io\n[ 0.172376] Initializing cgroup subsys memory\n[ 0.173349] Initializing cgroup subsys devices\n[ 0.174316] Initializing cgroup subsys freezer\n[ 0.175299] Initializing cgroup subsys net_cls\n[ 0.176321] Initializing cgroup subsys perf_event\n[ 0.177368] Initializing cgroup subsys net_prio\n[ 0.178430] Initializing cgroup subsys hugetlb\n[ 0.179427] Initializing cgroup subsys pids\n[ 0.180443] CPU: Physical Processor ID: 0\n[ 0.182088] mce: CPU supports 10 MCE banks\n[ 0.183062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184231] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195433] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202307] ftrace: allocating 31920 entries in 125 pages\n[ 0.230554] smpboot: Max logical packages: 1\n[ 0.231553] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233081] x2apic enabled\n[ 0.233980] Switched APIC routing to physical x2apic.\n[ 0.235879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.237087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239057] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240810] KVM setup paravirtual spinlock\n[ 0.242263] x86: Booted up 1 node, 1 CPUs\n[ 0.243043] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244403] devtmpfs: initialized\n[ 0.246122] evm: security.selinux\n[ 0.246805] evm: security.SMACK64\n[ 0.247483] evm: security.SMACK64EXEC\n[ 0.248211] evm: security.SMACK64TRANSMUTE\n[ 0.248996] evm: security.SMACK64MMAP\n[ 0.249729] evm: security.ima\n[ 0.250360] evm: security.capability\n[ 0.251158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252975] pinctrl core: initialized pinctrl subsystem\n[ 0.254061] RTC time: 5:28:34, date: 10/04/18\n[ 0.255016] NET: Registered protocol family 16\n[ 0.255977] cpuidle: using governor ladder\n[ 0.256903] cpuidle: using governor menu\n[ 0.257801] PCCT header not found.\n[ 0.258658] ACPI: bus type PCI registered\n[ 0.259569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261001] PCI: Using configuration type 1 for base access\n[ 0.262959] ACPI: Added _OSI(Module Device)\n[ 0.263934] ACPI: Added _OSI(Processor Device)\n[ 0.264920] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265955] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268229] ACPI: Interpreter enabled\n[ 0.269094] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277685] ACPI: (supports S0 S5)\n[ 0.278620] ACPI: Using IOAPIC for interrupt routing\n[ 0.279549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282642] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283759] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284961] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288308] acpiphp: Slot [3] registered\n[ 0.289089] acpiphp: Slot [4] registered\n[ 0.289871] acpiphp: Slot [5] registered\n[ 0.290653] acpiphp: Slot [6] registered\n[ 0.291432] acpiphp: Slot [7] registered\n[ 0.292222] acpiphp: Slot [8] registered\n[ 0.293004] acpiphp: Slot [9] registered\n[ 0.293786] acpiphp: Slot [10] registered\n[ 0.294590] acpiphp: Slot [11] registered\n[ 0.295385] acpiphp: Slot [12] registered\n[ 0.296179] acpiphp: Slot [13] registered\n[ 0.296973] acpiphp: Slot [14] registered\n[ 0.297768] acpiphp: Slot [15] registered\n[ 0.308741] acpiphp: Slot [16] registered\n[ 0.309633] acpiphp: Slot [17] registered\n[ 0.310563] acpiphp: Slot [18] registered\n[ 0.311493] acpiphp: Slot [19] registered\n[ 0.312423] acpiphp: Slot [20] registered\n[ 0.313371] acpiphp: Slot [21] registered\n[ 0.314322] acpiphp: Slot [22] registered\n[ 0.315270] acpiphp: Slot [23] registered\n[ 0.316209] acpiphp: Slot [24] registered\n[ 0.317149] acpiphp: Slot [25] registered\n[ 0.318075] acpiphp: Slot [26] registered\n[ 0.319015] acpiphp: Slot [27] registered\n[ 0.319951] acpiphp: Slot [28] registered\n[ 0.320896] acpiphp: Slot [29] registered\n[ 0.321835] acpiphp: Slot [30] registered\n[ 0.322778] acpiphp: Slot [31] registered\n[ 0.323711] PCI host bridge to bus 0000:00\n[ 0.324644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.326079] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329277] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339221] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.340612] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342108] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350800] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399913] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401600] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.405835] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.407453] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.408872] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410194] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411355] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413210] vgaarb: loaded\n[ 0.413917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415263] SCSI subsystem initialized\n[ 0.416228] ACPI: bus type USB registered\n[ 0.417193] usbcore: registered new interface driver usbfs\n[ 0.418445] usbcore: registered new interface driver hub\n[ 0.419635] usbcore: registered new device driver usb\n[ 0.420888] PCI: Using ACPI for IRQ routing\n[ 0.422090] NetLabel: Initializing\n[ 0.422933] NetLabel: domain hash size = 128\n[ 0.423946] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.425063] NetLabel: unlabeled traffic allowed by default\n[ 0.426352] clocksource: Switched to clocksource kvm-clock\n[ 0.432489] AppArmor: AppArmor Filesystem Enabled\n[ 0.433594] pnp: PnP ACPI init\n[ 0.434610] pnp: PnP ACPI: found 5 devices\n[ 0.441139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443151] NET: Registered protocol family 2\n[ 0.444261] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.445751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.447118] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.448487] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449759] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451136] NET: Registered protocol family 1\n[ 0.452149] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.453440] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.454706] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.469339] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.483842] Trying to unpack rootfs image as initramfs...\n[ 0.535897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.550031] Scanning for low memory corruption every 60 seconds\n[ 0.551615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552998] audit: initializing netlink subsys (disabled)\n[ 0.554234] audit: type=2000 audit(1538630915.367:1): initialized\n[ 0.555810] Initialise system trusted keyring\n[ 0.556906] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558288] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560487] zbud: loaded\n[ 0.561280] VFS: Disk quotas dquot_6.6.0\n[ 0.562233] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.563967] fuse init (API version 7.23)\n[ 0.564978] Key type big_key registered\n[ 0.565887] Allocating IMA MOK and blacklist keyrings.\n[ 0.567201] Key type asymmetric registered\n[ 0.568163] Asymmetric key parser 'x509' registered\n[ 0.569273] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571355] io scheduler noop registered\n[ 0.572279] io scheduler deadline registered (default)\n[ 0.573429] io scheduler cfq registered\n[ 0.574398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575626] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.578815] ACPI: Power Button [PWRF]\n[ 0.579778] GHES: HEST is not enabled!\n[ 0.599811] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629066] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.631537] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655622] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658294] Linux agpgart interface v0.103\n[ 0.660450] brd: module loaded\n[ 0.661701] loop: module loaded\n[ 0.665758] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.667193] GPT:90111 != 2097151\n[ 0.667855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668919] GPT:90111 != 2097151\n[ 0.669579] GPT: Use GNU Parted to correct GPT errors.\n[ 0.670526] vda: vda1 vda15\n[ 0.671924] scsi host0: ata_piix\n[ 0.672655] scsi host1: ata_piix\n[ 0.673347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.674537] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.675951] libphy: Fixed MDIO Bus: probed\n[ 0.676758] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679746] PPP generic driver version 2.4.2\n[ 0.680614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.681775] ehci-pci: EHCI PCI platform driver\n[ 0.682639] ehci-platform: EHCI generic platform driver\n[ 0.683608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684703] ohci-pci: OHCI PCI platform driver\n[ 0.685547] ohci-platform: OHCI generic platform driver\n[ 0.686514] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703213] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.704196] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.705281] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706475] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.707858] usb usb1: Product: UHCI Host Controller\n[ 0.708770] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.709874] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710810] hub 1-0:1.0: USB hub found\n[ 0.711577] hub 1-0:1.0: 2 ports detected\n[ 0.712453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.714545] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.715470] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.716462] mousedev: PS/2 mouse device common for all mice\n[ 0.718140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.719945] rtc_cmos 00:00: RTC can wake from S4\n[ 0.721026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.722195] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723364] i2c /dev entries driver\n[ 0.724109] device-mapper: uevent: version 1.0.3\n[ 0.725021] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.726616] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.727878] NET: Registered protocol family 10\n[ 0.728847] NET: Registered protocol family 17\n[ 0.729720] Key type dns_resolver registered\n[ 0.730632] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733420] registered taskstats version 1\n[ 0.734229] Loading compiled-in X.509 certificates\n[ 0.735656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737477] zswap: loaded using pool lzo/zbud\n[ 0.738844] Key type trusted registered\n[ 0.740818] Key type encrypted registered\n[ 0.741631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742642] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743666] evm: HMAC attrs: 0x1\n[ 0.744590] Magic number: 6:777:465\n[ 0.745434] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:35 UTC (1538630915)\n[ 0.747006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748097] EDD information not available.\n[ 0.830991] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.832437] ata1.00: configured for MWDMA2\n[ 0.833624] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.846549] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.847765] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.848995] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.850839] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.852339] Write protecting the kernel read-only data: 14336k\n[ 0.853869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.855641] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.278198] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 3.09s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-04 05:29:41,792 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action used request id req-f03443f8-af9c-4c63-8cfc-7d44d491a822 2018-10-04 05:29:41,793 - 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-04 05:29:41,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c03ca3d7bebf4fbf0778931a55c4739ec44fa475" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:29:42,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-3b8330fa-caa9-4293-8d77-6940ff0d0f28 x-compute-request-id: req-3b8330fa-caa9-4293-8d77-6940ff0d0f28 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 532517509 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156971] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158828] pid_max: default: 32768 minimum: 301\n[ 0.159859] ACPI: Core revision 20150930\n[ 0.161338] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162809] Security Framework initialized\n[ 0.163725] Yama: becoming mindful.\n[ 0.164579] AppArmor: AppArmor initialized\n[ 0.165524] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167037] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.168489] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169842] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171434] Initializing cgroup subsys io\n[ 0.172376] Initializing cgroup subsys memory\n[ 0.173349] Initializing cgroup subsys devices\n[ 0.174316] Initializing cgroup subsys freezer\n[ 0.175299] Initializing cgroup subsys net_cls\n[ 0.176321] Initializing cgroup subsys perf_event\n[ 0.177368] Initializing cgroup subsys net_prio\n[ 0.178430] Initializing cgroup subsys hugetlb\n[ 0.179427] Initializing cgroup subsys pids\n[ 0.180443] CPU: Physical Processor ID: 0\n[ 0.182088] mce: CPU supports 10 MCE banks\n[ 0.183062] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184231] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.195433] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.202307] ftrace: allocating 31920 entries in 125 pages\n[ 0.230554] smpboot: Max logical packages: 1\n[ 0.231553] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233081] x2apic enabled\n[ 0.233980] Switched APIC routing to physical x2apic.\n[ 0.235879] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.237087] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239057] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240810] KVM setup paravirtual spinlock\n[ 0.242263] x86: Booted up 1 node, 1 CPUs\n[ 0.243043] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244403] devtmpfs: initialized\n[ 0.246122] evm: security.selinux\n[ 0.246805] evm: security.SMACK64\n[ 0.247483] evm: security.SMACK64EXEC\n[ 0.248211] evm: security.SMACK64TRANSMUTE\n[ 0.248996] evm: security.SMACK64MMAP\n[ 0.249729] evm: security.ima\n[ 0.250360] evm: security.capability\n[ 0.251158] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.252975] pinctrl core: initialized pinctrl subsystem\n[ 0.254061] RTC time: 5:28:34, date: 10/04/18\n[ 0.255016] NET: Registered protocol family 16\n[ 0.255977] cpuidle: using governor ladder\n[ 0.256903] cpuidle: using governor menu\n[ 0.257801] PCCT header not found.\n[ 0.258658] ACPI: bus type PCI registered\n[ 0.259569] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261001] PCI: Using configuration type 1 for base access\n[ 0.262959] ACPI: Added _OSI(Module Device)\n[ 0.263934] ACPI: Added _OSI(Processor Device)\n[ 0.264920] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265955] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268229] ACPI: Interpreter enabled\n[ 0.269094] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277685] ACPI: (supports S0 S5)\n[ 0.278620] ACPI: Using IOAPIC for interrupt routing\n[ 0.279549] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282642] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283759] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284961] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286126] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288308] acpiphp: Slot [3] registered\n[ 0.289089] acpiphp: Slot [4] registered\n[ 0.289871] acpiphp: Slot [5] registered\n[ 0.290653] acpiphp: Slot [6] registered\n[ 0.291432] acpiphp: Slot [7] registered\n[ 0.292222] acpiphp: Slot [8] registered\n[ 0.293004] acpiphp: Slot [9] registered\n[ 0.293786] acpiphp: Slot [10] registered\n[ 0.294590] acpiphp: Slot [11] registered\n[ 0.295385] acpiphp: Slot [12] registered\n[ 0.296179] acpiphp: Slot [13] registered\n[ 0.296973] acpiphp: Slot [14] registered\n[ 0.297768] acpiphp: Slot [15] registered\n[ 0.308741] acpiphp: Slot [16] registered\n[ 0.309633] acpiphp: Slot [17] registered\n[ 0.310563] acpiphp: Slot [18] registered\n[ 0.311493] acpiphp: Slot [19] registered\n[ 0.312423] acpiphp: Slot [20] registered\n[ 0.313371] acpiphp: Slot [21] registered\n[ 0.314322] acpiphp: Slot [22] registered\n[ 0.315270] acpiphp: Slot [23] registered\n[ 0.316209] acpiphp: Slot [24] registered\n[ 0.317149] acpiphp: Slot [25] registered\n[ 0.318075] acpiphp: Slot [26] registered\n[ 0.319015] acpiphp: Slot [27] registered\n[ 0.319951] acpiphp: Slot [28] registered\n[ 0.320896] acpiphp: Slot [29] registered\n[ 0.321835] acpiphp: Slot [30] registered\n[ 0.322778] acpiphp: Slot [31] registered\n[ 0.323711] PCI host bridge to bus 0000:00\n[ 0.324644] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.326079] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327550] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329277] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331014] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337709] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.339221] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.340612] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.342108] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349161] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.350800] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399913] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401600] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.403205] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.405835] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.407453] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.408872] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410194] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411355] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413210] vgaarb: loaded\n[ 0.413917] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415263] SCSI subsystem initialized\n[ 0.416228] ACPI: bus type USB registered\n[ 0.417193] usbcore: registered new interface driver usbfs\n[ 0.418445] usbcore: registered new interface driver hub\n[ 0.419635] usbcore: registered new device driver usb\n[ 0.420888] PCI: Using ACPI for IRQ routing\n[ 0.422090] NetLabel: Initializing\n[ 0.422933] NetLabel: domain hash size = 128\n[ 0.423946] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.425063] NetLabel: unlabeled traffic allowed by default\n[ 0.426352] clocksource: Switched to clocksource kvm-clock\n[ 0.432489] AppArmor: AppArmor Filesystem Enabled\n[ 0.433594] pnp: PnP ACPI init\n[ 0.434610] pnp: PnP ACPI: found 5 devices\n[ 0.441139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.443151] NET: Registered protocol family 2\n[ 0.444261] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.445751] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.447118] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.448487] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.449759] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.451136] NET: Registered protocol family 1\n[ 0.452149] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.453440] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.454706] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.469339] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.483842] Trying to unpack rootfs image as initramfs...\n[ 0.535897] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.550031] Scanning for low memory corruption every 60 seconds\n[ 0.551615] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.552998] audit: initializing netlink subsys (disabled)\n[ 0.554234] audit: type=2000 audit(1538630915.367:1): initialized\n[ 0.555810] Initialise system trusted keyring\n[ 0.556906] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.558288] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.560487] zbud: loaded\n[ 0.561280] VFS: Disk quotas dquot_6.6.0\n[ 0.562233] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.563967] fuse init (API version 7.23)\n[ 0.564978] Key type big_key registered\n[ 0.565887] Allocating IMA MOK and blacklist keyrings.\n[ 0.567201] Key type asymmetric registered\n[ 0.568163] Asymmetric key parser 'x509' registered\n[ 0.569273] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.571355] io scheduler noop registered\n[ 0.572279] io scheduler deadline registered (default)\n[ 0.573429] io scheduler cfq registered\n[ 0.574398] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.575626] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.577103] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.578815] ACPI: Power Button [PWRF]\n[ 0.579778] GHES: HEST is not enabled!\n[ 0.599811] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.629066] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.631537] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.655622] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.658294] Linux agpgart interface v0.103\n[ 0.660450] brd: module loaded\n[ 0.661701] loop: module loaded\n[ 0.665758] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.667193] GPT:90111 != 2097151\n[ 0.667855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.668919] GPT:90111 != 2097151\n[ 0.669579] GPT: Use GNU Parted to correct GPT errors.\n[ 0.670526] vda: vda1 vda15\n[ 0.671924] scsi host0: ata_piix\n[ 0.672655] scsi host1: ata_piix\n[ 0.673347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.674537] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.675951] libphy: Fixed MDIO Bus: probed\n[ 0.676758] tun: Universal TUN/TAP device driver, 1.6\n[ 0.677681] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.679746] PPP generic driver version 2.4.2\n[ 0.680614] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.681775] ehci-pci: EHCI PCI platform driver\n[ 0.682639] ehci-platform: EHCI generic platform driver\n[ 0.683608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.684703] ohci-pci: OHCI PCI platform driver\n[ 0.685547] ohci-platform: OHCI generic platform driver\n[ 0.686514] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.700819] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701794] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703213] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.704196] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.705281] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706475] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.707858] usb usb1: Product: UHCI Host Controller\n[ 0.708770] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.709874] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.710810] hub 1-0:1.0: USB hub found\n[ 0.711577] hub 1-0:1.0: 2 ports detected\n[ 0.712453] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.714545] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.715470] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.716462] mousedev: PS/2 mouse device common for all mice\n[ 0.718140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.719945] rtc_cmos 00:00: RTC can wake from S4\n[ 0.721026] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.722195] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.723364] i2c /dev entries driver\n[ 0.724109] device-mapper: uevent: version 1.0.3\n[ 0.725021] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.726616] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.727878] NET: Registered protocol family 10\n[ 0.728847] NET: Registered protocol family 17\n[ 0.729720] Key type dns_resolver registered\n[ 0.730632] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.731710] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.733420] registered taskstats version 1\n[ 0.734229] Loading compiled-in X.509 certificates\n[ 0.735656] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737477] zswap: loaded using pool lzo/zbud\n[ 0.738844] Key type trusted registered\n[ 0.740818] Key type encrypted registered\n[ 0.741631] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.742642] ima: No TPM chip found, activating TPM-bypass!\n[ 0.743666] evm: HMAC attrs: 0x1\n[ 0.744590] Magic number: 6:777:465\n[ 0.745434] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:35 UTC (1538630915)\n[ 0.747006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.748097] EDD information not available.\n[ 0.830991] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.832437] ata1.00: configured for MWDMA2\n[ 0.833624] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.846549] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.847765] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.848995] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.850839] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.852339] Write protecting the kernel read-only data: 14336k\n[ 0.853869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.855641] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.278198] random: dd urandom read with 13 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 3.09s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-04 05:29:42,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action used request id req-3b8330fa-caa9-4293-8d77-6940ff0d0f28 2018-10-04 05:29:42,867 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-10-04 05:29:42,868 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-10-04 05:29:42,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-888334", "route_distinguishers": "222:222"}}' 2018-10-04 05:29:43,047 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-73f49557-78c0-4287-8be6-e1e7ddbeee42 Date: Thu, 04 Oct 2018 05:29:43 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "8f4e4ed9-db7c-4d12-bd56-5d636c4003ae", "name": "sdnvpn-2-888334", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": [], "route_targets": ["88:88"], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:29:43,047 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-73f49557-78c0-4287-8be6-e1e7ddbeee42 2018-10-04 05:29:43,047 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-888334', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [u'88:88'], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'8f4e4ed9-db7c-4d12-bd56-5d636c4003ae'}} 2018-10-04 05:29:43,047 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-10-04 05:29:43,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/8f4e4ed9-db7c-4d12-bd56-5d636c4003ae/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" -d '{"network_association": {"network_id": "68e9a0fd-5cf9-4a2a-8997-96f0148d50a8"}}' 2018-10-04 05:29:43,627 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4cff0745-9c85-47a7-9758-4cde1672455b Date: Thu, 04 Oct 2018 05:29:43 GMT RESP BODY: {"network_association": {"network_id": "68e9a0fd-5cf9-4a2a-8997-96f0148d50a8", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "0ca79cd2-3370-459f-9bee-0e844ad27536"}} 2018-10-04 05:29:43,628 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/8f4e4ed9-db7c-4d12-bd56-5d636c4003ae/network_associations used request id req-4cff0745-9c85-47a7-9758-4cde1672455b 2018-10-04 05:29:43,628 - sdnvpn_test_utils - DEBUG - Waiting for network 96791309-d9b4-47ae-8c74-3bd8613d9ae7 to associate with BGPVPN 3339a35a-e81a-4292-a56b-1162716fd8ad 2018-10-04 05:29:43,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/96791309-d9b4-47ae-8c74-3bd8613d9ae7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:29:43,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-80fbb641-97a7-44a3-b4de-20c34dd3771c Date: Thu, 04 Oct 2018 05:29:43 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["111:111"], "routers": [], "id": "96791309-d9b4-47ae-8c74-3bd8613d9ae7", "name": "sdnvpn-1-898150", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["55:55"], "networks": ["3339a35a-e81a-4292-a56b-1162716fd8ad"], "route_targets": ["55:55"], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:29:43,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/96791309-d9b4-47ae-8c74-3bd8613d9ae7 used request id req-80fbb641-97a7-44a3-b4de-20c34dd3771c 2018-10-04 05:29:44,947 - sdnvpn_test_utils - DEBUG - Waiting for network 8f4e4ed9-db7c-4d12-bd56-5d636c4003ae to associate with BGPVPN 68e9a0fd-5cf9-4a2a-8997-96f0148d50a8 2018-10-04 05:29:44,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/8f4e4ed9-db7c-4d12-bd56-5d636c4003ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:29:45,252 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-7d587efc-b52a-48bf-a072-d13b0a857022 Date: Thu, 04 Oct 2018 05:29:45 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["222:222"], "routers": [], "id": "8f4e4ed9-db7c-4d12-bd56-5d636c4003ae", "name": "sdnvpn-2-888334", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["68e9a0fd-5cf9-4a2a-8997-96f0148d50a8"], "route_targets": ["88:88"], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:29:45,252 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/8f4e4ed9-db7c-4d12-bd56-5d636c4003ae used request id req-7d587efc-b52a-48bf-a072-d13b0a857022 2018-10-04 05:29:46,254 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:30:16,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a51388d20d055e9e9153b38b950bd8aa888b214" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:30:17,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68fc3cca-2041-44b9-b2ff-78a9c2792740 x-compute-request-id: req-68fc3cca-2041-44b9-b2ff-78a9c2792740 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 493422915 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130161] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131801] pid_max: default: 32768 minimum: 301\n[ 0.132688] ACPI: Core revision 20150930\n[ 0.134058] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135354] Security Framework initialized\n[ 0.136157] Yama: becoming mindful.\n[ 0.136883] AppArmor: AppArmor initialized\n[ 0.137744] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141534] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142908] Initializing cgroup subsys io\n[ 0.143718] Initializing cgroup subsys memory\n[ 0.144574] Initializing cgroup subsys devices\n[ 0.145451] Initializing cgroup subsys freezer\n[ 0.146315] Initializing cgroup subsys net_cls\n[ 0.147176] Initializing cgroup subsys perf_event\n[ 0.148076] Initializing cgroup subsys net_prio\n[ 0.148955] Initializing cgroup subsys hugetlb\n[ 0.149823] Initializing cgroup subsys pids\n[ 0.150693] CPU: Physical Processor ID: 0\n[ 0.152188] mce: CPU supports 10 MCE banks\n[ 0.153025] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171115] ftrace: allocating 31920 entries in 125 pages\n[ 0.197555] smpboot: Max logical packages: 1\n[ 0.198402] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199743] x2apic enabled\n[ 0.200549] Switched APIC routing to physical x2apic.\n[ 0.202318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205393] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207160] KVM setup paravirtual spinlock\n[ 0.208446] x86: Booted up 1 node, 1 CPUs\n[ 0.209245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212327] evm: security.selinux\n[ 0.213016] evm: security.SMACK64\n[ 0.213701] evm: security.SMACK64EXEC\n[ 0.214435] evm: security.SMACK64TRANSMUTE\n[ 0.215234] evm: security.SMACK64MMAP\n[ 0.215965] evm: security.ima\n[ 0.216604] evm: security.capability\n[ 0.217399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219230] pinctrl core: initialized pinctrl subsystem\n[ 0.220310] RTC time: 5:28:21, date: 10/04/18\n[ 0.221267] NET: Registered protocol family 16\n[ 0.222235] cpuidle: using governor ladder\n[ 0.223043] cpuidle: using governor menu\n[ 0.223826] PCCT header not found.\n[ 0.224566] ACPI: bus type PCI registered\n[ 0.225364] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226597] PCI: Using configuration type 1 for base access\n[ 0.228338] ACPI: Added _OSI(Module Device)\n[ 0.229171] ACPI: Added _OSI(Processor Device)\n[ 0.230033] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233051] ACPI: Interpreter enabled\n[ 0.233816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241142] ACPI: (supports S0 S5)\n[ 0.241841] ACPI: Using IOAPIC for interrupt routing\n[ 0.242786] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246991] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251596] acpiphp: Slot [3] registered\n[ 0.252389] acpiphp: Slot [4] registered\n[ 0.253178] acpiphp: Slot [5] registered\n[ 0.253971] acpiphp: Slot [6] registered\n[ 0.254762] acpiphp: Slot [7] registered\n[ 0.255555] acpiphp: Slot [8] registered\n[ 0.256345] acpiphp: Slot [9] registered\n[ 0.257129] acpiphp: Slot [10] registered\n[ 0.257933] acpiphp: Slot [11] registered\n[ 0.258747] acpiphp: Slot [12] registered\n[ 0.259552] acpiphp: Slot [13] registered\n[ 0.260351] acpiphp: Slot [14] registered\n[ 0.261149] acpiphp: Slot [15] registered\n[ 0.272007] acpiphp: Slot [16] registered\n[ 0.272814] acpiphp: Slot [17] registered\n[ 0.273619] acpiphp: Slot [18] registered\n[ 0.274418] acpiphp: Slot [19] registered\n[ 0.275219] acpiphp: Slot [20] registered\n[ 0.276024] acpiphp: Slot [21] registered\n[ 0.276830] acpiphp: Slot [22] registered\n[ 0.277631] acpiphp: Slot [23] registered\n[ 0.278432] acpiphp: Slot [24] registered\n[ 0.279233] acpiphp: Slot [25] registered\n[ 0.280034] acpiphp: Slot [26] registered\n[ 0.280836] acpiphp: Slot [27] registered\n[ 0.281639] acpiphp: Slot [28] registered\n[ 0.282445] acpiphp: Slot [29] registered\n[ 0.283246] acpiphp: Slot [30] registered\n[ 0.284049] acpiphp: Slot [31] registered\n[ 0.284850] PCI host bridge to bus 0000:00\n[ 0.285653] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286850] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288054] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289491] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290924] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298472] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299635] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307748] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309164] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357640] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360534] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361937] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365385] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366616] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367664] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369201] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370926] SCSI subsystem initialized\n[ 0.371740] ACPI: bus type USB registered\n[ 0.372552] usbcore: registered new interface driver usbfs\n[ 0.373577] usbcore: registered new interface driver hub\n[ 0.374575] usbcore: registered new device driver usb\n[ 0.375617] PCI: Using ACPI for IRQ routing\n[ 0.376633] NetLabel: Initializing\n[ 0.377341] NetLabel: domain hash size = 128\n[ 0.378189] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379130] NetLabel: unlabeled traffic allowed by default\n[ 0.380221] clocksource: Switched to clocksource kvm-clock\n[ 0.385728] AppArmor: AppArmor Filesystem Enabled\n[ 0.386683] pnp: PnP ACPI init\n[ 0.387586] pnp: PnP ACPI: found 5 devices\n[ 0.393953] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395643] NET: Registered protocol family 2\n[ 0.396601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397868] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400181] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402421] NET: Registered protocol family 1\n[ 0.403281] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433821] Trying to unpack rootfs image as initramfs...\n[ 0.484999] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498854] Scanning for low memory corruption every 60 seconds\n[ 0.500162] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501307] audit: initializing netlink subsys (disabled)\n[ 0.502320] audit: type=2000 audit(1538630902.370:1): initialized\n[ 0.503613] Initialise system trusted keyring\n[ 0.504554] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505751] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507739] zbud: loaded\n[ 0.508451] VFS: Disk quotas dquot_6.6.0\n[ 0.509267] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510759] fuse init (API version 7.23)\n[ 0.511650] Key type big_key registered\n[ 0.512452] Allocating IMA MOK and blacklist keyrings.\n[ 0.513910] Key type asymmetric registered\n[ 0.514728] Asymmetric key parser 'x509' registered\n[ 0.515672] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517129] io scheduler noop registered\n[ 0.517918] io scheduler deadline registered (default)\n[ 0.518892] io scheduler cfq registered\n[ 0.519716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523439] ACPI: Power Button [PWRF]\n[ 0.524282] GHES: HEST is not enabled!\n[ 0.537967] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566545] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568795] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594684] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596946] Linux agpgart interface v0.103\n[ 0.599003] brd: module loaded\n[ 0.600199] loop: module loaded\n[ 0.605157] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606586] GPT:90111 != 2097151\n[ 0.607250] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608326] GPT:90111 != 2097151\n[ 0.608989] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609947] vda: vda1 vda15\n[ 0.611771] scsi host0: ata_piix\n[ 0.612509] scsi host1: ata_piix\n[ 0.613211] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615828] libphy: Fixed MDIO Bus: probed\n[ 0.616644] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617585] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620672] PPP generic driver version 2.4.2\n[ 0.621885] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623240] ehci-pci: EHCI PCI platform driver\n[ 0.624211] ehci-platform: EHCI generic platform driver\n[ 0.625393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626701] ohci-pci: OHCI PCI platform driver\n[ 0.627707] ohci-platform: OHCI generic platform driver\n[ 0.628868] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645258] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647755] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651519] usb usb1: Product: UHCI Host Controller\n[ 0.652452] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653589] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654654] hub 1-0:1.0: USB hub found\n[ 0.655426] hub 1-0:1.0: 2 ports detected\n[ 0.656340] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658454] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659405] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660444] mousedev: PS/2 mouse device common for all mice\n[ 0.661708] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665841] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667031] i2c /dev entries driver\n[ 0.667786] device-mapper: uevent: version 1.0.3\n[ 0.668731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670353] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671639] NET: Registered protocol family 10\n[ 0.672662] NET: Registered protocol family 17\n[ 0.673553] Key type dns_resolver registered\n[ 0.674476] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675567] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677311] registered taskstats version 1\n[ 0.678138] Loading compiled-in X.509 certificates\n[ 0.679570] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681418] zswap: loaded using pool lzo/zbud\n[ 0.682786] Key type trusted registered\n[ 0.684742] Key type encrypted registered\n[ 0.685574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686595] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687617] evm: HMAC attrs: 0x1\n[ 0.688566] Magic number: 6:777:465\n[ 0.689412] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:22 UTC (1538630902)\n[ 0.690997] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692104] EDD information not available.\n[ 0.768773] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770230] ata1.00: configured for MWDMA2\n[ 0.771430] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784282] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785518] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.788635] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790170] Write protecting the kernel read-only data: 14336k\n[ 0.791723] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793522] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.390771] 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.60s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-04 05:30:17,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action used request id req-68fc3cca-2041-44b9-b2ff-78a9c2792740 2018-10-04 05:30:17,332 - 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-04 05:30:17,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0a51388d20d055e9e9153b38b950bd8aa888b214" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:30:18,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fac8aa0-6d56-4cd3-99a8-97c88552c59a x-compute-request-id: req-5fac8aa0-6d56-4cd3-99a8-97c88552c59a 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 493422915 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130161] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131801] pid_max: default: 32768 minimum: 301\n[ 0.132688] ACPI: Core revision 20150930\n[ 0.134058] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135354] Security Framework initialized\n[ 0.136157] Yama: becoming mindful.\n[ 0.136883] AppArmor: AppArmor initialized\n[ 0.137744] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139064] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141534] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142908] Initializing cgroup subsys io\n[ 0.143718] Initializing cgroup subsys memory\n[ 0.144574] Initializing cgroup subsys devices\n[ 0.145451] Initializing cgroup subsys freezer\n[ 0.146315] Initializing cgroup subsys net_cls\n[ 0.147176] Initializing cgroup subsys perf_event\n[ 0.148076] Initializing cgroup subsys net_prio\n[ 0.148955] Initializing cgroup subsys hugetlb\n[ 0.149823] Initializing cgroup subsys pids\n[ 0.150693] CPU: Physical Processor ID: 0\n[ 0.152188] mce: CPU supports 10 MCE banks\n[ 0.153025] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171115] ftrace: allocating 31920 entries in 125 pages\n[ 0.197555] smpboot: Max logical packages: 1\n[ 0.198402] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199743] x2apic enabled\n[ 0.200549] Switched APIC routing to physical x2apic.\n[ 0.202318] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203422] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205393] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207160] KVM setup paravirtual spinlock\n[ 0.208446] x86: Booted up 1 node, 1 CPUs\n[ 0.209245] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210620] devtmpfs: initialized\n[ 0.212327] evm: security.selinux\n[ 0.213016] evm: security.SMACK64\n[ 0.213701] evm: security.SMACK64EXEC\n[ 0.214435] evm: security.SMACK64TRANSMUTE\n[ 0.215234] evm: security.SMACK64MMAP\n[ 0.215965] evm: security.ima\n[ 0.216604] evm: security.capability\n[ 0.217399] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219230] pinctrl core: initialized pinctrl subsystem\n[ 0.220310] RTC time: 5:28:21, date: 10/04/18\n[ 0.221267] NET: Registered protocol family 16\n[ 0.222235] cpuidle: using governor ladder\n[ 0.223043] cpuidle: using governor menu\n[ 0.223826] PCCT header not found.\n[ 0.224566] ACPI: bus type PCI registered\n[ 0.225364] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226597] PCI: Using configuration type 1 for base access\n[ 0.228338] ACPI: Added _OSI(Module Device)\n[ 0.229171] ACPI: Added _OSI(Processor Device)\n[ 0.230033] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233051] ACPI: Interpreter enabled\n[ 0.233816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235655] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241142] ACPI: (supports S0 S5)\n[ 0.241841] ACPI: Using IOAPIC for interrupt routing\n[ 0.242786] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246991] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248210] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251596] acpiphp: Slot [3] registered\n[ 0.252389] acpiphp: Slot [4] registered\n[ 0.253178] acpiphp: Slot [5] registered\n[ 0.253971] acpiphp: Slot [6] registered\n[ 0.254762] acpiphp: Slot [7] registered\n[ 0.255555] acpiphp: Slot [8] registered\n[ 0.256345] acpiphp: Slot [9] registered\n[ 0.257129] acpiphp: Slot [10] registered\n[ 0.257933] acpiphp: Slot [11] registered\n[ 0.258747] acpiphp: Slot [12] registered\n[ 0.259552] acpiphp: Slot [13] registered\n[ 0.260351] acpiphp: Slot [14] registered\n[ 0.261149] acpiphp: Slot [15] registered\n[ 0.272007] acpiphp: Slot [16] registered\n[ 0.272814] acpiphp: Slot [17] registered\n[ 0.273619] acpiphp: Slot [18] registered\n[ 0.274418] acpiphp: Slot [19] registered\n[ 0.275219] acpiphp: Slot [20] registered\n[ 0.276024] acpiphp: Slot [21] registered\n[ 0.276830] acpiphp: Slot [22] registered\n[ 0.277631] acpiphp: Slot [23] registered\n[ 0.278432] acpiphp: Slot [24] registered\n[ 0.279233] acpiphp: Slot [25] registered\n[ 0.280034] acpiphp: Slot [26] registered\n[ 0.280836] acpiphp: Slot [27] registered\n[ 0.281639] acpiphp: Slot [28] registered\n[ 0.282445] acpiphp: Slot [29] registered\n[ 0.283246] acpiphp: Slot [30] registered\n[ 0.284049] acpiphp: Slot [31] registered\n[ 0.284850] PCI host bridge to bus 0000:00\n[ 0.285653] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286850] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.288054] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289491] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290924] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.297204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298472] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299635] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300895] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.307748] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309164] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357640] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.359103] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360534] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361937] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363319] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.365385] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.366616] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.367664] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.369201] vgaarb: loaded\n[ 0.369798] vgaarb: bridge control possible 0000:00:02.0\n[ 0.370926] SCSI subsystem initialized\n[ 0.371740] ACPI: bus type USB registered\n[ 0.372552] usbcore: registered new interface driver usbfs\n[ 0.373577] usbcore: registered new interface driver hub\n[ 0.374575] usbcore: registered new device driver usb\n[ 0.375617] PCI: Using ACPI for IRQ routing\n[ 0.376633] NetLabel: Initializing\n[ 0.377341] NetLabel: domain hash size = 128\n[ 0.378189] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.379130] NetLabel: unlabeled traffic allowed by default\n[ 0.380221] clocksource: Switched to clocksource kvm-clock\n[ 0.385728] AppArmor: AppArmor Filesystem Enabled\n[ 0.386683] pnp: PnP ACPI init\n[ 0.387586] pnp: PnP ACPI: found 5 devices\n[ 0.393953] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395643] NET: Registered protocol family 2\n[ 0.396601] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397868] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.399026] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400181] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402421] NET: Registered protocol family 1\n[ 0.403281] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404372] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405436] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433821] Trying to unpack rootfs image as initramfs...\n[ 0.484999] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.498854] Scanning for low memory corruption every 60 seconds\n[ 0.500162] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.501307] audit: initializing netlink subsys (disabled)\n[ 0.502320] audit: type=2000 audit(1538630902.370:1): initialized\n[ 0.503613] Initialise system trusted keyring\n[ 0.504554] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.505751] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.507739] zbud: loaded\n[ 0.508451] VFS: Disk quotas dquot_6.6.0\n[ 0.509267] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.510759] fuse init (API version 7.23)\n[ 0.511650] Key type big_key registered\n[ 0.512452] Allocating IMA MOK and blacklist keyrings.\n[ 0.513910] Key type asymmetric registered\n[ 0.514728] Asymmetric key parser 'x509' registered\n[ 0.515672] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.517129] io scheduler noop registered\n[ 0.517918] io scheduler deadline registered (default)\n[ 0.518892] io scheduler cfq registered\n[ 0.519716] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.520757] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.522006] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523439] ACPI: Power Button [PWRF]\n[ 0.524282] GHES: HEST is not enabled!\n[ 0.537967] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.566545] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568795] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.594684] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596946] Linux agpgart interface v0.103\n[ 0.599003] brd: module loaded\n[ 0.600199] loop: module loaded\n[ 0.605157] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606586] GPT:90111 != 2097151\n[ 0.607250] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608326] GPT:90111 != 2097151\n[ 0.608989] GPT: Use GNU Parted to correct GPT errors.\n[ 0.609947] vda: vda1 vda15\n[ 0.611771] scsi host0: ata_piix\n[ 0.612509] scsi host1: ata_piix\n[ 0.613211] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614402] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615828] libphy: Fixed MDIO Bus: probed\n[ 0.616644] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617585] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620672] PPP generic driver version 2.4.2\n[ 0.621885] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623240] ehci-pci: EHCI PCI platform driver\n[ 0.624211] ehci-platform: EHCI generic platform driver\n[ 0.625393] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626701] ohci-pci: OHCI PCI platform driver\n[ 0.627707] ohci-platform: OHCI generic platform driver\n[ 0.628868] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644260] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645258] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.646723] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.647755] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.648888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.650104] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.651519] usb usb1: Product: UHCI Host Controller\n[ 0.652452] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.653589] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.654654] hub 1-0:1.0: USB hub found\n[ 0.655426] hub 1-0:1.0: 2 ports detected\n[ 0.656340] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.658454] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.659405] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.660444] mousedev: PS/2 mouse device common for all mice\n[ 0.661708] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663549] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665841] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.667031] i2c /dev entries driver\n[ 0.667786] device-mapper: uevent: version 1.0.3\n[ 0.668731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.670353] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671639] NET: Registered protocol family 10\n[ 0.672662] NET: Registered protocol family 17\n[ 0.673553] Key type dns_resolver registered\n[ 0.674476] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675567] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677311] registered taskstats version 1\n[ 0.678138] Loading compiled-in X.509 certificates\n[ 0.679570] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681418] zswap: loaded using pool lzo/zbud\n[ 0.682786] Key type trusted registered\n[ 0.684742] Key type encrypted registered\n[ 0.685574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686595] ima: No TPM chip found, activating TPM-bypass!\n[ 0.687617] evm: HMAC attrs: 0x1\n[ 0.688566] Magic number: 6:777:465\n[ 0.689412] rtc_cmos 00:00: setting system clock to 2018-10-04 05:28:22 UTC (1538630902)\n[ 0.690997] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692104] EDD information not available.\n[ 0.768773] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.770230] ata1.00: configured for MWDMA2\n[ 0.771430] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784282] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785518] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.786770] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.788635] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.790170] Write protecting the kernel read-only data: 14336k\n[ 0.791723] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793522] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.19\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.390771] 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.60s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-04 05:30:18,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action used request id req-5fac8aa0-6d56-4cd3-99a8-97c88552c59a 2018-10-04 05:30:18,413 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-10-04 05:30:18,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91aed881cf1a2300212db8282623e86c0f8d9e02" -d '{"forceDelete": null}' 2018-10-04 05:30:18,598 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:30: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-5c14d855-3d17-48b1-b899-8b025de3e2b9 x-compute-request-id: req-5c14d855-3d17-48b1-b899-8b025de3e2b9 Content-Length: 0 Content-Type: application/json 2018-10-04 05:30:18,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/3efb7516-1407-405f-bf13-56c7a43da9ff/action used request id req-5c14d855-3d17-48b1-b899-8b025de3e2b9 2018-10-04 05:30:18,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91aed881cf1a2300212db8282623e86c0f8d9e02" -d '{"forceDelete": null}' 2018-10-04 05:30:18,850 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:30: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-a0b8bffb-6234-4e16-832c-fe80ff4e5f87 x-compute-request-id: req-a0b8bffb-6234-4e16-832c-fe80ff4e5f87 Content-Length: 0 Content-Type: application/json 2018-10-04 05:30:18,850 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/4e56ddf1-e8bc-49ac-8748-b70b9e90db55/action used request id req-a0b8bffb-6234-4e16-832c-fe80ff4e5f87 2018-10-04 05:30:18,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}91aed881cf1a2300212db8282623e86c0f8d9e02" -d '{"forceDelete": null}' 2018-10-04 05:30:19,060 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:30: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-5db37dd6-9dc4-4e28-a9e3-02a6505f834b x-compute-request-id: req-5db37dd6-9dc4-4e28-a9e3-02a6505f834b Content-Length: 0 Content-Type: application/json 2018-10-04 05:30:19,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/c9dbf06e-0d86-4355-b324-35682744d99b/action used request id req-5db37dd6-9dc4-4e28-a9e3-02a6505f834b 2018-10-04 05:30:19,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/02806441-110c-4907-8d5f-0bee3cb2fcff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3def24950c223036f6ead9660c65fca2f36389ac" 2018-10-04 05:30:21,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-143f8fc3-d8ee-4bbc-bf22-4b7e3837350f Date: Thu, 04 Oct 2018 05:30: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-04 05:30:21,207 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/02806441-110c-4907-8d5f-0bee3cb2fcff used request id req-143f8fc3-d8ee-4bbc-bf22-4b7e3837350f 2018-10-04 05:30:21,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/96791309-d9b4-47ae-8c74-3bd8613d9ae7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:30:21,903 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e96fecfb-15fc-4cbd-ad23-3ffd712a3dde Content-Length: 0 Date: Thu, 04 Oct 2018 05:30:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:30:21,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/96791309-d9b4-47ae-8c74-3bd8613d9ae7 used request id req-e96fecfb-15fc-4cbd-ad23-3ffd712a3dde 2018-10-04 05:30:21,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/8f4e4ed9-db7c-4d12-bd56-5d636c4003ae -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:30:22,549 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-82dd8d60-8c7b-4de8-94a0-acb1ec872fbc Content-Length: 0 Date: Thu, 04 Oct 2018 05:30:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:30:22,549 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/8f4e4ed9-db7c-4d12-bd56-5d636c4003ae used request id req-82dd8d60-8c7b-4de8-94a0-acb1ec872fbc 2018-10-04 05:30:22,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/dc731dd1-64bc-474b-bbc6-defcb0e68fbf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:30:24,730 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-96710b13-219e-411e-8991-4fcefb2afccb Date: Thu, 04 Oct 2018 05:30:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:30:24,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/dc731dd1-64bc-474b-bbc6-defcb0e68fbf used request id req-96710b13-219e-411e-8991-4fcefb2afccb 2018-10-04 05:30:24,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/bc715154-b240-405e-a732-1d779a1fd4de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:30:27,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-97f2a09f-ea70-4266-a3bb-b57e8b7a0bfb Date: Thu, 04 Oct 2018 05:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:30:27,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/bc715154-b240-405e-a732-1d779a1fd4de used request id req-97f2a09f-ea70-4266-a3bb-b57e8b7a0bfb 2018-10-04 05:30:27,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/3339a35a-e81a-4292-a56b-1162716fd8ad -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:30:27,989 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-188148f8-88c4-4e12-803f-a1de771c2fbd Date: Thu, 04 Oct 2018 05:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:30:27,990 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/3339a35a-e81a-4292-a56b-1162716fd8ad used request id req-188148f8-88c4-4e12-803f-a1de771c2fbd 2018-10-04 05:30:27,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/68e9a0fd-5cf9-4a2a-8997-96f0148d50a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce47fd34746197f2c7d00ae3c3ee081334b93ed0" 2018-10-04 05:30:28,903 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-53e9428a-4223-45cf-96d6-b2718fb206a7 Date: Thu, 04 Oct 2018 05:30:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:30:28,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/68e9a0fd-5cf9-4a2a-8997-96f0148d50a8 used request id req-53e9428a-4223-45cf-96d6-b2718fb206a7 2018-10-04 05:30:28,904 - 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-04 05:30:28,904 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:30:28,904 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-10-04 05:30:28,905 - 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-04 05:30:28,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-10-04 05:30:28,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-10-04 05:30:28,905 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-10-04 05:30:28,996 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-10-04 05:30:28,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:30:28,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:30:28,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:30:29,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:30:29,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:30:29,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:30:29,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:30:29,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:30:29,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:30:29,005 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:30:29,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:30:29,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e1ddbd8-05d9-4965-8f1e-975bc78a3f00 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:30:29,011 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0e1ddbd8-05d9-4965-8f1e-975bc78a3f00 2018-10-04 05:30:29,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:30:29,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:30:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["d8wxQFN0QgqQzsrYMapUZQ"], "issued_at": "2018-10-04T05:30:29.000000Z"}} 2018-10-04 05:30:29,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc295ffaaa68bc91f9f37b33a5ceb7fc1c68e72d" 2018-10-04 05:30:29,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-475e1639-77e1-43bd-80b6-ec034e82b100 Date: Thu, 04 Oct 2018 05:30:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:30:29,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-475e1639-77e1-43bd-80b6-ec034e82b100 2018-10-04 05:30:29,564 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:30:29,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc295ffaaa68bc91f9f37b33a5ceb7fc1c68e72d" 2018-10-04 05:30:30,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-01be1e4e-0cd3-4cf0-8d7e-271b6f12b68e Date: Thu, 04 Oct 2018 05:30: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-04 05:30:30,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-01be1e4e-0cd3-4cf0-8d7e-271b6f12b68e 2018-10-04 05:30:30,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dc295ffaaa68bc91f9f37b33a5ceb7fc1c68e72d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:30:30,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/9b57e247-733f-4107-ab83-ac16187fc146 X-Openstack-Request-Id: req-c8061bb0-679e-495e-8f69-085767f77324 Date: Thu, 04 Oct 2018 05:30:30 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:30:30Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:30:30Z", "visibility": "public", "locations": [], "self": "/v2/images/9b57e247-733f-4107-ab83-ac16187fc146", "min_disk": 0, "protected": false, "id": "9b57e247-733f-4107-ab83-ac16187fc146", "file": "/v2/images/9b57e247-733f-4107-ab83-ac16187fc146/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:30:30,330 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-c8061bb0-679e-495e-8f69-085767f77324 2018-10-04 05:30:30,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/9b57e247-733f-4107-ab83-ac16187fc146/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc295ffaaa68bc91f9f37b33a5ceb7fc1c68e72d" -d '' 2018-10-04 05:30:31,568 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca28ba4a-50a6-4891-8f09-0cc0c806ac31 Date: Thu, 04 Oct 2018 05:30: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-04 05:30:31,568 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/9b57e247-733f-4107-ab83-ac16187fc146/file used request id req-ca28ba4a-50a6-4891-8f09-0cc0c806ac31 2018-10-04 05:30:31,569 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-10-04 05:30:31,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:30:31,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98a4588b-1c0e-46a8-b96d-54bf9a4b1345 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:30:31,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-98a4588b-1c0e-46a8-b96d-54bf9a4b1345 2018-10-04 05:30:31,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:30:31,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["zBRlwW40TEinpefTfA5ysA"], "issued_at": "2018-10-04T05:30:31.000000Z"}} 2018-10-04 05:30:31,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-10-04 05:30:32,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-2f04876f-8e00-4140-9bbe-0cea21bb4642 Date: Thu, 04 Oct 2018 05:30: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":"9f081c7f-ef27-4c30-afaf-331032060031","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:30:32Z","is_default":false,"provider:segmentation_id":66,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:30:32Z","mtu":1450}} 2018-10-04 05:30:32,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2f04876f-8e00-4140-9bbe-0cea21bb4642 2018-10-04 05:30:32,422 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 9f081c7f-ef27-4c30-afaf-331032060031 with cidr 10.10.10.0/24 2018-10-04 05:30:32,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"subnets": [{"ip_version": 4, "network_id": "9f081c7f-ef27-4c30-afaf-331032060031", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-10-04 05:30:32,972 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d228977b-6102-4f99-b467-27936df48998 Date: Thu, 04 Oct 2018 05:30:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9f081c7f-ef27-4c30-afaf-331032060031","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:30:32Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:30:32Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"8a5fd98c-96cc-4635-ba60-bc25dd08975c","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-10-04 05:30:32,973 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-d228977b-6102-4f99-b467-27936df48998 2018-10-04 05:30:32,973 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-10-04 05:30:32,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-10-04 05:30:33,385 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-e99a9209-e8df-45e1-9dad-a103a50b146e Date: Thu, 04 Oct 2018 05:30:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ab7f79aa-c644-4e20-950e-e720cc2b65dc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:30:33Z","is_default":false,"provider:segmentation_id":91,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:30:33Z","mtu":1450}} 2018-10-04 05:30:33,386 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-e99a9209-e8df-45e1-9dad-a103a50b146e 2018-10-04 05:30:33,386 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network ab7f79aa-c644-4e20-950e-e720cc2b65dc with cidr 10.10.11.0/24 2018-10-04 05:30:33,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"subnets": [{"ip_version": 4, "network_id": "ab7f79aa-c644-4e20-950e-e720cc2b65dc", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-10-04 05:30:34,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1ea939f9-1c40-4631-93fb-1cd408cdd3d4 Date: Thu, 04 Oct 2018 05:30:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab7f79aa-c644-4e20-950e-e720cc2b65dc","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:30:33Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:30:33Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"61bba77c-9477-4a8a-80b8-35bfa65a1e44","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-10-04 05:30:34,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-1ea939f9-1c40-4631-93fb-1cd408cdd3d4 2018-10-04 05:30:34,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:30:34,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-5178b1a3-15ed-49ae-92f3-08f7d45b348b Date: Thu, 04 Oct 2018 05:30:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-04T05:22:09Z", "revision_number": 0, "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 179, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 7, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:30:34,282 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-5178b1a3-15ed-49ae-92f3-08f7d45b348b 2018-10-04 05:30:34,284 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:30:34,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:30:34,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b23968e4-dfe1-426b-97bf-8ee0dc854547 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:30:34,291 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b23968e4-dfe1-426b-97bf-8ee0dc854547 2018-10-04 05:30:34,292 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:30:34,658 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:30:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["FzjpC5LASrWhma1I3ogJbQ"], "issued_at": "2018-10-04T05:30:34.000000Z"}} 2018-10-04 05:30:34,661 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" 2018-10-04 05:30:34,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc43e396-3879-4f80-b387-8876b1eb6c1b x-compute-request-id: req-cc43e396-3879-4f80-b387-8876b1eb6c1b 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:30:34,835 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-cc43e396-3879-4f80-b387-8876b1eb6c1b 2018-10-04 05:30:34,836 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-04 05:30:34,836 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-10-04 05:30:34,836 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=9b57e247-733f-4107-ab83-ac16187fc146 network=9f081c7f-ef27-4c30-afaf-331032060031 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:30:34,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:30:34,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:30:34,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:30:34,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:30:34,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:30:34,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:30:34,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:30:34,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:30:34,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:30:34,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:30:34,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:30:34,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:30:34,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:30:34,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:30:34,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:30:34,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:30:34,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:30:34,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:30:34,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee189e4a-3d56-4dfe-b165-acb08d0784bd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:30:34,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ee189e4a-3d56-4dfe-b165-acb08d0784bd 2018-10-04 05:30:34,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:30:35,227 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:30:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["sJ7xDd42QjGBjP5kKli80g"], "issued_at": "2018-10-04T05:30:35.000000Z"}} 2018-10-04 05:30:35,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" 2018-10-04 05:30:35,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-31f3f4be-105e-4a1f-a2f4-ddfedc2a28f1 x-compute-request-id: req-31f3f4be-105e-4a1f-a2f4-ddfedc2a28f1 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:30:35,453 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-31f3f4be-105e-4a1f-a2f4-ddfedc2a28f1 2018-10-04 05:30:35,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" 2018-10-04 05:30:35,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4341c84-da2b-4d16-b986-ed0ffb64965d x-compute-request-id: req-a4341c84-da2b-4d16-b986-ed0ffb64965d Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:30:35,478 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-a4341c84-da2b-4d16-b986-ed0ffb64965d 2018-10-04 05:30:35,481 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "9b57e247-733f-4107-ab83-ac16187fc146", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9f081c7f-ef27-4c30-afaf-331032060031"}]}}' 2018-10-04 05:30:37,366 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:30:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0100552d-dffb-4761-8dad-0002546d0c8e x-compute-request-id: req-0100552d-dffb-4761-8dad-0002546d0c8e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7473309a-91fc-41cb-b941-44409c42cb22", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "bookmark"}], "adminPass": "X8eTonz4Q6RD"}} 2018-10-04 05:30:37,366 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0100552d-dffb-4761-8dad-0002546d0c8e 2018-10-04 05:30:37,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:30:37,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e4d7ebc-f4d4-4b1d-a678-b5d1ec0f4e8d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:30:37,374 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4e4d7ebc-f4d4-4b1d-a678-b5d1ec0f4e8d 2018-10-04 05:30:37,374 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:30:37,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:30:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["APCmJY4UT3-jtFBfGfrfsw"], "issued_at": "2018-10-04T05:30:37.000000Z"}} 2018-10-04 05:30:37,759 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f519a8646854b4d4f03bec31d2477f5c0d06622" 2018-10-04 05:30:38,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30: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-c2c8a53b-f199-4789-92b7-da56a08febe9 x-compute-request-id: req-c2c8a53b-f199-4789-92b7-da56a08febe9 Content-Encoding: gzip Content-Length: 615 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7473309a-91fc-41cb-b941-44409c42cb22", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:30:37Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-10-04T05:30:37Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:38,287 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 used request id req-c2c8a53b-f199-4789-92b7-da56a08febe9 2018-10-04 05:30:41,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f519a8646854b4d4f03bec31d2477f5c0d06622" 2018-10-04 05:30:42,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e1257fcd-094f-4ce4-b970-f24c5e1de815 x-compute-request-id: req-e1257fcd-094f-4ce4-b970-f24c5e1de815 Content-Encoding: gzip Content-Length: 772 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:a7:27:da", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7473309a-91fc-41cb-b941-44409c42cb22", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:30:38Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:30:37Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:42,048 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 used request id req-e1257fcd-094f-4ce4-b970-f24c5e1de815 2018-10-04 05:30:45,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3f519a8646854b4d4f03bec31d2477f5c0d06622" 2018-10-04 05:30:45,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-327c7994-a353-48af-96df-e9bf65a86464 x-compute-request-id: req-327c7994-a353-48af-96df-e9bf65a86464 Content-Encoding: gzip Content-Length: 778 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:a7:27:da", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-04T05:30:41.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7473309a-91fc-41cb-b941-44409c42cb22", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:30:42Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:30:37Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:45,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 used request id req-327c7994-a353-48af-96df-e9bf65a86464 2018-10-04 05:30:45,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" 2018-10-04 05:30:46,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38b38aa0-6b99-46c7-bf3c-7a323a195bb9 x-compute-request-id: req-38b38aa0-6b99-46c7-bf3c-7a323a195bb9 Content-Encoding: gzip Content-Length: 778 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:a7:27:da", "version": 4, "addr": "10.10.10.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7473309a-91fc-41cb-b941-44409c42cb22", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000117", "OS-SRV-USG:launched_at": "2018-10-04T05:30:41.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7473309a-91fc-41cb-b941-44409c42cb22", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:30:42Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:30:37Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:46,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22 used request id req-38b38aa0-6b99-46c7-bf3c-7a323a195bb9 2018-10-04 05:30:46,437 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.9'. 2018-10-04 05:30:46,438 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-10-04 05:30:46,441 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:30:48,013 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:30:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e8e5d3a-9809-4b48-9b27-296207a4bb21 x-compute-request-id: req-7e8e5d3a-9809-4b48-9b27-296207a4bb21 Content-Length: 0 Content-Type: application/json 2018-10-04 05:30:48,013 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-7e8e5d3a-9809-4b48-9b27-296207a4bb21 2018-10-04 05:30:48,014 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-10-04 05:30:48,014 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=9b57e247-733f-4107-ab83-ac16187fc146 network=9f081c7f-ef27-4c30-afaf-331032060031 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:30:48,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:30:48,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:30:48,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:30:48,014 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:30:48,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:30:48,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:30:48,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:30:48,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:30:48,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:30:48,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:30:48,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:30:48,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:30:48,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:30:48,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:30:48,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:30:48,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:30:48,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:30:48,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:30:48,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:30:48,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97831e7c-7c12-4d60-bced-292bc1f006c5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:30:48,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-97831e7c-7c12-4d60-bced-292bc1f006c5 2018-10-04 05:30:48,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:30:48,423 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:30:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["lRiejNNEQkqG9y8gHAIHIA"], "issued_at": "2018-10-04T05:30:48.000000Z"}} 2018-10-04 05:30:48,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" 2018-10-04 05:30:48,601 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21efc7d8-c267-4c95-8550-050c7d8e5e56 x-compute-request-id: req-21efc7d8-c267-4c95-8550-050c7d8e5e56 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:30:48,602 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-21efc7d8-c267-4c95-8550-050c7d8e5e56 2018-10-04 05:30:48,605 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" 2018-10-04 05:30:48,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c05595e-f2d1-4a9d-8b47-639de7a777cf x-compute-request-id: req-4c05595e-f2d1-4a9d-8b47-639de7a777cf Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:30:48,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-4c05595e-f2d1-4a9d-8b47-639de7a777cf 2018-10-04 05:30:48,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "9b57e247-733f-4107-ab83-ac16187fc146", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9f081c7f-ef27-4c30-afaf-331032060031"}]}}' 2018-10-04 05:30:50,107 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:30:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43df0b4a-88a0-4ac6-8abd-30abe1857d33 x-compute-request-id: req-43df0b4a-88a0-4ac6-8abd-30abe1857d33 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "bookmark"}], "adminPass": "PXjS4PTLqAz4"}} 2018-10-04 05:30:50,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-43df0b4a-88a0-4ac6-8abd-30abe1857d33 2018-10-04 05:30:50,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:30:50,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afe95c91-69da-4788-a792-a35372732601 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:30:50,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-afe95c91-69da-4788-a792-a35372732601 2018-10-04 05:30:50,117 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:30:50,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:30:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["B1npNdyjS8GJfu6dBTVDuw"], "issued_at": "2018-10-04T05:30:50.000000Z"}} 2018-10-04 05:30:50,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac26bc7645f09527840d39e2cb20338c995d524b" 2018-10-04 05:30:51,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2d82853-8ccf-44a4-90a7-f3653ae19205 x-compute-request-id: req-c2d82853-8ccf-44a4-90a7-f3653ae19205 Content-Encoding: gzip Content-Length: 679 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:30:50Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:30:50Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:51,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 used request id req-c2d82853-8ccf-44a4-90a7-f3653ae19205 2018-10-04 05:30:54,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac26bc7645f09527840d39e2cb20338c995d524b" 2018-10-04 05:30:54,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0c07f9d-5d53-4bf2-a896-f7460715ac3e x-compute-request-id: req-c0c07f9d-5d53-4bf2-a896-f7460715ac3e 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.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:30:51Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:30:50Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:54,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 used request id req-c0c07f9d-5d53-4bf2-a896-f7460715ac3e 2018-10-04 05:30:57,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac26bc7645f09527840d39e2cb20338c995d524b" 2018-10-04 05:30:58,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77dd9ddc-e651-4fe2-a22f-44a1408dbac8 x-compute-request-id: req-77dd9ddc-e651-4fe2-a22f-44a1408dbac8 Content-Encoding: gzip Content-Length: 778 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:da:54:5c", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-04T05:30:53.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:30:55Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:30:50Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:58,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 used request id req-77dd9ddc-e651-4fe2-a22f-44a1408dbac8 2018-10-04 05:30:58,234 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" 2018-10-04 05:30:58,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:30: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-10b9e692-b4d5-49d8-b8db-965185320ca1 x-compute-request-id: req-10b9e692-b4d5-49d8-b8db-965185320ca1 Content-Encoding: gzip Content-Length: 778 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:da:54:5c", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011a", "OS-SRV-USG:launched_at": "2018-10-04T05:30:53.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:30:55Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:30:50Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:30:58,863 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 used request id req-10b9e692-b4d5-49d8-b8db-965185320ca1 2018-10-04 05:30:58,863 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.8'. 2018-10-04 05:30:58,863 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-10-04 05:30:58,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:31:00,383 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:30: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-615f54cf-e40b-4543-a33c-4d2f85a511f0 x-compute-request-id: req-615f54cf-e40b-4543-a33c-4d2f85a511f0 Content-Length: 0 Content-Type: application/json 2018-10-04 05:31:00,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action used request id req-615f54cf-e40b-4543-a33c-4d2f85a511f0 2018-10-04 05:31:00,384 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-10-04 05:31:00,384 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=9b57e247-733f-4107-ab83-ac16187fc146 network=ab7f79aa-c644-4e20-950e-e720cc2b65dc secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:31:00,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:31:00,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:31:00,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:31:00,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:31:00,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:31:00,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:31:00,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:31:00,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:31:00,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:31:00,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:31:00,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:31:00,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:31:00,390 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:31:00,391 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:31:00,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:31:00,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:31:00,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:31:00,392 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:31:00,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:31:00,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6480939-7989-419c-aad6-c0adda1ae685 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:31:00,403 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f6480939-7989-419c-aad6-c0adda1ae685 2018-10-04 05:31:00,404 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:31:00,785 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:31:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["zhrf7O6GTOi3Igc9BM-leA"], "issued_at": "2018-10-04T05:31:00.000000Z"}} 2018-10-04 05:31:00,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" 2018-10-04 05:31:00,946 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c157cdd7-3fae-4c70-b292-6f67e6b0bf5e x-compute-request-id: req-c157cdd7-3fae-4c70-b292-6f67e6b0bf5e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:31:00,946 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c157cdd7-3fae-4c70-b292-6f67e6b0bf5e 2018-10-04 05:31:00,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" 2018-10-04 05:31:00,968 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe7d89d7-e82e-4877-8b34-d2fff8a1011a x-compute-request-id: req-fe7d89d7-e82e-4877-8b34-d2fff8a1011a Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:31:00,968 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-fe7d89d7-e82e-4877-8b34-d2fff8a1011a 2018-10-04 05:31:00,971 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "9b57e247-733f-4107-ab83-ac16187fc146", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ab7f79aa-c644-4e20-950e-e720cc2b65dc"}]}}' 2018-10-04 05:31:02,588 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:31:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d775e5fd-fcbb-48b8-b6d4-e6ba4451a6c2 x-compute-request-id: req-d775e5fd-fcbb-48b8-b6d4-e6ba4451a6c2 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "97a52011-1d43-4383-95d9-2fcab9c5919b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "bookmark"}], "adminPass": "s8UdBs5S8wPu"}} 2018-10-04 05:31:02,588 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d775e5fd-fcbb-48b8-b6d4-e6ba4451a6c2 2018-10-04 05:31:02,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:31:02,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93a4d4f6-3483-48ee-a203-b5d1226cad64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:31:02,596 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93a4d4f6-3483-48ee-a203-b5d1226cad64 2018-10-04 05:31:02,596 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:31:02,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:31:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["isjniNscRXeRCnm5xDl7Hw"], "issued_at": "2018-10-04T05:31:02.000000Z"}} 2018-10-04 05:31:02,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7a1a23bccd70a1ca0cb74409c22b47da823c43" 2018-10-04 05:31:03,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31: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-c7cf01de-0d27-479c-b64b-64a280875498 x-compute-request-id: req-c7cf01de-0d27-479c-b64b-64a280875498 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "97a52011-1d43-4383-95d9-2fcab9c5919b", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:31:03Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-5", "created": "2018-10-04T05:31:02Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:03,464 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b used request id req-c7cf01de-0d27-479c-b64b-64a280875498 2018-10-04 05:31:06,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7a1a23bccd70a1ca0cb74409c22b47da823c43" 2018-10-04 05:31:07,155 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-713a8cb7-18ca-4d1e-872d-3f052663145c x-compute-request-id: req-713a8cb7-18ca-4d1e-872d-3f052663145c Content-Encoding: gzip Content-Length: 777 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:2c:1d:c3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "97a52011-1d43-4383-95d9-2fcab9c5919b", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:31:03Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:31:02Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:07,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b used request id req-713a8cb7-18ca-4d1e-872d-3f052663145c 2018-10-04 05:31:10,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7a1a23bccd70a1ca0cb74409c22b47da823c43" 2018-10-04 05:31:10,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4778f20d-a25d-4b2c-8950-a78c389456a7 x-compute-request-id: req-4778f20d-a25d-4b2c-8950-a78c389456a7 Content-Encoding: gzip Content-Length: 782 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:2c:1d:c3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-04T05:31:04.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "97a52011-1d43-4383-95d9-2fcab9c5919b", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:31:06Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:31:02Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:10,608 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b used request id req-4778f20d-a25d-4b2c-8950-a78c389456a7 2018-10-04 05:31:10,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" 2018-10-04 05:31:11,366 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d361378-a3a9-46b3-891a-42ce56d8192f x-compute-request-id: req-3d361378-a3a9-46b3-891a-42ce56d8192f Content-Encoding: gzip Content-Length: 782 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:2c:1d:c3", "version": 4, "addr": "10.10.11.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/97a52011-1d43-4383-95d9-2fcab9c5919b", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000011d", "OS-SRV-USG:launched_at": "2018-10-04T05:31:04.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "97a52011-1d43-4383-95d9-2fcab9c5919b", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:31:06Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:31:02Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:11,366 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b used request id req-3d361378-a3a9-46b3-891a-42ce56d8192f 2018-10-04 05:31:11,367 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.9'. 2018-10-04 05:31:11,367 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-10-04 05:31:11,370 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:31:12,812 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:31:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4aaba535-a0d2-4cb3-ac88-1b540f8b5fa1 x-compute-request-id: req-4aaba535-a0d2-4cb3-ac88-1b540f8b5fa1 Content-Length: 0 Content-Type: application/json 2018-10-04 05:31:12,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action used request id req-4aaba535-a0d2-4cb3-ac88-1b540f8b5fa1 2018-10-04 05:31:12,812 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-10-04 05:31:12,812 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=9b57e247-733f-4107-ab83-ac16187fc146 network=ab7f79aa-c644-4e20-950e-e720cc2b65dc secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-04 05:31:12,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:31:12,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:31:12,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:31:12,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:31:12,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:31:12,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:31:12,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:31:12,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:31:12,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:31:12,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:31:12,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:31:12,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:31:12,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:31:12,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:31:12,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:31:12,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:31:12,819 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:31:12,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:31:12,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:31:12,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:31:12,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-912d9b96-8b3a-48fe-8403-091a72cf0a13 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:31:12,830 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-912d9b96-8b3a-48fe-8403-091a72cf0a13 2018-10-04 05:31:12,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:31:13,222 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:31:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["5D4ZPz3VRn-l4rgiloz9VQ"], "issued_at": "2018-10-04T05:31:13.000000Z"}} 2018-10-04 05:31:13,225 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7ad65c9adea853abee6b96d574ccaa01a48104" 2018-10-04 05:31:13,388 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb331b37-a919-42ca-80fc-260f793b246d x-compute-request-id: req-fb331b37-a919-42ca-80fc-260f793b246d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:31:13,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fb331b37-a919-42ca-80fc-260f793b246d 2018-10-04 05:31:13,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7ad65c9adea853abee6b96d574ccaa01a48104" 2018-10-04 05:31:13,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d56936d-1dca-415a-b107-5410a039d1e9 x-compute-request-id: req-3d56936d-1dca-415a-b107-5410a039d1e9 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:31:13,414 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-3d56936d-1dca-415a-b107-5410a039d1e9 2018-10-04 05:31:13,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7ad65c9adea853abee6b96d574ccaa01a48104" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "9b57e247-733f-4107-ab83-ac16187fc146", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS45CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ab7f79aa-c644-4e20-950e-e720cc2b65dc"}], "config_drive": true}}' 2018-10-04 05:31:14,922 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:31:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0fdb3608-2d2c-4902-8b5c-799ecbba6aad x-compute-request-id: req-0fdb3608-2d2c-4902-8b5c-799ecbba6aad Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "81e4a809-a090-4a94-a6da-c601863cc54f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "bookmark"}], "adminPass": "k7rManf2HLq5"}} 2018-10-04 05:31:14,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0fdb3608-2d2c-4902-8b5c-799ecbba6aad 2018-10-04 05:31:14,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:31:14,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ece20bd3-cd1e-4f6b-a117-4471fd6b9490 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:31:14,931 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ece20bd3-cd1e-4f6b-a117-4471fd6b9490 2018-10-04 05:31:14,931 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:31:15,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:31:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["uJE3t-EbTRa1eYP1APSm3A"], "issued_at": "2018-10-04T05:31:15.000000Z"}} 2018-10-04 05:31:15,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d52232ff44ceac16a97ec67db2fd30fb78b2611" 2018-10-04 05:31:15,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-930a52f5-a30c-4da7-87a7-782b17f9aaf5 x-compute-request-id: req-930a52f5-a30c-4da7-87a7-782b17f9aaf5 Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "81e4a809-a090-4a94-a6da-c601863cc54f", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:31:15Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:31:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:15,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f used request id req-930a52f5-a30c-4da7-87a7-782b17f9aaf5 2018-10-04 05:31:18,784 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d52232ff44ceac16a97ec67db2fd30fb78b2611" 2018-10-04 05:31:19,502 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d48497d-f0f8-4394-bc16-f8536346be07 x-compute-request-id: req-8d48497d-f0f8-4394-bc16-f8536346be07 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:a6:99", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "81e4a809-a090-4a94-a6da-c601863cc54f", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:31:15Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:31:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:19,502 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f used request id req-8d48497d-f0f8-4394-bc16-f8536346be07 2018-10-04 05:31:22,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d52232ff44ceac16a97ec67db2fd30fb78b2611" 2018-10-04 05:31:23,275 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-537d5e77-3286-4eaf-9669-de3351534a56 x-compute-request-id: req-537d5e77-3286-4eaf-9669-de3351534a56 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:65:a6:99", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-04T05:31:18.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "81e4a809-a090-4a94-a6da-c601863cc54f", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:31:20Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:31:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:23,275 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f used request id req-537d5e77-3286-4eaf-9669-de3351534a56 2018-10-04 05:31:23,278 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7ad65c9adea853abee6b96d574ccaa01a48104" 2018-10-04 05:31:24,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31: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-01a5bee0-d9ab-49c3-ae4c-2d85b48fed64 x-compute-request-id: req-01a5bee0-d9ab-49c3-ae4c-2d85b48fed64 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:65:a6:99", "version": 4, "addr": "10.10.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/81e4a809-a090-4a94-a6da-c601863cc54f", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000120", "OS-SRV-USG:launched_at": "2018-10-04T05:31:18.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "81e4a809-a090-4a94-a6da-c601863cc54f", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:31:20Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:31:14Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:24,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f used request id req-01a5bee0-d9ab-49c3-ae4c-2d85b48fed64 2018-10-04 05:31:24,056 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.10'. 2018-10-04 05:31:24,056 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-10-04 05:31:24,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:31:25,597 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:31:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8540fc13-1256-4bcd-a1d8-f2606aadc5d0 x-compute-request-id: req-8540fc13-1256-4bcd-a1d8-f2606aadc5d0 Content-Length: 0 Content-Type: application/json 2018-10-04 05:31:25,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action used request id req-8540fc13-1256-4bcd-a1d8-f2606aadc5d0 2018-10-04 05:31:25,598 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-10-04 05:31:25,598 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=9b57e247-733f-4107-ab83-ac16187fc146 network=9f081c7f-ef27-4c30-afaf-331032060031 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.9 10.10.10.8 10.10.11.10 10.10.11.9 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-04 05:31:25,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:31:25,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:31:25,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:31:25,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:31:25,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:31:25,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:31:25,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:31:25,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:31:25,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:31:25,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:31:25,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:31:25,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:31:25,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:31:25,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:31:25,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:31:25,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:31:25,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:31:25,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:31:25,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:31:25,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:31:25,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:31:25,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:31:25,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:31:25,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:31:25,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:31:25,606 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:31:25,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:31:25,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-414d87b7-76af-43fc-854f-2b77446ba869 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:31:25,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-414d87b7-76af-43fc-854f-2b77446ba869 2018-10-04 05:31:25,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:31:25,996 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:31:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["Lk4jqng6RNylVoqzUFcQSg"], "issued_at": "2018-10-04T05:31:26.000000Z"}} 2018-10-04 05:31:25,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" 2018-10-04 05:31:26,163 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46d57449-d9b1-43c1-9c8a-e0f25d8eafb9 x-compute-request-id: req-46d57449-d9b1-43c1-9c8a-e0f25d8eafb9 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:31:26,163 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-46d57449-d9b1-43c1-9c8a-e0f25d8eafb9 2018-10-04 05:31:26,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" 2018-10-04 05:31:26,186 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3742353-9b96-40db-8bdf-04bf65d58944 x-compute-request-id: req-e3742353-9b96-40db-8bdf-04bf65d58944 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:31:26,186 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-e3742353-9b96-40db-8bdf-04bf65d58944 2018-10-04 05:31:26,189 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "9b57e247-733f-4107-ab83-ac16187fc146", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC45IDEwLjEwLjEwLjggMTAuMTAuMTEuMTAgMTAuMTAuMTEuOQp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9f081c7f-ef27-4c30-afaf-331032060031"}], "config_drive": true}}' 2018-10-04 05:31:27,658 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:31:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea9ebdf7-1cc1-4ddf-a9d7-3cd30fa8f5fe x-compute-request-id: req-ea9ebdf7-1cc1-4ddf-a9d7-3cd30fa8f5fe Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a584eb15-d573-4db7-80a1-c3d7a916e17a", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "bookmark"}], "adminPass": "ZouEGRvKeL44"}} 2018-10-04 05:31:27,659 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ea9ebdf7-1cc1-4ddf-a9d7-3cd30fa8f5fe 2018-10-04 05:31:27,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:31:27,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51929151-35e6-40e2-9fae-f8959cbb4b70 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:31:27,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-51929151-35e6-40e2-9fae-f8959cbb4b70 2018-10-04 05:31:27,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:31:28,045 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:31:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["C-nJsvDzQ1ahVsXge6Sejg"], "issued_at": "2018-10-04T05:31:28.000000Z"}} 2018-10-04 05:31:28,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a75982ae42185d4ddd8f803d0bfbe9bc0d2ac9b5" 2018-10-04 05:31:28,530 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e742a113-d429-435f-bea8-79e565e1f794 x-compute-request-id: req-e742a113-d429-435f-bea8-79e565e1f794 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.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "a584eb15-d573-4db7-80a1-c3d7a916e17a", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:31:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-1", "created": "2018-10-04T05:31:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:28,530 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a used request id req-e742a113-d429-435f-bea8-79e565e1f794 2018-10-04 05:31:31,536 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a75982ae42185d4ddd8f803d0bfbe9bc0d2ac9b5" 2018-10-04 05:31:32,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-198e93e5-7dc0-42f9-8558-2d76c443bf63 x-compute-request-id: req-198e93e5-7dc0-42f9-8558-2d76c443bf63 Content-Encoding: gzip Content-Length: 776 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:c7:0e:7a", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "a584eb15-d573-4db7-80a1-c3d7a916e17a", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:31:28Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:31:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:32,285 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a used request id req-198e93e5-7dc0-42f9-8558-2d76c443bf63 2018-10-04 05:31:35,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a75982ae42185d4ddd8f803d0bfbe9bc0d2ac9b5" 2018-10-04 05:31:36,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa448ec2-2e11-456f-b774-fd1bde9e31bb x-compute-request-id: req-fa448ec2-2e11-456f-b774-fd1bde9e31bb Content-Encoding: gzip Content-Length: 781 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:c7:0e:7a", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-10-04T05:31:30.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "a584eb15-d573-4db7-80a1-c3d7a916e17a", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:31:32Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:31:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:36,045 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a used request id req-fa448ec2-2e11-456f-b774-fd1bde9e31bb 2018-10-04 05:31:36,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" 2018-10-04 05:31:36,679 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2581e60d-8f8d-4300-8470-abebafeef5e2 x-compute-request-id: req-2581e60d-8f8d-4300-8470-abebafeef5e2 Content-Encoding: gzip Content-Length: 781 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:c7:0e:7a", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a", "rel": "bookmark"}], "image": {"id": "9b57e247-733f-4107-ab83-ac16187fc146", "links": [{"href": "http://172.30.9.23:8774/images/9b57e247-733f-4107-ab83-ac16187fc146", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000123", "OS-SRV-USG:launched_at": "2018-10-04T05:31:30.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "a584eb15-d573-4db7-80a1-c3d7a916e17a", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:31:32Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:31:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:31:36,679 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a used request id req-2581e60d-8f8d-4300-8470-abebafeef5e2 2018-10-04 05:31:36,680 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.11'. 2018-10-04 05:31:36,680 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-10-04 05:31:36,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:31:38,228 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:31:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-37fcbcd2-4b93-4170-9ecf-c14ebe72fd97 x-compute-request-id: req-37fcbcd2-4b93-4170-9ecf-c14ebe72fd97 Content-Length: 0 Content-Type: application/json 2018-10-04 05:31:38,228 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-37fcbcd2-4b93-4170-9ecf-c14ebe72fd97 2018-10-04 05:31:38,228 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-04 05:31:38,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-412076", "route_distinguishers": "11:11"}}' 2018-10-04 05:31:38,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-064c9632-59b7-4b30-bf9a-7f10bceeb084 Date: Thu, 04 Oct 2018 05:31:38 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "94ccaea4-d458-435f-91e7-c95860d0ee6a", "name": "sdnvpn-412076", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:31:38,591 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-064c9632-59b7-4b30-bf9a-7f10bceeb084 2018-10-04 05:31:38,592 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-412076', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'94ccaea4-d458-435f-91e7-c95860d0ee6a'}} 2018-10-04 05:31:38,592 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-04 05:31:38,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"network_association": {"network_id": "9f081c7f-ef27-4c30-afaf-331032060031"}}' 2018-10-04 05:31:39,170 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-2d4330f6-3790-4b7c-ada4-bd3e39835e13 Date: Thu, 04 Oct 2018 05:31:39 GMT RESP BODY: {"network_association": {"network_id": "9f081c7f-ef27-4c30-afaf-331032060031", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "36070084-6d8e-4b42-8440-5f658c9e6a95"}} 2018-10-04 05:31:39,170 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a/network_associations used request id req-2d4330f6-3790-4b7c-ada4-bd3e39835e13 2018-10-04 05:31:39,171 - sdnvpn_test_utils - INFO - Waiting for instance 7473309a-91fc-41cb-b941-44409c42cb22 to boot up 2018-10-04 05:31:39,174 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:31:40,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3438b88b-a0e7-43fd-a844-6f266a7843e0 x-compute-request-id: req-3438b88b-a0e7-43fd-a844-6f266a7843e0 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] 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-04 05:31:40,241 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-3438b88b-a0e7-43fd-a844-6f266a7843e0 2018-10-04 05:31:42,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:31:43,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31: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-3ae9c9ce-1860-4ec1-99af-5eca2420d2c2 x-compute-request-id: req-3ae9c9ce-1860-4ec1-99af-5eca2420d2c2 Content-Encoding: gzip Content-Length: 7667 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] 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-04 05:31:43,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-3ae9c9ce-1860-4ec1-99af-5eca2420d2c2 2018-10-04 05:31:45,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:31:46,421 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94d1fc30-1e42-4d91-b7e7-201cd6e90a32 x-compute-request-id: req-94d1fc30-1e42-4d91-b7e7-201cd6e90a32 Content-Encoding: gzip Content-Length: 7914 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-10-04 05:31:46,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-94d1fc30-1e42-4d91-b7e7-201cd6e90a32 2018-10-04 05:31:48,440 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:31:49,756 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31: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-9a5f7a17-aa60-4530-8b49-688466cb4f14 x-compute-request-id: req-9a5f7a17-aa60-4530-8b49-688466cb4f14 Content-Encoding: gzip Content-Length: 9393 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n"} 2018-10-04 05:31:49,757 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-9a5f7a17-aa60-4530-8b49-688466cb4f14 2018-10-04 05:31:51,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:31:52,847 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b067ecd-84dc-4739-afd8-63c5e82c0435 x-compute-request-id: req-3b067ecd-84dc-4739-afd8-63c5e82c0435 Content-Encoding: gzip Content-Length: 9972 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:31:52,848 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-3b067ecd-84dc-4739-afd8-63c5e82c0435 2018-10-04 05:31:54,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:31:55,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d535d6c2-ec64-47e3-8365-8c0fe95d92fa x-compute-request-id: req-d535d6c2-ec64-47e3-8365-8c0fe95d92fa Content-Encoding: gzip Content-Length: 9972 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:31:55,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-d535d6c2-ec64-47e3-8365-8c0fe95d92fa 2018-10-04 05:31:57,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:31:59,030 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:31: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-09006520-8a63-44a8-a1f0-8b48312b76b9 x-compute-request-id: req-09006520-8a63-44a8-a1f0-8b48312b76b9 Content-Encoding: gzip Content-Length: 9972 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:31:59,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-09006520-8a63-44a8-a1f0-8b48312b76b9 2018-10-04 05:32:01,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:02,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:32: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-2574b80e-c799-4aac-86dd-9eb8f37f942c x-compute-request-id: req-2574b80e-c799-4aac-86dd-9eb8f37f942c Content-Encoding: gzip Content-Length: 9972 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:32:02,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-2574b80e-c799-4aac-86dd-9eb8f37f942c 2018-10-04 05:32:04,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:05,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-897151a5-6a7a-4550-adec-6907209d4355 x-compute-request-id: req-897151a5-6a7a-4550-adec-6907209d4355 Content-Encoding: gzip Content-Length: 10043 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:32:05,223 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-897151a5-6a7a-4550-adec-6907209d4355 2018-10-04 05:32:07,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:08,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:32:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86f7c3fb-3a3f-48f6-880c-91e28277b2b7 x-compute-request-id: req-86f7c3fb-3a3f-48f6-880c-91e28277b2b7 Content-Encoding: gzip Content-Length: 10043 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:32:08,319 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-86f7c3fb-3a3f-48f6-880c-91e28277b2b7 2018-10-04 05:32:10,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:11,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:32:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97849e5f-53aa-4879-8e08-f03649957951 x-compute-request-id: req-97849e5f-53aa-4879-8e08-f03649957951 Content-Encoding: gzip Content-Length: 10043 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:32:11,414 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-97849e5f-53aa-4879-8e08-f03649957951 2018-10-04 05:32:13,435 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:14,510 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7dade669-fe9e-4572-a0f4-aebdc36fdec2 x-compute-request-id: req-7dade669-fe9e-4572-a0f4-aebdc36fdec2 Content-Encoding: gzip Content-Length: 10043 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:32:14,511 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-7dade669-fe9e-4572-a0f4-aebdc36fdec2 2018-10-04 05:32:16,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:17,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:32:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0107a84b-ab7a-4aaf-8324-51db85a178b8 x-compute-request-id: req-0107a84b-ab7a-4aaf-8324-51db85a178b8 Content-Encoding: gzip Content-Length: 10043 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:32:17,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-0107a84b-ab7a-4aaf-8324-51db85a178b8 2018-10-04 05:32:19,626 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:20,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-6b52ccfd-0ce9-4602-9f1d-f0f42371f3ab x-compute-request-id: req-6b52ccfd-0ce9-4602-9f1d-f0f42371f3ab Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:32:20,695 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-6b52ccfd-0ce9-4602-9f1d-f0f42371f3ab 2018-10-04 05:32:22,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:23,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-b0de1355-807e-4c1d-86f8-1c508ac2df2b x-compute-request-id: req-b0de1355-807e-4c1d-86f8-1c508ac2df2b Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:32:23,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-b0de1355-807e-4c1d-86f8-1c508ac2df2b 2018-10-04 05:32:25,858 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:26,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:32:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7a0b154-1c2e-42d2-a05c-d3c84e013d52 x-compute-request-id: req-a7a0b154-1c2e-42d2-a05c-d3c84e013d52 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:32:26,932 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-a7a0b154-1c2e-42d2-a05c-d3c84e013d52 2018-10-04 05:32:28,953 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:30,027 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e4b4dca3-cb54-41f0-9e0f-951a836355e9 x-compute-request-id: req-e4b4dca3-cb54-41f0-9e0f-951a836355e9 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:32:30,028 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-e4b4dca3-cb54-41f0-9e0f-951a836355e9 2018-10-04 05:32:32,048 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef5d4e3edd627e776168307ed0ba16340a7fe234" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:33,119 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7cb891a7-1bed-42c9-914e-8d35df30287d x-compute-request-id: req-7cb891a7-1bed-42c9-914e-8d35df30287d Content-Encoding: gzip Content-Length: 10878 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 633316491 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135514] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137221] pid_max: default: 32768 minimum: 301\n[ 0.138151] ACPI: Core revision 20150930\n[ 0.139588] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.140916] Security Framework initialized\n[ 0.141745] Yama: becoming mindful.\n[ 0.142488] AppArmor: AppArmor initialized\n[ 0.143376] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144754] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146130] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147412] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148845] Initializing cgroup subsys io\n[ 0.149685] Initializing cgroup subsys memory\n[ 0.150583] Initializing cgroup subsys devices\n[ 0.151518] Initializing cgroup subsys freezer\n[ 0.152420] Initializing cgroup subsys net_cls\n[ 0.153308] Initializing cgroup subsys perf_event\n[ 0.154245] Initializing cgroup subsys net_prio\n[ 0.155207] Initializing cgroup subsys hugetlb\n[ 0.156136] Initializing cgroup subsys pids\n[ 0.157034] CPU: Physical Processor ID: 0\n[ 0.158563] mce: CPU supports 10 MCE banks\n[ 0.159458] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160485] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.171688] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.178155] ftrace: allocating 31920 entries in 125 pages\n[ 0.204891] smpboot: Max logical packages: 1\n[ 0.205785] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.207190] x2apic enabled\n[ 0.208040] Switched APIC routing to physical x2apic.\n[ 0.209856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211035] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213122] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.214964] KVM setup paravirtual spinlock\n[ 0.216297] x86: Booted up 1 node, 1 CPUs\n[ 0.217155] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.218586] devtmpfs: initialized\n[ 0.220321] evm: security.selinux\n[ 0.221029] evm: security.SMACK64\n[ 0.221736] evm: security.SMACK64EXEC\n[ 0.222479] evm: security.SMACK64TRANSMUTE\n[ 0.223280] evm: security.SMACK64MMAP\n[ 0.224028] evm: security.ima\n[ 0.224669] evm: security.capability\n[ 0.225471] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227314] pinctrl core: initialized pinctrl subsystem\n[ 0.228421] RTC time: 5:30:41, date: 10/04/18\n[ 0.229367] NET: Registered protocol family 16\n[ 0.230332] cpuidle: using governor ladder\n[ 0.231147] cpuidle: using governor menu\n[ 0.231933] PCCT header not found.\n[ 0.232688] ACPI: bus type PCI registered\n[ 0.233490] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.234720] PCI: Using configuration type 1 for base access\n[ 0.236467] ACPI: Added _OSI(Module Device)\n[ 0.237304] ACPI: Added _OSI(Processor Device)\n[ 0.238163] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239056] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241187] ACPI: Interpreter enabled\n[ 0.241962] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.243804] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245633] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249303] ACPI: (supports S0 S5)\n[ 0.250014] ACPI: Using IOAPIC for interrupt routing\n[ 0.251081] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254165] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255310] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256540] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.257726] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.259976] acpiphp: Slot [3] registered\n[ 0.260778] acpiphp: Slot [4] registered\n[ 0.261576] acpiphp: Slot [5] registered\n[ 0.262368] acpiphp: Slot [6] registered\n[ 0.263160] acpiphp: Slot [7] registered\n[ 0.263961] acpiphp: Slot [8] registered\n[ 0.264760] acpiphp: Slot [9] registered\n[ 0.265553] acpiphp: Slot [10] registered\n[ 0.266363] acpiphp: Slot [11] registered\n[ 0.267173] acpiphp: Slot [12] registered\n[ 0.267991] acpiphp: Slot [13] registered\n[ 0.268800] acpiphp: Slot [14] registered\n[ 0.269609] acpiphp: Slot [15] registered\n[ 0.280695] acpiphp: Slot [16] registered\n[ 0.281517] acpiphp: Slot [17] registered\n[ 0.282333] acpiphp: Slot [18] registered\n[ 0.283150] acpiphp: Slot [19] registered\n[ 0.283967] acpiphp: Slot [20] registered\n[ 0.284794] acpiphp: Slot [21] registered\n[ 0.285613] acpiphp: Slot [22] registered\n[ 0.286433] acpiphp: Slot [23] registered\n[ 0.287253] acpiphp: Slot [24] registered\n[ 0.288073] acpiphp: Slot [25] registered\n[ 0.288896] acpiphp: Slot [26] registered\n[ 0.289714] acpiphp: Slot [27] registered\n[ 0.290533] acpiphp: Slot [28] registered\n[ 0.291350] acpiphp: Slot [29] registered\n[ 0.292167] acpiphp: Slot [30] registered\n[ 0.292991] acpiphp: Slot [31] registered\n[ 0.293809] PCI host bridge to bus 0000:00\n[ 0.294624] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295848] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298536] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299995] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306358] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307667] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308850] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310131] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316730] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318168] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365298] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366796] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.369652] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371055] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.372324] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373486] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374547] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.376106] vgaarb: loaded\n[ 0.376720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377866] SCSI subsystem initialized\n[ 0.378688] ACPI: bus type USB registered\n[ 0.379509] usbcore: registered new interface driver usbfs\n[ 0.380550] usbcore: registered new interface driver hub\n[ 0.381560] usbcore: registered new device driver usb\n[ 0.382621] PCI: Using ACPI for IRQ routing\n[ 0.383651] NetLabel: Initializing\n[ 0.384367] NetLabel: domain hash size = 128\n[ 0.385228] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386188] NetLabel: unlabeled traffic allowed by default\n[ 0.387289] clocksource: Switched to clocksource kvm-clock\n[ 0.392828] AppArmor: AppArmor Filesystem Enabled\n[ 0.393791] pnp: PnP ACPI init\n[ 0.394702] pnp: PnP ACPI: found 5 devices\n[ 0.401076] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.402786] NET: Registered protocol family 2\n[ 0.403750] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.405028] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.406201] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.407383] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.408513] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.409686] NET: Registered protocol family 1\n[ 0.410557] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.411666] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.412749] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426800] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.441010] Trying to unpack rootfs image as initramfs...\n[ 0.490109] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.503976] Scanning for low memory corruption every 60 seconds\n[ 0.505308] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.506472] audit: initializing netlink subsys (disabled)\n[ 0.507511] audit: type=2000 audit(1538631041.982:1): initialized\n[ 0.508818] Initialise system trusted keyring\n[ 0.509752] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510923] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512895] zbud: loaded\n[ 0.513600] VFS: Disk quotas dquot_6.6.0\n[ 0.514423] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515942] fuse init (API version 7.23)\n[ 0.516852] Key type big_key registered\n[ 0.517660] Allocating IMA MOK and blacklist keyrings.\n[ 0.519134] Key type asymmetric registered\n[ 0.519976] Asymmetric key parser 'x509' registered\n[ 0.520940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522422] io scheduler noop registered\n[ 0.523217] io scheduler deadline registered (default)\n[ 0.524222] io scheduler cfq registered\n[ 0.525063] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526120] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527409] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.528874] ACPI: Power Button [PWRF]\n[ 0.529710] GHES: HEST is not enabled!\n[ 0.543318] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571166] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.576035] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600040] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.602203] Linux agpgart interface v0.103\n[ 0.604228] brd: module loaded\n[ 0.605430] loop: module loaded\n[ 0.611441] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.613236] GPT:90111 != 2097151\n[ 0.614047] GPT:Alternate GPT header not at the end of the disk.\n[ 0.615594] GPT:90111 != 2097151\n[ 0.616347] GPT: Use GNU Parted to correct GPT errors.\n[ 0.617439] vda: vda1 vda15\n[ 0.619126] scsi host0: ata_piix\n[ 0.619944] scsi host1: ata_piix\n[ 0.620824] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622188] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.623875] libphy: Fixed MDIO Bus: probed\n[ 0.624847] tun: Universal TUN/TAP device driver, 1.6\n[ 0.625965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628688] PPP generic driver version 2.4.2\n[ 0.629616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630821] ehci-pci: EHCI PCI platform driver\n[ 0.631728] ehci-platform: EHCI generic platform driver\n[ 0.632737] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.633879] ohci-pci: OHCI PCI platform driver\n[ 0.634759] ohci-platform: OHCI generic platform driver\n[ 0.635771] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650180] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.651188] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.652668] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.653704] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.654838] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.656084] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.657523] usb usb1: Product: UHCI Host Controller\n[ 0.658470] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.659632] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.660656] hub 1-0:1.0: USB hub found\n[ 0.661446] hub 1-0:1.0: 2 ports detected\n[ 0.662361] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664522] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665489] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.666532] mousedev: PS/2 mouse device common for all mice\n[ 0.667818] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669699] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672028] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673241] i2c /dev entries driver\n[ 0.674007] device-mapper: uevent: version 1.0.3\n[ 0.674952] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.676613] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.677926] NET: Registered protocol family 10\n[ 0.678946] NET: Registered protocol family 17\n[ 0.679859] Key type dns_resolver registered\n[ 0.680856] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.682035] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.683871] registered taskstats version 1\n[ 0.684753] Loading compiled-in X.509 certificates\n[ 0.686238] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.688260] zswap: loaded using pool lzo/zbud\n[ 0.689700] Key type trusted registered\n[ 0.691282] Key type encrypted registered\n[ 0.692162] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.693256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.694386] evm: HMAC attrs: 0x1\n[ 0.695740] Magic number: 6:330:516\n[ 0.696649] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:42 UTC (1538631042)\n[ 0.698343] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699544] EDD information not available.\n[ 0.784270] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.785936] Write protecting the kernel read-only data: 14336k\n[ 0.797886] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799829] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.447108] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.9...\nLease of 10.10.10.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000114\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC35wZYGuZ9uZemJmTRsButdnsjh7Gjk/ToTwshQt1WpwI91SkzWuQ551z1Zn35dUN6wHFG7z/k37vY9KkFXV28taDvu/aRVtfwzDj0tJpJy1jQ7+5bMyNSDDLnnhQCvf/wUFBxw0x4rrA5dygiW+05AwMt7F7MRd5LmisVgNcH2kPRV2BoCBmHfwy/zU0WC2O1Qxl9OUglWT1GqnYX4yvVH0/YirUjULYTG34s/lkTVcM2rwastsNg6JEGdapzKaWlUhmkTGJRKhIK2n3tEYy+M7enWaIeSDMXsgzzHmzAeaz2VUxrvTLJWh33kjjwvmzRW3hMKwpLpnv1neNIYQjx root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBAPUqdUO2XIMdM2unL8VZZ9OtHkPSuHFD993gzKC5KZZjkDXzHuuZwWPtMBGpql+s3SjdtDNezY4DQOEgXZqxuV3dEZR6SI04mkdk31NDPIQqt+LcGGlgWVEu0+xPnBOqq+Ncb7zs99nJa4TX3LHDkoCqtKQfs5i+VE8KI9PObE+RAAAAFQCtqtgHxci33k8naQAK0syw4ac5TwAAAIB/Rc7UEhzrEaKzHokB0iqmSvsqfx+r/dL1GX9KAg1WAOx4GpJd9jfddNQ84aGGNNWr768DBMlPcMvCT4rCe7T9jLRvyIpB4j4RMzUt5GNkyFWrWLW/lp+lP7NWS/hVJ/DUsl25NFZqBs1eCnxMmCExfGL0UipZK29SaX/vAqBslAAAAIEA2hhZwcbrmWUgvFvusZZSnm2HUEv//5kIsEn9W+TsK7ZDU0J2/MVsCghNoxUxPQXyJ+nvGkE8436L/gtHPTRRNFFTmj/Wi4X8gfjGIbIGZmOXwBjZ5ZJNkI6A0vyILs5vmvT5NcnJhBqLgfT+V8AVml/n5nnWRFq6UgOGZWTsKPY= 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.9,24,fe80::f816:3eff:fea7:27da/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.9 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000114\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.69 ===\n/dev/root resized successfully [took 1.43s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A7:27:DA \n inet addr:10.10.10.9 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea7:27da/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96 errors:0 dropped:16 overruns:0 frame:0\n TX packets:106 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10266 (10.0 KiB) TX bytes:9760 (9.5 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-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.132638] usb 1-1: Product: QEMU USB Tablet\n[ 1.132639] usb 1-1: Manufacturer: QEMU\n[ 1.132640] usb 1-1: SerialNumber: 42\n[ 1.399428] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.429252] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.447108] random: dd urandom read with 5 bits of entropy available\n[ 1.503403] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.503405] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 63.819824] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 64.137736] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:30:43 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 4 06:30:43 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 4 06:30:43 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 4 06:30:43 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 4 06:30:43 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 4 06:30:43 cirros kern.notice kernel: [ 1.447108] random: dd urandom read with 5 bits of entropy available\nOct 4 06:30:43 cirros kern.info kernel: [ 1.503403] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nOct 4 06:30:43 cirros kern.info kernel: [ 1.503405] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nOct 4 06:31:44 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:31:45 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:31:45 cirros kern.info kernel: [ 63.819824] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:31:45 cirros kern.info kernel: [ 64.137736] 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-04 05:32:33,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-7cb891a7-1bed-42c9-914e-8d35df30287d 2018-10-04 05:32:35,155 - sdnvpn_test_utils - INFO - Waiting for instance 8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5 to boot up 2018-10-04 05:32:35,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:36,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-ed816638-c1c8-46c2-8587-4717227644cb x-compute-request-id: req-ed816638-c1c8-46c2-8587-4717227644cb 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 497902158 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129167] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130804] pid_max: default: 32768 minimum: 301\n[ 0.131693] ACPI: Core revision 20150930\n[ 0.133072] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134365] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135888] AppArmor: AppArmor initialized\n[ 0.136749] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139340] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140533] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141902] Initializing cgroup subsys io\n[ 0.142713] Initializing cgroup subsys memory\n[ 0.143568] Initializing cgroup subsys devices\n[ 0.144442] Initializing cgroup subsys freezer\n[ 0.145303] Initializing cgroup subsys net_cls\n[ 0.146162] Initializing cgroup subsys perf_event\n[ 0.147065] Initializing cgroup subsys net_prio\n[ 0.147936] Initializing cgroup subsys hugetlb\n[ 0.148815] Initializing cgroup subsys pids\n[ 0.149683] CPU: Physical Processor ID: 0\n[ 0.151178] mce: CPU supports 10 MCE banks\n[ 0.152013] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153013] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170112] ftrace: allocating 31920 entries in 125 pages\n[ 0.196593] smpboot: Max logical packages: 1\n[ 0.197452] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198792] x2apic enabled\n[ 0.199598] Switched APIC routing to physical x2apic.\n[ 0.201356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206230] KVM setup paravirtual spinlock\n[ 0.207517] x86: Booted up 1 node, 1 CPUs\n[ 0.208329] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209728] devtmpfs: initialized\n[ 0.211444] evm: security.selinux\n[ 0.212146] evm: security.SMACK64\n[ 0.212831] evm: security.SMACK64EXEC\n[ 0.213574] evm: security.SMACK64TRANSMUTE\n[ 0.214385] evm: security.SMACK64MMAP\n[ 0.215127] evm: security.ima\n[ 0.215765] evm: security.capability\n[ 0.216578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218426] pinctrl core: initialized pinctrl subsystem\n[ 0.219525] RTC time: 5:30:53, date: 10/04/18\n[ 0.220475] NET: Registered protocol family 16\n[ 0.221443] cpuidle: using governor ladder\n[ 0.222258] cpuidle: using governor menu\n[ 0.223038] PCCT header not found.\n[ 0.223792] ACPI: bus type PCI registered\n[ 0.224595] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225830] PCI: Using configuration type 1 for base access\n[ 0.227576] ACPI: Added _OSI(Module Device)\n[ 0.228422] ACPI: Added _OSI(Processor Device)\n[ 0.229278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232288] ACPI: Interpreter enabled\n[ 0.233063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236718] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240372] ACPI: (supports S0 S5)\n[ 0.241069] ACPI: Using IOAPIC for interrupt routing\n[ 0.242004] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245082] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246216] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247441] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250822] acpiphp: Slot [3] registered\n[ 0.251835] acpiphp: Slot [4] registered\n[ 0.252985] acpiphp: Slot [5] registered\n[ 0.254151] acpiphp: Slot [6] registered\n[ 0.255325] acpiphp: Slot [7] registered\n[ 0.256503] acpiphp: Slot [8] registered\n[ 0.257434] acpiphp: Slot [9] registered\n[ 0.258222] acpiphp: Slot [10] registered\n[ 0.259019] acpiphp: Slot [11] registered\n[ 0.259833] acpiphp: Slot [12] registered\n[ 0.260644] acpiphp: Slot [13] registered\n[ 0.261450] acpiphp: Slot [14] registered\n[ 0.262256] acpiphp: Slot [15] registered\n[ 0.273045] acpiphp: Slot [16] registered\n[ 0.273858] acpiphp: Slot [17] registered\n[ 0.274669] acpiphp: Slot [18] registered\n[ 0.275476] acpiphp: Slot [19] registered\n[ 0.276280] acpiphp: Slot [20] registered\n[ 0.277092] acpiphp: Slot [21] registered\n[ 0.277892] acpiphp: Slot [22] registered\n[ 0.278694] acpiphp: Slot [23] registered\n[ 0.279494] acpiphp: Slot [24] registered\n[ 0.280295] acpiphp: Slot [25] registered\n[ 0.281097] acpiphp: Slot [26] registered\n[ 0.281893] acpiphp: Slot [27] registered\n[ 0.282696] acpiphp: Slot [28] registered\n[ 0.283499] acpiphp: Slot [29] registered\n[ 0.284298] acpiphp: Slot [30] registered\n[ 0.285104] acpiphp: Slot [31] registered\n[ 0.285898] PCI host bridge to bus 0000:00\n[ 0.286698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287891] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290523] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291954] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308138] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309563] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361123] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366268] vgaarb: loaded\n[ 0.366868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367991] SCSI subsystem initialized\n[ 0.368804] ACPI: bus type USB registered\n[ 0.369613] usbcore: registered new interface driver usbfs\n[ 0.370627] usbcore: registered new interface driver hub\n[ 0.371624] usbcore: registered new device driver usb\n[ 0.372667] PCI: Using ACPI for IRQ routing\n[ 0.373684] NetLabel: Initializing\n[ 0.374393] NetLabel: domain hash size = 128\n[ 0.375235] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376182] NetLabel: unlabeled traffic allowed by default\n[ 0.377266] clocksource: Switched to clocksource kvm-clock\n[ 0.382658] AppArmor: AppArmor Filesystem Enabled\n[ 0.383627] pnp: PnP ACPI init\n[ 0.384528] pnp: PnP ACPI: found 5 devices\n[ 0.390891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392619] NET: Registered protocol family 2\n[ 0.393576] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395997] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397150] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399385] NET: Registered protocol family 1\n[ 0.400248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401342] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402407] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430688] Trying to unpack rootfs image as initramfs...\n[ 0.480324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494131] Scanning for low memory corruption every 60 seconds\n[ 0.495470] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496603] audit: initializing netlink subsys (disabled)\n[ 0.497623] audit: type=2000 audit(1538631054.023:1): initialized\n[ 0.498919] Initialise system trusted keyring\n[ 0.499849] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501004] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502956] zbud: loaded\n[ 0.503654] VFS: Disk quotas dquot_6.6.0\n[ 0.504464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505952] fuse init (API version 7.23)\n[ 0.506840] Key type big_key registered\n[ 0.507642] Allocating IMA MOK and blacklist keyrings.\n[ 0.509102] Key type asymmetric registered\n[ 0.509948] Asymmetric key parser 'x509' registered\n[ 0.510892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512338] io scheduler noop registered\n[ 0.513123] io scheduler deadline registered (default)\n[ 0.514115] io scheduler cfq registered\n[ 0.514940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518653] ACPI: Power Button [PWRF]\n[ 0.519487] GHES: HEST is not enabled!\n[ 0.533194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562618] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565711] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591927] Linux agpgart interface v0.103\n[ 0.594094] brd: module loaded\n[ 0.595494] loop: module loaded\n[ 0.600578] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602227] GPT:90111 != 2097151\n[ 0.603029] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604294] GPT:90111 != 2097151\n[ 0.605014] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606108] vda: vda1 vda15\n[ 0.607903] scsi host0: ata_piix\n[ 0.608796] scsi host1: ata_piix\n[ 0.609633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612656] libphy: Fixed MDIO Bus: probed\n[ 0.613765] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614836] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616900] PPP generic driver version 2.4.2\n[ 0.617858] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619023] ehci-pci: EHCI PCI platform driver\n[ 0.619875] ehci-platform: EHCI generic platform driver\n[ 0.620837] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621946] ohci-pci: OHCI PCI platform driver\n[ 0.622801] ohci-platform: OHCI generic platform driver\n[ 0.623770] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643084] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646376] usb usb1: Product: UHCI Host Controller\n[ 0.647536] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649113] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650329] hub 1-0:1.0: USB hub found\n[ 0.651304] hub 1-0:1.0: 2 ports detected\n[ 0.652442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657389] mousedev: PS/2 mouse device common for all mice\n[ 0.658909] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665426] i2c /dev entries driver\n[ 0.666332] device-mapper: uevent: version 1.0.3\n[ 0.667459] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670963] NET: Registered protocol family 10\n[ 0.672181] NET: Registered protocol family 17\n[ 0.673295] Key type dns_resolver registered\n[ 0.674391] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675722] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677833] registered taskstats version 1\n[ 0.678828] Loading compiled-in X.509 certificates\n[ 0.680453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682770] zswap: loaded using pool lzo/zbud\n[ 0.684305] Key type trusted registered\n[ 0.686014] Key type encrypted registered\n[ 0.687008] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688260] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689536] evm: HMAC attrs: 0x1\n[ 0.690613] Magic number: 6:330:516\n[ 0.691610] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:54 UTC (1538631054)\n[ 0.693606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694981] EDD information not available.\n[ 0.770212] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772081] Write protecting the kernel read-only data: 14336k\n[ 0.783966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786159] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.192962] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.15. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEpklVtF6r+ToYvs+qO29Myfqn84zhFfs36grMIAqwU4EUkEiex6wULL+wdOOWkqgpfzH6VGhAjw1ec1vBm+KHxsFhOgz5y2FRcgd9m/mpQORzigDgJW9g9TFnK9HR3w3dYHccgVlLCdnLYR2SISWCZ3BkBU42UsFkrc9iJ9+KeJU4kK66ZkCun3+IYutGYz3cjN87Y015BWHlD5+9m1lTimSAOO8zgQFhs1ZTtyk4Fu5XKK9Elxfk2ROBrRuVFs7TYqOv5qEDY+hEIzYM6F+gLnHgTk1GMLd7A48gnwDWmpvs1wBpfTtkQQAopNrCYH2CaUGI2HdPfm8EqSLdo1V1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAO2lw1x5Hn5N6bLtDtBuU0rkq7TRdexD418LzhgtVCgvEG7jspN0P2+IyuLzbX1U+DCHY328RivNmugXPFetgIe1br/bDT5gKJUNJvXetuuAVlmDUCk24Z6NL+DhETGcMojcUjT/xPpWZYTa672PNEpRT/ba/UVOSM2iTkA8/UWlAAAAFQCJfX+5ifxg1iwezy2HPsoDYPXGcQAAAIEArPMYOCxp74GUjpspUqqITznFnfnGXNjWVzKTDG7oolra/j1i8dziYrkrJm77A0ve4rngB2vJG/ypLBZTf4MagH1zkFaV7LbkcXlqZo5BZdE6xRasI5bC6/qqnVtADSQm6keQiBy+mH748IgVnjNJAj9HzZFnyr0ODCkViK1bLWMAAACACZrJXvFTkG9zMAhCUM+NYjlsjaCHPqzgoQz3maUKFE3WJVe5+xAu4pRjfjwKA/GarUcMYz5P3aV8AIO6t7SpsI57RInq6w5573X/RGCoZpKFYsuCYAOGCVjcMKVr3nKc33/YZua++J2ELUGzGuom/AOUuu8vRmo6Y85sPPOpE9g= 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:feda:545c/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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.11 ===\n/dev/root resized successfully [took 2.23s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DA:54:5C \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feda:545c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:116 errors:0 dropped:17 overruns:0 frame:0\n TX packets:111 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11481 (11.2 KiB) TX bytes:10250 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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-04 05:32:36,231 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action used request id req-ed816638-c1c8-46c2-8587-4717227644cb 2018-10-04 05:32:38,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:39,323 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-06692173-39bf-442a-8f09-a7ccac32668b x-compute-request-id: req-06692173-39bf-442a-8f09-a7ccac32668b 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 497902158 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129167] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130804] pid_max: default: 32768 minimum: 301\n[ 0.131693] ACPI: Core revision 20150930\n[ 0.133072] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134365] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135888] AppArmor: AppArmor initialized\n[ 0.136749] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139340] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140533] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141902] Initializing cgroup subsys io\n[ 0.142713] Initializing cgroup subsys memory\n[ 0.143568] Initializing cgroup subsys devices\n[ 0.144442] Initializing cgroup subsys freezer\n[ 0.145303] Initializing cgroup subsys net_cls\n[ 0.146162] Initializing cgroup subsys perf_event\n[ 0.147065] Initializing cgroup subsys net_prio\n[ 0.147936] Initializing cgroup subsys hugetlb\n[ 0.148815] Initializing cgroup subsys pids\n[ 0.149683] CPU: Physical Processor ID: 0\n[ 0.151178] mce: CPU supports 10 MCE banks\n[ 0.152013] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153013] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170112] ftrace: allocating 31920 entries in 125 pages\n[ 0.196593] smpboot: Max logical packages: 1\n[ 0.197452] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198792] x2apic enabled\n[ 0.199598] Switched APIC routing to physical x2apic.\n[ 0.201356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206230] KVM setup paravirtual spinlock\n[ 0.207517] x86: Booted up 1 node, 1 CPUs\n[ 0.208329] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209728] devtmpfs: initialized\n[ 0.211444] evm: security.selinux\n[ 0.212146] evm: security.SMACK64\n[ 0.212831] evm: security.SMACK64EXEC\n[ 0.213574] evm: security.SMACK64TRANSMUTE\n[ 0.214385] evm: security.SMACK64MMAP\n[ 0.215127] evm: security.ima\n[ 0.215765] evm: security.capability\n[ 0.216578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218426] pinctrl core: initialized pinctrl subsystem\n[ 0.219525] RTC time: 5:30:53, date: 10/04/18\n[ 0.220475] NET: Registered protocol family 16\n[ 0.221443] cpuidle: using governor ladder\n[ 0.222258] cpuidle: using governor menu\n[ 0.223038] PCCT header not found.\n[ 0.223792] ACPI: bus type PCI registered\n[ 0.224595] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225830] PCI: Using configuration type 1 for base access\n[ 0.227576] ACPI: Added _OSI(Module Device)\n[ 0.228422] ACPI: Added _OSI(Processor Device)\n[ 0.229278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232288] ACPI: Interpreter enabled\n[ 0.233063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236718] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240372] ACPI: (supports S0 S5)\n[ 0.241069] ACPI: Using IOAPIC for interrupt routing\n[ 0.242004] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245082] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246216] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247441] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250822] acpiphp: Slot [3] registered\n[ 0.251835] acpiphp: Slot [4] registered\n[ 0.252985] acpiphp: Slot [5] registered\n[ 0.254151] acpiphp: Slot [6] registered\n[ 0.255325] acpiphp: Slot [7] registered\n[ 0.256503] acpiphp: Slot [8] registered\n[ 0.257434] acpiphp: Slot [9] registered\n[ 0.258222] acpiphp: Slot [10] registered\n[ 0.259019] acpiphp: Slot [11] registered\n[ 0.259833] acpiphp: Slot [12] registered\n[ 0.260644] acpiphp: Slot [13] registered\n[ 0.261450] acpiphp: Slot [14] registered\n[ 0.262256] acpiphp: Slot [15] registered\n[ 0.273045] acpiphp: Slot [16] registered\n[ 0.273858] acpiphp: Slot [17] registered\n[ 0.274669] acpiphp: Slot [18] registered\n[ 0.275476] acpiphp: Slot [19] registered\n[ 0.276280] acpiphp: Slot [20] registered\n[ 0.277092] acpiphp: Slot [21] registered\n[ 0.277892] acpiphp: Slot [22] registered\n[ 0.278694] acpiphp: Slot [23] registered\n[ 0.279494] acpiphp: Slot [24] registered\n[ 0.280295] acpiphp: Slot [25] registered\n[ 0.281097] acpiphp: Slot [26] registered\n[ 0.281893] acpiphp: Slot [27] registered\n[ 0.282696] acpiphp: Slot [28] registered\n[ 0.283499] acpiphp: Slot [29] registered\n[ 0.284298] acpiphp: Slot [30] registered\n[ 0.285104] acpiphp: Slot [31] registered\n[ 0.285898] PCI host bridge to bus 0000:00\n[ 0.286698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287891] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290523] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291954] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308138] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309563] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361123] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366268] vgaarb: loaded\n[ 0.366868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367991] SCSI subsystem initialized\n[ 0.368804] ACPI: bus type USB registered\n[ 0.369613] usbcore: registered new interface driver usbfs\n[ 0.370627] usbcore: registered new interface driver hub\n[ 0.371624] usbcore: registered new device driver usb\n[ 0.372667] PCI: Using ACPI for IRQ routing\n[ 0.373684] NetLabel: Initializing\n[ 0.374393] NetLabel: domain hash size = 128\n[ 0.375235] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376182] NetLabel: unlabeled traffic allowed by default\n[ 0.377266] clocksource: Switched to clocksource kvm-clock\n[ 0.382658] AppArmor: AppArmor Filesystem Enabled\n[ 0.383627] pnp: PnP ACPI init\n[ 0.384528] pnp: PnP ACPI: found 5 devices\n[ 0.390891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392619] NET: Registered protocol family 2\n[ 0.393576] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395997] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397150] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399385] NET: Registered protocol family 1\n[ 0.400248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401342] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402407] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430688] Trying to unpack rootfs image as initramfs...\n[ 0.480324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494131] Scanning for low memory corruption every 60 seconds\n[ 0.495470] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496603] audit: initializing netlink subsys (disabled)\n[ 0.497623] audit: type=2000 audit(1538631054.023:1): initialized\n[ 0.498919] Initialise system trusted keyring\n[ 0.499849] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501004] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502956] zbud: loaded\n[ 0.503654] VFS: Disk quotas dquot_6.6.0\n[ 0.504464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505952] fuse init (API version 7.23)\n[ 0.506840] Key type big_key registered\n[ 0.507642] Allocating IMA MOK and blacklist keyrings.\n[ 0.509102] Key type asymmetric registered\n[ 0.509948] Asymmetric key parser 'x509' registered\n[ 0.510892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512338] io scheduler noop registered\n[ 0.513123] io scheduler deadline registered (default)\n[ 0.514115] io scheduler cfq registered\n[ 0.514940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518653] ACPI: Power Button [PWRF]\n[ 0.519487] GHES: HEST is not enabled!\n[ 0.533194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562618] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565711] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591927] Linux agpgart interface v0.103\n[ 0.594094] brd: module loaded\n[ 0.595494] loop: module loaded\n[ 0.600578] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602227] GPT:90111 != 2097151\n[ 0.603029] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604294] GPT:90111 != 2097151\n[ 0.605014] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606108] vda: vda1 vda15\n[ 0.607903] scsi host0: ata_piix\n[ 0.608796] scsi host1: ata_piix\n[ 0.609633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612656] libphy: Fixed MDIO Bus: probed\n[ 0.613765] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614836] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616900] PPP generic driver version 2.4.2\n[ 0.617858] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619023] ehci-pci: EHCI PCI platform driver\n[ 0.619875] ehci-platform: EHCI generic platform driver\n[ 0.620837] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621946] ohci-pci: OHCI PCI platform driver\n[ 0.622801] ohci-platform: OHCI generic platform driver\n[ 0.623770] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643084] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646376] usb usb1: Product: UHCI Host Controller\n[ 0.647536] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649113] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650329] hub 1-0:1.0: USB hub found\n[ 0.651304] hub 1-0:1.0: 2 ports detected\n[ 0.652442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657389] mousedev: PS/2 mouse device common for all mice\n[ 0.658909] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665426] i2c /dev entries driver\n[ 0.666332] device-mapper: uevent: version 1.0.3\n[ 0.667459] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670963] NET: Registered protocol family 10\n[ 0.672181] NET: Registered protocol family 17\n[ 0.673295] Key type dns_resolver registered\n[ 0.674391] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675722] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677833] registered taskstats version 1\n[ 0.678828] Loading compiled-in X.509 certificates\n[ 0.680453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682770] zswap: loaded using pool lzo/zbud\n[ 0.684305] Key type trusted registered\n[ 0.686014] Key type encrypted registered\n[ 0.687008] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688260] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689536] evm: HMAC attrs: 0x1\n[ 0.690613] Magic number: 6:330:516\n[ 0.691610] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:54 UTC (1538631054)\n[ 0.693606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694981] EDD information not available.\n[ 0.770212] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772081] Write protecting the kernel read-only data: 14336k\n[ 0.783966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786159] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.192962] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.15. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEpklVtF6r+ToYvs+qO29Myfqn84zhFfs36grMIAqwU4EUkEiex6wULL+wdOOWkqgpfzH6VGhAjw1ec1vBm+KHxsFhOgz5y2FRcgd9m/mpQORzigDgJW9g9TFnK9HR3w3dYHccgVlLCdnLYR2SISWCZ3BkBU42UsFkrc9iJ9+KeJU4kK66ZkCun3+IYutGYz3cjN87Y015BWHlD5+9m1lTimSAOO8zgQFhs1ZTtyk4Fu5XKK9Elxfk2ROBrRuVFs7TYqOv5qEDY+hEIzYM6F+gLnHgTk1GMLd7A48gnwDWmpvs1wBpfTtkQQAopNrCYH2CaUGI2HdPfm8EqSLdo1V1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAO2lw1x5Hn5N6bLtDtBuU0rkq7TRdexD418LzhgtVCgvEG7jspN0P2+IyuLzbX1U+DCHY328RivNmugXPFetgIe1br/bDT5gKJUNJvXetuuAVlmDUCk24Z6NL+DhETGcMojcUjT/xPpWZYTa672PNEpRT/ba/UVOSM2iTkA8/UWlAAAAFQCJfX+5ifxg1iwezy2HPsoDYPXGcQAAAIEArPMYOCxp74GUjpspUqqITznFnfnGXNjWVzKTDG7oolra/j1i8dziYrkrJm77A0ve4rngB2vJG/ypLBZTf4MagH1zkFaV7LbkcXlqZo5BZdE6xRasI5bC6/qqnVtADSQm6keQiBy+mH748IgVnjNJAj9HzZFnyr0ODCkViK1bLWMAAACACZrJXvFTkG9zMAhCUM+NYjlsjaCHPqzgoQz3maUKFE3WJVe5+xAu4pRjfjwKA/GarUcMYz5P3aV8AIO6t7SpsI57RInq6w5573X/RGCoZpKFYsuCYAOGCVjcMKVr3nKc33/YZua++J2ELUGzGuom/AOUuu8vRmo6Y85sPPOpE9g= 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:feda:545c/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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.11 ===\n/dev/root resized successfully [took 2.23s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DA:54:5C \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feda:545c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:116 errors:0 dropped:17 overruns:0 frame:0\n TX packets:111 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11481 (11.2 KiB) TX bytes:10250 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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-04 05:32:39,323 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action used request id req-06692173-39bf-442a-8f09-a7ccac32668b 2018-10-04 05:32:41,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:42,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e817886d-54cf-4af1-8a15-dde09b3ce782 x-compute-request-id: req-e817886d-54cf-4af1-8a15-dde09b3ce782 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 497902158 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129167] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130804] pid_max: default: 32768 minimum: 301\n[ 0.131693] ACPI: Core revision 20150930\n[ 0.133072] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134365] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135888] AppArmor: AppArmor initialized\n[ 0.136749] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139340] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140533] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141902] Initializing cgroup subsys io\n[ 0.142713] Initializing cgroup subsys memory\n[ 0.143568] Initializing cgroup subsys devices\n[ 0.144442] Initializing cgroup subsys freezer\n[ 0.145303] Initializing cgroup subsys net_cls\n[ 0.146162] Initializing cgroup subsys perf_event\n[ 0.147065] Initializing cgroup subsys net_prio\n[ 0.147936] Initializing cgroup subsys hugetlb\n[ 0.148815] Initializing cgroup subsys pids\n[ 0.149683] CPU: Physical Processor ID: 0\n[ 0.151178] mce: CPU supports 10 MCE banks\n[ 0.152013] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153013] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170112] ftrace: allocating 31920 entries in 125 pages\n[ 0.196593] smpboot: Max logical packages: 1\n[ 0.197452] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198792] x2apic enabled\n[ 0.199598] Switched APIC routing to physical x2apic.\n[ 0.201356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206230] KVM setup paravirtual spinlock\n[ 0.207517] x86: Booted up 1 node, 1 CPUs\n[ 0.208329] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209728] devtmpfs: initialized\n[ 0.211444] evm: security.selinux\n[ 0.212146] evm: security.SMACK64\n[ 0.212831] evm: security.SMACK64EXEC\n[ 0.213574] evm: security.SMACK64TRANSMUTE\n[ 0.214385] evm: security.SMACK64MMAP\n[ 0.215127] evm: security.ima\n[ 0.215765] evm: security.capability\n[ 0.216578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218426] pinctrl core: initialized pinctrl subsystem\n[ 0.219525] RTC time: 5:30:53, date: 10/04/18\n[ 0.220475] NET: Registered protocol family 16\n[ 0.221443] cpuidle: using governor ladder\n[ 0.222258] cpuidle: using governor menu\n[ 0.223038] PCCT header not found.\n[ 0.223792] ACPI: bus type PCI registered\n[ 0.224595] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225830] PCI: Using configuration type 1 for base access\n[ 0.227576] ACPI: Added _OSI(Module Device)\n[ 0.228422] ACPI: Added _OSI(Processor Device)\n[ 0.229278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232288] ACPI: Interpreter enabled\n[ 0.233063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236718] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240372] ACPI: (supports S0 S5)\n[ 0.241069] ACPI: Using IOAPIC for interrupt routing\n[ 0.242004] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245082] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246216] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247441] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250822] acpiphp: Slot [3] registered\n[ 0.251835] acpiphp: Slot [4] registered\n[ 0.252985] acpiphp: Slot [5] registered\n[ 0.254151] acpiphp: Slot [6] registered\n[ 0.255325] acpiphp: Slot [7] registered\n[ 0.256503] acpiphp: Slot [8] registered\n[ 0.257434] acpiphp: Slot [9] registered\n[ 0.258222] acpiphp: Slot [10] registered\n[ 0.259019] acpiphp: Slot [11] registered\n[ 0.259833] acpiphp: Slot [12] registered\n[ 0.260644] acpiphp: Slot [13] registered\n[ 0.261450] acpiphp: Slot [14] registered\n[ 0.262256] acpiphp: Slot [15] registered\n[ 0.273045] acpiphp: Slot [16] registered\n[ 0.273858] acpiphp: Slot [17] registered\n[ 0.274669] acpiphp: Slot [18] registered\n[ 0.275476] acpiphp: Slot [19] registered\n[ 0.276280] acpiphp: Slot [20] registered\n[ 0.277092] acpiphp: Slot [21] registered\n[ 0.277892] acpiphp: Slot [22] registered\n[ 0.278694] acpiphp: Slot [23] registered\n[ 0.279494] acpiphp: Slot [24] registered\n[ 0.280295] acpiphp: Slot [25] registered\n[ 0.281097] acpiphp: Slot [26] registered\n[ 0.281893] acpiphp: Slot [27] registered\n[ 0.282696] acpiphp: Slot [28] registered\n[ 0.283499] acpiphp: Slot [29] registered\n[ 0.284298] acpiphp: Slot [30] registered\n[ 0.285104] acpiphp: Slot [31] registered\n[ 0.285898] PCI host bridge to bus 0000:00\n[ 0.286698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287891] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290523] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291954] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308138] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309563] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361123] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366268] vgaarb: loaded\n[ 0.366868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367991] SCSI subsystem initialized\n[ 0.368804] ACPI: bus type USB registered\n[ 0.369613] usbcore: registered new interface driver usbfs\n[ 0.370627] usbcore: registered new interface driver hub\n[ 0.371624] usbcore: registered new device driver usb\n[ 0.372667] PCI: Using ACPI for IRQ routing\n[ 0.373684] NetLabel: Initializing\n[ 0.374393] NetLabel: domain hash size = 128\n[ 0.375235] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376182] NetLabel: unlabeled traffic allowed by default\n[ 0.377266] clocksource: Switched to clocksource kvm-clock\n[ 0.382658] AppArmor: AppArmor Filesystem Enabled\n[ 0.383627] pnp: PnP ACPI init\n[ 0.384528] pnp: PnP ACPI: found 5 devices\n[ 0.390891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392619] NET: Registered protocol family 2\n[ 0.393576] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395997] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397150] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399385] NET: Registered protocol family 1\n[ 0.400248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401342] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402407] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430688] Trying to unpack rootfs image as initramfs...\n[ 0.480324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494131] Scanning for low memory corruption every 60 seconds\n[ 0.495470] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496603] audit: initializing netlink subsys (disabled)\n[ 0.497623] audit: type=2000 audit(1538631054.023:1): initialized\n[ 0.498919] Initialise system trusted keyring\n[ 0.499849] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501004] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502956] zbud: loaded\n[ 0.503654] VFS: Disk quotas dquot_6.6.0\n[ 0.504464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505952] fuse init (API version 7.23)\n[ 0.506840] Key type big_key registered\n[ 0.507642] Allocating IMA MOK and blacklist keyrings.\n[ 0.509102] Key type asymmetric registered\n[ 0.509948] Asymmetric key parser 'x509' registered\n[ 0.510892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512338] io scheduler noop registered\n[ 0.513123] io scheduler deadline registered (default)\n[ 0.514115] io scheduler cfq registered\n[ 0.514940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518653] ACPI: Power Button [PWRF]\n[ 0.519487] GHES: HEST is not enabled!\n[ 0.533194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562618] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565711] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591927] Linux agpgart interface v0.103\n[ 0.594094] brd: module loaded\n[ 0.595494] loop: module loaded\n[ 0.600578] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602227] GPT:90111 != 2097151\n[ 0.603029] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604294] GPT:90111 != 2097151\n[ 0.605014] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606108] vda: vda1 vda15\n[ 0.607903] scsi host0: ata_piix\n[ 0.608796] scsi host1: ata_piix\n[ 0.609633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612656] libphy: Fixed MDIO Bus: probed\n[ 0.613765] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614836] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616900] PPP generic driver version 2.4.2\n[ 0.617858] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619023] ehci-pci: EHCI PCI platform driver\n[ 0.619875] ehci-platform: EHCI generic platform driver\n[ 0.620837] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621946] ohci-pci: OHCI PCI platform driver\n[ 0.622801] ohci-platform: OHCI generic platform driver\n[ 0.623770] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643084] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646376] usb usb1: Product: UHCI Host Controller\n[ 0.647536] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649113] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650329] hub 1-0:1.0: USB hub found\n[ 0.651304] hub 1-0:1.0: 2 ports detected\n[ 0.652442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657389] mousedev: PS/2 mouse device common for all mice\n[ 0.658909] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665426] i2c /dev entries driver\n[ 0.666332] device-mapper: uevent: version 1.0.3\n[ 0.667459] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670963] NET: Registered protocol family 10\n[ 0.672181] NET: Registered protocol family 17\n[ 0.673295] Key type dns_resolver registered\n[ 0.674391] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675722] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677833] registered taskstats version 1\n[ 0.678828] Loading compiled-in X.509 certificates\n[ 0.680453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682770] zswap: loaded using pool lzo/zbud\n[ 0.684305] Key type trusted registered\n[ 0.686014] Key type encrypted registered\n[ 0.687008] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688260] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689536] evm: HMAC attrs: 0x1\n[ 0.690613] Magic number: 6:330:516\n[ 0.691610] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:54 UTC (1538631054)\n[ 0.693606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694981] EDD information not available.\n[ 0.770212] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772081] Write protecting the kernel read-only data: 14336k\n[ 0.783966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786159] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.192962] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.15. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEpklVtF6r+ToYvs+qO29Myfqn84zhFfs36grMIAqwU4EUkEiex6wULL+wdOOWkqgpfzH6VGhAjw1ec1vBm+KHxsFhOgz5y2FRcgd9m/mpQORzigDgJW9g9TFnK9HR3w3dYHccgVlLCdnLYR2SISWCZ3BkBU42UsFkrc9iJ9+KeJU4kK66ZkCun3+IYutGYz3cjN87Y015BWHlD5+9m1lTimSAOO8zgQFhs1ZTtyk4Fu5XKK9Elxfk2ROBrRuVFs7TYqOv5qEDY+hEIzYM6F+gLnHgTk1GMLd7A48gnwDWmpvs1wBpfTtkQQAopNrCYH2CaUGI2HdPfm8EqSLdo1V1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAO2lw1x5Hn5N6bLtDtBuU0rkq7TRdexD418LzhgtVCgvEG7jspN0P2+IyuLzbX1U+DCHY328RivNmugXPFetgIe1br/bDT5gKJUNJvXetuuAVlmDUCk24Z6NL+DhETGcMojcUjT/xPpWZYTa672PNEpRT/ba/UVOSM2iTkA8/UWlAAAAFQCJfX+5ifxg1iwezy2HPsoDYPXGcQAAAIEArPMYOCxp74GUjpspUqqITznFnfnGXNjWVzKTDG7oolra/j1i8dziYrkrJm77A0ve4rngB2vJG/ypLBZTf4MagH1zkFaV7LbkcXlqZo5BZdE6xRasI5bC6/qqnVtADSQm6keQiBy+mH748IgVnjNJAj9HzZFnyr0ODCkViK1bLWMAAACACZrJXvFTkG9zMAhCUM+NYjlsjaCHPqzgoQz3maUKFE3WJVe5+xAu4pRjfjwKA/GarUcMYz5P3aV8AIO6t7SpsI57RInq6w5573X/RGCoZpKFYsuCYAOGCVjcMKVr3nKc33/YZua++J2ELUGzGuom/AOUuu8vRmo6Y85sPPOpE9g= 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:feda:545c/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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.11 ===\n/dev/root resized successfully [took 2.23s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DA:54:5C \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feda:545c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:116 errors:0 dropped:17 overruns:0 frame:0\n TX packets:111 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11481 (11.2 KiB) TX bytes:10250 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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-04 05:32:42,416 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action used request id req-e817886d-54cf-4af1-8a15-dde09b3ce782 2018-10-04 05:32:44,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12bb30cad62c82b778226df078249045550f86fc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:45,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-b99a76bb-8ce5-429b-8963-20f3748234eb x-compute-request-id: req-b99a76bb-8ce5-429b-8963-20f3748234eb Content-Encoding: gzip Content-Length: 11138 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 497902158 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129167] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130804] pid_max: default: 32768 minimum: 301\n[ 0.131693] ACPI: Core revision 20150930\n[ 0.133072] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134365] Security Framework initialized\n[ 0.135170] Yama: becoming mindful.\n[ 0.135888] AppArmor: AppArmor initialized\n[ 0.136749] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138078] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139340] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140533] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141902] Initializing cgroup subsys io\n[ 0.142713] Initializing cgroup subsys memory\n[ 0.143568] Initializing cgroup subsys devices\n[ 0.144442] Initializing cgroup subsys freezer\n[ 0.145303] Initializing cgroup subsys net_cls\n[ 0.146162] Initializing cgroup subsys perf_event\n[ 0.147065] Initializing cgroup subsys net_prio\n[ 0.147936] Initializing cgroup subsys hugetlb\n[ 0.148815] Initializing cgroup subsys pids\n[ 0.149683] CPU: Physical Processor ID: 0\n[ 0.151178] mce: CPU supports 10 MCE banks\n[ 0.152013] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153013] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163698] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170112] ftrace: allocating 31920 entries in 125 pages\n[ 0.196593] smpboot: Max logical packages: 1\n[ 0.197452] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198792] x2apic enabled\n[ 0.199598] Switched APIC routing to physical x2apic.\n[ 0.201356] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206230] KVM setup paravirtual spinlock\n[ 0.207517] x86: Booted up 1 node, 1 CPUs\n[ 0.208329] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209728] devtmpfs: initialized\n[ 0.211444] evm: security.selinux\n[ 0.212146] evm: security.SMACK64\n[ 0.212831] evm: security.SMACK64EXEC\n[ 0.213574] evm: security.SMACK64TRANSMUTE\n[ 0.214385] evm: security.SMACK64MMAP\n[ 0.215127] evm: security.ima\n[ 0.215765] evm: security.capability\n[ 0.216578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218426] pinctrl core: initialized pinctrl subsystem\n[ 0.219525] RTC time: 5:30:53, date: 10/04/18\n[ 0.220475] NET: Registered protocol family 16\n[ 0.221443] cpuidle: using governor ladder\n[ 0.222258] cpuidle: using governor menu\n[ 0.223038] PCCT header not found.\n[ 0.223792] ACPI: bus type PCI registered\n[ 0.224595] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225830] PCI: Using configuration type 1 for base access\n[ 0.227576] ACPI: Added _OSI(Module Device)\n[ 0.228422] ACPI: Added _OSI(Processor Device)\n[ 0.229278] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230166] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232288] ACPI: Interpreter enabled\n[ 0.233063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236718] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240372] ACPI: (supports S0 S5)\n[ 0.241069] ACPI: Using IOAPIC for interrupt routing\n[ 0.242004] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245082] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246216] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247441] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248626] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250822] acpiphp: Slot [3] registered\n[ 0.251835] acpiphp: Slot [4] registered\n[ 0.252985] acpiphp: Slot [5] registered\n[ 0.254151] acpiphp: Slot [6] registered\n[ 0.255325] acpiphp: Slot [7] registered\n[ 0.256503] acpiphp: Slot [8] registered\n[ 0.257434] acpiphp: Slot [9] registered\n[ 0.258222] acpiphp: Slot [10] registered\n[ 0.259019] acpiphp: Slot [11] registered\n[ 0.259833] acpiphp: Slot [12] registered\n[ 0.260644] acpiphp: Slot [13] registered\n[ 0.261450] acpiphp: Slot [14] registered\n[ 0.262256] acpiphp: Slot [15] registered\n[ 0.273045] acpiphp: Slot [16] registered\n[ 0.273858] acpiphp: Slot [17] registered\n[ 0.274669] acpiphp: Slot [18] registered\n[ 0.275476] acpiphp: Slot [19] registered\n[ 0.276280] acpiphp: Slot [20] registered\n[ 0.277092] acpiphp: Slot [21] registered\n[ 0.277892] acpiphp: Slot [22] registered\n[ 0.278694] acpiphp: Slot [23] registered\n[ 0.279494] acpiphp: Slot [24] registered\n[ 0.280295] acpiphp: Slot [25] registered\n[ 0.281097] acpiphp: Slot [26] registered\n[ 0.281893] acpiphp: Slot [27] registered\n[ 0.282696] acpiphp: Slot [28] registered\n[ 0.283499] acpiphp: Slot [29] registered\n[ 0.284298] acpiphp: Slot [30] registered\n[ 0.285104] acpiphp: Slot [31] registered\n[ 0.285898] PCI host bridge to bus 0000:00\n[ 0.286698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.287891] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289089] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290523] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.291954] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.299401] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.300572] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.301830] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308138] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.309563] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355418] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356908] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358336] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359734] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361123] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362391] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364740] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366268] vgaarb: loaded\n[ 0.366868] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367991] SCSI subsystem initialized\n[ 0.368804] ACPI: bus type USB registered\n[ 0.369613] usbcore: registered new interface driver usbfs\n[ 0.370627] usbcore: registered new interface driver hub\n[ 0.371624] usbcore: registered new device driver usb\n[ 0.372667] PCI: Using ACPI for IRQ routing\n[ 0.373684] NetLabel: Initializing\n[ 0.374393] NetLabel: domain hash size = 128\n[ 0.375235] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376182] NetLabel: unlabeled traffic allowed by default\n[ 0.377266] clocksource: Switched to clocksource kvm-clock\n[ 0.382658] AppArmor: AppArmor Filesystem Enabled\n[ 0.383627] pnp: PnP ACPI init\n[ 0.384528] pnp: PnP ACPI: found 5 devices\n[ 0.390891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392619] NET: Registered protocol family 2\n[ 0.393576] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394836] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395997] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397150] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398224] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399385] NET: Registered protocol family 1\n[ 0.400248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401342] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402407] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416410] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430688] Trying to unpack rootfs image as initramfs...\n[ 0.480324] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494131] Scanning for low memory corruption every 60 seconds\n[ 0.495470] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496603] audit: initializing netlink subsys (disabled)\n[ 0.497623] audit: type=2000 audit(1538631054.023:1): initialized\n[ 0.498919] Initialise system trusted keyring\n[ 0.499849] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501004] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502956] zbud: loaded\n[ 0.503654] VFS: Disk quotas dquot_6.6.0\n[ 0.504464] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505952] fuse init (API version 7.23)\n[ 0.506840] Key type big_key registered\n[ 0.507642] Allocating IMA MOK and blacklist keyrings.\n[ 0.509102] Key type asymmetric registered\n[ 0.509948] Asymmetric key parser 'x509' registered\n[ 0.510892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512338] io scheduler noop registered\n[ 0.513123] io scheduler deadline registered (default)\n[ 0.514115] io scheduler cfq registered\n[ 0.514940] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515968] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517212] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518653] ACPI: Power Button [PWRF]\n[ 0.519487] GHES: HEST is not enabled!\n[ 0.533194] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562618] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565711] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589806] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591927] Linux agpgart interface v0.103\n[ 0.594094] brd: module loaded\n[ 0.595494] loop: module loaded\n[ 0.600578] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602227] GPT:90111 != 2097151\n[ 0.603029] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604294] GPT:90111 != 2097151\n[ 0.605014] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606108] vda: vda1 vda15\n[ 0.607903] scsi host0: ata_piix\n[ 0.608796] scsi host1: ata_piix\n[ 0.609633] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.611024] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.612656] libphy: Fixed MDIO Bus: probed\n[ 0.613765] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614836] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616900] PPP generic driver version 2.4.2\n[ 0.617858] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.619023] ehci-pci: EHCI PCI platform driver\n[ 0.619875] ehci-platform: EHCI generic platform driver\n[ 0.620837] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621946] ohci-pci: OHCI PCI platform driver\n[ 0.622801] ohci-platform: OHCI generic platform driver\n[ 0.623770] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638163] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639136] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640565] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641581] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.643084] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646376] usb usb1: Product: UHCI Host Controller\n[ 0.647536] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649113] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650329] hub 1-0:1.0: USB hub found\n[ 0.651304] hub 1-0:1.0: 2 ports detected\n[ 0.652442] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656118] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657389] mousedev: PS/2 mouse device common for all mice\n[ 0.658909] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662509] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663954] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665426] i2c /dev entries driver\n[ 0.666332] device-mapper: uevent: version 1.0.3\n[ 0.667459] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670963] NET: Registered protocol family 10\n[ 0.672181] NET: Registered protocol family 17\n[ 0.673295] Key type dns_resolver registered\n[ 0.674391] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.675722] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.677833] registered taskstats version 1\n[ 0.678828] Loading compiled-in X.509 certificates\n[ 0.680453] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.682770] zswap: loaded using pool lzo/zbud\n[ 0.684305] Key type trusted registered\n[ 0.686014] Key type encrypted registered\n[ 0.687008] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.688260] ima: No TPM chip found, activating TPM-bypass!\n[ 0.689536] evm: HMAC attrs: 0x1\n[ 0.690613] Magic number: 6:330:516\n[ 0.691610] rtc_cmos 00:00: setting system clock to 2018-10-04 05:30:54 UTC (1538631054)\n[ 0.693606] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.694981] EDD information not available.\n[ 0.770212] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772081] Write protecting the kernel read-only data: 14336k\n[ 0.783966] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786159] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.192962] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.15. iid=i-00000117\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEpklVtF6r+ToYvs+qO29Myfqn84zhFfs36grMIAqwU4EUkEiex6wULL+wdOOWkqgpfzH6VGhAjw1ec1vBm+KHxsFhOgz5y2FRcgd9m/mpQORzigDgJW9g9TFnK9HR3w3dYHccgVlLCdnLYR2SISWCZ3BkBU42UsFkrc9iJ9+KeJU4kK66ZkCun3+IYutGYz3cjN87Y015BWHlD5+9m1lTimSAOO8zgQFhs1ZTtyk4Fu5XKK9Elxfk2ROBrRuVFs7TYqOv5qEDY+hEIzYM6F+gLnHgTk1GMLd7A48gnwDWmpvs1wBpfTtkQQAopNrCYH2CaUGI2HdPfm8EqSLdo1V1 root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAO2lw1x5Hn5N6bLtDtBuU0rkq7TRdexD418LzhgtVCgvEG7jspN0P2+IyuLzbX1U+DCHY328RivNmugXPFetgIe1br/bDT5gKJUNJvXetuuAVlmDUCk24Z6NL+DhETGcMojcUjT/xPpWZYTa672PNEpRT/ba/UVOSM2iTkA8/UWlAAAAFQCJfX+5ifxg1iwezy2HPsoDYPXGcQAAAIEArPMYOCxp74GUjpspUqqITznFnfnGXNjWVzKTDG7oolra/j1i8dziYrkrJm77A0ve4rngB2vJG/ypLBZTf4MagH1zkFaV7LbkcXlqZo5BZdE6xRasI5bC6/qqnVtADSQm6keQiBy+mH748IgVnjNJAj9HzZFnyr0ODCkViK1bLWMAAACACZrJXvFTkG9zMAhCUM+NYjlsjaCHPqzgoQz3maUKFE3WJVe5+xAu4pRjfjwKA/GarUcMYz5P3aV8AIO6t7SpsI57RInq6w5573X/RGCoZpKFYsuCYAOGCVjcMKVr3nKc33/YZua++J2ELUGzGuom/AOUuu8vRmo6Y85sPPOpE9g= 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:feda:545c/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-00000117\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.11 ===\n/dev/root resized successfully [took 2.23s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:DA:54:5C \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feda:545c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:116 errors:0 dropped:17 overruns:0 frame:0\n TX packets:111 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11481 (11.2 KiB) TX bytes:10250 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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.122137] usb 1-1: Product: QEMU USB Tablet\n[ 1.122140] usb 1-1: Manufacturer: QEMU\n[ 1.122142] usb 1-1: SerialNumber: 42\n[ 1.149022] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.173023] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.192962] random: dd urandom read with 5 bits of entropy available\n[ 1.493358] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.493361] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.236603] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.651428] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:30:54 cirros kern.info kernel: [ 0.786159] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:30:54 cirros kern.info kernel: [ 0.798149] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:30:54 cirros kern.info kernel: [ 0.798150] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:30:54 cirros kern.info kernel: [ 0.799764] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:30:54 cirros kern.info kernel: [ 0.802689] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:30:54 cirros kern.info kernel: [ 0.804665] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:30:54 cirros kern.info kernel: [ 0.827195] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:30:54 cirros kern.info kernel: [ 0.828031] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:30:54 cirros kern.info kernel: [ 0.829142] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:30:54 cirros kern.info kernel: [ 0.887529] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:30:54 cirros kern.info kernel: [ 0.961330] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:30:54 cirros kern.info kernel: [ 1.122128] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:30:54 cirros kern.info kernel: [ 1.122134] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:30:54 cirros kern.info kernel: [ 1.122137] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:30:54 cirros kern.info kernel: [ 1.122140] usb 1-1: Manufacturer: QEMU\nOct 4 06:30:54 cirros kern.info kernel: [ 1.122142] usb 1-1: SerialNumber: 42\nOct 4 06:30:54 cirros kern.info kernel: [ 1.149022] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:30:54 cirros kern.info kernel: [ 1.173023] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:30:55 cirros kern.notice kernel: [ 1.192962] random: dd urandom read with 5 bits of entropy available\nOct 4 06:30:55 cirros kern.info kernel: [ 1.493358] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:30:55 cirros kern.info kernel: [ 1.493361] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:31:56 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:31:56 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:31:57 cirros kern.info kernel: [ 63.236603] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:31:57 cirros kern.info kernel: [ 63.651428] 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-04 05:32:45,514 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action used request id req-b99a76bb-8ce5-429b-8963-20f3748234eb 2018-10-04 05:32:47,550 - sdnvpn_test_utils - INFO - Waiting for instance 97a52011-1d43-4383-95d9-2fcab9c5919b to boot up 2018-10-04 05:32:47,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:48,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-288e805c-e83b-4316-8b4f-552444919449 x-compute-request-id: req-288e805c-e83b-4316-8b4f-552444919449 Content-Encoding: gzip Content-Length: 10082 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474328618 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129449] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131054] pid_max: default: 32768 minimum: 301\n[ 0.131919] ACPI: Core revision 20150930\n[ 0.133273] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134629] Security Framework initialized\n[ 0.135415] Yama: becoming mindful.\n[ 0.136126] AppArmor: AppArmor initialized\n[ 0.136970] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140648] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142006] Initializing cgroup subsys io\n[ 0.142792] Initializing cgroup subsys memory\n[ 0.143618] Initializing cgroup subsys devices\n[ 0.144455] Initializing cgroup subsys freezer\n[ 0.145309] Initializing cgroup subsys net_cls\n[ 0.146147] Initializing cgroup subsys perf_event\n[ 0.147023] Initializing cgroup subsys net_prio\n[ 0.147875] Initializing cgroup subsys hugetlb\n[ 0.148738] Initializing cgroup subsys pids\n[ 0.149583] CPU: Physical Processor ID: 0\n[ 0.151058] mce: CPU supports 10 MCE banks\n[ 0.151891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163655] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170036] ftrace: allocating 31920 entries in 125 pages\n[ 0.196519] smpboot: Max logical packages: 1\n[ 0.197390] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198711] x2apic enabled\n[ 0.199495] Switched APIC routing to physical x2apic.\n[ 0.201225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202304] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204229] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205969] KVM setup paravirtual spinlock\n[ 0.207232] x86: Booted up 1 node, 1 CPUs\n[ 0.208015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209362] devtmpfs: initialized\n[ 0.211057] evm: security.selinux\n[ 0.211736] evm: security.SMACK64\n[ 0.212402] evm: security.SMACK64EXEC\n[ 0.213124] evm: security.SMACK64TRANSMUTE\n[ 0.213903] evm: security.SMACK64MMAP\n[ 0.214621] evm: security.ima\n[ 0.215244] evm: security.capability\n[ 0.216025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217814] pinctrl core: initialized pinctrl subsystem\n[ 0.218869] RTC time: 5:31:04, date: 10/04/18\n[ 0.219803] NET: Registered protocol family 16\n[ 0.220745] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222292] PCCT header not found.\n[ 0.223018] ACPI: bus type PCI registered\n[ 0.223798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224997] PCI: Using configuration type 1 for base access\n[ 0.226717] ACPI: Added _OSI(Module Device)\n[ 0.227528] ACPI: Added _OSI(Processor Device)\n[ 0.228361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231305] ACPI: Interpreter enabled\n[ 0.232058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239212] ACPI: (supports S0 S5)\n[ 0.239897] ACPI: Using IOAPIC for interrupt routing\n[ 0.240813] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244001] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247466] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249635] acpiphp: Slot [3] registered\n[ 0.250408] acpiphp: Slot [4] registered\n[ 0.251188] acpiphp: Slot [5] registered\n[ 0.251972] acpiphp: Slot [6] registered\n[ 0.252748] acpiphp: Slot [7] registered\n[ 0.253522] acpiphp: Slot [8] registered\n[ 0.254295] acpiphp: Slot [9] registered\n[ 0.255076] acpiphp: Slot [10] registered\n[ 0.255865] acpiphp: Slot [11] registered\n[ 0.256666] acpiphp: Slot [12] registered\n[ 0.257459] acpiphp: Slot [13] registered\n[ 0.258250] acpiphp: Slot [14] registered\n[ 0.259039] acpiphp: Slot [15] registered\n[ 0.269945] acpiphp: Slot [16] registered\n[ 0.270774] acpiphp: Slot [17] registered\n[ 0.271560] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273148] acpiphp: Slot [20] registered\n[ 0.273949] acpiphp: Slot [21] registered\n[ 0.274737] acpiphp: Slot [22] registered\n[ 0.275533] acpiphp: Slot [23] registered\n[ 0.276318] acpiphp: Slot [24] registered\n[ 0.277120] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278701] acpiphp: Slot [27] registered\n[ 0.279488] acpiphp: Slot [28] registered\n[ 0.280275] acpiphp: Slot [29] registered\n[ 0.281059] acpiphp: Slot [30] registered\n[ 0.281846] acpiphp: Slot [31] registered\n[ 0.282630] PCI host bridge to bus 0000:00\n[ 0.283418] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285812] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288660] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294795] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296061] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305356] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359161] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360523] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361740] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365991] vgaarb: loaded\n[ 0.366578] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367707] SCSI subsystem initialized\n[ 0.368496] ACPI: bus type USB registered\n[ 0.369286] usbcore: registered new interface driver usbfs\n[ 0.370297] usbcore: registered new interface driver hub\n[ 0.371268] usbcore: registered new device driver usb\n[ 0.372286] PCI: Using ACPI for IRQ routing\n[ 0.373275] NetLabel: Initializing\n[ 0.373965] NetLabel: domain hash size = 128\n[ 0.374788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375703] NetLabel: unlabeled traffic allowed by default\n[ 0.376754] clocksource: Switched to clocksource kvm-clock\n[ 0.382125] AppArmor: AppArmor Filesystem Enabled\n[ 0.383055] pnp: PnP ACPI init\n[ 0.383946] pnp: PnP ACPI: found 5 devices\n[ 0.390290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391936] NET: Registered protocol family 2\n[ 0.392865] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396346] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398530] NET: Registered protocol family 1\n[ 0.399376] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401474] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429749] Trying to unpack rootfs image as initramfs...\n[ 0.479940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493737] Scanning for low memory corruption every 60 seconds\n[ 0.495024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496150] audit: initializing netlink subsys (disabled)\n[ 0.497177] audit: type=2000 audit(1538631065.735:1): initialized\n[ 0.498465] Initialise system trusted keyring\n[ 0.499385] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500528] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502467] zbud: loaded\n[ 0.503160] VFS: Disk quotas dquot_6.6.0\n[ 0.503966] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505466] fuse init (API version 7.23)\n[ 0.506340] Key type big_key registered\n[ 0.507131] Allocating IMA MOK and blacklist keyrings.\n[ 0.508219] Key type asymmetric registered\n[ 0.509038] Asymmetric key parser 'x509' registered\n[ 0.509976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511413] io scheduler noop registered\n[ 0.512193] io scheduler deadline registered (default)\n[ 0.513169] io scheduler cfq registered\n[ 0.514354] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518055] ACPI: Power Button [PWRF]\n[ 0.518877] GHES: HEST is not enabled!\n[ 0.532531] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561071] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589333] Linux agpgart interface v0.103\n[ 0.591314] brd: module loaded\n[ 0.593999] loop: module loaded\n[ 0.598525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599936] GPT:90111 != 2097151\n[ 0.600596] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601659] GPT:90111 != 2097151\n[ 0.602314] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603251] vda: vda1 vda15\n[ 0.604740] scsi host0: ata_piix\n[ 0.605462] scsi host1: ata_piix\n[ 0.606161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607338] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608742] libphy: Fixed MDIO Bus: probed\n[ 0.609549] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610467] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612556] PPP generic driver version 2.4.2\n[ 0.613441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614870] ehci-pci: EHCI PCI platform driver\n[ 0.615728] ehci-platform: EHCI generic platform driver\n[ 0.616698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617809] ohci-pci: OHCI PCI platform driver\n[ 0.618669] ohci-platform: OHCI generic platform driver\n[ 0.619637] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634129] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635167] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636597] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639909] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641307] usb usb1: Product: UHCI Host Controller\n[ 0.642228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643352] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644401] hub 1-0:1.0: USB hub found\n[ 0.645184] hub 1-0:1.0: 2 ports detected\n[ 0.646077] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648164] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650187] mousedev: PS/2 mouse device common for all mice\n[ 0.651419] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653244] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655503] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656679] i2c /dev entries driver\n[ 0.657443] device-mapper: uevent: version 1.0.3\n[ 0.658383] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659988] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661253] NET: Registered protocol family 10\n[ 0.662249] NET: Registered protocol family 17\n[ 0.663134] Key type dns_resolver registered\n[ 0.664045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665131] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666857] registered taskstats version 1\n[ 0.667678] Loading compiled-in X.509 certificates\n[ 0.669117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670971] zswap: loaded using pool lzo/zbud\n[ 0.672329] Key type trusted registered\n[ 0.673893] Key type encrypted registered\n[ 0.674709] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676742] evm: HMAC attrs: 0x1\n[ 0.681459] Magic number: 6:330:516\n[ 0.699233] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:05 UTC (1538631065)\n[ 0.700875] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701972] EDD information not available.\n[ 0.765763] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767278] Write protecting the kernel read-only data: 14336k\n[ 0.779022] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.825710] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.9...\nLease of 10.10.11.9 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.76. iid=i-0000011a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp9/Fd1It9QwnEoUecFfOmjZpwkTGaxYWUxxZaTCoXPueUIlwXaUT6fQTBDlc3AmAJnVlv9niC8PjeJ2g9cQ2imS7uupqUIrX/0YbiTSqJ3eeDPAD8XMz4KI/g7IjrMZqm1zhky7qOam1jLRDJ/Lc1Qme1hynXyjEnDC/vPgL+EQiMhNovfXYiKhwFLh5cUPv8UJFexjqtHVXNy578YQOqt+O58INf0L+/rchR0LBKRIfh15h7onQHODnEAIN8k0KeY2TlSOmrA8QkQeuP5rnnqP+WpFZUL+1/vF95eGl+qp52fTy6HL2M+ffGHSA9Fsy8/qDggkyqo6G6lUSsdBPH root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALA5EY8GvQil6C8F/YGJw3BJxQ/RjAwKFUzFHYRCbgZL7FVp/Ujug4aCxog5q20MqPczNJzy4IM8OAMSn4Ravmd59aK2IWlmb0R1BaQg2hNlLCATTcuFzGj8H6qgE91RF6UHIYPwLf1ZPSY9Q8pYr3O0GhWnS0bntZcVvAl6LIb/AAAAFQDmW/aSZhaCM9/v9XXtGYgLlTk5GQAAAIEAg9FKDduGgj8zusdwxr7prCU6f09g/ZjGPPLFd9kula8BRXejTKnHi5jV7fE19jXQ/H9HG4NhSv3eTMZVEhOUradYrjikIzkY3+C7Y9CMOoeP0O1tQgKULn90SV6939Mx0yGtkQ3pZFdX4zMeHOeUQ5FN5BtKHaF7t3DBwEm5mykAAACBAIZM8WRZhoy5Q0H0qCvRdNebaBSoaTIjX4CcXeFHYayWm6rL+AcGh79IGPg7ySCzK+1BDeDGq3cxHoURVIWLrBXCFEJZuQFt/zmHl6mEeg8/TC7R8espK83O89bWp9qoWICOc0JQ17AvujgHCmD7KqZFhDAQTYKEN227qGeJA5Ce 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.9,24,fe80::f816:3eff:fe2c:1dc3/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2C:1D:C3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2c:1dc3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9436 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:32:48,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action used request id req-288e805c-e83b-4316-8b4f-552444919449 2018-10-04 05:32:50,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:51,730 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-faf285ad-ea0b-4069-9894-07844ca34fde x-compute-request-id: req-faf285ad-ea0b-4069-9894-07844ca34fde Content-Encoding: gzip Content-Length: 10082 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474328618 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129449] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131054] pid_max: default: 32768 minimum: 301\n[ 0.131919] ACPI: Core revision 20150930\n[ 0.133273] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134629] Security Framework initialized\n[ 0.135415] Yama: becoming mindful.\n[ 0.136126] AppArmor: AppArmor initialized\n[ 0.136970] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140648] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142006] Initializing cgroup subsys io\n[ 0.142792] Initializing cgroup subsys memory\n[ 0.143618] Initializing cgroup subsys devices\n[ 0.144455] Initializing cgroup subsys freezer\n[ 0.145309] Initializing cgroup subsys net_cls\n[ 0.146147] Initializing cgroup subsys perf_event\n[ 0.147023] Initializing cgroup subsys net_prio\n[ 0.147875] Initializing cgroup subsys hugetlb\n[ 0.148738] Initializing cgroup subsys pids\n[ 0.149583] CPU: Physical Processor ID: 0\n[ 0.151058] mce: CPU supports 10 MCE banks\n[ 0.151891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163655] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170036] ftrace: allocating 31920 entries in 125 pages\n[ 0.196519] smpboot: Max logical packages: 1\n[ 0.197390] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198711] x2apic enabled\n[ 0.199495] Switched APIC routing to physical x2apic.\n[ 0.201225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202304] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204229] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205969] KVM setup paravirtual spinlock\n[ 0.207232] x86: Booted up 1 node, 1 CPUs\n[ 0.208015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209362] devtmpfs: initialized\n[ 0.211057] evm: security.selinux\n[ 0.211736] evm: security.SMACK64\n[ 0.212402] evm: security.SMACK64EXEC\n[ 0.213124] evm: security.SMACK64TRANSMUTE\n[ 0.213903] evm: security.SMACK64MMAP\n[ 0.214621] evm: security.ima\n[ 0.215244] evm: security.capability\n[ 0.216025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217814] pinctrl core: initialized pinctrl subsystem\n[ 0.218869] RTC time: 5:31:04, date: 10/04/18\n[ 0.219803] NET: Registered protocol family 16\n[ 0.220745] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222292] PCCT header not found.\n[ 0.223018] ACPI: bus type PCI registered\n[ 0.223798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224997] PCI: Using configuration type 1 for base access\n[ 0.226717] ACPI: Added _OSI(Module Device)\n[ 0.227528] ACPI: Added _OSI(Processor Device)\n[ 0.228361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231305] ACPI: Interpreter enabled\n[ 0.232058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239212] ACPI: (supports S0 S5)\n[ 0.239897] ACPI: Using IOAPIC for interrupt routing\n[ 0.240813] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244001] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247466] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249635] acpiphp: Slot [3] registered\n[ 0.250408] acpiphp: Slot [4] registered\n[ 0.251188] acpiphp: Slot [5] registered\n[ 0.251972] acpiphp: Slot [6] registered\n[ 0.252748] acpiphp: Slot [7] registered\n[ 0.253522] acpiphp: Slot [8] registered\n[ 0.254295] acpiphp: Slot [9] registered\n[ 0.255076] acpiphp: Slot [10] registered\n[ 0.255865] acpiphp: Slot [11] registered\n[ 0.256666] acpiphp: Slot [12] registered\n[ 0.257459] acpiphp: Slot [13] registered\n[ 0.258250] acpiphp: Slot [14] registered\n[ 0.259039] acpiphp: Slot [15] registered\n[ 0.269945] acpiphp: Slot [16] registered\n[ 0.270774] acpiphp: Slot [17] registered\n[ 0.271560] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273148] acpiphp: Slot [20] registered\n[ 0.273949] acpiphp: Slot [21] registered\n[ 0.274737] acpiphp: Slot [22] registered\n[ 0.275533] acpiphp: Slot [23] registered\n[ 0.276318] acpiphp: Slot [24] registered\n[ 0.277120] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278701] acpiphp: Slot [27] registered\n[ 0.279488] acpiphp: Slot [28] registered\n[ 0.280275] acpiphp: Slot [29] registered\n[ 0.281059] acpiphp: Slot [30] registered\n[ 0.281846] acpiphp: Slot [31] registered\n[ 0.282630] PCI host bridge to bus 0000:00\n[ 0.283418] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285812] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288660] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294795] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296061] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305356] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359161] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360523] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361740] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365991] vgaarb: loaded\n[ 0.366578] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367707] SCSI subsystem initialized\n[ 0.368496] ACPI: bus type USB registered\n[ 0.369286] usbcore: registered new interface driver usbfs\n[ 0.370297] usbcore: registered new interface driver hub\n[ 0.371268] usbcore: registered new device driver usb\n[ 0.372286] PCI: Using ACPI for IRQ routing\n[ 0.373275] NetLabel: Initializing\n[ 0.373965] NetLabel: domain hash size = 128\n[ 0.374788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375703] NetLabel: unlabeled traffic allowed by default\n[ 0.376754] clocksource: Switched to clocksource kvm-clock\n[ 0.382125] AppArmor: AppArmor Filesystem Enabled\n[ 0.383055] pnp: PnP ACPI init\n[ 0.383946] pnp: PnP ACPI: found 5 devices\n[ 0.390290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391936] NET: Registered protocol family 2\n[ 0.392865] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396346] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398530] NET: Registered protocol family 1\n[ 0.399376] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401474] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429749] Trying to unpack rootfs image as initramfs...\n[ 0.479940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493737] Scanning for low memory corruption every 60 seconds\n[ 0.495024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496150] audit: initializing netlink subsys (disabled)\n[ 0.497177] audit: type=2000 audit(1538631065.735:1): initialized\n[ 0.498465] Initialise system trusted keyring\n[ 0.499385] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500528] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502467] zbud: loaded\n[ 0.503160] VFS: Disk quotas dquot_6.6.0\n[ 0.503966] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505466] fuse init (API version 7.23)\n[ 0.506340] Key type big_key registered\n[ 0.507131] Allocating IMA MOK and blacklist keyrings.\n[ 0.508219] Key type asymmetric registered\n[ 0.509038] Asymmetric key parser 'x509' registered\n[ 0.509976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511413] io scheduler noop registered\n[ 0.512193] io scheduler deadline registered (default)\n[ 0.513169] io scheduler cfq registered\n[ 0.514354] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518055] ACPI: Power Button [PWRF]\n[ 0.518877] GHES: HEST is not enabled!\n[ 0.532531] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561071] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589333] Linux agpgart interface v0.103\n[ 0.591314] brd: module loaded\n[ 0.593999] loop: module loaded\n[ 0.598525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599936] GPT:90111 != 2097151\n[ 0.600596] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601659] GPT:90111 != 2097151\n[ 0.602314] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603251] vda: vda1 vda15\n[ 0.604740] scsi host0: ata_piix\n[ 0.605462] scsi host1: ata_piix\n[ 0.606161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607338] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608742] libphy: Fixed MDIO Bus: probed\n[ 0.609549] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610467] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612556] PPP generic driver version 2.4.2\n[ 0.613441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614870] ehci-pci: EHCI PCI platform driver\n[ 0.615728] ehci-platform: EHCI generic platform driver\n[ 0.616698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617809] ohci-pci: OHCI PCI platform driver\n[ 0.618669] ohci-platform: OHCI generic platform driver\n[ 0.619637] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634129] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635167] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636597] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639909] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641307] usb usb1: Product: UHCI Host Controller\n[ 0.642228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643352] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644401] hub 1-0:1.0: USB hub found\n[ 0.645184] hub 1-0:1.0: 2 ports detected\n[ 0.646077] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648164] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650187] mousedev: PS/2 mouse device common for all mice\n[ 0.651419] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653244] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655503] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656679] i2c /dev entries driver\n[ 0.657443] device-mapper: uevent: version 1.0.3\n[ 0.658383] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659988] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661253] NET: Registered protocol family 10\n[ 0.662249] NET: Registered protocol family 17\n[ 0.663134] Key type dns_resolver registered\n[ 0.664045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665131] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666857] registered taskstats version 1\n[ 0.667678] Loading compiled-in X.509 certificates\n[ 0.669117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670971] zswap: loaded using pool lzo/zbud\n[ 0.672329] Key type trusted registered\n[ 0.673893] Key type encrypted registered\n[ 0.674709] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676742] evm: HMAC attrs: 0x1\n[ 0.681459] Magic number: 6:330:516\n[ 0.699233] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:05 UTC (1538631065)\n[ 0.700875] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701972] EDD information not available.\n[ 0.765763] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767278] Write protecting the kernel read-only data: 14336k\n[ 0.779022] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.825710] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.9...\nLease of 10.10.11.9 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.76. iid=i-0000011a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp9/Fd1It9QwnEoUecFfOmjZpwkTGaxYWUxxZaTCoXPueUIlwXaUT6fQTBDlc3AmAJnVlv9niC8PjeJ2g9cQ2imS7uupqUIrX/0YbiTSqJ3eeDPAD8XMz4KI/g7IjrMZqm1zhky7qOam1jLRDJ/Lc1Qme1hynXyjEnDC/vPgL+EQiMhNovfXYiKhwFLh5cUPv8UJFexjqtHVXNy578YQOqt+O58INf0L+/rchR0LBKRIfh15h7onQHODnEAIN8k0KeY2TlSOmrA8QkQeuP5rnnqP+WpFZUL+1/vF95eGl+qp52fTy6HL2M+ffGHSA9Fsy8/qDggkyqo6G6lUSsdBPH root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALA5EY8GvQil6C8F/YGJw3BJxQ/RjAwKFUzFHYRCbgZL7FVp/Ujug4aCxog5q20MqPczNJzy4IM8OAMSn4Ravmd59aK2IWlmb0R1BaQg2hNlLCATTcuFzGj8H6qgE91RF6UHIYPwLf1ZPSY9Q8pYr3O0GhWnS0bntZcVvAl6LIb/AAAAFQDmW/aSZhaCM9/v9XXtGYgLlTk5GQAAAIEAg9FKDduGgj8zusdwxr7prCU6f09g/ZjGPPLFd9kula8BRXejTKnHi5jV7fE19jXQ/H9HG4NhSv3eTMZVEhOUradYrjikIzkY3+C7Y9CMOoeP0O1tQgKULn90SV6939Mx0yGtkQ3pZFdX4zMeHOeUQ5FN5BtKHaF7t3DBwEm5mykAAACBAIZM8WRZhoy5Q0H0qCvRdNebaBSoaTIjX4CcXeFHYayWm6rL+AcGh79IGPg7ySCzK+1BDeDGq3cxHoURVIWLrBXCFEJZuQFt/zmHl6mEeg8/TC7R8espK83O89bWp9qoWICOc0JQ17AvujgHCmD7KqZFhDAQTYKEN227qGeJA5Ce 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.9,24,fe80::f816:3eff:fe2c:1dc3/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2C:1D:C3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2c:1dc3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9436 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:32:51,730 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action used request id req-faf285ad-ea0b-4069-9894-07844ca34fde 2018-10-04 05:32:53,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:54,827 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-4a6f23c5-5422-4d4a-b15d-b3627866c46b x-compute-request-id: req-4a6f23c5-5422-4d4a-b15d-b3627866c46b Content-Encoding: gzip Content-Length: 10082 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474328618 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129449] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131054] pid_max: default: 32768 minimum: 301\n[ 0.131919] ACPI: Core revision 20150930\n[ 0.133273] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134629] Security Framework initialized\n[ 0.135415] Yama: becoming mindful.\n[ 0.136126] AppArmor: AppArmor initialized\n[ 0.136970] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140648] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142006] Initializing cgroup subsys io\n[ 0.142792] Initializing cgroup subsys memory\n[ 0.143618] Initializing cgroup subsys devices\n[ 0.144455] Initializing cgroup subsys freezer\n[ 0.145309] Initializing cgroup subsys net_cls\n[ 0.146147] Initializing cgroup subsys perf_event\n[ 0.147023] Initializing cgroup subsys net_prio\n[ 0.147875] Initializing cgroup subsys hugetlb\n[ 0.148738] Initializing cgroup subsys pids\n[ 0.149583] CPU: Physical Processor ID: 0\n[ 0.151058] mce: CPU supports 10 MCE banks\n[ 0.151891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163655] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170036] ftrace: allocating 31920 entries in 125 pages\n[ 0.196519] smpboot: Max logical packages: 1\n[ 0.197390] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198711] x2apic enabled\n[ 0.199495] Switched APIC routing to physical x2apic.\n[ 0.201225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202304] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204229] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205969] KVM setup paravirtual spinlock\n[ 0.207232] x86: Booted up 1 node, 1 CPUs\n[ 0.208015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209362] devtmpfs: initialized\n[ 0.211057] evm: security.selinux\n[ 0.211736] evm: security.SMACK64\n[ 0.212402] evm: security.SMACK64EXEC\n[ 0.213124] evm: security.SMACK64TRANSMUTE\n[ 0.213903] evm: security.SMACK64MMAP\n[ 0.214621] evm: security.ima\n[ 0.215244] evm: security.capability\n[ 0.216025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217814] pinctrl core: initialized pinctrl subsystem\n[ 0.218869] RTC time: 5:31:04, date: 10/04/18\n[ 0.219803] NET: Registered protocol family 16\n[ 0.220745] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222292] PCCT header not found.\n[ 0.223018] ACPI: bus type PCI registered\n[ 0.223798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224997] PCI: Using configuration type 1 for base access\n[ 0.226717] ACPI: Added _OSI(Module Device)\n[ 0.227528] ACPI: Added _OSI(Processor Device)\n[ 0.228361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231305] ACPI: Interpreter enabled\n[ 0.232058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239212] ACPI: (supports S0 S5)\n[ 0.239897] ACPI: Using IOAPIC for interrupt routing\n[ 0.240813] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244001] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247466] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249635] acpiphp: Slot [3] registered\n[ 0.250408] acpiphp: Slot [4] registered\n[ 0.251188] acpiphp: Slot [5] registered\n[ 0.251972] acpiphp: Slot [6] registered\n[ 0.252748] acpiphp: Slot [7] registered\n[ 0.253522] acpiphp: Slot [8] registered\n[ 0.254295] acpiphp: Slot [9] registered\n[ 0.255076] acpiphp: Slot [10] registered\n[ 0.255865] acpiphp: Slot [11] registered\n[ 0.256666] acpiphp: Slot [12] registered\n[ 0.257459] acpiphp: Slot [13] registered\n[ 0.258250] acpiphp: Slot [14] registered\n[ 0.259039] acpiphp: Slot [15] registered\n[ 0.269945] acpiphp: Slot [16] registered\n[ 0.270774] acpiphp: Slot [17] registered\n[ 0.271560] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273148] acpiphp: Slot [20] registered\n[ 0.273949] acpiphp: Slot [21] registered\n[ 0.274737] acpiphp: Slot [22] registered\n[ 0.275533] acpiphp: Slot [23] registered\n[ 0.276318] acpiphp: Slot [24] registered\n[ 0.277120] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278701] acpiphp: Slot [27] registered\n[ 0.279488] acpiphp: Slot [28] registered\n[ 0.280275] acpiphp: Slot [29] registered\n[ 0.281059] acpiphp: Slot [30] registered\n[ 0.281846] acpiphp: Slot [31] registered\n[ 0.282630] PCI host bridge to bus 0000:00\n[ 0.283418] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285812] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288660] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294795] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296061] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305356] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359161] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360523] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361740] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365991] vgaarb: loaded\n[ 0.366578] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367707] SCSI subsystem initialized\n[ 0.368496] ACPI: bus type USB registered\n[ 0.369286] usbcore: registered new interface driver usbfs\n[ 0.370297] usbcore: registered new interface driver hub\n[ 0.371268] usbcore: registered new device driver usb\n[ 0.372286] PCI: Using ACPI for IRQ routing\n[ 0.373275] NetLabel: Initializing\n[ 0.373965] NetLabel: domain hash size = 128\n[ 0.374788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375703] NetLabel: unlabeled traffic allowed by default\n[ 0.376754] clocksource: Switched to clocksource kvm-clock\n[ 0.382125] AppArmor: AppArmor Filesystem Enabled\n[ 0.383055] pnp: PnP ACPI init\n[ 0.383946] pnp: PnP ACPI: found 5 devices\n[ 0.390290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391936] NET: Registered protocol family 2\n[ 0.392865] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396346] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398530] NET: Registered protocol family 1\n[ 0.399376] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401474] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429749] Trying to unpack rootfs image as initramfs...\n[ 0.479940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493737] Scanning for low memory corruption every 60 seconds\n[ 0.495024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496150] audit: initializing netlink subsys (disabled)\n[ 0.497177] audit: type=2000 audit(1538631065.735:1): initialized\n[ 0.498465] Initialise system trusted keyring\n[ 0.499385] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500528] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502467] zbud: loaded\n[ 0.503160] VFS: Disk quotas dquot_6.6.0\n[ 0.503966] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505466] fuse init (API version 7.23)\n[ 0.506340] Key type big_key registered\n[ 0.507131] Allocating IMA MOK and blacklist keyrings.\n[ 0.508219] Key type asymmetric registered\n[ 0.509038] Asymmetric key parser 'x509' registered\n[ 0.509976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511413] io scheduler noop registered\n[ 0.512193] io scheduler deadline registered (default)\n[ 0.513169] io scheduler cfq registered\n[ 0.514354] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518055] ACPI: Power Button [PWRF]\n[ 0.518877] GHES: HEST is not enabled!\n[ 0.532531] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561071] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589333] Linux agpgart interface v0.103\n[ 0.591314] brd: module loaded\n[ 0.593999] loop: module loaded\n[ 0.598525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599936] GPT:90111 != 2097151\n[ 0.600596] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601659] GPT:90111 != 2097151\n[ 0.602314] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603251] vda: vda1 vda15\n[ 0.604740] scsi host0: ata_piix\n[ 0.605462] scsi host1: ata_piix\n[ 0.606161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607338] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608742] libphy: Fixed MDIO Bus: probed\n[ 0.609549] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610467] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612556] PPP generic driver version 2.4.2\n[ 0.613441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614870] ehci-pci: EHCI PCI platform driver\n[ 0.615728] ehci-platform: EHCI generic platform driver\n[ 0.616698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617809] ohci-pci: OHCI PCI platform driver\n[ 0.618669] ohci-platform: OHCI generic platform driver\n[ 0.619637] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634129] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635167] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636597] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639909] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641307] usb usb1: Product: UHCI Host Controller\n[ 0.642228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643352] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644401] hub 1-0:1.0: USB hub found\n[ 0.645184] hub 1-0:1.0: 2 ports detected\n[ 0.646077] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648164] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650187] mousedev: PS/2 mouse device common for all mice\n[ 0.651419] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653244] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655503] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656679] i2c /dev entries driver\n[ 0.657443] device-mapper: uevent: version 1.0.3\n[ 0.658383] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659988] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661253] NET: Registered protocol family 10\n[ 0.662249] NET: Registered protocol family 17\n[ 0.663134] Key type dns_resolver registered\n[ 0.664045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665131] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666857] registered taskstats version 1\n[ 0.667678] Loading compiled-in X.509 certificates\n[ 0.669117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670971] zswap: loaded using pool lzo/zbud\n[ 0.672329] Key type trusted registered\n[ 0.673893] Key type encrypted registered\n[ 0.674709] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676742] evm: HMAC attrs: 0x1\n[ 0.681459] Magic number: 6:330:516\n[ 0.699233] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:05 UTC (1538631065)\n[ 0.700875] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701972] EDD information not available.\n[ 0.765763] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767278] Write protecting the kernel read-only data: 14336k\n[ 0.779022] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.825710] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.9...\nLease of 10.10.11.9 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.76. iid=i-0000011a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp9/Fd1It9QwnEoUecFfOmjZpwkTGaxYWUxxZaTCoXPueUIlwXaUT6fQTBDlc3AmAJnVlv9niC8PjeJ2g9cQ2imS7uupqUIrX/0YbiTSqJ3eeDPAD8XMz4KI/g7IjrMZqm1zhky7qOam1jLRDJ/Lc1Qme1hynXyjEnDC/vPgL+EQiMhNovfXYiKhwFLh5cUPv8UJFexjqtHVXNy578YQOqt+O58INf0L+/rchR0LBKRIfh15h7onQHODnEAIN8k0KeY2TlSOmrA8QkQeuP5rnnqP+WpFZUL+1/vF95eGl+qp52fTy6HL2M+ffGHSA9Fsy8/qDggkyqo6G6lUSsdBPH root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALA5EY8GvQil6C8F/YGJw3BJxQ/RjAwKFUzFHYRCbgZL7FVp/Ujug4aCxog5q20MqPczNJzy4IM8OAMSn4Ravmd59aK2IWlmb0R1BaQg2hNlLCATTcuFzGj8H6qgE91RF6UHIYPwLf1ZPSY9Q8pYr3O0GhWnS0bntZcVvAl6LIb/AAAAFQDmW/aSZhaCM9/v9XXtGYgLlTk5GQAAAIEAg9FKDduGgj8zusdwxr7prCU6f09g/ZjGPPLFd9kula8BRXejTKnHi5jV7fE19jXQ/H9HG4NhSv3eTMZVEhOUradYrjikIzkY3+C7Y9CMOoeP0O1tQgKULn90SV6939Mx0yGtkQ3pZFdX4zMeHOeUQ5FN5BtKHaF7t3DBwEm5mykAAACBAIZM8WRZhoy5Q0H0qCvRdNebaBSoaTIjX4CcXeFHYayWm6rL+AcGh79IGPg7ySCzK+1BDeDGq3cxHoURVIWLrBXCFEJZuQFt/zmHl6mEeg8/TC7R8espK83O89bWp9qoWICOc0JQ17AvujgHCmD7KqZFhDAQTYKEN227qGeJA5Ce 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.9,24,fe80::f816:3eff:fe2c:1dc3/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2C:1D:C3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2c:1dc3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9436 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:32:54,828 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action used request id req-4a6f23c5-5422-4d4a-b15d-b3627866c46b 2018-10-04 05:32:56,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}538dd291d917abae376dc436cbbc7b9431de6ae3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:32:57,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-c9d62b46-9d54-4b9e-b96c-68e767bc11d6 x-compute-request-id: req-c9d62b46-9d54-4b9e-b96c-68e767bc11d6 Content-Encoding: gzip Content-Length: 11152 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474328618 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129449] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131054] pid_max: default: 32768 minimum: 301\n[ 0.131919] ACPI: Core revision 20150930\n[ 0.133273] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.134629] Security Framework initialized\n[ 0.135415] Yama: becoming mindful.\n[ 0.136126] AppArmor: AppArmor initialized\n[ 0.136970] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139485] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.140648] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142006] Initializing cgroup subsys io\n[ 0.142792] Initializing cgroup subsys memory\n[ 0.143618] Initializing cgroup subsys devices\n[ 0.144455] Initializing cgroup subsys freezer\n[ 0.145309] Initializing cgroup subsys net_cls\n[ 0.146147] Initializing cgroup subsys perf_event\n[ 0.147023] Initializing cgroup subsys net_prio\n[ 0.147875] Initializing cgroup subsys hugetlb\n[ 0.148738] Initializing cgroup subsys pids\n[ 0.149583] CPU: Physical Processor ID: 0\n[ 0.151058] mce: CPU supports 10 MCE banks\n[ 0.151891] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152868] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.163655] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170036] ftrace: allocating 31920 entries in 125 pages\n[ 0.196519] smpboot: Max logical packages: 1\n[ 0.197390] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198711] x2apic enabled\n[ 0.199495] Switched APIC routing to physical x2apic.\n[ 0.201225] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202304] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204229] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.205969] KVM setup paravirtual spinlock\n[ 0.207232] x86: Booted up 1 node, 1 CPUs\n[ 0.208015] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209362] devtmpfs: initialized\n[ 0.211057] evm: security.selinux\n[ 0.211736] evm: security.SMACK64\n[ 0.212402] evm: security.SMACK64EXEC\n[ 0.213124] evm: security.SMACK64TRANSMUTE\n[ 0.213903] evm: security.SMACK64MMAP\n[ 0.214621] evm: security.ima\n[ 0.215244] evm: security.capability\n[ 0.216025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.217814] pinctrl core: initialized pinctrl subsystem\n[ 0.218869] RTC time: 5:31:04, date: 10/04/18\n[ 0.219803] NET: Registered protocol family 16\n[ 0.220745] cpuidle: using governor ladder\n[ 0.221536] cpuidle: using governor menu\n[ 0.222292] PCCT header not found.\n[ 0.223018] ACPI: bus type PCI registered\n[ 0.223798] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.224997] PCI: Using configuration type 1 for base access\n[ 0.226717] ACPI: Added _OSI(Module Device)\n[ 0.227528] ACPI: Added _OSI(Processor Device)\n[ 0.228361] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229233] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231305] ACPI: Interpreter enabled\n[ 0.232058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.233856] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.235636] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237428] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239212] ACPI: (supports S0 S5)\n[ 0.239897] ACPI: Using IOAPIC for interrupt routing\n[ 0.240813] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244001] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246309] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247466] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249635] acpiphp: Slot [3] registered\n[ 0.250408] acpiphp: Slot [4] registered\n[ 0.251188] acpiphp: Slot [5] registered\n[ 0.251972] acpiphp: Slot [6] registered\n[ 0.252748] acpiphp: Slot [7] registered\n[ 0.253522] acpiphp: Slot [8] registered\n[ 0.254295] acpiphp: Slot [9] registered\n[ 0.255076] acpiphp: Slot [10] registered\n[ 0.255865] acpiphp: Slot [11] registered\n[ 0.256666] acpiphp: Slot [12] registered\n[ 0.257459] acpiphp: Slot [13] registered\n[ 0.258250] acpiphp: Slot [14] registered\n[ 0.259039] acpiphp: Slot [15] registered\n[ 0.269945] acpiphp: Slot [16] registered\n[ 0.270774] acpiphp: Slot [17] registered\n[ 0.271560] acpiphp: Slot [18] registered\n[ 0.272340] acpiphp: Slot [19] registered\n[ 0.273148] acpiphp: Slot [20] registered\n[ 0.273949] acpiphp: Slot [21] registered\n[ 0.274737] acpiphp: Slot [22] registered\n[ 0.275533] acpiphp: Slot [23] registered\n[ 0.276318] acpiphp: Slot [24] registered\n[ 0.277120] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278701] acpiphp: Slot [27] registered\n[ 0.279488] acpiphp: Slot [28] registered\n[ 0.280275] acpiphp: Slot [29] registered\n[ 0.281059] acpiphp: Slot [30] registered\n[ 0.281846] acpiphp: Slot [31] registered\n[ 0.282630] PCI host bridge to bus 0000:00\n[ 0.283418] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284621] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285812] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287236] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288660] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294795] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296061] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298462] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305356] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306783] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354909] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356376] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357787] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359161] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360523] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361740] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363475] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365991] vgaarb: loaded\n[ 0.366578] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367707] SCSI subsystem initialized\n[ 0.368496] ACPI: bus type USB registered\n[ 0.369286] usbcore: registered new interface driver usbfs\n[ 0.370297] usbcore: registered new interface driver hub\n[ 0.371268] usbcore: registered new device driver usb\n[ 0.372286] PCI: Using ACPI for IRQ routing\n[ 0.373275] NetLabel: Initializing\n[ 0.373965] NetLabel: domain hash size = 128\n[ 0.374788] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375703] NetLabel: unlabeled traffic allowed by default\n[ 0.376754] clocksource: Switched to clocksource kvm-clock\n[ 0.382125] AppArmor: AppArmor Filesystem Enabled\n[ 0.383055] pnp: PnP ACPI init\n[ 0.383946] pnp: PnP ACPI: found 5 devices\n[ 0.390290] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391936] NET: Registered protocol family 2\n[ 0.392865] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394096] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395226] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396346] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397391] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398530] NET: Registered protocol family 1\n[ 0.399376] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400433] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401474] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415571] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429749] Trying to unpack rootfs image as initramfs...\n[ 0.479940] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493737] Scanning for low memory corruption every 60 seconds\n[ 0.495024] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496150] audit: initializing netlink subsys (disabled)\n[ 0.497177] audit: type=2000 audit(1538631065.735:1): initialized\n[ 0.498465] Initialise system trusted keyring\n[ 0.499385] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500528] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502467] zbud: loaded\n[ 0.503160] VFS: Disk quotas dquot_6.6.0\n[ 0.503966] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505466] fuse init (API version 7.23)\n[ 0.506340] Key type big_key registered\n[ 0.507131] Allocating IMA MOK and blacklist keyrings.\n[ 0.508219] Key type asymmetric registered\n[ 0.509038] Asymmetric key parser 'x509' registered\n[ 0.509976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511413] io scheduler noop registered\n[ 0.512193] io scheduler deadline registered (default)\n[ 0.513169] io scheduler cfq registered\n[ 0.514354] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515379] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.516617] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518055] ACPI: Power Button [PWRF]\n[ 0.518877] GHES: HEST is not enabled!\n[ 0.532531] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561071] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563254] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587236] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589333] Linux agpgart interface v0.103\n[ 0.591314] brd: module loaded\n[ 0.593999] loop: module loaded\n[ 0.598525] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599936] GPT:90111 != 2097151\n[ 0.600596] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601659] GPT:90111 != 2097151\n[ 0.602314] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603251] vda: vda1 vda15\n[ 0.604740] scsi host0: ata_piix\n[ 0.605462] scsi host1: ata_piix\n[ 0.606161] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.607338] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.608742] libphy: Fixed MDIO Bus: probed\n[ 0.609549] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610467] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612556] PPP generic driver version 2.4.2\n[ 0.613441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614870] ehci-pci: EHCI PCI platform driver\n[ 0.615728] ehci-platform: EHCI generic platform driver\n[ 0.616698] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617809] ohci-pci: OHCI PCI platform driver\n[ 0.618669] ohci-platform: OHCI generic platform driver\n[ 0.619637] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634129] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.635167] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636597] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637618] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.638712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639909] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641307] usb usb1: Product: UHCI Host Controller\n[ 0.642228] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643352] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644401] hub 1-0:1.0: USB hub found\n[ 0.645184] hub 1-0:1.0: 2 ports detected\n[ 0.646077] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648164] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649146] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650187] mousedev: PS/2 mouse device common for all mice\n[ 0.651419] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653244] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654323] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655503] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656679] i2c /dev entries driver\n[ 0.657443] device-mapper: uevent: version 1.0.3\n[ 0.658383] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.659988] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661253] NET: Registered protocol family 10\n[ 0.662249] NET: Registered protocol family 17\n[ 0.663134] Key type dns_resolver registered\n[ 0.664045] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.665131] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.666857] registered taskstats version 1\n[ 0.667678] Loading compiled-in X.509 certificates\n[ 0.669117] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.670971] zswap: loaded using pool lzo/zbud\n[ 0.672329] Key type trusted registered\n[ 0.673893] Key type encrypted registered\n[ 0.674709] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675722] ima: No TPM chip found, activating TPM-bypass!\n[ 0.676742] evm: HMAC attrs: 0x1\n[ 0.681459] Magic number: 6:330:516\n[ 0.699233] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:05 UTC (1538631065)\n[ 0.700875] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701972] EDD information not available.\n[ 0.765763] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767278] Write protecting the kernel read-only data: 14336k\n[ 0.779022] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.780855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.825710] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.9...\nLease of 10.10.11.9 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.76. iid=i-0000011a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCp9/Fd1It9QwnEoUecFfOmjZpwkTGaxYWUxxZaTCoXPueUIlwXaUT6fQTBDlc3AmAJnVlv9niC8PjeJ2g9cQ2imS7uupqUIrX/0YbiTSqJ3eeDPAD8XMz4KI/g7IjrMZqm1zhky7qOam1jLRDJ/Lc1Qme1hynXyjEnDC/vPgL+EQiMhNovfXYiKhwFLh5cUPv8UJFexjqtHVXNy578YQOqt+O58INf0L+/rchR0LBKRIfh15h7onQHODnEAIN8k0KeY2TlSOmrA8QkQeuP5rnnqP+WpFZUL+1/vF95eGl+qp52fTy6HL2M+ffGHSA9Fsy8/qDggkyqo6G6lUSsdBPH root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBALA5EY8GvQil6C8F/YGJw3BJxQ/RjAwKFUzFHYRCbgZL7FVp/Ujug4aCxog5q20MqPczNJzy4IM8OAMSn4Ravmd59aK2IWlmb0R1BaQg2hNlLCATTcuFzGj8H6qgE91RF6UHIYPwLf1ZPSY9Q8pYr3O0GhWnS0bntZcVvAl6LIb/AAAAFQDmW/aSZhaCM9/v9XXtGYgLlTk5GQAAAIEAg9FKDduGgj8zusdwxr7prCU6f09g/ZjGPPLFd9kula8BRXejTKnHi5jV7fE19jXQ/H9HG4NhSv3eTMZVEhOUradYrjikIzkY3+C7Y9CMOoeP0O1tQgKULn90SV6939Mx0yGtkQ3pZFdX4zMeHOeUQ5FN5BtKHaF7t3DBwEm5mykAAACBAIZM8WRZhoy5Q0H0qCvRdNebaBSoaTIjX4CcXeFHYayWm6rL+AcGh79IGPg7ySCzK+1BDeDGq3cxHoURVIWLrBXCFEJZuQFt/zmHl6mEeg8/TC7R8espK83O89bWp9qoWICOc0JQ17AvujgHCmD7KqZFhDAQTYKEN227qGeJA5Ce 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.9,24,fe80::f816:3eff:fe2c:1dc3/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.9 \nip-route:169.254.169.254 via 10.10.11.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000011a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=63.53 ===\n/dev/root resized successfully [took 2.21s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:2C:1D:C3 \n inet addr:10.10.11.9 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2c:1dc3/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:77 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:9436 (9.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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.117454] usb 1-1: Product: QEMU USB Tablet\n[ 1.117455] usb 1-1: Manufacturer: QEMU\n[ 1.117456] usb 1-1: SerialNumber: 42\n[ 1.309975] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\n[ 1.492926] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.492940] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 1.744600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.780790] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 63.656780] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.995015] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:31:06 cirros kern.info kernel: [ 0.780855] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:31:06 cirros kern.info kernel: [ 0.791924] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:31:06 cirros kern.info kernel: [ 0.791925] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:31:06 cirros kern.info kernel: [ 0.793614] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:31:06 cirros kern.info kernel: [ 0.796530] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:31:06 cirros kern.info kernel: [ 0.798528] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:31:06 cirros kern.info kernel: [ 0.823076] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:31:06 cirros kern.info kernel: [ 0.823987] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:31:06 cirros kern.notice kernel: [ 0.825710] random: blkid urandom read with 2 bits of entropy available\nOct 4 06:31:06 cirros kern.info kernel: [ 0.827310] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:31:06 cirros kern.info kernel: [ 0.956772] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:31:06 cirros kern.info kernel: [ 1.117451] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:31:06 cirros kern.info kernel: [ 1.117453] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:31:06 cirros kern.info kernel: [ 1.117454] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:31:06 cirros kern.info kernel: [ 1.117455] usb 1-1: Manufacturer: QEMU\nOct 4 06:31:06 cirros kern.info kernel: [ 1.117456] usb 1-1: SerialNumber: 42\nOct 4 06:31:06 cirros kern.info kernel: [ 1.309975] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:31:06 cirros kern.info kernel: [ 1.492926] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 4 06:31:06 cirros kern.info kernel: [ 1.492940] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 4 06:31:06 cirros kern.info kernel: [ 1.744600] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:31:06 cirros kern.info kernel: [ 1.780790] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:32:07 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:32:08 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:32:08 cirros kern.info kernel: [ 63.656780] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:32:08 cirros kern.info kernel: [ 63.995015] 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-04 05:32:57,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action used request id req-c9d62b46-9d54-4b9e-b96c-68e767bc11d6 2018-10-04 05:32:59,952 - sdnvpn_test_utils - INFO - Waiting for instance a584eb15-d573-4db7-80a1-c3d7a916e17a to boot up 2018-10-04 05:32:59,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:01,031 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:32: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-0f6a640d-0021-4aa1-a73a-3627a7d67941 x-compute-request-id: req-0f6a640d-0021-4aa1-a73a-3627a7d67941 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2018-10-04 05:33:01,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-0f6a640d-0021-4aa1-a73a-3627a7d67941 2018-10-04 05:33:03,035 - sdnvpn_test_utils - INFO - Waiting for instance 81e4a809-a090-4a94-a6da-c601863cc54f to boot up 2018-10-04 05:33:03,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7ad65c9adea853abee6b96d574ccaa01a48104" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:04,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-43e275a3-b9a8-4d4b-a894-ea2d4251acc7 x-compute-request-id: req-43e275a3-b9a8-4d4b-a894-ea2d4251acc7 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 567664162 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142300] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144300] pid_max: default: 32768 minimum: 301\n[ 0.145398] ACPI: Core revision 20150930\n[ 0.146946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148530] Security Framework initialized\n[ 0.149525] Yama: becoming mindful.\n[ 0.150403] AppArmor: AppArmor initialized\n[ 0.151432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153035] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156047] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157738] Initializing cgroup subsys io\n[ 0.158716] Initializing cgroup subsys memory\n[ 0.159751] Initializing cgroup subsys devices\n[ 0.160799] Initializing cgroup subsys freezer\n[ 0.161856] Initializing cgroup subsys net_cls\n[ 0.162908] Initializing cgroup subsys perf_event\n[ 0.164020] Initializing cgroup subsys net_prio\n[ 0.165087] Initializing cgroup subsys hugetlb\n[ 0.166134] Initializing cgroup subsys pids\n[ 0.167180] CPU: Physical Processor ID: 0\n[ 0.168847] mce: CPU supports 10 MCE banks\n[ 0.169873] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171086] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189501] ftrace: allocating 31920 entries in 125 pages\n[ 0.217617] smpboot: Max logical packages: 1\n[ 0.218654] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220229] x2apic enabled\n[ 0.221145] Switched APIC routing to physical x2apic.\n[ 0.223097] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226844] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228969] KVM setup paravirtual spinlock\n[ 0.230495] x86: Booted up 1 node, 1 CPUs\n[ 0.231474] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233155] devtmpfs: initialized\n[ 0.234992] evm: security.selinux\n[ 0.235830] evm: security.SMACK64\n[ 0.236661] evm: security.SMACK64EXEC\n[ 0.237567] evm: security.SMACK64TRANSMUTE\n[ 0.238544] evm: security.SMACK64MMAP\n[ 0.239439] evm: security.ima\n[ 0.240193] evm: security.capability\n[ 0.241149] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243416] pinctrl core: initialized pinctrl subsystem\n[ 0.244724] RTC time: 5:31:18, date: 10/04/18\n[ 0.245870] NET: Registered protocol family 16\n[ 0.247049] cpuidle: using governor ladder\n[ 0.248048] cpuidle: using governor menu\n[ 0.248986] PCCT header not found.\n[ 0.249884] ACPI: bus type PCI registered\n[ 0.250858] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252327] PCI: Using configuration type 1 for base access\n[ 0.254317] ACPI: Added _OSI(Module Device)\n[ 0.255307] ACPI: Added _OSI(Processor Device)\n[ 0.256354] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257417] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259707] ACPI: Interpreter enabled\n[ 0.260611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269520] ACPI: (supports S0 S5)\n[ 0.270378] ACPI: Using IOAPIC for interrupt routing\n[ 0.271532] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274997] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276387] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277907] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279372] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282076] acpiphp: Slot [3] registered\n[ 0.283039] acpiphp: Slot [4] registered\n[ 0.283997] acpiphp: Slot [5] registered\n[ 0.284961] acpiphp: Slot [6] registered\n[ 0.285925] acpiphp: Slot [7] registered\n[ 0.286883] acpiphp: Slot [8] registered\n[ 0.287845] acpiphp: Slot [9] registered\n[ 0.288803] acpiphp: Slot [10] registered\n[ 0.289796] acpiphp: Slot [11] registered\n[ 0.290779] acpiphp: Slot [12] registered\n[ 0.291761] acpiphp: Slot [13] registered\n[ 0.292740] acpiphp: Slot [14] registered\n[ 0.293717] acpiphp: Slot [15] registered\n[ 0.304990] acpiphp: Slot [16] registered\n[ 0.305966] acpiphp: Slot [17] registered\n[ 0.306951] acpiphp: Slot [18] registered\n[ 0.307928] acpiphp: Slot [19] registered\n[ 0.308903] acpiphp: Slot [20] registered\n[ 0.309886] acpiphp: Slot [21] registered\n[ 0.310864] acpiphp: Slot [22] registered\n[ 0.311840] acpiphp: Slot [23] registered\n[ 0.312815] acpiphp: Slot [24] registered\n[ 0.313788] acpiphp: Slot [25] registered\n[ 0.314779] acpiphp: Slot [26] registered\n[ 0.315759] acpiphp: Slot [27] registered\n[ 0.316738] acpiphp: Slot [28] registered\n[ 0.317660] acpiphp: Slot [29] registered\n[ 0.318480] acpiphp: Slot [30] registered\n[ 0.319302] acpiphp: Slot [31] registered\n[ 0.320116] PCI host bridge to bus 0000:00\n[ 0.320924] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.322133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324805] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.326272] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.332449] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333743] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336212] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343254] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394639] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.396126] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397564] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398986] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400384] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401654] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402835] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403901] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405457] vgaarb: loaded\n[ 0.406125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407317] SCSI subsystem initialized\n[ 0.408153] ACPI: bus type USB registered\n[ 0.408972] usbcore: registered new interface driver usbfs\n[ 0.410012] usbcore: registered new interface driver hub\n[ 0.411032] usbcore: registered new device driver usb\n[ 0.412108] PCI: Using ACPI for IRQ routing\n[ 0.413158] NetLabel: Initializing\n[ 0.413876] NetLabel: domain hash size = 128\n[ 0.414743] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.415717] NetLabel: unlabeled traffic allowed by default\n[ 0.416825] clocksource: Switched to clocksource kvm-clock\n[ 0.422585] AppArmor: AppArmor Filesystem Enabled\n[ 0.423561] pnp: PnP ACPI init\n[ 0.424492] pnp: PnP ACPI: found 5 devices\n[ 0.430904] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.432631] NET: Registered protocol family 2\n[ 0.433608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434889] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436063] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437239] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438324] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439494] NET: Registered protocol family 1\n[ 0.440364] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441470] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442554] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.456567] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470801] Trying to unpack rootfs image as initramfs...\n[ 0.521187] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.535186] Scanning for low memory corruption every 60 seconds\n[ 0.536621] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.537839] audit: initializing netlink subsys (disabled)\n[ 0.538889] audit: type=2000 audit(1538631079.598:1): initialized\n[ 0.540213] Initialise system trusted keyring\n[ 0.541157] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542332] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544294] zbud: loaded\n[ 0.551649] VFS: Disk quotas dquot_6.6.0\n[ 0.552550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554100] fuse init (API version 7.23)\n[ 0.554998] Key type big_key registered\n[ 0.555803] Allocating IMA MOK and blacklist keyrings.\n[ 0.556984] Key type asymmetric registered\n[ 0.557867] Asymmetric key parser 'x509' registered\n[ 0.558904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560832] io scheduler noop registered\n[ 0.561680] io scheduler deadline registered (default)\n[ 0.562741] io scheduler cfq registered\n[ 0.563655] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564766] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566119] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567675] ACPI: Power Button [PWRF]\n[ 0.568560] GHES: HEST is not enabled!\n[ 0.582171] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612911] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636998] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639265] Linux agpgart interface v0.103\n[ 0.641316] brd: module loaded\n[ 0.642501] loop: module loaded\n[ 0.646951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648411] GPT:90111 != 2097151\n[ 0.649099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650316] GPT:90111 != 2097151\n[ 0.651040] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651957] vda: vda1 vda15\n[ 0.653340] scsi host0: ata_piix\n[ 0.654051] scsi host1: ata_piix\n[ 0.654730] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655887] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657275] libphy: Fixed MDIO Bus: probed\n[ 0.658060] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661097] PPP generic driver version 2.4.2\n[ 0.662394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664231] ehci-pci: EHCI PCI platform driver\n[ 0.665477] ehci-platform: EHCI generic platform driver\n[ 0.666893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668523] ohci-pci: OHCI PCI platform driver\n[ 0.669755] ohci-platform: OHCI generic platform driver\n[ 0.671168] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686202] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687625] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689663] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691084] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694431] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696505] usb usb1: Product: UHCI Host Controller\n[ 0.697834] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699476] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700839] hub 1-0:1.0: USB hub found\n[ 0.701970] hub 1-0:1.0: 2 ports detected\n[ 0.703208] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.705982] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.707327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708763] mousedev: PS/2 mouse device common for all mice\n[ 0.710461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713008] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.717856] i2c /dev entries driver\n[ 0.718903] device-mapper: uevent: version 1.0.3\n[ 0.720207] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724375] NET: Registered protocol family 10\n[ 0.725734] NET: Registered protocol family 17\n[ 0.726971] Key type dns_resolver registered\n[ 0.728248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729796] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732252] registered taskstats version 1\n[ 0.733408] Loading compiled-in X.509 certificates\n[ 0.735243] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737875] zswap: loaded using pool lzo/zbud\n[ 0.739625] Key type trusted registered\n[ 0.741502] Key type encrypted registered\n[ 0.742641] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744109] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745581] evm: HMAC attrs: 0x1\n[ 0.746786] Magic number: 6:330:516\n[ 0.747918] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:19 UTC (1538631079)\n[ 0.750151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751734] EDD information not available.\n[ 0.813521] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815182] ata1.00: configured for MWDMA2\n[ 0.816488] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829368] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830801] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832163] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834184] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835868] Write protecting the kernel read-only data: 14336k\n[ 0.837563] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839513] 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.899915] 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.31\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-10-04 05:33:04,111 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action used request id req-43e275a3-b9a8-4d4b-a894-ea2d4251acc7 2018-10-04 05:33:06,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:07,193 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-ba730761-9bbb-4d0a-902b-e58a2e621396 x-compute-request-id: req-ba730761-9bbb-4d0a-902b-e58a2e621396 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2018-10-04 05:33:07,193 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-ba730761-9bbb-4d0a-902b-e58a2e621396 2018-10-04 05:33:07,194 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-2' (10.10.10.9). -->Expected result: can ping. 2018-10-04 05:33:07,197 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:08,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:33:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d901dea2-3ed6-4645-b8de-376981d62c85 x-compute-request-id: req-d901dea2-3ed6-4645-b8de-376981d62c85 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2018-10-04 05:33:08,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-d901dea2-3ed6-4645-b8de-376981d62c85 2018-10-04 05:33:08,268 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-10-04 05:33:08,271 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:09,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:33: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-06863a70-a02f-439e-bf31-cfd7855e1699 x-compute-request-id: req-06863a70-a02f-439e-bf31-cfd7855e1699 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2018-10-04 05:33:09,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-06863a70-a02f-439e-bf31-cfd7855e1699 2018-10-04 05:33:09,343 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-3' (10.10.10.8). -->Expected result: can ping. 2018-10-04 05:33:09,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:10,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-276df8b5-4de1-44fe-86e5-78217e8a83f4 x-compute-request-id: req-276df8b5-4de1-44fe-86e5-78217e8a83f4 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2018-10-04 05:33:10,420 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-276df8b5-4de1-44fe-86e5-78217e8a83f4 2018-10-04 05:33:10,421 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-10-04 05:33:10,424 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:11,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:33:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23ef1e73-670d-44a9-b906-17068448231c x-compute-request-id: req-23ef1e73-670d-44a9-b906-17068448231c Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2018-10-04 05:33:11,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-23ef1e73-670d-44a9-b906-17068448231c 2018-10-04 05:33:11,505 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.10). -->Expected result: cannot ping. 2018-10-04 05:33:11,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:12,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:33:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5fe89be1-2690-4a4b-9841-f62be019f04e x-compute-request-id: req-5fe89be1-2690-4a4b-9841-f62be019f04e Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\n"} 2018-10-04 05:33:12,581 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-5fe89be1-2690-4a4b-9841-f62be019f04e 2018-10-04 05:33:12,582 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-10-04 05:33:12,583 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-10-04 05:33:12,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"network_association": {"network_id": "ab7f79aa-c644-4e20-950e-e720cc2b65dc"}}' 2018-10-04 05:33:13,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-8a233eb1-eecd-4830-8222-242e99471d44 Date: Thu, 04 Oct 2018 05:33:13 GMT RESP BODY: {"network_association": {"network_id": "ab7f79aa-c644-4e20-950e-e720cc2b65dc", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "1c5207e2-52c3-43e4-aa65-995697f2ab46"}} 2018-10-04 05:33:13,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a/network_associations used request id req-8a233eb1-eecd-4830-8222-242e99471d44 2018-10-04 05:33:13,322 - sdnvpn_test_utils - DEBUG - Waiting for network 94ccaea4-d458-435f-91e7-c95860d0ee6a to associate with BGPVPN 9f081c7f-ef27-4c30-afaf-331032060031 2018-10-04 05:33:13,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:33:13,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-817974a5-41f6-47b5-b9f7-7b17956e1102 Date: Thu, 04 Oct 2018 05:33:13 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "94ccaea4-d458-435f-91e7-c95860d0ee6a", "name": "sdnvpn-412076", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["9f081c7f-ef27-4c30-afaf-331032060031", "ab7f79aa-c644-4e20-950e-e720cc2b65dc"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:33:13,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a used request id req-817974a5-41f6-47b5-b9f7-7b17956e1102 2018-10-04 05:33:14,804 - sdnvpn_test_utils - DEBUG - Waiting for network 94ccaea4-d458-435f-91e7-c95860d0ee6a to associate with BGPVPN ab7f79aa-c644-4e20-950e-e720cc2b65dc 2018-10-04 05:33:14,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:33:15,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-3ee61193-84b6-4d40-b779-31e4cca373ba Date: Thu, 04 Oct 2018 05:33:15 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["11:11"], "routers": [], "id": "94ccaea4-d458-435f-91e7-c95860d0ee6a", "name": "sdnvpn-412076", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["9f081c7f-ef27-4c30-afaf-331032060031", "ab7f79aa-c644-4e20-950e-e720cc2b65dc"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:33:15,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a used request id req-3ee61193-84b6-4d40-b779-31e4cca373ba 2018-10-04 05:33:16,112 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:33:46,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7ad65c9adea853abee6b96d574ccaa01a48104" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:47,222 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-c9915ce8-fb18-4852-a67e-8da5f6c04627 x-compute-request-id: req-c9915ce8-fb18-4852-a67e-8da5f6c04627 Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 567664162 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142300] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144300] pid_max: default: 32768 minimum: 301\n[ 0.145398] ACPI: Core revision 20150930\n[ 0.146946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148530] Security Framework initialized\n[ 0.149525] Yama: becoming mindful.\n[ 0.150403] AppArmor: AppArmor initialized\n[ 0.151432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153035] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156047] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157738] Initializing cgroup subsys io\n[ 0.158716] Initializing cgroup subsys memory\n[ 0.159751] Initializing cgroup subsys devices\n[ 0.160799] Initializing cgroup subsys freezer\n[ 0.161856] Initializing cgroup subsys net_cls\n[ 0.162908] Initializing cgroup subsys perf_event\n[ 0.164020] Initializing cgroup subsys net_prio\n[ 0.165087] Initializing cgroup subsys hugetlb\n[ 0.166134] Initializing cgroup subsys pids\n[ 0.167180] CPU: Physical Processor ID: 0\n[ 0.168847] mce: CPU supports 10 MCE banks\n[ 0.169873] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171086] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189501] ftrace: allocating 31920 entries in 125 pages\n[ 0.217617] smpboot: Max logical packages: 1\n[ 0.218654] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220229] x2apic enabled\n[ 0.221145] Switched APIC routing to physical x2apic.\n[ 0.223097] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226844] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228969] KVM setup paravirtual spinlock\n[ 0.230495] x86: Booted up 1 node, 1 CPUs\n[ 0.231474] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233155] devtmpfs: initialized\n[ 0.234992] evm: security.selinux\n[ 0.235830] evm: security.SMACK64\n[ 0.236661] evm: security.SMACK64EXEC\n[ 0.237567] evm: security.SMACK64TRANSMUTE\n[ 0.238544] evm: security.SMACK64MMAP\n[ 0.239439] evm: security.ima\n[ 0.240193] evm: security.capability\n[ 0.241149] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243416] pinctrl core: initialized pinctrl subsystem\n[ 0.244724] RTC time: 5:31:18, date: 10/04/18\n[ 0.245870] NET: Registered protocol family 16\n[ 0.247049] cpuidle: using governor ladder\n[ 0.248048] cpuidle: using governor menu\n[ 0.248986] PCCT header not found.\n[ 0.249884] ACPI: bus type PCI registered\n[ 0.250858] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252327] PCI: Using configuration type 1 for base access\n[ 0.254317] ACPI: Added _OSI(Module Device)\n[ 0.255307] ACPI: Added _OSI(Processor Device)\n[ 0.256354] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257417] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259707] ACPI: Interpreter enabled\n[ 0.260611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269520] ACPI: (supports S0 S5)\n[ 0.270378] ACPI: Using IOAPIC for interrupt routing\n[ 0.271532] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274997] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276387] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277907] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279372] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282076] acpiphp: Slot [3] registered\n[ 0.283039] acpiphp: Slot [4] registered\n[ 0.283997] acpiphp: Slot [5] registered\n[ 0.284961] acpiphp: Slot [6] registered\n[ 0.285925] acpiphp: Slot [7] registered\n[ 0.286883] acpiphp: Slot [8] registered\n[ 0.287845] acpiphp: Slot [9] registered\n[ 0.288803] acpiphp: Slot [10] registered\n[ 0.289796] acpiphp: Slot [11] registered\n[ 0.290779] acpiphp: Slot [12] registered\n[ 0.291761] acpiphp: Slot [13] registered\n[ 0.292740] acpiphp: Slot [14] registered\n[ 0.293717] acpiphp: Slot [15] registered\n[ 0.304990] acpiphp: Slot [16] registered\n[ 0.305966] acpiphp: Slot [17] registered\n[ 0.306951] acpiphp: Slot [18] registered\n[ 0.307928] acpiphp: Slot [19] registered\n[ 0.308903] acpiphp: Slot [20] registered\n[ 0.309886] acpiphp: Slot [21] registered\n[ 0.310864] acpiphp: Slot [22] registered\n[ 0.311840] acpiphp: Slot [23] registered\n[ 0.312815] acpiphp: Slot [24] registered\n[ 0.313788] acpiphp: Slot [25] registered\n[ 0.314779] acpiphp: Slot [26] registered\n[ 0.315759] acpiphp: Slot [27] registered\n[ 0.316738] acpiphp: Slot [28] registered\n[ 0.317660] acpiphp: Slot [29] registered\n[ 0.318480] acpiphp: Slot [30] registered\n[ 0.319302] acpiphp: Slot [31] registered\n[ 0.320116] PCI host bridge to bus 0000:00\n[ 0.320924] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.322133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324805] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.326272] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.332449] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333743] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336212] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343254] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394639] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.396126] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397564] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398986] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400384] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401654] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402835] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403901] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405457] vgaarb: loaded\n[ 0.406125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407317] SCSI subsystem initialized\n[ 0.408153] ACPI: bus type USB registered\n[ 0.408972] usbcore: registered new interface driver usbfs\n[ 0.410012] usbcore: registered new interface driver hub\n[ 0.411032] usbcore: registered new device driver usb\n[ 0.412108] PCI: Using ACPI for IRQ routing\n[ 0.413158] NetLabel: Initializing\n[ 0.413876] NetLabel: domain hash size = 128\n[ 0.414743] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.415717] NetLabel: unlabeled traffic allowed by default\n[ 0.416825] clocksource: Switched to clocksource kvm-clock\n[ 0.422585] AppArmor: AppArmor Filesystem Enabled\n[ 0.423561] pnp: PnP ACPI init\n[ 0.424492] pnp: PnP ACPI: found 5 devices\n[ 0.430904] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.432631] NET: Registered protocol family 2\n[ 0.433608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434889] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436063] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437239] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438324] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439494] NET: Registered protocol family 1\n[ 0.440364] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441470] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442554] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.456567] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470801] Trying to unpack rootfs image as initramfs...\n[ 0.521187] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.535186] Scanning for low memory corruption every 60 seconds\n[ 0.536621] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.537839] audit: initializing netlink subsys (disabled)\n[ 0.538889] audit: type=2000 audit(1538631079.598:1): initialized\n[ 0.540213] Initialise system trusted keyring\n[ 0.541157] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542332] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544294] zbud: loaded\n[ 0.551649] VFS: Disk quotas dquot_6.6.0\n[ 0.552550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554100] fuse init (API version 7.23)\n[ 0.554998] Key type big_key registered\n[ 0.555803] Allocating IMA MOK and blacklist keyrings.\n[ 0.556984] Key type asymmetric registered\n[ 0.557867] Asymmetric key parser 'x509' registered\n[ 0.558904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560832] io scheduler noop registered\n[ 0.561680] io scheduler deadline registered (default)\n[ 0.562741] io scheduler cfq registered\n[ 0.563655] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564766] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566119] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567675] ACPI: Power Button [PWRF]\n[ 0.568560] GHES: HEST is not enabled!\n[ 0.582171] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612911] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636998] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639265] Linux agpgart interface v0.103\n[ 0.641316] brd: module loaded\n[ 0.642501] loop: module loaded\n[ 0.646951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648411] GPT:90111 != 2097151\n[ 0.649099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650316] GPT:90111 != 2097151\n[ 0.651040] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651957] vda: vda1 vda15\n[ 0.653340] scsi host0: ata_piix\n[ 0.654051] scsi host1: ata_piix\n[ 0.654730] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655887] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657275] libphy: Fixed MDIO Bus: probed\n[ 0.658060] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661097] PPP generic driver version 2.4.2\n[ 0.662394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664231] ehci-pci: EHCI PCI platform driver\n[ 0.665477] ehci-platform: EHCI generic platform driver\n[ 0.666893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668523] ohci-pci: OHCI PCI platform driver\n[ 0.669755] ohci-platform: OHCI generic platform driver\n[ 0.671168] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686202] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687625] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689663] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691084] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694431] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696505] usb usb1: Product: UHCI Host Controller\n[ 0.697834] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699476] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700839] hub 1-0:1.0: USB hub found\n[ 0.701970] hub 1-0:1.0: 2 ports detected\n[ 0.703208] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.705982] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.707327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708763] mousedev: PS/2 mouse device common for all mice\n[ 0.710461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713008] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.717856] i2c /dev entries driver\n[ 0.718903] device-mapper: uevent: version 1.0.3\n[ 0.720207] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724375] NET: Registered protocol family 10\n[ 0.725734] NET: Registered protocol family 17\n[ 0.726971] Key type dns_resolver registered\n[ 0.728248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729796] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732252] registered taskstats version 1\n[ 0.733408] Loading compiled-in X.509 certificates\n[ 0.735243] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737875] zswap: loaded using pool lzo/zbud\n[ 0.739625] Key type trusted registered\n[ 0.741502] Key type encrypted registered\n[ 0.742641] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744109] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745581] evm: HMAC attrs: 0x1\n[ 0.746786] Magic number: 6:330:516\n[ 0.747918] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:19 UTC (1538631079)\n[ 0.750151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751734] EDD information not available.\n[ 0.813521] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815182] ata1.00: configured for MWDMA2\n[ 0.816488] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829368] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830801] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832163] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834184] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835868] Write protecting the kernel read-only data: 14336k\n[ 0.837563] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839513] 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.899915] 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.31\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-10-04 05:33:47,223 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action used request id req-c9915ce8-fb18-4852-a67e-8da5f6c04627 2018-10-04 05:33:47,224 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.10) to 'sdnvpn-1-5' (10.10.11.9). -->Expected result: can ping. 2018-10-04 05:33:47,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cc7ad65c9adea853abee6b96d574ccaa01a48104" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:33:48,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:33: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-efe84c81-6226-4050-a9e7-9fa4682aac57 x-compute-request-id: req-efe84c81-6226-4050-a9e7-9fa4682aac57 Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 567664162 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142300] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144300] pid_max: default: 32768 minimum: 301\n[ 0.145398] ACPI: Core revision 20150930\n[ 0.146946] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148530] Security Framework initialized\n[ 0.149525] Yama: becoming mindful.\n[ 0.150403] AppArmor: AppArmor initialized\n[ 0.151432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153035] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154582] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156047] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157738] Initializing cgroup subsys io\n[ 0.158716] Initializing cgroup subsys memory\n[ 0.159751] Initializing cgroup subsys devices\n[ 0.160799] Initializing cgroup subsys freezer\n[ 0.161856] Initializing cgroup subsys net_cls\n[ 0.162908] Initializing cgroup subsys perf_event\n[ 0.164020] Initializing cgroup subsys net_prio\n[ 0.165087] Initializing cgroup subsys hugetlb\n[ 0.166134] Initializing cgroup subsys pids\n[ 0.167180] CPU: Physical Processor ID: 0\n[ 0.168847] mce: CPU supports 10 MCE banks\n[ 0.169873] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171086] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182408] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189501] ftrace: allocating 31920 entries in 125 pages\n[ 0.217617] smpboot: Max logical packages: 1\n[ 0.218654] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220229] x2apic enabled\n[ 0.221145] Switched APIC routing to physical x2apic.\n[ 0.223097] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224461] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226844] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228969] KVM setup paravirtual spinlock\n[ 0.230495] x86: Booted up 1 node, 1 CPUs\n[ 0.231474] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.233155] devtmpfs: initialized\n[ 0.234992] evm: security.selinux\n[ 0.235830] evm: security.SMACK64\n[ 0.236661] evm: security.SMACK64EXEC\n[ 0.237567] evm: security.SMACK64TRANSMUTE\n[ 0.238544] evm: security.SMACK64MMAP\n[ 0.239439] evm: security.ima\n[ 0.240193] evm: security.capability\n[ 0.241149] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243416] pinctrl core: initialized pinctrl subsystem\n[ 0.244724] RTC time: 5:31:18, date: 10/04/18\n[ 0.245870] NET: Registered protocol family 16\n[ 0.247049] cpuidle: using governor ladder\n[ 0.248048] cpuidle: using governor menu\n[ 0.248986] PCCT header not found.\n[ 0.249884] ACPI: bus type PCI registered\n[ 0.250858] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.252327] PCI: Using configuration type 1 for base access\n[ 0.254317] ACPI: Added _OSI(Module Device)\n[ 0.255307] ACPI: Added _OSI(Processor Device)\n[ 0.256354] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.257417] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.259707] ACPI: Interpreter enabled\n[ 0.260611] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269520] ACPI: (supports S0 S5)\n[ 0.270378] ACPI: Using IOAPIC for interrupt routing\n[ 0.271532] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274997] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276387] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.277907] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.279372] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.282076] acpiphp: Slot [3] registered\n[ 0.283039] acpiphp: Slot [4] registered\n[ 0.283997] acpiphp: Slot [5] registered\n[ 0.284961] acpiphp: Slot [6] registered\n[ 0.285925] acpiphp: Slot [7] registered\n[ 0.286883] acpiphp: Slot [8] registered\n[ 0.287845] acpiphp: Slot [9] registered\n[ 0.288803] acpiphp: Slot [10] registered\n[ 0.289796] acpiphp: Slot [11] registered\n[ 0.290779] acpiphp: Slot [12] registered\n[ 0.291761] acpiphp: Slot [13] registered\n[ 0.292740] acpiphp: Slot [14] registered\n[ 0.293717] acpiphp: Slot [15] registered\n[ 0.304990] acpiphp: Slot [16] registered\n[ 0.305966] acpiphp: Slot [17] registered\n[ 0.306951] acpiphp: Slot [18] registered\n[ 0.307928] acpiphp: Slot [19] registered\n[ 0.308903] acpiphp: Slot [20] registered\n[ 0.309886] acpiphp: Slot [21] registered\n[ 0.310864] acpiphp: Slot [22] registered\n[ 0.311840] acpiphp: Slot [23] registered\n[ 0.312815] acpiphp: Slot [24] registered\n[ 0.313788] acpiphp: Slot [25] registered\n[ 0.314779] acpiphp: Slot [26] registered\n[ 0.315759] acpiphp: Slot [27] registered\n[ 0.316738] acpiphp: Slot [28] registered\n[ 0.317660] acpiphp: Slot [29] registered\n[ 0.318480] acpiphp: Slot [30] registered\n[ 0.319302] acpiphp: Slot [31] registered\n[ 0.320116] PCI host bridge to bus 0000:00\n[ 0.320924] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.322133] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.323352] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.324805] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.326272] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.332449] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.333743] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.334931] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.336212] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343254] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344711] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.394639] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.396126] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.397564] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.398986] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.400384] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.401654] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.402835] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.403901] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.405457] vgaarb: loaded\n[ 0.406125] vgaarb: bridge control possible 0000:00:02.0\n[ 0.407317] SCSI subsystem initialized\n[ 0.408153] ACPI: bus type USB registered\n[ 0.408972] usbcore: registered new interface driver usbfs\n[ 0.410012] usbcore: registered new interface driver hub\n[ 0.411032] usbcore: registered new device driver usb\n[ 0.412108] PCI: Using ACPI for IRQ routing\n[ 0.413158] NetLabel: Initializing\n[ 0.413876] NetLabel: domain hash size = 128\n[ 0.414743] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.415717] NetLabel: unlabeled traffic allowed by default\n[ 0.416825] clocksource: Switched to clocksource kvm-clock\n[ 0.422585] AppArmor: AppArmor Filesystem Enabled\n[ 0.423561] pnp: PnP ACPI init\n[ 0.424492] pnp: PnP ACPI: found 5 devices\n[ 0.430904] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.432631] NET: Registered protocol family 2\n[ 0.433608] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.434889] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.436063] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.437239] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.438324] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.439494] NET: Registered protocol family 1\n[ 0.440364] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.441470] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.442554] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.456567] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.470801] Trying to unpack rootfs image as initramfs...\n[ 0.521187] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.535186] Scanning for low memory corruption every 60 seconds\n[ 0.536621] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.537839] audit: initializing netlink subsys (disabled)\n[ 0.538889] audit: type=2000 audit(1538631079.598:1): initialized\n[ 0.540213] Initialise system trusted keyring\n[ 0.541157] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.542332] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.544294] zbud: loaded\n[ 0.551649] VFS: Disk quotas dquot_6.6.0\n[ 0.552550] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.554100] fuse init (API version 7.23)\n[ 0.554998] Key type big_key registered\n[ 0.555803] Allocating IMA MOK and blacklist keyrings.\n[ 0.556984] Key type asymmetric registered\n[ 0.557867] Asymmetric key parser 'x509' registered\n[ 0.558904] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.560832] io scheduler noop registered\n[ 0.561680] io scheduler deadline registered (default)\n[ 0.562741] io scheduler cfq registered\n[ 0.563655] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.564766] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.566119] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.567675] ACPI: Power Button [PWRF]\n[ 0.568560] GHES: HEST is not enabled!\n[ 0.582171] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.610568] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612911] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636998] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.639265] Linux agpgart interface v0.103\n[ 0.641316] brd: module loaded\n[ 0.642501] loop: module loaded\n[ 0.646951] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648411] GPT:90111 != 2097151\n[ 0.649099] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650316] GPT:90111 != 2097151\n[ 0.651040] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651957] vda: vda1 vda15\n[ 0.653340] scsi host0: ata_piix\n[ 0.654051] scsi host1: ata_piix\n[ 0.654730] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655887] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657275] libphy: Fixed MDIO Bus: probed\n[ 0.658060] tun: Universal TUN/TAP device driver, 1.6\n[ 0.658965] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661097] PPP generic driver version 2.4.2\n[ 0.662394] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664231] ehci-pci: EHCI PCI platform driver\n[ 0.665477] ehci-platform: EHCI generic platform driver\n[ 0.666893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.668523] ohci-pci: OHCI PCI platform driver\n[ 0.669755] ohci-platform: OHCI generic platform driver\n[ 0.671168] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.686202] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.687625] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.689663] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.691084] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.692659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.694431] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.696505] usb usb1: Product: UHCI Host Controller\n[ 0.697834] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.699476] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.700839] hub 1-0:1.0: USB hub found\n[ 0.701970] hub 1-0:1.0: 2 ports detected\n[ 0.703208] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.705982] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.707327] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.708763] mousedev: PS/2 mouse device common for all mice\n[ 0.710461] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.713008] rtc_cmos 00:00: RTC can wake from S4\n[ 0.714465] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.716150] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.717856] i2c /dev entries driver\n[ 0.718903] device-mapper: uevent: version 1.0.3\n[ 0.720207] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.722577] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.724375] NET: Registered protocol family 10\n[ 0.725734] NET: Registered protocol family 17\n[ 0.726971] Key type dns_resolver registered\n[ 0.728248] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.729796] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.732252] registered taskstats version 1\n[ 0.733408] Loading compiled-in X.509 certificates\n[ 0.735243] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.737875] zswap: loaded using pool lzo/zbud\n[ 0.739625] Key type trusted registered\n[ 0.741502] Key type encrypted registered\n[ 0.742641] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.744109] ima: No TPM chip found, activating TPM-bypass!\n[ 0.745581] evm: HMAC attrs: 0x1\n[ 0.746786] Magic number: 6:330:516\n[ 0.747918] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:19 UTC (1538631079)\n[ 0.750151] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.751734] EDD information not available.\n[ 0.813521] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.815182] ata1.00: configured for MWDMA2\n[ 0.816488] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.829368] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.830801] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.832163] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.834184] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.835868] Write protecting the kernel read-only data: 14336k\n[ 0.837563] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839513] 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.899915] 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.31\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.10...\nLease of 10.10.11.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.23s]\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\nping 10.10.11.9 OK\n"} 2018-10-04 05:33:48,298 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action used request id req-efe84c81-6226-4050-a9e7-9fa4682aac57 2018-10-04 05:33:48,299 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-10-04 05:33:48,299 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-04 05:33:48,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:33:48,632 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97f17cb2-c08d-447e-8a9a-51bb59a8fba2 Content-Length: 0 Date: Thu, 04 Oct 2018 05:33:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:33:48,632 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/94ccaea4-d458-435f-91e7-c95860d0ee6a used request id req-97f17cb2-c08d-447e-8a9a-51bb59a8fba2 2018-10-04 05:34:18,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-412076", "route_distinguishers": "11:11"}}' 2018-10-04 05:34:18,873 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-682ef2d1-c097-4110-96b2-21eb093c3fea Date: Thu, 04 Oct 2018 05:34:18 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "3013e78f-ba6d-4a0b-a34d-18c2f6cac804", "name": "sdnvpn-412076", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:34:18,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-682ef2d1-c097-4110-96b2-21eb093c3fea 2018-10-04 05:34:18,874 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-412076', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'3013e78f-ba6d-4a0b-a34d-18c2f6cac804'}} 2018-10-04 05:34:18,874 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-10-04 05:34:18,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"network_association": {"network_id": "9f081c7f-ef27-4c30-afaf-331032060031"}}' 2018-10-04 05:34:19,332 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-a0a079e0-7009-4db8-979d-51018d6246f4 Date: Thu, 04 Oct 2018 05:34:19 GMT RESP BODY: {"network_association": {"network_id": "9f081c7f-ef27-4c30-afaf-331032060031", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3441ecd7-d37a-436e-9d61-4b281fd81396"}} 2018-10-04 05:34:19,332 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804/network_associations used request id req-a0a079e0-7009-4db8-979d-51018d6246f4 2018-10-04 05:34:19,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" -d '{"network_association": {"network_id": "ab7f79aa-c644-4e20-950e-e720cc2b65dc"}}' 2018-10-04 05:34:20,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-41227a62-d9c9-4a08-a22c-a5bd6ee6ab88 Date: Thu, 04 Oct 2018 05:34:20 GMT RESP BODY: {"network_association": {"network_id": "ab7f79aa-c644-4e20-950e-e720cc2b65dc", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7b141ac2-9fce-4d48-9787-343640646aa6"}} 2018-10-04 05:34:20,082 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804/network_associations used request id req-41227a62-d9c9-4a08-a22c-a5bd6ee6ab88 2018-10-04 05:34:20,082 - sdnvpn_test_utils - DEBUG - Waiting for network 3013e78f-ba6d-4a0b-a34d-18c2f6cac804 to associate with BGPVPN 9f081c7f-ef27-4c30-afaf-331032060031 2018-10-04 05:34:20,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:34:20,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-8e3c42b9-c869-4c8a-ad99-e1f98fd0f39c Date: Thu, 04 Oct 2018 05:34:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "3013e78f-ba6d-4a0b-a34d-18c2f6cac804", "name": "sdnvpn-412076", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["9f081c7f-ef27-4c30-afaf-331032060031", "ab7f79aa-c644-4e20-950e-e720cc2b65dc"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:34:20,411 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804 used request id req-8e3c42b9-c869-4c8a-ad99-e1f98fd0f39c 2018-10-04 05:34:21,413 - sdnvpn_test_utils - DEBUG - Waiting for network 3013e78f-ba6d-4a0b-a34d-18c2f6cac804 to associate with BGPVPN ab7f79aa-c644-4e20-950e-e720cc2b65dc 2018-10-04 05:34:21,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:34:21,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-8e245f15-47de-421e-aae4-270a7159a4c5 Date: Thu, 04 Oct 2018 05:34:21 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["11:11"], "routers": [], "id": "3013e78f-ba6d-4a0b-a34d-18c2f6cac804", "name": "sdnvpn-412076", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["9f081c7f-ef27-4c30-afaf-331032060031", "ab7f79aa-c644-4e20-950e-e720cc2b65dc"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:34:21,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804 used request id req-8e245f15-47de-421e-aae4-270a7159a4c5 2018-10-04 05:34:22,712 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:34:52,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:34:53,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4a9cfa59-b738-41c6-892c-56df6e792648 x-compute-request-id: req-4a9cfa59-b738-41c6-892c-56df6e792648 Content-Encoding: gzip Content-Length: 8169 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\n[ 196.894437] random: nonblocking pool is initialized\nping 10.10.11.9 OK\n"} 2018-10-04 05:34:53,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-4a9cfa59-b738-41c6-892c-56df6e792648 2018-10-04 05:34:53,795 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-4' (10.10.11.10). -->Expected result: can ping. 2018-10-04 05:34:53,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:34:54,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:34:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cec67cc-2fb6-47e7-b48a-386e259100e2 x-compute-request-id: req-5cec67cc-2fb6-47e7-b48a-386e259100e2 Content-Encoding: gzip Content-Length: 8169 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\n[ 196.894437] random: nonblocking pool is initialized\nping 10.10.11.9 OK\n"} 2018-10-04 05:34:54,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-5cec67cc-2fb6-47e7-b48a-386e259100e2 2018-10-04 05:34:54,870 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-10-04 05:34:54,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:34:55,942 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:34:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8651f1ff-be07-470f-b89b-7f08f5cff69e x-compute-request-id: req-8651f1ff-be07-470f-b89b-7f08f5cff69e Content-Encoding: gzip Content-Length: 8169 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\n[ 196.894437] random: nonblocking pool is initialized\nping 10.10.11.9 OK\n"} 2018-10-04 05:34:55,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-8651f1ff-be07-470f-b89b-7f08f5cff69e 2018-10-04 05:34:55,944 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.11) to 'sdnvpn-1-5' (10.10.11.9). -->Expected result: can ping. 2018-10-04 05:34:55,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4c66b51eeafe7e85b634fa01f08439ebe54fafd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:34:57,015 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:34:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-834e2274-f925-4384-a1b8-1a35df325699 x-compute-request-id: req-834e2274-f925-4384-a1b8-1a35df325699 Content-Encoding: gzip Content-Length: 8169 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 494697369 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141779] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143598] pid_max: default: 32768 minimum: 301\n[ 0.144562] ACPI: Core revision 20150930\n[ 0.146043] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147488] Security Framework initialized\n[ 0.148371] Yama: becoming mindful.\n[ 0.149186] AppArmor: AppArmor initialized\n[ 0.150099] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151560] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152987] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154325] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155885] Initializing cgroup subsys io\n[ 0.156802] Initializing cgroup subsys memory\n[ 0.157775] Initializing cgroup subsys devices\n[ 0.158753] Initializing cgroup subsys freezer\n[ 0.159729] Initializing cgroup subsys net_cls\n[ 0.160700] Initializing cgroup subsys perf_event\n[ 0.161722] Initializing cgroup subsys net_prio\n[ 0.162726] Initializing cgroup subsys hugetlb\n[ 0.163716] Initializing cgroup subsys pids\n[ 0.164691] CPU: Physical Processor ID: 0\n[ 0.166337] mce: CPU supports 10 MCE banks\n[ 0.167270] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168352] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180463] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187094] ftrace: allocating 31920 entries in 125 pages\n[ 0.214286] smpboot: Max logical packages: 1\n[ 0.215222] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216680] x2apic enabled\n[ 0.217557] Switched APIC routing to physical x2apic.\n[ 0.219391] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220635] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222791] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224744] KVM setup paravirtual spinlock\n[ 0.226089] x86: Booted up 1 node, 1 CPUs\n[ 0.226965] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228474] devtmpfs: initialized\n[ 0.230269] evm: security.selinux\n[ 0.231021] evm: security.SMACK64\n[ 0.231778] evm: security.SMACK64EXEC\n[ 0.232593] evm: security.SMACK64TRANSMUTE\n[ 0.233470] evm: security.SMACK64MMAP\n[ 0.234280] evm: security.ima\n[ 0.234964] evm: security.capability\n[ 0.235835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237863] pinctrl core: initialized pinctrl subsystem\n[ 0.239085] RTC time: 5:31:30, date: 10/04/18\n[ 0.240149] NET: Registered protocol family 16\n[ 0.241190] cpuidle: using governor ladder\n[ 0.242076] cpuidle: using governor menu\n[ 0.242948] PCCT header not found.\n[ 0.243775] ACPI: bus type PCI registered\n[ 0.244652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245998] PCI: Using configuration type 1 for base access\n[ 0.247872] ACPI: Added _OSI(Module Device)\n[ 0.248809] ACPI: Added _OSI(Processor Device)\n[ 0.249782] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250793] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253068] ACPI: Interpreter enabled\n[ 0.253940] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256013] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258071] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260161] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262209] ACPI: (supports S0 S5)\n[ 0.263097] ACPI: Using IOAPIC for interrupt routing\n[ 0.264132] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267401] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268638] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273739] acpiphp: Slot [3] registered\n[ 0.274612] acpiphp: Slot [4] registered\n[ 0.275489] acpiphp: Slot [5] registered\n[ 0.276395] acpiphp: Slot [6] registered\n[ 0.277264] acpiphp: Slot [7] registered\n[ 0.278114] acpiphp: Slot [8] registered\n[ 0.278985] acpiphp: Slot [9] registered\n[ 0.279906] acpiphp: Slot [10] registered\n[ 0.280810] acpiphp: Slot [11] registered\n[ 0.281720] acpiphp: Slot [12] registered\n[ 0.282621] acpiphp: Slot [13] registered\n[ 0.283497] acpiphp: Slot [14] registered\n[ 0.284387] acpiphp: Slot [15] registered\n[ 0.295901] acpiphp: Slot [16] registered\n[ 0.296822] acpiphp: Slot [17] registered\n[ 0.297723] acpiphp: Slot [18] registered\n[ 0.298635] acpiphp: Slot [19] registered\n[ 0.299531] acpiphp: Slot [20] registered\n[ 0.300454] acpiphp: Slot [21] registered\n[ 0.301414] acpiphp: Slot [22] registered\n[ 0.302365] acpiphp: Slot [23] registered\n[ 0.303324] acpiphp: Slot [24] registered\n[ 0.304279] acpiphp: Slot [25] registered\n[ 0.305244] acpiphp: Slot [26] registered\n[ 0.306204] acpiphp: Slot [27] registered\n[ 0.307172] acpiphp: Slot [28] registered\n[ 0.308109] acpiphp: Slot [29] registered\n[ 0.309041] acpiphp: Slot [30] registered\n[ 0.309984] acpiphp: Slot [31] registered\n[ 0.310918] PCI host bridge to bus 0000:00\n[ 0.311855] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313164] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314501] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316061] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317648] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324050] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328147] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334652] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336205] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384497] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.386036] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387589] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389133] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390521] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392013] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393198] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394922] vgaarb: loaded\n[ 0.395603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.396870] SCSI subsystem initialized\n[ 0.397781] ACPI: bus type USB registered\n[ 0.398724] usbcore: registered new interface driver usbfs\n[ 0.399882] usbcore: registered new interface driver hub\n[ 0.400978] usbcore: registered new device driver usb\n[ 0.402137] PCI: Using ACPI for IRQ routing\n[ 0.403228] NetLabel: Initializing\n[ 0.404010] NetLabel: domain hash size = 128\n[ 0.404924] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.405955] NetLabel: unlabeled traffic allowed by default\n[ 0.407163] clocksource: Switched to clocksource kvm-clock\n[ 0.412691] AppArmor: AppArmor Filesystem Enabled\n[ 0.413722] pnp: PnP ACPI init\n[ 0.414690] pnp: PnP ACPI: found 5 devices\n[ 0.421155] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.423014] NET: Registered protocol family 2\n[ 0.424056] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.425451] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.426726] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.428004] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.429188] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430458] NET: Registered protocol family 1\n[ 0.431408] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.432619] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.433798] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.448274] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.462478] Trying to unpack rootfs image as initramfs...\n[ 0.513288] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527442] Scanning for low memory corruption every 60 seconds\n[ 0.528906] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530188] audit: initializing netlink subsys (disabled)\n[ 0.531332] audit: type=2000 audit(1538631091.470:1): initialized\n[ 0.532781] Initialise system trusted keyring\n[ 0.533819] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535121] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537296] zbud: loaded\n[ 0.538092] VFS: Disk quotas dquot_6.6.0\n[ 0.539043] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540802] fuse init (API version 7.23)\n[ 0.541827] Key type big_key registered\n[ 0.542746] Allocating IMA MOK and blacklist keyrings.\n[ 0.544025] Key type asymmetric registered\n[ 0.544959] Asymmetric key parser 'x509' registered\n[ 0.546057] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.548035] io scheduler noop registered\n[ 0.548907] io scheduler deadline registered (default)\n[ 0.549971] io scheduler cfq registered\n[ 0.550867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.552003] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.553373] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554937] ACPI: Power Button [PWRF]\n[ 0.555858] GHES: HEST is not enabled!\n[ 0.569668] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.600230] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602715] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.626234] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.628400] Linux agpgart interface v0.103\n[ 0.630448] brd: module loaded\n[ 0.631668] loop: module loaded\n[ 0.636014] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.637500] GPT:90111 != 2097151\n[ 0.638194] GPT:Alternate GPT header not at the end of the disk.\n[ 0.639329] GPT:90111 != 2097151\n[ 0.640024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.641052] vda: vda1 vda15\n[ 0.642498] scsi host0: ata_piix\n[ 0.643263] scsi host1: ata_piix\n[ 0.643983] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.645242] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.646726] libphy: Fixed MDIO Bus: probed\n[ 0.647578] tun: Universal TUN/TAP device driver, 1.6\n[ 0.648557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650747] PPP generic driver version 2.4.2\n[ 0.651669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652952] ehci-pci: EHCI PCI platform driver\n[ 0.653868] ehci-platform: EHCI generic platform driver\n[ 0.654881] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.656048] ohci-pci: OHCI PCI platform driver\n[ 0.656948] ohci-platform: OHCI generic platform driver\n[ 0.657966] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.672386] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.673402] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674878] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675934] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.677108] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679829] usb usb1: Product: UHCI Host Controller\n[ 0.680795] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681966] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.683010] hub 1-0:1.0: USB hub found\n[ 0.683817] hub 1-0:1.0: 2 ports detected\n[ 0.684748] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686917] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687908] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.688983] mousedev: PS/2 mouse device common for all mice\n[ 0.690272] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692184] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693308] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694535] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.695793] i2c /dev entries driver\n[ 0.696578] device-mapper: uevent: version 1.0.3\n[ 0.697533] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699212] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.700528] NET: Registered protocol family 10\n[ 0.701563] NET: Registered protocol family 17\n[ 0.702468] Key type dns_resolver registered\n[ 0.703416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.704543] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.706342] registered taskstats version 1\n[ 0.707202] Loading compiled-in X.509 certificates\n[ 0.708677] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.710575] zswap: loaded using pool lzo/zbud\n[ 0.711964] Key type trusted registered\n[ 0.713549] Key type encrypted registered\n[ 0.714392] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715473] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716543] evm: HMAC attrs: 0x1\n[ 0.717490] Magic number: 6:330:516\n[ 0.718361] rtc_cmos 00:00: setting system clock to 2018-10-04 05:31:31 UTC (1538631091)\n[ 0.720010] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.721164] EDD information not available.\n[ 0.799892] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.801429] ata1.00: configured for MWDMA2\n[ 0.802690] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.815952] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.817278] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.818589] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.820556] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822168] Write protecting the kernel read-only data: 14336k\n[ 0.823827] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.825733] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.64\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.96\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.189504] 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 3.21s]\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 KO\nping 10.10.11.9 OK\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\nping 10.10.11.9 KO\nping 10.10.10.9 OK\nping 10.10.10.8 OK\nping 10.10.11.10 OK\n[ 196.894437] random: nonblocking pool is initialized\nping 10.10.11.9 OK\n"} 2018-10-04 05:34:57,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-834e2274-f925-4384-a1b8-1a35df325699 2018-10-04 05:34:57,017 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-10-04 05:34:57,020 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"forceDelete": null}' 2018-10-04 05:34:57,179 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4957c94e-ef1f-4aab-bbc4-efe79b189678 x-compute-request-id: req-4957c94e-ef1f-4aab-bbc4-efe79b189678 Content-Length: 0 Content-Type: application/json 2018-10-04 05:34:57,179 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/a584eb15-d573-4db7-80a1-c3d7a916e17a/action used request id req-4957c94e-ef1f-4aab-bbc4-efe79b189678 2018-10-04 05:34:57,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"forceDelete": null}' 2018-10-04 05:34:57,352 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51219c9d-a0c7-4fe0-ae13-75b29a70b149 x-compute-request-id: req-51219c9d-a0c7-4fe0-ae13-75b29a70b149 Content-Length: 0 Content-Type: application/json 2018-10-04 05:34:57,352 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7473309a-91fc-41cb-b941-44409c42cb22/action used request id req-51219c9d-a0c7-4fe0-ae13-75b29a70b149 2018-10-04 05:34:57,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"forceDelete": null}' 2018-10-04 05:34:57,577 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fdb08d25-52c2-4a5e-a505-b48c0b3c3048 x-compute-request-id: req-fdb08d25-52c2-4a5e-a505-b48c0b3c3048 Content-Length: 0 Content-Type: application/json 2018-10-04 05:34:57,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/8bccf7aa-f81f-46fa-b9e2-f2a037c0b7a5/action used request id req-fdb08d25-52c2-4a5e-a505-b48c0b3c3048 2018-10-04 05:34:57,580 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"forceDelete": null}' 2018-10-04 05:34:57,783 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e2a44a2-6599-4e4a-b20e-10e3e52a430a x-compute-request-id: req-1e2a44a2-6599-4e4a-b20e-10e3e52a430a Content-Length: 0 Content-Type: application/json 2018-10-04 05:34:57,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/81e4a809-a090-4a94-a6da-c601863cc54f/action used request id req-1e2a44a2-6599-4e4a-b20e-10e3e52a430a 2018-10-04 05:34:57,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f22515ba7e5c81243e7d518a98f027d05c855aa" -d '{"forceDelete": null}' 2018-10-04 05:34:57,988 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:34:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3354ed4b-d59a-4795-a644-c441f319475c x-compute-request-id: req-3354ed4b-d59a-4795-a644-c441f319475c Content-Length: 0 Content-Type: application/json 2018-10-04 05:34:57,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/97a52011-1d43-4383-95d9-2fcab9c5919b/action used request id req-3354ed4b-d59a-4795-a644-c441f319475c 2018-10-04 05:34:57,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/9b57e247-733f-4107-ab83-ac16187fc146 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dc295ffaaa68bc91f9f37b33a5ceb7fc1c68e72d" 2018-10-04 05:35:00,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b149f54-98f7-458d-a775-5f57fbaff483 Date: Thu, 04 Oct 2018 05:35: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-04 05:35:00,255 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/9b57e247-733f-4107-ab83-ac16187fc146 used request id req-5b149f54-98f7-458d-a775-5f57fbaff483 2018-10-04 05:35:00,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:35:00,848 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b8f91157-7463-4a0b-845b-ea6d9a75d27c Content-Length: 0 Date: Thu, 04 Oct 2018 05:35:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:35:00,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/3013e78f-ba6d-4a0b-a34d-18c2f6cac804 used request id req-b8f91157-7463-4a0b-845b-ea6d9a75d27c 2018-10-04 05:35:00,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/8a5fd98c-96cc-4635-ba60-bc25dd08975c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:35:02,972 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6273042c-eb1a-436a-8267-abb99a398c3d Date: Thu, 04 Oct 2018 05:35:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:35:02,972 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/8a5fd98c-96cc-4635-ba60-bc25dd08975c used request id req-6273042c-eb1a-436a-8267-abb99a398c3d 2018-10-04 05:35:02,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/61bba77c-9477-4a8a-80b8-35bfa65a1e44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:35:05,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fe9495e4-aa24-481e-98e8-cc42b9a4cd4a Date: Thu, 04 Oct 2018 05:35:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:35:05,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/61bba77c-9477-4a8a-80b8-35bfa65a1e44 used request id req-fe9495e4-aa24-481e-98e8-cc42b9a4cd4a 2018-10-04 05:35:05,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/9f081c7f-ef27-4c30-afaf-331032060031 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:35:06,049 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-091a71c3-d3d9-4b9e-be09-abe040791a67 Date: Thu, 04 Oct 2018 05:35:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:35:06,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9f081c7f-ef27-4c30-afaf-331032060031 used request id req-091a71c3-d3d9-4b9e-be09-abe040791a67 2018-10-04 05:35:06,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ab7f79aa-c644-4e20-950e-e720cc2b65dc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b482e519df41c757cc41db2234a5e481fcd55577" 2018-10-04 05:35:07,131 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-58fd1337-0b3e-4dae-88dd-c3d057351ef4 Date: Thu, 04 Oct 2018 05:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:35:07,131 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ab7f79aa-c644-4e20-950e-e720cc2b65dc used request id req-58fd1337-0b3e-4dae-88dd-c3d057351ef4 2018-10-04 05:35:07,131 - 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-04 05:35:07,131 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:35:07,132 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-10-04 05:35:07,132 - 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-04 05:35:07,133 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-10-04 05:35:07,133 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-10-04 05:35:07,133 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-10-04 05:35:07,215 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:35:07,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:35:07,216 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:35:07,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:35:07,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:35:07,217 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:35:07,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:35:07,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:35:07,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:35:07,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:35:07,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:35:07,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:35:07,218 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:35:07,219 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:35:07,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:35:07,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:35:07,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:35:07,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:35:07,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:35:07,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:35:07,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:35:07,223 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:35:07,225 - paramiko.transport - DEBUG - starting thread (client mode): 0x5668c10L 2018-10-04 05:35:07,225 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:07,260 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:07,261 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:07,266 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:07,267 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:07,267 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:07,267 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:07,267 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:07,267 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:07,275 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:07,275 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:07,289 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.208: 87bd1baec70800195d44ae18b3efbee4 2018-10-04 05:35:07,290 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:07,315 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:07,443 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:07,455 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:07,687 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:07,688 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:07,727 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:07,727 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:07,766 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:13,137 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:13,138 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:13,140 - paramiko.transport - DEBUG - starting thread (client mode): 0x560e790L 2018-10-04 05:35:13,140 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:13,145 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:13,145 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:13,148 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:13,148 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:13,148 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:13,148 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:13,148 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:13,148 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:13,154 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:13,157 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:13,172 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:35:13,173 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:13,193 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:13,204 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:13,205 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:13,293 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:13,293 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:13,332 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:13,333 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:13,340 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:13,372 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:13,373 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:13,373 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:13,374 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:13,374 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:13,415 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:13,448 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:13,450 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:13,451 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:13,452 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:13,452 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:13,492 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:13,523 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:13,524 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:13,526 - paramiko.transport - DEBUG - starting thread (client mode): 0x564a750L 2018-10-04 05:35:13,527 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:13,532 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:13,532 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:13,534 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:13,535 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:13,535 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:13,535 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:13,535 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:13,535 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:13,540 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:13,540 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:13,542 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:35:13,543 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:13,580 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:13,591 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:13,607 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:13,679 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:13,679 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:13,718 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:13,719 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:13,727 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:13,765 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:13,766 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:13,767 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:13,768 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:13,768 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:13,809 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:13,846 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:13,848 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:13,848 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:13,849 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:13,850 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:13,890 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:13,922 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:13,924 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:13,925 - paramiko.transport - DEBUG - starting thread (client mode): 0x57a2a90L 2018-10-04 05:35:13,926 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:13,930 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:13,931 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:13,933 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:13,933 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:13,933 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:13,933 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:13,934 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:13,934 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:13,938 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:13,939 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:13,942 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:35:13,942 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:13,978 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:13,988 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:14,007 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:14,069 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:14,069 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:14,108 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:14,109 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:14,113 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:14,143 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:14,144 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:14,144 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:14,145 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:14,145 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:14,186 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:14,218 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:14,220 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:14,220 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:14,221 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:14,221 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:14,262 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:14,289 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:14,290 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:14,292 - paramiko.transport - DEBUG - starting thread (client mode): 0x5695a10L 2018-10-04 05:35:14,293 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:14,297 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:14,298 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:14,299 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:14,300 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:14,300 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:14,300 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:14,300 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:14,300 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:14,305 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:14,305 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:14,308 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:35:14,309 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:14,345 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:14,356 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:14,373 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:14,440 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:14,440 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:14,479 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:14,480 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:14,484 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:14,516 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:14,517 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:14,517 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:14,518 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:14,519 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:14,559 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:14,593 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:14,594 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:14,595 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:14,596 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:14,596 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:14,637 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:14,666 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:14,667 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:14,669 - paramiko.transport - DEBUG - starting thread (client mode): 0x5787790L 2018-10-04 05:35:14,669 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:14,674 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:14,674 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:14,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-04 05:35:14,676 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:14,676 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:14,676 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:14,676 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:14,677 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:14,681 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:14,682 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:14,685 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:35:14,685 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:14,721 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:14,732 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:14,749 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:14,815 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:14,815 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:14,855 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:14,856 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:14,860 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:14,890 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:14,890 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:14,891 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:14,892 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:14,892 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:14,932 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:14,964 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:14,965 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:14,966 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:14,967 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:14,967 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:15,007 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:15,036 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:15,037 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:15,038 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:15,039 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:15,039 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:15,047 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:19,589 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:19,590 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:19,593 - paramiko.transport - DEBUG - starting thread (client mode): 0x560e050L 2018-10-04 05:35:19,593 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:19,599 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:19,599 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:19,602 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:19,602 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:19,602 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:19,602 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:19,602 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:19,603 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:19,607 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:19,608 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:19,625 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:35:19,625 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:19,647 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:19,660 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:19,690 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:19,756 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:19,756 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:19,795 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:19,796 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:19,802 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:19,838 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:19,838 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:19,839 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:19,840 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:19,840 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:19,882 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:19,918 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:19,920 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:19,920 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:19,921 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:19,922 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:19,963 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:19,994 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:19,995 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:19,997 - paramiko.transport - DEBUG - starting thread (client mode): 0x561cb50L 2018-10-04 05:35:19,997 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:20,002 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:20,002 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:20,004 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:20,005 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:20,005 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:20,005 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:20,005 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:20,005 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:20,010 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:20,010 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:20,013 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:35:20,013 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:20,050 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:20,061 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:20,078 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:20,139 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:20,139 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:20,179 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:20,180 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:20,185 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:20,216 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:20,217 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:20,218 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:20,219 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:20,219 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:20,259 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:20,293 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:20,295 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:20,296 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:20,296 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:20,297 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:20,337 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:20,367 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:20,369 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:20,371 - paramiko.transport - DEBUG - starting thread (client mode): 0x56a0ad0L 2018-10-04 05:35:20,371 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:20,376 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:20,376 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:20,379 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:20,379 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:20,379 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:20,379 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:20,380 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:20,380 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:20,384 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:20,385 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:20,388 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:35:20,388 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:20,424 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:20,436 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:20,453 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:20,515 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:20,515 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:20,554 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:20,555 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:20,559 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:20,589 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:20,590 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:20,591 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:20,592 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:20,592 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:20,632 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:20,665 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:20,666 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:20,668 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:20,668 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:20,669 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:20,709 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:20,737 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:20,739 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:20,741 - paramiko.transport - DEBUG - starting thread (client mode): 0x56c21d0L 2018-10-04 05:35:20,741 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:20,747 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:20,747 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:20,750 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:20,750 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:20,750 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:20,750 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:20,751 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:20,751 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:20,755 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:20,756 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:20,757 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:35:20,757 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:20,795 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:20,808 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:20,822 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:20,908 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:20,909 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:20,948 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:20,949 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:20,958 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:20,991 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:20,992 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:20,993 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:20,994 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:20,994 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:21,035 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:21,071 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:21,072 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:21,072 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:21,074 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:21,074 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:21,115 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:21,147 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:21,149 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:21,150 - paramiko.transport - DEBUG - starting thread (client mode): 0x56a9150L 2018-10-04 05:35:21,151 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:35:21,156 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:35:21,156 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:35:21,158 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:35:21,159 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:35:21,159 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:35:21,159 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:35:21,159 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:35:21,159 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:35:21,164 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:35:21,164 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:35:21,167 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:35:21,167 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:35:21,204 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:35:21,215 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:35:21,232 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:35:21,294 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:35:21,294 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:35:21,334 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:35:21,334 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:35:21,338 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:35:21,369 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:35:21,370 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:35:21,371 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:35:21,372 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:35:21,372 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:35:21,412 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:35:21,445 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:35:21,446 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:35:21,447 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:35:21,447 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:35:21,448 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:35:21,489 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:35:21,518 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:35:21,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:35:21,521 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:35:21,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcba4aa4-04db-434f-85ca-f369e0e040bc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:35:21,527 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dcba4aa4-04db-434f-85ca-f369e0e040bc 2018-10-04 05:35:21,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:35:21,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:35:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["u6iUgp0oTHWB1lOVypzFPQ"], "issued_at": "2018-10-04T05:35:21.000000Z"}} 2018-10-04 05:35:21,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cec039144ffac5b6ac47a54004cda44ab2990c3" 2018-10-04 05:35:22,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-9509a055-5077-4733-9b6d-7fd271240286 Date: Thu, 04 Oct 2018 05:35:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:35:22,080 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-9509a055-5077-4733-9b6d-7fd271240286 2018-10-04 05:35:22,081 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:35:22,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cec039144ffac5b6ac47a54004cda44ab2990c3" 2018-10-04 05:35:22,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-4a8d043e-c1d2-43df-9d9e-fd329e534700 Date: Thu, 04 Oct 2018 05:35:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 05:35:22,242 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4a8d043e-c1d2-43df-9d9e-fd329e534700 2018-10-04 05:35:22,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5cec039144ffac5b6ac47a54004cda44ab2990c3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:35:22,497 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc X-Openstack-Request-Id: req-130bd530-e33d-433f-bda5-97fdc929088b Date: Thu, 04 Oct 2018 05:35:22 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:35:22Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:35:22Z", "visibility": "public", "locations": [], "self": "/v2/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "min_disk": 0, "protected": false, "id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "file": "/v2/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:35:22,498 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-130bd530-e33d-433f-bda5-97fdc929088b 2018-10-04 05:35:22,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cec039144ffac5b6ac47a54004cda44ab2990c3" -d '' 2018-10-04 05:35:23,309 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7df92a98-e435-459e-8d90-9ee53a222e3c Date: Thu, 04 Oct 2018 05:35: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-04 05:35:23,309 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc/file used request id req-7df92a98-e435-459e-8d90-9ee53a222e3c 2018-10-04 05:35:23,310 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-10-04 05:35:23,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:35:23,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1adb63fb-e9cd-4cd4-ad09-32140a357da7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:35:23,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1adb63fb-e9cd-4cd4-ad09-32140a357da7 2018-10-04 05:35:23,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:35:23,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:35:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["QcM5DI49TrOazxeLX2hlbg"], "issued_at": "2018-10-04T05:35:23.000000Z"}} 2018-10-04 05:35:23,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2222b887aead49756a6b51ae96713a34dc7ff963" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-10-04 05:35:24,068 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-b34ef191-4171-44bf-bdc5-5ce24910b9b1 Date: Thu, 04 Oct 2018 05:35:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"57def629-7985-463f-b6ce-cdb0b810b723","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:35:23Z","is_default":false,"provider:segmentation_id":7,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:35:23Z","mtu":1450}} 2018-10-04 05:35:24,068 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-b34ef191-4171-44bf-bdc5-5ce24910b9b1 2018-10-04 05:35:24,068 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network 57def629-7985-463f-b6ce-cdb0b810b723 with cidr 10.10.10.0/24 2018-10-04 05:35:24,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2222b887aead49756a6b51ae96713a34dc7ff963" -d '{"subnets": [{"ip_version": 4, "network_id": "57def629-7985-463f-b6ce-cdb0b810b723", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-10-04 05:35:24,804 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-34f43a46-c133-4ea6-8d3e-f41ca3f619a4 Date: Thu, 04 Oct 2018 05:35:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"57def629-7985-463f-b6ce-cdb0b810b723","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:35:24Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:35:24Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"510ab77bdaaa470cad047d68b7d85c03","id":"11d629f3-49f1-4d58-b558-4dabb30341e8","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-10-04 05:35:24,804 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-34f43a46-c133-4ea6-8d3e-f41ca3f619a4 2018-10-04 05:35:24,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2222b887aead49756a6b51ae96713a34dc7ff963" 2018-10-04 05:35:25,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-7a42ae64-e4f5-4fbd-a70a-3544d220bee8 Date: Thu, 04 Oct 2018 05:35:25 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-04T05:22:09Z", "revision_number": 0, "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 179, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 7, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:35:25,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-7a42ae64-e4f5-4fbd-a70a-3544d220bee8 2018-10-04 05:35:25,055 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:35:25,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:35:25,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1906d818-6ae8-4709-9271-6684953e0b9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:35:25,062 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1906d818-6ae8-4709-9271-6684953e0b9f 2018-10-04 05:35:25,062 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:35:25,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:35:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["24-mbL71QE2DCFu_SnaR8A"], "issued_at": "2018-10-04T05:35:25.000000Z"}} 2018-10-04 05:35:25,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d2a216d8ab45e6633c9bc4abbc76bdcf5d97e5" 2018-10-04 05:35:25,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a350a9ce-6099-4050-849c-2d6e14ab5fc1 x-compute-request-id: req-a350a9ce-6099-4050-849c-2d6e14ab5fc1 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:35:25,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-a350a9ce-6099-4050-849c-2d6e14ab5fc1 2018-10-04 05:35:25,606 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:35:25,607 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:35:25,608 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:35:25,612 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:35:25,657 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:35:25,658 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:35:25,659 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:35:25,660 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:35:25,660 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:35:25,700 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:35:25,768 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:35:25,771 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:35:25,773 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:35:25,773 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:35:25,773 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:35:25,778 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:35:25,828 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:35:25,830 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:35:25,831 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:35:25,832 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:35:25,832 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:35:25,873 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:35:25,933 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:35:25,936 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:35:25,937 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:35:25,938 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:35:25,938 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:35:25,943 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:35:25,984 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:35:25,986 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:35:25,987 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:35:25,988 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:35:25,988 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:35:26,029 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:35:26,069 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:35:26,070 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:35:26,071 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:35:26,072 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:35:26,072 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:35:26,077 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:35:26,113 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:35:26,115 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:35:26,116 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:35:26,117 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:35:26,117 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:35:26,158 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:35:26,196 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:35:26,197 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-10-04 05:35:26,197 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=b8329ee3-40db-48bb-ad0d-45fd6cba48cc network=57def629-7985-463f-b6ce-cdb0b810b723 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:35:26,197 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:35:26,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:35:26,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:35:26,198 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:35:26,199 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:35:26,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:35:26,199 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:35:26,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:35:26,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:35:26,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:35:26,200 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:35:26,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:35:26,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:35:26,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:35:26,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:35:26,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:35:26,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:35:26,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:35:26,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:35:26,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:35:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:35:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:35:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:35:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:35:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:35:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:35:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:35:26,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a20cb532-aadc-4bfc-8707-de2f43c09e04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:35:26,215 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a20cb532-aadc-4bfc-8707-de2f43c09e04 2018-10-04 05:35:26,216 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:35:26,600 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:35:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["4-BQz43ZRlmluSckh3y3PA"], "issued_at": "2018-10-04T05:35:26.000000Z"}} 2018-10-04 05:35:26,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" 2018-10-04 05:35:26,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ea9a77c-ed51-4a0d-a461-05b9fa55ff48 x-compute-request-id: req-9ea9a77c-ed51-4a0d-a461-05b9fa55ff48 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:35:26,781 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9ea9a77c-ed51-4a0d-a461-05b9fa55ff48 2018-10-04 05:35:26,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" 2018-10-04 05:35:26,804 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-feb735f8-c18e-4b49-82e4-7f7139121bff x-compute-request-id: req-feb735f8-c18e-4b49-82e4-7f7139121bff Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:35:26,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-feb735f8-c18e-4b49-82e4-7f7139121bff 2018-10-04 05:35:26,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "57def629-7985-463f-b6ce-cdb0b810b723"}]}}' 2018-10-04 05:35:28,712 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:35:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85c7931a-1dd9-4dd4-a23d-b3afe23c1ea6 x-compute-request-id: req-85c7931a-1dd9-4dd4-a23d-b3afe23c1ea6 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "46762d2a-93eb-4ff5-9df7-9714ad423c56", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "bookmark"}], "adminPass": "4CjF4WbMFUFG"}} 2018-10-04 05:35:28,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-85c7931a-1dd9-4dd4-a23d-b3afe23c1ea6 2018-10-04 05:35:28,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:35:28,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2203edad-57ab-4490-94dc-7f513f8e0a76 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:35:28,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2203edad-57ab-4490-94dc-7f513f8e0a76 2018-10-04 05:35:28,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:35:29,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:35:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["bGzbhXpDQlCrG_ySCc46Pw"], "issued_at": "2018-10-04T05:35:29.000000Z"}} 2018-10-04 05:35:29,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}332e7155b97b24af66256599613b9cefd618c488" 2018-10-04 05:35:29,612 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-745df1b1-d5f5-49bd-8125-463abaddfc89 x-compute-request-id: req-745df1b1-d5f5-49bd-8125-463abaddfc89 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.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "46762d2a-93eb-4ff5-9df7-9714ad423c56", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:35: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-12-2", "created": "2018-10-04T05:35:28Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:29,612 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 used request id req-745df1b1-d5f5-49bd-8125-463abaddfc89 2018-10-04 05:35:32,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}332e7155b97b24af66256599613b9cefd618c488" 2018-10-04 05:35:33,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a68c852-939d-4a5f-9ce9-ebdfe4143e42 x-compute-request-id: req-6a68c852-939d-4a5f-9ce9-ebdfe4143e42 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:37:02", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "46762d2a-93eb-4ff5-9df7-9714ad423c56", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:35:29Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:35:28Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:33,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 used request id req-6a68c852-939d-4a5f-9ce9-ebdfe4143e42 2018-10-04 05:35:36,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}332e7155b97b24af66256599613b9cefd618c488" 2018-10-04 05:35:37,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-323fbec9-7c75-4c58-b6d7-f2e6cfcd5da7 x-compute-request-id: req-323fbec9-7c75-4c58-b6d7-f2e6cfcd5da7 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:fb:37:02", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-10-04T05:35:31.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "46762d2a-93eb-4ff5-9df7-9714ad423c56", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:35:33Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:35:28Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:37,188 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 used request id req-323fbec9-7c75-4c58-b6d7-f2e6cfcd5da7 2018-10-04 05:35:37,192 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" 2018-10-04 05:35:37,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b48028c5-0cdc-4278-9b16-d4aaf71ccad6 x-compute-request-id: req-b48028c5-0cdc-4278-9b16-d4aaf71ccad6 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:fb:37:02", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000126", "OS-SRV-USG:launched_at": "2018-10-04T05:35:31.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "46762d2a-93eb-4ff5-9df7-9714ad423c56", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:35:33Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:35:28Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:37,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56 used request id req-b48028c5-0cdc-4278-9b16-d4aaf71ccad6 2018-10-04 05:35:37,953 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.10'. 2018-10-04 05:35:37,954 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-10-04 05:35:37,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d2a216d8ab45e6633c9bc4abbc76bdcf5d97e5" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:35:39,535 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:35:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6251a6c5-67f5-40ea-b2aa-5859bd12a10d x-compute-request-id: req-6251a6c5-67f5-40ea-b2aa-5859bd12a10d Content-Length: 0 Content-Type: application/json 2018-10-04 05:35:39,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-6251a6c5-67f5-40ea-b2aa-5859bd12a10d 2018-10-04 05:35:39,535 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-10-04 05:35:39,536 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=b8329ee3-40db-48bb-ad0d-45fd6cba48cc network=57def629-7985-463f-b6ce-cdb0b810b723 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:35:39,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:35:39,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:35:39,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:35:39,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:35:39,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:35:39,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:35:39,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:35:39,537 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:35:39,538 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:35:39,539 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:35:39,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:35:39,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:35:39,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:35:39,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:35:39,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:35:39,542 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:35:39,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:35:39,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:35:39,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:35:39,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:35:39,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5b7e57c-1537-41b2-b74e-d37c04e92754 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:35:39,553 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a5b7e57c-1537-41b2-b74e-d37c04e92754 2018-10-04 05:35:39,554 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:35:39,931 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:35:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["ot_0olW7S7qvSWjMlJLAvw"], "issued_at": "2018-10-04T05:35:39.000000Z"}} 2018-10-04 05:35:39,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" 2018-10-04 05:35:40,106 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8035be1d-d9c6-4818-9dcb-d3c512ba3d3d x-compute-request-id: req-8035be1d-d9c6-4818-9dcb-d3c512ba3d3d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:35:40,106 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8035be1d-d9c6-4818-9dcb-d3c512ba3d3d 2018-10-04 05:35:40,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" 2018-10-04 05:35:40,128 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f267e983-b65e-4a26-a542-6a6561eb0725 x-compute-request-id: req-f267e983-b65e-4a26-a542-6a6561eb0725 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:35:40,128 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-f267e983-b65e-4a26-a542-6a6561eb0725 2018-10-04 05:35:40,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "57def629-7985-463f-b6ce-cdb0b810b723"}]}}' 2018-10-04 05:35:41,933 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:35:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3fb9fb2-b0eb-40a8-86f3-5c6139635387 x-compute-request-id: req-d3fb9fb2-b0eb-40a8-86f3-5c6139635387 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "bookmark"}], "adminPass": "9szL2FezsoH9"}} 2018-10-04 05:35:41,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-d3fb9fb2-b0eb-40a8-86f3-5c6139635387 2018-10-04 05:35:41,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:35:41,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31d90ac8-66ab-4de9-8754-6b44f6d658a6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:35:41,941 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-31d90ac8-66ab-4de9-8754-6b44f6d658a6 2018-10-04 05:35:41,942 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:35:42,328 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:35:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["rFq-PqQDRI60wC6YeEnkfA"], "issued_at": "2018-10-04T05:35:42.000000Z"}} 2018-10-04 05:35:42,330 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a0e53fcda815f9a3ce5b60e845ccb106bd8175" 2018-10-04 05:35:42,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cbbed72-a0f8-499e-8666-060ac4afc58e x-compute-request-id: req-3cbbed72-a0f8-499e-8666-060ac4afc58e 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.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:35:42Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-1", "created": "2018-10-04T05:35:41Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:42,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc used request id req-3cbbed72-a0f8-499e-8666-060ac4afc58e 2018-10-04 05:35:45,938 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a0e53fcda815f9a3ce5b60e845ccb106bd8175" 2018-10-04 05:35:46,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-21031bcf-a1e9-459c-9bf1-807fb2a14ec2 x-compute-request-id: req-21031bcf-a1e9-459c-9bf1-807fb2a14ec2 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.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:35:43Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:35:41Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:46,548 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc used request id req-21031bcf-a1e9-459c-9bf1-807fb2a14ec2 2018-10-04 05:35:49,554 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}86a0e53fcda815f9a3ce5b60e845ccb106bd8175" 2018-10-04 05:35:50,240 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c391e351-1213-4dc1-9680-d58f3419ea5d x-compute-request-id: req-c391e351-1213-4dc1-9680-d58f3419ea5d 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:9d:99:55", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-10-04T05:35:45.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:35:46Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:35:41Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:50,240 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc used request id req-c391e351-1213-4dc1-9680-d58f3419ea5d 2018-10-04 05:35:50,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" 2018-10-04 05:35:50,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f14a6d24-f376-4329-a767-4c77c550217b x-compute-request-id: req-f14a6d24-f376-4329-a767-4c77c550217b 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:9d:99:55", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "rel": "bookmark"}], "image": {"id": "b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "links": [{"href": "http://172.30.9.23:8774/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000129", "OS-SRV-USG:launched_at": "2018-10-04T05:35:45.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:35:46Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:35:41Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:35:50,822 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc used request id req-f14a6d24-f376-4329-a767-4c77c550217b 2018-10-04 05:35:50,823 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.8'. 2018-10-04 05:35:50,823 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-10-04 05:35:50,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d2a216d8ab45e6633c9bc4abbc76bdcf5d97e5" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:35:52,060 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:35:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0619cf5f-7dda-479e-92b1-123f679157ae x-compute-request-id: req-0619cf5f-7dda-479e-92b1-123f679157ae Content-Length: 0 Content-Type: application/json 2018-10-04 05:35:52,061 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-0619cf5f-7dda-479e-92b1-123f679157ae 2018-10-04 05:35:52,061 - sdnvpn_test_utils - INFO - Waiting for instance 9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc to boot up 2018-10-04 05:35:52,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:35:53,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34e162c3-088d-4f2d-84b8-110a810fea0d x-compute-request-id: req-34e162c3-088d-4f2d-84b8-110a810fea0d Content-Encoding: gzip Content-Length: 9423 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n"} 2018-10-04 05:35:53,314 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-34e162c3-088d-4f2d-84b8-110a810fea0d 2018-10-04 05:35:55,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:35:56,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc4d9d95-0b42-498a-82a6-d91b3202c3bd x-compute-request-id: req-dc4d9d95-0b42-498a-82a6-d91b3202c3bd Content-Encoding: gzip Content-Length: 9998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:35:56,409 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-dc4d9d95-0b42-498a-82a6-d91b3202c3bd 2018-10-04 05:35:58,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:35:59,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:35: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-3c1751ee-169f-41b9-bfff-f39583c413f8 x-compute-request-id: req-3c1751ee-169f-41b9-bfff-f39583c413f8 Content-Encoding: gzip Content-Length: 9998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:35:59,515 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-3c1751ee-169f-41b9-bfff-f39583c413f8 2018-10-04 05:36:01,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:02,621 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-6ce2e962-d98c-452b-a33b-2b08233f68ee x-compute-request-id: req-6ce2e962-d98c-452b-a33b-2b08233f68ee Content-Encoding: gzip Content-Length: 9998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:36:02,622 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-6ce2e962-d98c-452b-a33b-2b08233f68ee 2018-10-04 05:36:04,643 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:05,717 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-1b89bfaa-f08b-4b53-b6d3-68b12a6bce02 x-compute-request-id: req-1b89bfaa-f08b-4b53-b6d3-68b12a6bce02 Content-Encoding: gzip Content-Length: 9998 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:36:05,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-1b89bfaa-f08b-4b53-b6d3-68b12a6bce02 2018-10-04 05:36:07,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:08,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-85f7dc66-7301-4ac4-9272-c518e0f309fb x-compute-request-id: req-85f7dc66-7301-4ac4-9272-c518e0f309fb Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:36:08,813 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-85f7dc66-7301-4ac4-9272-c518e0f309fb 2018-10-04 05:36:10,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:11,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-13c5d434-07c2-471c-84f0-ef1b3b3f54ef x-compute-request-id: req-13c5d434-07c2-471c-84f0-ef1b3b3f54ef Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:36:11,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-13c5d434-07c2-471c-84f0-ef1b3b3f54ef 2018-10-04 05:36:13,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:15,006 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-85eea942-5217-4ec7-b3a4-c649e8a03052 x-compute-request-id: req-85eea942-5217-4ec7-b3a4-c649e8a03052 Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:36:15,007 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-85eea942-5217-4ec7-b3a4-c649e8a03052 2018-10-04 05:36:17,027 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:18,107 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-cfe7e36c-bb82-4066-b74b-985d41d57f1b x-compute-request-id: req-cfe7e36c-bb82-4066-b74b-985d41d57f1b Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:36:18,107 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-cfe7e36c-bb82-4066-b74b-985d41d57f1b 2018-10-04 05:36:20,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:21,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-608543f1-1746-4ad4-923c-0f5c80ae7dc1 x-compute-request-id: req-608543f1-1746-4ad4-923c-0f5c80ae7dc1 Content-Encoding: gzip Content-Length: 10071 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:36:21,195 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-608543f1-1746-4ad4-923c-0f5c80ae7dc1 2018-10-04 05:36:23,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:24,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-68737bac-4c3f-455b-9572-30488b57ce22 x-compute-request-id: req-68737bac-4c3f-455b-9572-30488b57ce22 Content-Encoding: gzip Content-Length: 10090 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:36:24,291 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-68737bac-4c3f-455b-9572-30488b57ce22 2018-10-04 05:36:26,307 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:27,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3fb7b057-6e51-4efe-9dce-78c4ce1f7124 x-compute-request-id: req-3fb7b057-6e51-4efe-9dce-78c4ce1f7124 Content-Encoding: gzip Content-Length: 10090 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:36:27,375 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-3fb7b057-6e51-4efe-9dce-78c4ce1f7124 2018-10-04 05:36:29,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:30,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-d708505c-f96f-4786-854a-c9fefe838853 x-compute-request-id: req-d708505c-f96f-4786-854a-c9fefe838853 Content-Encoding: gzip Content-Length: 10090 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:36:30,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-d708505c-f96f-4786-854a-c9fefe838853 2018-10-04 05:36:32,496 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:33,579 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-d96ac267-f2a4-4feb-8a5f-7ec8aba4686e x-compute-request-id: req-d96ac267-f2a4-4feb-8a5f-7ec8aba4686e Content-Encoding: gzip Content-Length: 10090 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:36:33,579 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-d96ac267-f2a4-4feb-8a5f-7ec8aba4686e 2018-10-04 05:36:35,600 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2515d4c3f72ce0a35792545e17dadba2f1230b08" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:36,673 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52d9ae9b-7610-4149-857b-b4d8321669ea x-compute-request-id: req-52d9ae9b-7610-4149-857b-b4d8321669ea Content-Encoding: gzip Content-Length: 10906 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 557670470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.138435] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140200] pid_max: default: 32768 minimum: 301\n[ 0.141131] ACPI: Core revision 20150930\n[ 0.142574] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143969] Security Framework initialized\n[ 0.144818] Yama: becoming mindful.\n[ 0.145634] AppArmor: AppArmor initialized\n[ 0.146557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149336] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150630] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152118] Initializing cgroup subsys io\n[ 0.152977] Initializing cgroup subsys memory\n[ 0.153938] Initializing cgroup subsys devices\n[ 0.154857] Initializing cgroup subsys freezer\n[ 0.155774] Initializing cgroup subsys net_cls\n[ 0.156697] Initializing cgroup subsys perf_event\n[ 0.157702] Initializing cgroup subsys net_prio\n[ 0.158656] Initializing cgroup subsys hugetlb\n[ 0.159568] Initializing cgroup subsys pids\n[ 0.160496] CPU: Physical Processor ID: 0\n[ 0.162084] mce: CPU supports 10 MCE banks\n[ 0.162979] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164076] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174950] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181543] ftrace: allocating 31920 entries in 125 pages\n[ 0.208256] smpboot: Max logical packages: 1\n[ 0.209167] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210599] x2apic enabled\n[ 0.211474] Switched APIC routing to physical x2apic.\n[ 0.213335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214557] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.216733] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218685] KVM setup paravirtual spinlock\n[ 0.220064] x86: Booted up 1 node, 1 CPUs\n[ 0.220941] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222421] devtmpfs: initialized\n[ 0.224215] evm: security.selinux\n[ 0.224950] evm: security.SMACK64\n[ 0.225683] evm: security.SMACK64EXEC\n[ 0.226462] evm: security.SMACK64TRANSMUTE\n[ 0.227324] evm: security.SMACK64MMAP\n[ 0.228126] evm: security.ima\n[ 0.228787] evm: security.capability\n[ 0.229656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231639] pinctrl core: initialized pinctrl subsystem\n[ 0.232791] RTC time: 5:35:45, date: 10/04/18\n[ 0.233799] NET: Registered protocol family 16\n[ 0.234824] cpuidle: using governor ladder\n[ 0.235704] cpuidle: using governor menu\n[ 0.236547] PCCT header not found.\n[ 0.237342] ACPI: bus type PCI registered\n[ 0.238197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239540] PCI: Using configuration type 1 for base access\n[ 0.241365] ACPI: Added _OSI(Module Device)\n[ 0.242288] ACPI: Added _OSI(Processor Device)\n[ 0.243194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244154] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246366] ACPI: Interpreter enabled\n[ 0.247187] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249146] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253087] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255049] ACPI: (supports S0 S5)\n[ 0.255790] ACPI: Using IOAPIC for interrupt routing\n[ 0.256925] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261449] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262799] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264136] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266560] acpiphp: Slot [3] registered\n[ 0.267459] acpiphp: Slot [4] registered\n[ 0.268345] acpiphp: Slot [5] registered\n[ 0.269234] acpiphp: Slot [6] registered\n[ 0.270118] acpiphp: Slot [7] registered\n[ 0.270977] acpiphp: Slot [8] registered\n[ 0.271845] acpiphp: Slot [9] registered\n[ 0.272697] acpiphp: Slot [10] registered\n[ 0.273559] acpiphp: Slot [11] registered\n[ 0.274434] acpiphp: Slot [12] registered\n[ 0.275306] acpiphp: Slot [13] registered\n[ 0.276186] acpiphp: Slot [14] registered\n[ 0.277043] acpiphp: Slot [15] registered\n[ 0.288031] acpiphp: Slot [16] registered\n[ 0.288909] acpiphp: Slot [17] registered\n[ 0.289769] acpiphp: Slot [18] registered\n[ 0.290633] acpiphp: Slot [19] registered\n[ 0.291515] acpiphp: Slot [20] registered\n[ 0.292397] acpiphp: Slot [21] registered\n[ 0.293256] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294994] acpiphp: Slot [24] registered\n[ 0.295870] acpiphp: Slot [25] registered\n[ 0.296727] acpiphp: Slot [26] registered\n[ 0.297597] acpiphp: Slot [27] registered\n[ 0.298468] acpiphp: Slot [28] registered\n[ 0.299339] acpiphp: Slot [29] registered\n[ 0.300205] acpiphp: Slot [30] registered\n[ 0.301078] acpiphp: Slot [31] registered\n[ 0.301943] PCI host bridge to bus 0000:00\n[ 0.302810] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.304129] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305441] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.307018] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308599] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.315055] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.316459] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.317722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.319071] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325498] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327019] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372676] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.375708] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377211] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.378676] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380550] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381761] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382900] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384533] vgaarb: loaded\n[ 0.385179] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386384] SCSI subsystem initialized\n[ 0.387243] ACPI: bus type USB registered\n[ 0.388123] usbcore: registered new interface driver usbfs\n[ 0.389221] usbcore: registered new interface driver hub\n[ 0.390297] usbcore: registered new device driver usb\n[ 0.391411] PCI: Using ACPI for IRQ routing\n[ 0.392501] NetLabel: Initializing\n[ 0.393277] NetLabel: domain hash size = 128\n[ 0.394190] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395217] NetLabel: unlabeled traffic allowed by default\n[ 0.396408] clocksource: Switched to clocksource kvm-clock\n[ 0.402012] AppArmor: AppArmor Filesystem Enabled\n[ 0.403067] pnp: PnP ACPI init\n[ 0.404049] pnp: PnP ACPI: found 5 devices\n[ 0.410564] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412428] NET: Registered protocol family 2\n[ 0.413442] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.414799] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416041] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417294] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418434] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419657] NET: Registered protocol family 1\n[ 0.420573] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421734] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.422879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437094] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451693] Trying to unpack rootfs image as initramfs...\n[ 0.501975] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.516076] Scanning for low memory corruption every 60 seconds\n[ 0.517457] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.518665] audit: initializing netlink subsys (disabled)\n[ 0.519743] audit: type=2000 audit(1538631346.348:1): initialized\n[ 0.521141] Initialise system trusted keyring\n[ 0.522110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.523347] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.525428] zbud: loaded\n[ 0.526165] VFS: Disk quotas dquot_6.6.0\n[ 0.527036] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.528625] fuse init (API version 7.23)\n[ 0.529634] Key type big_key registered\n[ 0.530486] Allocating IMA MOK and blacklist keyrings.\n[ 0.531662] Key type asymmetric registered\n[ 0.532543] Asymmetric key parser 'x509' registered\n[ 0.533558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.535114] io scheduler noop registered\n[ 0.537266] io scheduler deadline registered (default)\n[ 0.538919] io scheduler cfq registered\n[ 0.540171] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.541305] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.542653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.544185] ACPI: Power Button [PWRF]\n[ 0.545073] GHES: HEST is not enabled!\n[ 0.558818] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.587317] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.589815] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.613913] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.616210] Linux agpgart interface v0.103\n[ 0.618326] brd: module loaded\n[ 0.619549] loop: module loaded\n[ 0.624468] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626065] GPT:90111 != 2097151\n[ 0.626783] GPT:Alternate GPT header not at the end of the disk.\n[ 0.627951] GPT:90111 != 2097151\n[ 0.628673] GPT: Use GNU Parted to correct GPT errors.\n[ 0.629730] vda: vda1 vda15\n[ 0.631139] scsi host0: ata_piix\n[ 0.631926] scsi host1: ata_piix\n[ 0.632679] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.634038] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.635590] libphy: Fixed MDIO Bus: probed\n[ 0.636499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637557] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.639768] PPP generic driver version 2.4.2\n[ 0.640692] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.641945] ehci-pci: EHCI PCI platform driver\n[ 0.642820] ehci-platform: EHCI generic platform driver\n[ 0.643815] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644973] ohci-pci: OHCI PCI platform driver\n[ 0.645854] ohci-platform: OHCI generic platform driver\n[ 0.647075] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.662488] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663932] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.666151] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.667573] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.668976] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.672323] usb usb1: Product: UHCI Host Controller\n[ 0.673513] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.674958] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.676140] hub 1-0:1.0: USB hub found\n[ 0.677099] hub 1-0:1.0: 2 ports detected\n[ 0.678218] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.680754] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.681976] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.683277] mousedev: PS/2 mouse device common for all mice\n[ 0.684821] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.687128] rtc_cmos 00:00: RTC can wake from S4\n[ 0.688473] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.690082] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.691626] i2c /dev entries driver\n[ 0.692582] device-mapper: uevent: version 1.0.3\n[ 0.693786] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.695877] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.697481] NET: Registered protocol family 10\n[ 0.698707] NET: Registered protocol family 17\n[ 0.699847] Key type dns_resolver registered\n[ 0.701005] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.702405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.704629] registered taskstats version 1\n[ 0.705681] Loading compiled-in X.509 certificates\n[ 0.707396] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.709767] zswap: loaded using pool lzo/zbud\n[ 0.711404] Key type trusted registered\n[ 0.713178] Key type encrypted registered\n[ 0.714050] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.715110] ima: No TPM chip found, activating TPM-bypass!\n[ 0.716188] evm: HMAC attrs: 0x1\n[ 0.717147] Magic number: 6:880:566\n[ 0.718011] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:46 UTC (1538631346)\n[ 0.719645] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.720790] EDD information not available.\n[ 0.793658] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.795369] Write protecting the kernel read-only data: 14336k\n[ 0.807544] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809500] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.391222] 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.27. iid=i-00000126\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCKKOiyyD0DEyB3vdmvdbOdc4Ue3+KCQVf0+GiIbvv6R1Ba8o8o7E2ScgFsAwLsKI4SDSPgfOCbVewjc6I3DVtpWQZTX9RRggAAIfcBOiMCPgCD3D9bgb/rEJLMmGFHKn6/cbG356iDukZh/2uuiJMu4TjV9su4f//fvA6vr8feVQZfGYqDPe1VLkSpEu++jXv0uPYxI4+opcQYcoHU6q+0bdrxANBwig5ITJydOOcnsLtGsQinGzMpQqu7xxFqgijjIe2YNXLCUvZZcvrlvCtPGN+U5FJLws/hAc0DpG5g/dAWZDKPlDTctU6KVOcRiOTxLhNLbjj0yjLElOaZqdYf root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAPJfCGBPfuuVcjHB/VchujaIwGT9zyJX1DQFWOjMsOeQ9ePu0WETtYA7cwx+thnSvgrUCeTl+W1HEWy9L3Wp9Q3uOwBwQGt5JRuRixM4R5eYwT69WE1Js6X5Ay9Kc7tVLYQm2UGZSkMX4hn4FxybZ1islWLwPlHj54/qzkyilK3rAAAAFQDhh8QHBckVobFizGyZjFLtfuiu9QAAAIAsYGwq7nKU+CjUUr9o31M5v9cOui5VS4ZZoqIoyN7tnnO43mKOzT7k9zy36nrEC/VyWfOCBdZbZ7zD2mtKu/0NCh4yAAYVt3chSHBWDlFJ3EehJj/kstWfckCZldFC34707Ql4XGGKWQ3BkDo9430Gl5LBMR6KhweNjc58f8/79AAAAIAd1EmRYqoD6JuJoFqlLd/XMvRvjN7+/g7gjfFkfF6ZjWH5brjYGfRHPYPja+zX/ZdOef/EESa7HrLWFP3IXblNX3vva3+U/nBKSZSr8zxSgPRn5LS53ORPyF1rUWbDTpCrrPiGufMBZx4zuvlWP7JQqzkowzb/lJwdtaoSgMmA/g== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe9d:9955/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-00000126\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n/dev/root resized successfully [took 2.06s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:9D:99:55 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe9d:9955/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:8005 (7.8 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.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-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.149990] usb 1-1: Product: QEMU USB Tablet\n[ 1.149991] usb 1-1: Manufacturer: QEMU\n[ 1.149992] usb 1-1: SerialNumber: 42\n[ 1.360326] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.373724] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.391222] random: dd urandom read with 5 bits of entropy available\n[ 1.512483] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.512486] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.133602] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.884187] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:35:47 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 4 06:35:47 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 4 06:35:47 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 4 06:35:47 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 4 06:35:47 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 4 06:35:47 cirros kern.notice kernel: [ 1.391222] random: dd urandom read with 5 bits of entropy available\nOct 4 06:35:47 cirros kern.info kernel: [ 1.512483] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 4 06:35:47 cirros kern.info kernel: [ 1.512486] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 4 06:35:48 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:35:48 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:35:48 cirros kern.info kernel: [ 3.133602] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:35:49 cirros kern.info kernel: [ 3.884187] 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-04 05:36:36,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-52d9ae9b-7610-4149-857b-b4d8321669ea 2018-10-04 05:36:38,708 - sdnvpn_test_utils - INFO - Waiting for instance 46762d2a-93eb-4ff5-9df7-9714ad423c56 to boot up 2018-10-04 05:36:38,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:39,783 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68fd9cd8-1457-4247-8532-318458aadb48 x-compute-request-id: req-68fd9cd8-1457-4247-8532-318458aadb48 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:36:39,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-68fd9cd8-1457-4247-8532-318458aadb48 2018-10-04 05:36:41,804 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:42,873 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-513e0302-5bad-46c6-a29d-0e2c2d36e77a x-compute-request-id: req-513e0302-5bad-46c6-a29d-0e2c2d36e77a 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:36:42,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-513e0302-5bad-46c6-a29d-0e2c2d36e77a 2018-10-04 05:36:44,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:45,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-f38a5023-2478-4fb0-8390-7db514e39048 x-compute-request-id: req-f38a5023-2478-4fb0-8390-7db514e39048 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:36:45,966 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-f38a5023-2478-4fb0-8390-7db514e39048 2018-10-04 05:36:47,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:49,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-2d454b03-5cc4-4d76-8cfd-e1d847f62c53 x-compute-request-id: req-2d454b03-5cc4-4d76-8cfd-e1d847f62c53 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:36:49,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-2d454b03-5cc4-4d76-8cfd-e1d847f62c53 2018-10-04 05:36:51,089 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:52,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-ba69c484-cac2-45ed-ad18-d996eab783f8 x-compute-request-id: req-ba69c484-cac2-45ed-ad18-d996eab783f8 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:36:52,159 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-ba69c484-cac2-45ed-ad18-d996eab783f8 2018-10-04 05:36:54,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:55,247 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36: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-b5021a07-1d82-43fd-a2a6-004f5529eafd x-compute-request-id: req-b5021a07-1d82-43fd-a2a6-004f5529eafd 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:36:55,248 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-b5021a07-1d82-43fd-a2a6-004f5529eafd 2018-10-04 05:36:57,270 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:36:58,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:36:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f8403d5-57ef-4e35-bfd1-82afedc6027d x-compute-request-id: req-6f8403d5-57ef-4e35-bfd1-82afedc6027d 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:36:58,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-6f8403d5-57ef-4e35-bfd1-82afedc6027d 2018-10-04 05:37:00,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:01,439 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37: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-76af4030-ef2d-4393-a35a-9bbcd7f679cb x-compute-request-id: req-76af4030-ef2d-4393-a35a-9bbcd7f679cb 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:37:01,439 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-76af4030-ef2d-4393-a35a-9bbcd7f679cb 2018-10-04 05:37:03,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:04,532 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37: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-29a6e56d-69fd-474e-94fe-750891e4a097 x-compute-request-id: req-29a6e56d-69fd-474e-94fe-750891e4a097 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:37:04,533 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-29a6e56d-69fd-474e-94fe-750891e4a097 2018-10-04 05:37:06,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:07,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37: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-5684b8b6-6cbc-4b66-a365-e816317afc1d x-compute-request-id: req-5684b8b6-6cbc-4b66-a365-e816317afc1d 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:37:07,623 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-5684b8b6-6cbc-4b66-a365-e816317afc1d 2018-10-04 05:37:09,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:10,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c0f6f79c-ca78-4346-875b-1a1577781f2e x-compute-request-id: req-c0f6f79c-ca78-4346-875b-1a1577781f2e 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:37:10,717 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-c0f6f79c-ca78-4346-875b-1a1577781f2e 2018-10-04 05:37:12,738 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:13,807 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f3fd034-8092-4667-9368-50b942d32ec2 x-compute-request-id: req-4f3fd034-8092-4667-9368-50b942d32ec2 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:37:13,808 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-4f3fd034-8092-4667-9368-50b942d32ec2 2018-10-04 05:37:15,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:16,902 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14d979d1-3471-4e2b-9d1b-7bdeb79d85fa x-compute-request-id: req-14d979d1-3471-4e2b-9d1b-7bdeb79d85fa 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:37:16,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-14d979d1-3471-4e2b-9d1b-7bdeb79d85fa 2018-10-04 05:37:18,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:19,995 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37: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-fe0afdeb-4ee4-4d21-b99c-24563b29afb1 x-compute-request-id: req-fe0afdeb-4ee4-4d21-b99c-24563b29afb1 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 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-04 05:37:19,996 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-fe0afdeb-4ee4-4d21-b99c-24563b29afb1 2018-10-04 05:37:22,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3b0022f5deb3e19fc95e8bdc1ba5991e6cdd5472" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:37:23,089 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:37:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b077a7c0-504c-4525-9c6d-8e34fcc5c130 x-compute-request-id: req-b077a7c0-504c-4525-9c6d-8e34fcc5c130 Content-Encoding: gzip Content-Length: 10904 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 492369633 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.134668] pid_max: default: 32768 minimum: 301\n[ 0.135559] ACPI: Core revision 20150930\n[ 0.136934] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138233] Security Framework initialized\n[ 0.139040] Yama: becoming mindful.\n[ 0.139767] AppArmor: AppArmor initialized\n[ 0.140629] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.141950] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.143220] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144427] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.145803] Initializing cgroup subsys io\n[ 0.146615] Initializing cgroup subsys memory\n[ 0.147472] Initializing cgroup subsys devices\n[ 0.148349] Initializing cgroup subsys freezer\n[ 0.149212] Initializing cgroup subsys net_cls\n[ 0.150070] Initializing cgroup subsys perf_event\n[ 0.150972] Initializing cgroup subsys net_prio\n[ 0.151851] Initializing cgroup subsys hugetlb\n[ 0.152718] Initializing cgroup subsys pids\n[ 0.153587] CPU: Physical Processor ID: 0\n[ 0.155080] mce: CPU supports 10 MCE banks\n[ 0.155927] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.156924] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167548] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173942] ftrace: allocating 31920 entries in 125 pages\n[ 0.199864] smpboot: Max logical packages: 1\n[ 0.200748] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202078] x2apic enabled\n[ 0.202881] Switched APIC routing to physical x2apic.\n[ 0.204627] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205725] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207689] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209452] KVM setup paravirtual spinlock\n[ 0.210729] x86: Booted up 1 node, 1 CPUs\n[ 0.211529] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212898] devtmpfs: initialized\n[ 0.214605] evm: security.selinux\n[ 0.215299] evm: security.SMACK64\n[ 0.215977] evm: security.SMACK64EXEC\n[ 0.216716] evm: security.SMACK64TRANSMUTE\n[ 0.217511] evm: security.SMACK64MMAP\n[ 0.218243] evm: security.ima\n[ 0.218878] evm: security.capability\n[ 0.219672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221496] pinctrl core: initialized pinctrl subsystem\n[ 0.222573] RTC time: 5:35:31, date: 10/04/18\n[ 0.223522] NET: Registered protocol family 16\n[ 0.224483] cpuidle: using governor ladder\n[ 0.225293] cpuidle: using governor menu\n[ 0.226067] PCCT header not found.\n[ 0.226806] ACPI: bus type PCI registered\n[ 0.227605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228829] PCI: Using configuration type 1 for base access\n[ 0.230568] ACPI: Added _OSI(Module Device)\n[ 0.231397] ACPI: Added _OSI(Processor Device)\n[ 0.232252] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233136] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235240] ACPI: Interpreter enabled\n[ 0.235994] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239638] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241455] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243267] ACPI: (supports S0 S5)\n[ 0.243961] ACPI: Using IOAPIC for interrupt routing\n[ 0.244895] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249091] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250306] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251488] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253682] acpiphp: Slot [3] registered\n[ 0.254475] acpiphp: Slot [4] registered\n[ 0.255265] acpiphp: Slot [5] registered\n[ 0.256055] acpiphp: Slot [6] registered\n[ 0.256846] acpiphp: Slot [7] registered\n[ 0.257634] acpiphp: Slot [8] registered\n[ 0.258425] acpiphp: Slot [9] registered\n[ 0.259214] acpiphp: Slot [10] registered\n[ 0.260011] acpiphp: Slot [11] registered\n[ 0.260825] acpiphp: Slot [12] registered\n[ 0.261634] acpiphp: Slot [13] registered\n[ 0.262435] acpiphp: Slot [14] registered\n[ 0.263236] acpiphp: Slot [15] registered\n[ 0.274009] acpiphp: Slot [16] registered\n[ 0.274851] acpiphp: Slot [17] registered\n[ 0.275654] acpiphp: Slot [18] registered\n[ 0.276451] acpiphp: Slot [19] registered\n[ 0.277248] acpiphp: Slot [20] registered\n[ 0.278048] acpiphp: Slot [21] registered\n[ 0.278841] acpiphp: Slot [22] registered\n[ 0.279636] acpiphp: Slot [23] registered\n[ 0.280429] acpiphp: Slot [24] registered\n[ 0.281221] acpiphp: Slot [25] registered\n[ 0.282007] acpiphp: Slot [26] registered\n[ 0.282804] acpiphp: Slot [27] registered\n[ 0.283604] acpiphp: Slot [28] registered\n[ 0.284397] acpiphp: Slot [29] registered\n[ 0.285184] acpiphp: Slot [30] registered\n[ 0.285978] acpiphp: Slot [31] registered\n[ 0.286769] PCI host bridge to bus 0000:00\n[ 0.287566] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291353] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292776] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299005] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300262] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301420] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302659] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309012] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310424] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356644] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359531] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360931] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362310] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363553] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365010] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366049] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367573] vgaarb: loaded\n[ 0.368168] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369301] SCSI subsystem initialized\n[ 0.370106] ACPI: bus type USB registered\n[ 0.370911] usbcore: registered new interface driver usbfs\n[ 0.371924] usbcore: registered new interface driver hub\n[ 0.372917] usbcore: registered new device driver usb\n[ 0.373949] PCI: Using ACPI for IRQ routing\n[ 0.374958] NetLabel: Initializing\n[ 0.375665] NetLabel: domain hash size = 128\n[ 0.376507] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377439] NetLabel: unlabeled traffic allowed by default\n[ 0.378516] clocksource: Switched to clocksource kvm-clock\n[ 0.384008] AppArmor: AppArmor Filesystem Enabled\n[ 0.384955] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392212] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393900] NET: Registered protocol family 2\n[ 0.394844] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396084] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397228] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398359] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399417] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400572] NET: Registered protocol family 1\n[ 0.401421] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402494] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403552] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417561] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431809] Trying to unpack rootfs image as initramfs...\n[ 0.481400] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495409] Scanning for low memory corruption every 60 seconds\n[ 0.496708] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497841] audit: initializing netlink subsys (disabled)\n[ 0.498863] audit: type=2000 audit(1538631332.595:1): initialized\n[ 0.500154] Initialise system trusted keyring\n[ 0.501079] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502234] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504180] zbud: loaded\n[ 0.504885] VFS: Disk quotas dquot_6.6.0\n[ 0.505704] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507213] fuse init (API version 7.23)\n[ 0.508081] Key type big_key registered\n[ 0.508879] Allocating IMA MOK and blacklist keyrings.\n[ 0.510355] Key type asymmetric registered\n[ 0.511177] Asymmetric key parser 'x509' registered\n[ 0.512131] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513589] io scheduler noop registered\n[ 0.514380] io scheduler deadline registered (default)\n[ 0.515369] io scheduler cfq registered\n[ 0.516210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517245] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518490] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519950] ACPI: Power Button [PWRF]\n[ 0.520783] GHES: HEST is not enabled!\n[ 0.534455] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562442] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564668] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590352] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593029] Linux agpgart interface v0.103\n[ 0.595414] brd: module loaded\n[ 0.596852] loop: module loaded\n[ 0.602508] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604214] GPT:90111 != 2097151\n[ 0.605011] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606368] GPT:90111 != 2097151\n[ 0.607394] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608915] vda: vda1 vda15\n[ 0.610834] scsi host0: ata_piix\n[ 0.611951] scsi host1: ata_piix\n[ 0.612843] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.616302] libphy: Fixed MDIO Bus: probed\n[ 0.617363] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618614] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.621158] PPP generic driver version 2.4.2\n[ 0.622310] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623888] ehci-pci: EHCI PCI platform driver\n[ 0.625021] ehci-platform: EHCI generic platform driver\n[ 0.626316] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.627807] ohci-pci: OHCI PCI platform driver\n[ 0.628937] ohci-platform: OHCI generic platform driver\n[ 0.630226] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644923] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646246] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648133] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.649453] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.650920] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.652553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.654401] usb usb1: Product: UHCI Host Controller\n[ 0.655652] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.657164] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.658398] hub 1-0:1.0: USB hub found\n[ 0.659396] hub 1-0:1.0: 2 ports detected\n[ 0.660540] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.663140] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.664394] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665724] mousedev: PS/2 mouse device common for all mice\n[ 0.667305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669655] rtc_cmos 00:00: RTC can wake from S4\n[ 0.671028] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674166] i2c /dev entries driver\n[ 0.675127] device-mapper: uevent: version 1.0.3\n[ 0.676334] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678462] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680103] NET: Registered protocol family 10\n[ 0.681361] NET: Registered protocol family 17\n[ 0.682523] Key type dns_resolver registered\n[ 0.683706] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685139] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687423] registered taskstats version 1\n[ 0.688500] Loading compiled-in X.509 certificates\n[ 0.690231] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692673] zswap: loaded using pool lzo/zbud\n[ 0.694296] Key type trusted registered\n[ 0.696059] Key type encrypted registered\n[ 0.697120] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698468] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699830] evm: HMAC attrs: 0x1\n[ 0.700971] Magic number: 6:880:566\n[ 0.702041] rtc_cmos 00:00: setting system clock to 2018-10-04 05:35:32 UTC (1538631332)\n[ 0.704121] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705585] EDD information not available.\n[ 0.775498] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777516] Write protecting the kernel read-only data: 14336k\n[ 0.789634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791915] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.834344] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.23\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.35. iid=i-00000123\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCl8TRH2AMOXBjZ2ZmHny+Uw3CIygoSGLv0FKQeLFIcuzVFpuj6WrBd9oJ1S5JmMSn1SRlETdao6YhddRkMttPu0G+WLuS5C0wXhrEiDDtlcRn8w9lcTW8I6XqSpxCXIB2B84yK/GAVHkKvc1YrwN+h3dPifhJksRFqzKPu7V5lCVa7es98z/5kp3S5mMRaF9T2R2NCfoMdEpMSnlRN8P//xWzkuREnG83NnNmL6nQ9g/iNL2mDdb6aq4g8BsZiGZuEwy9SN1EsDG1kLC8R6Oy4reMpsGGLA1BUEfz3PI3HYrSD9MmjGDePLIodq/NjUqpl/s00WLQYbeE+HyOKne/1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBAOn24lI0TjpDENEuunBQTafDUMHCAlkco1U2LUirRdOv+ABkWpyLCiYD9FEszlY6pUsg4IK2x+e2P4way8Nc4GOQFzRyY5D+z5vT434EKFSeR7OPmZ3SB8L+jgsd5Dt/XUK3RpUC3GiCjZBCZT8pSZ15BKdv4HhuLrx2rYSAakx7AAAAFQCxXqU1bBWe6/IkzQXzMgppRqlo8QAAAIBhftprr7TOJhPVIuJaPq5hXNVbWYD4CZG1TDrK0IaHl8xcREAEKYeEVOuvndBB8PUchj0eliGdGqlA12372AQPiD7zY9xZBh/s7kv3TPRS8YWxqDllS/U4ETwFrUggez27GUZy+6udlPpbiD7CMWNe8eH2pttN1N+2IPZ7nZxNtgAAAIBvg0TFLvlKBF3zFvBC+xC2qVixSquUaBNUOrAzbnAxYTMztFUsNiqS3/U+VxHk3RPYIC5pJ6xLrUTxcwmLImaJsDBXI8N8iYdk1ikBta05olXPfn0V4gN/TLfZYMdsHUsKR7o0R53G2NE8XKCCVa5dPQSvazW2RQSToh3eSzgL3w== 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.10,24,fe80::f816:3eff:fefb:3702/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.3 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000123\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.76 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FB:37:02 \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefb:3702/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:103 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:10485 (10.2 KiB) TX bytes:9577 (9.3 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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.130557] usb 1-1: Product: QEMU USB Tablet\n[ 1.130558] usb 1-1: Manufacturer: QEMU\n[ 1.130559] usb 1-1: SerialNumber: 42\n[ 1.131306] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\n[ 1.403368] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.435424] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.494578] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 1.494580] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\n[ 62.885562] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.191587] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:35:33 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 4 06:35:33 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 4 06:35:33 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 4 06:35:33 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 4 06:35:33 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 4 06:35:33 cirros kern.info kernel: [ 1.494578] tsc: Refined TSC clocksource calibration: 3491.913 MHz\nOct 4 06:35:33 cirros kern.info kernel: [ 1.494580] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nOct 4 06:36:34 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:36:34 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:36:34 cirros kern.info kernel: [ 62.885562] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:36:34 cirros kern.info kernel: [ 63.191587] 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-04 05:37:23,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-b077a7c0-504c-4525-9c6d-8e34fcc5c130 2018-10-04 05:37:25,123 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-10-04 05:37:55,155 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:37:55,156 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:37:55,156 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:37:55,159 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:37:55,196 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-04 05:37:55,198 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-04 05:37:55,198 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-04 05:37:55,200 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-04 05:37:55,200 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-04 05:37:55,240 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-04 05:37:55,275 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-04 05:37:55,277 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:37:55,278 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-04 05:37:55,280 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:37:55,280 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:37:55,286 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:37:55,330 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-04 05:37:55,332 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-04 05:37:55,332 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-04 05:37:55,333 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-04 05:37:55,333 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-04 05:37:55,374 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-04 05:37:55,410 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-04 05:37:55,415 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-04 05:37:55,415 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-04 05:37:55,416 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-04 05:37:55,417 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-04 05:37:55,421 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-04 05:37:55,462 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-04 05:37:55,463 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-04 05:37:55,464 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-04 05:37:55,465 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-04 05:37:55,465 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-04 05:37:55,505 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-04 05:37:55,546 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-04 05:37:55,547 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-04 05:37:55,548 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-04 05:37:55,549 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-04 05:37:55,549 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-04 05:37:55,552 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-04 05:37:55,588 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-04 05:37:55,590 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-04 05:37:55,591 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-04 05:37:55,592 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-04 05:37:55,592 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-04 05:37:55,633 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-04 05:37:55,670 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-04 05:37:55,671 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-10-04 05:37:55,672 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-04 05:37:55,672 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-04 05:37:55,673 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-04 05:37:55,674 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-04 05:37:55,678 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-04 05:37:55,719 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-04 05:37:55,720 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-04 05:37:55,721 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-04 05:37:55,722 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-04 05:37:55,722 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-04 05:37:55,762 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-04 05:37:55,841 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-04 05:37:55,842 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-04 05:38:25,860 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-04 05:38:25,861 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-04 05:38:25,861 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-04 05:38:25,863 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-04 05:38:25,934 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-04 05:38:25,934 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-04 05:38:25,935 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-04 05:38:25,936 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-04 05:38:25,936 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-04 05:38:25,941 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-04 05:38:26,019 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-04 05:38:26,019 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-04 05:38:56,050 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-10-04 05:38:56,051 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-10-04 05:38:56,051 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-10-04 05:38:56,053 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-10-04 05:38:56,134 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-10-04 05:38:56,134 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-10-04 05:38:56,135 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-10-04 05:39:26,165 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-04 05:39:26,166 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-04 05:39:26,167 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-04 05:39:26,169 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-04 05:39:26,215 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-04 05:39:26,216 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-04 05:39:26,217 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-04 05:39:26,218 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-04 05:39:26,218 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-04 05:39:26,258 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-04 05:39:26,294 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-04 05:39:26,296 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-10-04 05:39:26,296 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-04 05:39:26,298 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-10-04 05:39:26,298 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-10-04 05:39:26,303 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-10-04 05:39:26,345 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-10-04 05:39:26,346 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-10-04 05:39:26,347 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-10-04 05:39:26,348 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-10-04 05:39:26,348 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-10-04 05:39:26,389 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-10-04 05:39:26,426 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-10-04 05:39:26,431 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-04 05:39:26,432 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-10-04 05:39:26,433 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-04 05:39:26,433 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-04 05:39:26,437 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-04 05:39:26,477 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-04 05:39:26,478 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-04 05:39:26,479 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-04 05:39:26,480 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-04 05:39:26,480 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-04 05:39:26,520 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-04 05:39:26,557 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-04 05:39:26,558 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-10-04 05:39:26,559 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-04 05:39:26,560 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-10-04 05:39:26,560 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-10-04 05:39:26,564 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-10-04 05:39:26,605 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-10-04 05:39:26,607 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-10-04 05:39:26,608 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-10-04 05:39:26,608 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-10-04 05:39:26,609 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-10-04 05:39:26,650 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-10-04 05:39:26,694 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-10-04 05:39:26,695 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-10-04 05:39:26,696 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-04 05:39:26,697 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-04 05:39:26,697 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-10-04 05:39:26,697 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-04 05:39:26,701 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-04 05:39:26,736 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-04 05:39:26,736 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-04 05:39:56,766 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-04 05:39:56,767 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-04 05:39:56,767 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-04 05:39:56,770 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-04 05:39:56,808 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-04 05:39:56,808 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-10-04 05:39:56,809 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-04 05:39:56,810 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-10-04 05:39:56,810 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-10-04 05:39:56,815 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-10-04 05:39:56,866 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-10-04 05:39:56,867 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-10-04 05:40:26,897 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-10-04 05:40:26,899 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-10-04 05:40:26,899 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-10-04 05:40:26,902 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-10-04 05:40:26,942 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-10-04 05:40:26,942 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-10-04 05:40:26,943 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-10-04 05:40:56,973 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-04 05:40:56,974 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-04 05:40:56,975 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-04 05:40:56,977 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-04 05:40:57,012 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-04 05:40:57,014 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-04 05:40:57,014 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-04 05:40:57,015 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-04 05:40:57,015 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-04 05:40:57,056 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-04 05:40:57,091 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-04 05:40:57,094 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-10-04 05:40:57,094 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-04 05:40:57,095 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-10-04 05:40:57,096 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-10-04 05:40:57,098 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-10-04 05:40:57,133 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-10-04 05:40:57,135 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-10-04 05:40:57,136 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-10-04 05:40:57,137 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-10-04 05:40:57,137 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-10-04 05:40:57,177 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-10-04 05:40:57,213 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-10-04 05:40:57,219 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-04 05:40:57,219 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-10-04 05:40:57,221 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-04 05:40:57,221 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-04 05:40:57,225 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-04 05:40:57,258 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-04 05:40:57,259 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-10-04 05:40:57,260 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-04 05:40:57,261 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-10-04 05:40:57,261 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-10-04 05:40:57,301 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-10-04 05:40:57,334 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-10-04 05:40:57,335 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-10-04 05:40:57,336 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-10-04 05:40:57,336 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-10-04 05:40:57,337 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-10-04 05:40:57,339 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-10-04 05:40:57,375 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-10-04 05:40:57,377 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-10-04 05:40:57,377 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-10-04 05:40:57,378 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-10-04 05:40:57,378 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-10-04 05:40:57,418 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-10-04 05:40:57,453 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-10-04 05:40:57,454 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-10-04 05:40:57,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d2a216d8ab45e6633c9bc4abbc76bdcf5d97e5" -d '{"forceDelete": null}' 2018-10-04 05:40:57,459 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-10-04 05:40:57,814 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3193329-d608-4686-8905-2f74c9fe5d8e x-compute-request-id: req-c3193329-d608-4686-8905-2f74c9fe5d8e Content-Length: 0 Content-Type: application/json 2018-10-04 05:40:57,814 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9c60fe2d-19d9-4aaf-af65-0f1ea06d6afc/action used request id req-c3193329-d608-4686-8905-2f74c9fe5d8e 2018-10-04 05:40:57,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d2a216d8ab45e6633c9bc4abbc76bdcf5d97e5" -d '{"forceDelete": null}' 2018-10-04 05:40:57,994 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:40:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1b156b07-79bb-4c88-9ce3-844a9f59510a x-compute-request-id: req-1b156b07-79bb-4c88-9ce3-844a9f59510a Content-Length: 0 Content-Type: application/json 2018-10-04 05:40:57,994 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/46762d2a-93eb-4ff5-9df7-9714ad423c56/action used request id req-1b156b07-79bb-4c88-9ce3-844a9f59510a 2018-10-04 05:40:57,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5cec039144ffac5b6ac47a54004cda44ab2990c3" 2018-10-04 05:41:00,237 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0564b85a-1429-4c7a-9422-6016f54f5bcb Date: Thu, 04 Oct 2018 05:41: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-04 05:41:00,237 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b8329ee3-40db-48bb-ad0d-45fd6cba48cc used request id req-0564b85a-1429-4c7a-9422-6016f54f5bcb 2018-10-04 05:41:00,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/11d629f3-49f1-4d58-b558-4dabb30341e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2222b887aead49756a6b51ae96713a34dc7ff963" 2018-10-04 05:41:02,547 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-06f43073-24a5-46f4-9391-65931601ba62 Date: Thu, 04 Oct 2018 05:41:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:41:02,547 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/11d629f3-49f1-4d58-b558-4dabb30341e8 used request id req-06f43073-24a5-46f4-9391-65931601ba62 2018-10-04 05:41:02,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/57def629-7985-463f-b6ce-cdb0b810b723 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2222b887aead49756a6b51ae96713a34dc7ff963" 2018-10-04 05:41:04,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9594a0bf-f541-4862-9b7f-112eba6ab475 Date: Thu, 04 Oct 2018 05:41:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:41:04,162 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/57def629-7985-463f-b6ce-cdb0b810b723 used request id req-9594a0bf-f541-4862-9b7f-112eba6ab475 2018-10-04 05:41:04,162 - 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 280, actual flow count 282| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 35, actual group count 35| +========================================================================================+ | 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 280, actual flow count 304| +========================================================================================+ +----------------------------------------------------------------------------------------+ | PASS | OVS groups are programmed after resync expected group count 35, actual group count 35| +========================================================================================+ +========================================================================================+ 2018-10-04 05:41:04,162 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:41:04,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-10-04 05:41:04,163 - 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 280, actual flow count 282': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}, {'OVS flows are programmed after resync expected flow count 280, actual flow count 304': 'PASS'}, {'OVS groups are programmed after resync expected group count 35, actual group count 35': 'PASS'}]} 2018-10-04 05:41:04,163 - 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-04 05:41:04,163 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-10-04 05:41:04,164 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-10-04 05:41:04,255 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-10-04 05:41:04,255 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:41:04,256 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:41:04,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:41:04,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:41:04,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:41:04,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:41:04,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:41:04,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:41:04,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:41:04,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:41:04,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:41:04,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:41:04,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:41:04,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:41:04,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:41:04,261 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:41:04,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:41:04,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:41:04,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:41:04,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:41:04,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:41:04,262 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:41:04,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:41:04,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:41:04,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:41:04,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:41:04,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:41:04,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:41:04,264 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:41:04,267 - paramiko.transport - DEBUG - starting thread (client mode): 0x4a64890L 2018-10-04 05:41:04,267 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:04,308 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:04,309 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:04,314 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:41:04,315 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:04,315 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:04,315 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:04,315 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:04,315 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:04,322 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:04,322 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:04,330 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.208: 87bd1baec70800195d44ae18b3efbee4 2018-10-04 05:41:04,331 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:04,363 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:04,403 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:04,431 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:04,582 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:04,582 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:04,621 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:04,621 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:04,639 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:09,941 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:09,943 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:09,945 - paramiko.transport - DEBUG - starting thread (client mode): 0x56a9dd0L 2018-10-04 05:41:09,945 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:09,950 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:09,951 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:09,954 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:09,954 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:09,954 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:09,954 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:09,954 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:09,954 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:09,959 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:09,960 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:09,976 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:41:09,977 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:09,999 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:10,011 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:10,042 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:10,104 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:10,104 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:10,143 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:10,143 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:10,149 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:10,186 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:10,186 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:10,187 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:10,188 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:10,188 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:10,229 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:10,266 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:10,268 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:10,269 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:10,270 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:10,270 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:10,310 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:10,343 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:10,345 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:10,347 - paramiko.transport - DEBUG - starting thread (client mode): 0x56316d0L 2018-10-04 05:41:10,348 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:10,352 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:10,352 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:10,355 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:10,355 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:10,355 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:10,355 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:10,355 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:10,356 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:10,360 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:10,361 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:10,363 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:41:10,364 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:10,400 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:10,410 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:10,428 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:10,493 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:10,493 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:10,532 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:10,532 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:10,540 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:10,573 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:10,574 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:10,575 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:10,576 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:10,576 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:10,616 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:10,652 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:10,653 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:10,654 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:10,655 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:10,655 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:10,695 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:10,723 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:10,725 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:10,726 - paramiko.transport - DEBUG - starting thread (client mode): 0x5631450L 2018-10-04 05:41:10,727 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:10,732 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:10,732 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:10,734 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:10,734 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:10,734 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:10,734 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:10,735 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:10,735 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:10,739 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:10,739 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:10,742 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:41:10,743 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:10,778 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:10,789 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:10,807 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:10,864 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:10,865 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:10,904 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:10,904 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:10,910 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:10,939 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:10,940 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:10,940 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:10,941 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:10,941 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:10,981 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:11,011 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:11,013 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:11,013 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:11,016 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:11,016 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:11,055 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:11,083 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:11,084 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:11,086 - paramiko.transport - DEBUG - starting thread (client mode): 0x55c8a10L 2018-10-04 05:41:11,087 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:11,093 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:11,093 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:11,096 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:11,096 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:11,096 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:11,097 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:11,097 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:11,097 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:11,101 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:11,102 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:11,118 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:41:11,119 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:11,141 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:11,152 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:11,184 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:11,246 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:11,247 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:11,286 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:11,287 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:11,291 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:11,328 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:11,328 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:11,330 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:11,330 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:11,330 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:11,371 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:11,408 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:11,409 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:11,410 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:11,411 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:11,411 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:11,452 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:11,486 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:11,487 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:11,489 - paramiko.transport - DEBUG - starting thread (client mode): 0x55cd2d0L 2018-10-04 05:41:11,490 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:11,494 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:11,494 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:11,497 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:11,497 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:11,497 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:11,497 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:11,497 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:11,498 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:11,502 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:11,503 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:11,506 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:41:11,507 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:11,542 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:11,552 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:11,571 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:11,631 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:11,631 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:11,670 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:11,670 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:11,674 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:11,703 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:11,704 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:11,705 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:11,706 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:11,706 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:11,747 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:11,778 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:11,780 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:11,781 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:11,781 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:11,782 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:11,822 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:11,849 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:11,850 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:11,851 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:11,852 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:11,852 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:11,861 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:17,330 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:17,331 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:17,333 - paramiko.transport - DEBUG - starting thread (client mode): 0x4a64e10L 2018-10-04 05:41:17,333 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:17,339 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:17,339 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:17,342 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:17,342 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:17,343 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:17,343 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:17,343 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:17,343 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:17,348 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:17,348 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:17,349 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:41:17,350 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:17,388 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:17,399 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:17,414 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:17,484 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:17,484 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:17,523 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:17,524 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:17,533 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:17,570 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:17,571 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:17,572 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:17,572 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:17,573 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:17,613 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:17,653 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:17,654 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:17,654 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:17,656 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:17,656 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:17,697 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:17,729 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:17,730 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:17,732 - paramiko.transport - DEBUG - starting thread (client mode): 0x55cf210L 2018-10-04 05:41:17,732 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:17,737 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:17,738 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:17,740 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:17,740 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:17,740 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:17,741 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:17,741 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:17,741 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:17,745 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:17,746 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:17,748 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:41:17,748 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:17,785 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:17,796 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:17,813 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:17,877 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:17,877 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:17,916 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:17,917 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:17,926 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:17,961 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:17,962 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:17,963 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:17,964 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:17,964 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:18,006 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:18,043 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:18,044 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:18,045 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:18,046 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:18,046 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:18,086 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:18,122 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:18,123 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:18,125 - paramiko.transport - DEBUG - starting thread (client mode): 0x55cfbd0L 2018-10-04 05:41:18,125 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:18,131 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:18,132 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:18,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-04 05:41:18,135 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:18,135 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:18,135 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:18,135 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:18,135 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:18,140 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:18,141 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:18,157 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:41:18,158 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:18,181 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:18,193 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:18,222 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:18,293 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:18,293 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:18,332 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:18,333 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:18,342 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:18,375 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:18,376 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:18,377 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:18,378 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:18,378 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:18,419 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:18,451 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:18,452 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:18,453 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:18,454 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:18,454 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:18,494 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:18,521 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:18,522 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:18,524 - paramiko.transport - DEBUG - starting thread (client mode): 0x55efd50L 2018-10-04 05:41:18,524 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:18,530 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:18,531 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:18,533 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:41:18,534 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:18,534 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:18,534 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:18,534 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:18,534 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:18,539 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:18,540 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:18,555 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:41:18,556 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:18,579 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:18,590 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:18,621 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:18,695 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:18,696 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:18,734 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:18,735 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:18,740 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:18,775 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:18,776 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:18,777 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:18,777 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:18,778 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:18,818 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:18,854 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:18,856 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:18,857 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:18,857 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:18,858 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:18,898 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:18,930 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:18,933 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:18,935 - paramiko.transport - DEBUG - starting thread (client mode): 0x55d3310L 2018-10-04 05:41:18,935 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:41:18,940 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:41:18,941 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:41:18,942 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:41:18,943 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:41:18,943 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:41:18,943 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:41:18,943 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:41:18,943 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:41:18,948 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:41:18,948 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:41:18,951 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:41:18,951 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:41:18,988 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:41:18,999 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:41:19,016 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:41:19,073 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:41:19,074 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:41:19,113 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:41:19,114 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:41:19,119 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:41:19,148 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:41:19,149 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:41:19,150 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:41:19,151 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:41:19,151 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:41:19,192 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:41:19,225 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:41:19,226 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:41:19,226 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:41:19,227 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:41:19,228 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:41:19,268 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:41:19,297 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:41:19,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:41:19,301 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:41:19,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef059784-d6ba-401d-9344-5a429751f177 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:41:19,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ef059784-d6ba-401d-9344-5a429751f177 2018-10-04 05:41:19,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:41:19,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:41:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["vNSoQYtdRqu0dEoAPysP0g"], "issued_at": "2018-10-04T05:41:19.000000Z"}} 2018-10-04 05:41:19,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40b622a722d29b4211054e096878fa3ef6df45b3" 2018-10-04 05:41:19,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6adf1480-c59b-4805-8fd9-d4cd14233e23 Date: Thu, 04 Oct 2018 05:41:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:41:19,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-6adf1480-c59b-4805-8fd9-d4cd14233e23 2018-10-04 05:41:19,862 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:41:19,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40b622a722d29b4211054e096878fa3ef6df45b3" 2018-10-04 05:41:20,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-85298daa-c1b1-4574-b30f-45efbfaa90df Date: Thu, 04 Oct 2018 05:41: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-04 05:41:20,016 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-85298daa-c1b1-4574-b30f-45efbfaa90df 2018-10-04 05:41:20,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}40b622a722d29b4211054e096878fa3ef6df45b3" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:41:20,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d7246425-16c9-42f3-a427-dda56e29d4ec X-Openstack-Request-Id: req-93aaa5b4-39ca-4ddb-bb8e-1cce82e0bcb0 Date: Thu, 04 Oct 2018 05:41:20 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:41:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:41:20Z", "visibility": "public", "locations": [], "self": "/v2/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "min_disk": 0, "protected": false, "id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "file": "/v2/images/d7246425-16c9-42f3-a427-dda56e29d4ec/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:41:20,246 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-93aaa5b4-39ca-4ddb-bb8e-1cce82e0bcb0 2018-10-04 05:41:20,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d7246425-16c9-42f3-a427-dda56e29d4ec/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40b622a722d29b4211054e096878fa3ef6df45b3" -d '' 2018-10-04 05:41:22,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ee6e348d-e44d-44f2-8602-cb8126592e2d Date: Thu, 04 Oct 2018 05:41: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-04 05:41:22,340 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d7246425-16c9-42f3-a427-dda56e29d4ec/file used request id req-ee6e348d-e44d-44f2-8602-cb8126592e2d 2018-10-04 05:41:22,340 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-10-04 05:41:22,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:41:22,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e740bd74-fef3-4ae8-828d-2cbc55064e04 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:41:22,348 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e740bd74-fef3-4ae8-828d-2cbc55064e04 2018-10-04 05:41:22,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:41:22,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:41:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["xwaDn-S5RyeC61wsVMpk9g"], "issued_at": "2018-10-04T05:41:22.000000Z"}} 2018-10-04 05:41:22,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d9f409e6ee9c2b3dca3cc3a4299c40c7f13cf1" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-10-04 05:41:23,157 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-76c06bcc-70ff-45f7-9146-81611f921775 Date: Thu, 04 Oct 2018 05:41:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:41:23Z","is_default":false,"provider:segmentation_id":4,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:22Z","mtu":1450}} 2018-10-04 05:41:23,157 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-76c06bcc-70ff-45f7-9146-81611f921775 2018-10-04 05:41:23,158 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network fb0be718-b6b7-495f-b51c-56e479afb1ca with cidr 10.10.10.0/24 2018-10-04 05:41:23,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d9f409e6ee9c2b3dca3cc3a4299c40c7f13cf1" -d '{"subnets": [{"ip_version": 4, "network_id": "fb0be718-b6b7-495f-b51c-56e479afb1ca", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-10-04 05:41:24,013 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-9d7c03d5-9387-40f5-8fb8-99fe5939bdc6 Date: Thu, 04 Oct 2018 05:41:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:41:23Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"510ab77bdaaa470cad047d68b7d85c03","id":"78277f23-0c64-430b-b033-80f8e8809c1c","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-10-04 05:41:24,014 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-9d7c03d5-9387-40f5-8fb8-99fe5939bdc6 2018-10-04 05:41:24,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d9f409e6ee9c2b3dca3cc3a4299c40c7f13cf1" 2018-10-04 05:41:24,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-e883d228-9122-4847-ac09-d38a82e1e89b Date: Thu, 04 Oct 2018 05:41:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-04T05:22:09Z", "revision_number": 0, "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 179, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 7, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:41:24,223 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-e883d228-9122-4847-ac09-d38a82e1e89b 2018-10-04 05:41:24,225 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:41:24,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:41:24,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba4c7d5c-4348-4964-9cbf-c00542bda82a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:41:24,232 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ba4c7d5c-4348-4964-9cbf-c00542bda82a 2018-10-04 05:41:24,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:41:24,611 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:41:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["tRCJAYxzTcCjvmr_hVaL7Q"], "issued_at": "2018-10-04T05:41:24.000000Z"}} 2018-10-04 05:41:24,614 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1571631be63382f7ce06be52e0dfedadf8b8b44a" 2018-10-04 05:41:25,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-b178b6d6-8de4-41f3-a3a1-bd781b4679fb x-compute-request-id: req-b178b6d6-8de4-41f3-a3a1-bd781b4679fb 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:41:25,179 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-b178b6d6-8de4-41f3-a3a1-bd781b4679fb 2018-10-04 05:41:25,180 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:41:25,181 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:41:25,181 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:41:25,184 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:41:25,223 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:41:25,224 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:41:25,225 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:41:25,226 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:41:25,226 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:41:25,267 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:41:25,300 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:41:25,301 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:41:25,302 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:41:25,303 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:41:25,303 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:41:25,305 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:41:25,344 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-10-04 05:41:25,346 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:41:25,347 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:41:25,347 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:41:25,348 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:41:25,388 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:41:25,421 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:41:25,422 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-10-04 05:41:25,422 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=d7246425-16c9-42f3-a427-dda56e29d4ec network=fb0be718-b6b7-495f-b51c-56e479afb1ca secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:41:25,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:41:25,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:41:25,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:41:25,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:41:25,424 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:41:25,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:41:25,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:41:25,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:41:25,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:41:25,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:41:25,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:41:25,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:41:25,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:41:25,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:41:25,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:41:25,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:41:25,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:41:25,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:41:25,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:41:25,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:41:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:41:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:41:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:41:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:41:25,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:41:25,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:41:25,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:41:25,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:41:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:41:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:41:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:41:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:41:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:41:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:41:25,432 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:41:25,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:41:25,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7441b2ec-5ca5-40db-b537-cf3e3dfc2f86 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:41:25,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7441b2ec-5ca5-40db-b537-cf3e3dfc2f86 2018-10-04 05:41:25,445 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:41:25,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:41:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["hGeO6tiKQXKiPw3YcUflMg"], "issued_at": "2018-10-04T05:41:25.000000Z"}} 2018-10-04 05:41:25,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" 2018-10-04 05:41:25,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba6cf1f0-f61b-4565-810b-225f09491e91 x-compute-request-id: req-ba6cf1f0-f61b-4565-810b-225f09491e91 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:41:25,982 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ba6cf1f0-f61b-4565-810b-225f09491e91 2018-10-04 05:41:25,985 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" 2018-10-04 05:41:26,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d833714c-7660-407f-9428-de7145bc658a x-compute-request-id: req-d833714c-7660-407f-9428-de7145bc658a Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:41:26,004 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-d833714c-7660-407f-9428-de7145bc658a 2018-10-04 05:41:26,007 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "d7246425-16c9-42f3-a427-dda56e29d4ec", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fb0be718-b6b7-495f-b51c-56e479afb1ca"}]}}' 2018-10-04 05:41:27,538 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f8d3fa40-293d-49bc-beb3-e0c6ca3bac0e x-compute-request-id: req-f8d3fa40-293d-49bc-beb3-e0c6ca3bac0e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "310c5194-69cd-4372-ae0f-15ccf4530f22", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "bookmark"}], "adminPass": "65esXbGvSfKd"}} 2018-10-04 05:41:27,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f8d3fa40-293d-49bc-beb3-e0c6ca3bac0e 2018-10-04 05:41:27,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:41:27,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb78a68e-5afe-41f8-9e46-f485baf67082 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:41:27,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-eb78a68e-5afe-41f8-9e46-f485baf67082 2018-10-04 05:41:27,548 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:41:27,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:41:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["Ot5qmz9HRbCbIkUiLayMAQ"], "issued_at": "2018-10-04T05:41:27.000000Z"}} 2018-10-04 05:41:27,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f50a76836781b1a2d209b9a822590acb59e8936a" 2018-10-04 05:41:28,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-1957eeb7-5697-4483-898f-58ee2622f3f9 x-compute-request-id: req-1957eeb7-5697-4483-898f-58ee2622f3f9 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.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "310c5194-69cd-4372-ae0f-15ccf4530f22", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:41:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-10-04T05:41:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:28,838 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 used request id req-1957eeb7-5697-4483-898f-58ee2622f3f9 2018-10-04 05:41:31,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f50a76836781b1a2d209b9a822590acb59e8936a" 2018-10-04 05:41:32,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-b2c2d224-8b1c-4c48-bdd3-e0923c9714e8 x-compute-request-id: req-b2c2d224-8b1c-4c48-bdd3-e0923c9714e8 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.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "310c5194-69cd-4372-ae0f-15ccf4530f22", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:41:29Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:41:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:32,590 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 used request id req-b2c2d224-8b1c-4c48-bdd3-e0923c9714e8 2018-10-04 05:41:35,596 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f50a76836781b1a2d209b9a822590acb59e8936a" 2018-10-04 05:41:36,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32c75cea-eff5-4b9a-932d-d485f3fc87c9 x-compute-request-id: req-32c75cea-eff5-4b9a-932d-d485f3fc87c9 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:cc:67:a9", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-10-04T05:41:31.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "310c5194-69cd-4372-ae0f-15ccf4530f22", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:41:33Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:41:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:36,183 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 used request id req-32c75cea-eff5-4b9a-932d-d485f3fc87c9 2018-10-04 05:41:36,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" 2018-10-04 05:41:36,888 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8557f27d-902b-42bb-beb9-07ac909518ee x-compute-request-id: req-8557f27d-902b-42bb-beb9-07ac909518ee 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:cc:67:a9", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/310c5194-69cd-4372-ae0f-15ccf4530f22", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012c", "OS-SRV-USG:launched_at": "2018-10-04T05:41:31.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "310c5194-69cd-4372-ae0f-15ccf4530f22", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:41:33Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:41:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:36,889 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22 used request id req-8557f27d-902b-42bb-beb9-07ac909518ee 2018-10-04 05:41:36,889 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.6'. 2018-10-04 05:41:36,889 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-10-04 05:41:36,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1571631be63382f7ce06be52e0dfedadf8b8b44a" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:41:38,443 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f1c1fc86-27c2-4d63-9ba8-bd8690115adf x-compute-request-id: req-f1c1fc86-27c2-4d63-9ba8-bd8690115adf Content-Length: 0 Content-Type: application/json 2018-10-04 05:41:38,443 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-f1c1fc86-27c2-4d63-9ba8-bd8690115adf 2018-10-04 05:41:38,444 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-10-04 05:41:38,444 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=d7246425-16c9-42f3-a427-dda56e29d4ec network=fb0be718-b6b7-495f-b51c-56e479afb1ca secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:41:38,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:41:38,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:41:38,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:41:38,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:41:38,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:41:38,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:41:38,445 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:41:38,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:41:38,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:41:38,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:41:38,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:41:38,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:41:38,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:41:38,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:41:38,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:41:38,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:41:38,450 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:41:38,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:41:38,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:41:38,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:41:38,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:41:38,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:41:38,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:41:38,451 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:41:38,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:41:38,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0a6dae5-66cd-4718-95f0-27422a8bc911 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:41:38,460 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f0a6dae5-66cd-4718-95f0-27422a8bc911 2018-10-04 05:41:38,461 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:41:38,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["WPpgts_5RCSjPgGlLu-qAg"], "issued_at": "2018-10-04T05:41:38.000000Z"}} 2018-10-04 05:41:38,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" 2018-10-04 05:41:39,012 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-97015c29-a618-4f11-be0d-3167f2a959fa x-compute-request-id: req-97015c29-a618-4f11-be0d-3167f2a959fa Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:41:39,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-97015c29-a618-4f11-be0d-3167f2a959fa 2018-10-04 05:41:39,016 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" 2018-10-04 05:41:39,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41: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-374d155f-b77e-474e-a301-96e804fe35c4 x-compute-request-id: req-374d155f-b77e-474e-a301-96e804fe35c4 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:41:39,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-374d155f-b77e-474e-a301-96e804fe35c4 2018-10-04 05:41:39,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "d7246425-16c9-42f3-a427-dda56e29d4ec", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "fb0be718-b6b7-495f-b51c-56e479afb1ca"}]}}' 2018-10-04 05:41:40,569 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:41: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-55c99e2b-f5ae-41f8-9b02-7cf4961f8a40 x-compute-request-id: req-55c99e2b-f5ae-41f8-9b02-7cf4961f8a40 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "7a83d4b4-4e55-404f-a69b-919af18b8f5f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "bookmark"}], "adminPass": "ZHkRZGk7mM9e"}} 2018-10-04 05:41:40,569 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-55c99e2b-f5ae-41f8-9b02-7cf4961f8a40 2018-10-04 05:41:40,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:41:40,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc0b9c79-b783-4e17-bfd7-d03942cf1969 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:41:40,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fc0b9c79-b783-4e17-bfd7-d03942cf1969 2018-10-04 05:41:40,578 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:41:40,946 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:41:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["euViD7SjR_Ge2xqUPlLA9Q"], "issued_at": "2018-10-04T05:41:40.000000Z"}} 2018-10-04 05:41:40,949 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90071492bdf4b0c32d490081478fba0caa9cb83" 2018-10-04 05:41:41,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-134a40ea-af17-4789-a768-f4f02fe5c3c9 x-compute-request-id: req-134a40ea-af17-4789-a768-f4f02fe5c3c9 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.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7a83d4b4-4e55-404f-a69b-919af18b8f5f", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:41:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-1", "created": "2018-10-04T05:41:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:41,461 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f used request id req-134a40ea-af17-4789-a768-f4f02fe5c3c9 2018-10-04 05:41:44,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90071492bdf4b0c32d490081478fba0caa9cb83" 2018-10-04 05:41:45,317 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41: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-5a65fb16-5764-4965-a421-7776d33ff043 x-compute-request-id: req-5a65fb16-5764-4965-a421-7776d33ff043 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.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7a83d4b4-4e55-404f-a69b-919af18b8f5f", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:41:42Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:41:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:45,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f used request id req-5a65fb16-5764-4965-a421-7776d33ff043 2018-10-04 05:41:48,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e90071492bdf4b0c32d490081478fba0caa9cb83" 2018-10-04 05:41:49,129 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d9d2494-c405-4b72-beef-d173e47181bf x-compute-request-id: req-7d9d2494-c405-4b72-beef-d173e47181bf Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:07:d8", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-10-04T05:41:44.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7a83d4b4-4e55-404f-a69b-919af18b8f5f", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:41:45Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:41:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:49,129 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f used request id req-7d9d2494-c405-4b72-beef-d173e47181bf 2018-10-04 05:41:49,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" 2018-10-04 05:41:49,962 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-925ac4e3-0a27-46a1-9021-c3bda96a56ce x-compute-request-id: req-925ac4e3-0a27-46a1-9021-c3bda96a56ce Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:07:d8", "version": 4, "addr": "10.10.10.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f", "rel": "bookmark"}], "image": {"id": "d7246425-16c9-42f3-a427-dda56e29d4ec", "links": [{"href": "http://172.30.9.23:8774/images/d7246425-16c9-42f3-a427-dda56e29d4ec", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000012f", "OS-SRV-USG:launched_at": "2018-10-04T05:41:44.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "7a83d4b4-4e55-404f-a69b-919af18b8f5f", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:41:45Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:41:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:41:49,962 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f used request id req-925ac4e3-0a27-46a1-9021-c3bda96a56ce 2018-10-04 05:41:49,963 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.5'. 2018-10-04 05:41:49,963 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-10-04 05:41:49,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1571631be63382f7ce06be52e0dfedadf8b8b44a" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:41:51,233 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-c73b1c1a-4689-44d5-a1db-93fc986ab853 x-compute-request-id: req-c73b1c1a-4689-44d5-a1db-93fc986ab853 Content-Length: 0 Content-Type: application/json 2018-10-04 05:41:51,233 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-c73b1c1a-4689-44d5-a1db-93fc986ab853 2018-10-04 05:41:51,233 - sdnvpn_test_utils - INFO - Waiting for instance 7a83d4b4-4e55-404f-a69b-919af18b8f5f to boot up 2018-10-04 05:41:51,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:41:52,303 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24f56ddf-da04-41c7-acf7-ae84a9e38c4f x-compute-request-id: req-24f56ddf-da04-41c7-acf7-ae84a9e38c4f Content-Encoding: gzip Content-Length: 9363 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n"} 2018-10-04 05:41:52,303 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-24f56ddf-da04-41c7-acf7-ae84a9e38c4f 2018-10-04 05:41:54,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:41:55,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-05c5336a-f640-4056-901f-e1460e840b6f x-compute-request-id: req-05c5336a-f640-4056-901f-e1460e840b6f Content-Encoding: gzip Content-Length: 9967 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:41:55,391 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-05c5336a-f640-4056-901f-e1460e840b6f 2018-10-04 05:41:57,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:41:58,499 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:41: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-0b2bb1e5-38d2-4898-8af0-c304ec37feaa x-compute-request-id: req-0b2bb1e5-38d2-4898-8af0-c304ec37feaa Content-Encoding: gzip Content-Length: 9967 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:41:58,500 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-0b2bb1e5-38d2-4898-8af0-c304ec37feaa 2018-10-04 05:42:00,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:01,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-1655fed8-d963-4802-8c21-be577e03a01a x-compute-request-id: req-1655fed8-d963-4802-8c21-be577e03a01a Content-Encoding: gzip Content-Length: 9967 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:42:01,594 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-1655fed8-d963-4802-8c21-be577e03a01a 2018-10-04 05:42:03,615 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:04,687 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58da6eb1-261b-4c51-91cd-93e00d3ffc4c x-compute-request-id: req-58da6eb1-261b-4c51-91cd-93e00d3ffc4c Content-Encoding: gzip Content-Length: 9967 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:42:04,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-58da6eb1-261b-4c51-91cd-93e00d3ffc4c 2018-10-04 05:42:06,708 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:07,779 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1394eda-50f8-4451-969b-3fd0ebbdb28f x-compute-request-id: req-b1394eda-50f8-4451-969b-3fd0ebbdb28f Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:42:07,780 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-b1394eda-50f8-4451-969b-3fd0ebbdb28f 2018-10-04 05:42:09,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:10,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-236991a5-74ae-493f-9c9c-fce3a1a3e7d3 x-compute-request-id: req-236991a5-74ae-493f-9c9c-fce3a1a3e7d3 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:42:10,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-236991a5-74ae-493f-9c9c-fce3a1a3e7d3 2018-10-04 05:42:12,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:13,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5c12b2b-967d-43fb-9704-2a7348386b81 x-compute-request-id: req-d5c12b2b-967d-43fb-9704-2a7348386b81 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:42:13,977 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-d5c12b2b-967d-43fb-9704-2a7348386b81 2018-10-04 05:42:15,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:17,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-0c860b98-b8fd-4f59-80c5-b1996b8ee264 x-compute-request-id: req-0c860b98-b8fd-4f59-80c5-b1996b8ee264 Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:42:17,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-0c860b98-b8fd-4f59-80c5-b1996b8ee264 2018-10-04 05:42:19,096 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:20,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-2bf0af5d-12e9-42b5-9b1a-a076a3e1140c x-compute-request-id: req-2bf0af5d-12e9-42b5-9b1a-a076a3e1140c Content-Encoding: gzip Content-Length: 10040 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:42:20,171 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-2bf0af5d-12e9-42b5-9b1a-a076a3e1140c 2018-10-04 05:42:22,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:23,279 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-b54ae0e4-a92e-4562-9781-a3f96be03eda x-compute-request-id: req-b54ae0e4-a92e-4562-9781-a3f96be03eda Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:42:23,280 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-b54ae0e4-a92e-4562-9781-a3f96be03eda 2018-10-04 05:42:25,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:26,378 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-6ebab15f-924b-486f-8888-e35ab73af751 x-compute-request-id: req-6ebab15f-924b-486f-8888-e35ab73af751 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:42:26,379 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-6ebab15f-924b-486f-8888-e35ab73af751 2018-10-04 05:42:28,399 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:29,474 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-051a3bbb-6248-461a-97e1-9fc4c95d3148 x-compute-request-id: req-051a3bbb-6248-461a-97e1-9fc4c95d3148 Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:42:29,475 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-051a3bbb-6248-461a-97e1-9fc4c95d3148 2018-10-04 05:42:31,484 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:32,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-ed8dfa8f-a9d7-4855-b39b-441672ad6e3e x-compute-request-id: req-ed8dfa8f-a9d7-4855-b39b-441672ad6e3e Content-Encoding: gzip Content-Length: 10059 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:42:32,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-ed8dfa8f-a9d7-4855-b39b-441672ad6e3e 2018-10-04 05:42:34,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e248994c396de18a86c43fc268ccf3fbfc7e13ab" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:35,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-aee91ce6-0f49-4fb2-a94e-b1ec62f2e0ab x-compute-request-id: req-aee91ce6-0f49-4fb2-a94e-b1ec62f2e0ab 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 513557645 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131074] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132748] pid_max: default: 32768 minimum: 301\n[ 0.133641] ACPI: Core revision 20150930\n[ 0.135031] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136348] Security Framework initialized\n[ 0.137170] Yama: becoming mindful.\n[ 0.137903] AppArmor: AppArmor initialized\n[ 0.138771] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140105] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141388] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142609] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144004] Initializing cgroup subsys io\n[ 0.144824] Initializing cgroup subsys memory\n[ 0.145687] Initializing cgroup subsys devices\n[ 0.146576] Initializing cgroup subsys freezer\n[ 0.147452] Initializing cgroup subsys net_cls\n[ 0.148321] Initializing cgroup subsys perf_event\n[ 0.149231] Initializing cgroup subsys net_prio\n[ 0.150118] Initializing cgroup subsys hugetlb\n[ 0.150981] Initializing cgroup subsys pids\n[ 0.151853] CPU: Physical Processor ID: 0\n[ 0.153357] mce: CPU supports 10 MCE banks\n[ 0.154215] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155210] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.167505] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173871] ftrace: allocating 31920 entries in 125 pages\n[ 0.199982] smpboot: Max logical packages: 1\n[ 0.200862] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.202214] x2apic enabled\n[ 0.203024] Switched APIC routing to physical x2apic.\n[ 0.204760] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205868] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209644] KVM setup paravirtual spinlock\n[ 0.210948] x86: Booted up 1 node, 1 CPUs\n[ 0.211749] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.213123] devtmpfs: initialized\n[ 0.214832] evm: security.selinux\n[ 0.215523] evm: security.SMACK64\n[ 0.216215] evm: security.SMACK64EXEC\n[ 0.216956] evm: security.SMACK64TRANSMUTE\n[ 0.217758] evm: security.SMACK64MMAP\n[ 0.218498] evm: security.ima\n[ 0.219139] evm: security.capability\n[ 0.219937] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221766] pinctrl core: initialized pinctrl subsystem\n[ 0.222859] RTC time: 5:41:44, date: 10/04/18\n[ 0.223808] NET: Registered protocol family 16\n[ 0.224781] cpuidle: using governor ladder\n[ 0.225595] cpuidle: using governor menu\n[ 0.226377] PCCT header not found.\n[ 0.227133] ACPI: bus type PCI registered\n[ 0.227933] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.229165] PCI: Using configuration type 1 for base access\n[ 0.230913] ACPI: Added _OSI(Module Device)\n[ 0.231751] ACPI: Added _OSI(Processor Device)\n[ 0.232604] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.233497] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235600] ACPI: Interpreter enabled\n[ 0.236372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.238207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.240035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241875] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243710] ACPI: (supports S0 S5)\n[ 0.244408] ACPI: Using IOAPIC for interrupt routing\n[ 0.245450] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248533] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249679] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250900] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.252089] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.254297] acpiphp: Slot [3] registered\n[ 0.255096] acpiphp: Slot [4] registered\n[ 0.255897] acpiphp: Slot [5] registered\n[ 0.256689] acpiphp: Slot [6] registered\n[ 0.257476] acpiphp: Slot [7] registered\n[ 0.258283] acpiphp: Slot [8] registered\n[ 0.259086] acpiphp: Slot [9] registered\n[ 0.259875] acpiphp: Slot [10] registered\n[ 0.260674] acpiphp: Slot [11] registered\n[ 0.261485] acpiphp: Slot [12] registered\n[ 0.262305] acpiphp: Slot [13] registered\n[ 0.263112] acpiphp: Slot [14] registered\n[ 0.263915] acpiphp: Slot [15] registered\n[ 0.275041] acpiphp: Slot [16] registered\n[ 0.275849] acpiphp: Slot [17] registered\n[ 0.276650] acpiphp: Slot [18] registered\n[ 0.277454] acpiphp: Slot [19] registered\n[ 0.278258] acpiphp: Slot [20] registered\n[ 0.279074] acpiphp: Slot [21] registered\n[ 0.279882] acpiphp: Slot [22] registered\n[ 0.280687] acpiphp: Slot [23] registered\n[ 0.281491] acpiphp: Slot [24] registered\n[ 0.282297] acpiphp: Slot [25] registered\n[ 0.283106] acpiphp: Slot [26] registered\n[ 0.283911] acpiphp: Slot [27] registered\n[ 0.284717] acpiphp: Slot [28] registered\n[ 0.285519] acpiphp: Slot [29] registered\n[ 0.286324] acpiphp: Slot [30] registered\n[ 0.287135] acpiphp: Slot [31] registered\n[ 0.287939] PCI host bridge to bus 0000:00\n[ 0.288743] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289943] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.291149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292589] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.294024] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.300236] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301503] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303925] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310219] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311659] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356228] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357737] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359154] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.360576] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361984] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363232] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364516] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365581] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367126] vgaarb: loaded\n[ 0.367729] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368869] SCSI subsystem initialized\n[ 0.369691] ACPI: bus type USB registered\n[ 0.370504] usbcore: registered new interface driver usbfs\n[ 0.371535] usbcore: registered new interface driver hub\n[ 0.372538] usbcore: registered new device driver usb\n[ 0.373606] PCI: Using ACPI for IRQ routing\n[ 0.374636] NetLabel: Initializing\n[ 0.375356] NetLabel: domain hash size = 128\n[ 0.376220] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377178] NetLabel: unlabeled traffic allowed by default\n[ 0.378275] clocksource: Switched to clocksource kvm-clock\n[ 0.383794] AppArmor: AppArmor Filesystem Enabled\n[ 0.384756] pnp: PnP ACPI init\n[ 0.385664] pnp: PnP ACPI: found 5 devices\n[ 0.392035] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393755] NET: Registered protocol family 2\n[ 0.394722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396000] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397176] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398353] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399442] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400613] NET: Registered protocol family 1\n[ 0.401480] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402584] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403663] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417732] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431747] Trying to unpack rootfs image as initramfs...\n[ 0.481471] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495498] Scanning for low memory corruption every 60 seconds\n[ 0.496827] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498005] audit: initializing netlink subsys (disabled)\n[ 0.499058] audit: type=2000 audit(1538631705.202:1): initialized\n[ 0.500377] Initialise system trusted keyring\n[ 0.501307] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502483] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504451] zbud: loaded\n[ 0.505155] VFS: Disk quotas dquot_6.6.0\n[ 0.505980] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507507] fuse init (API version 7.23)\n[ 0.508400] Key type big_key registered\n[ 0.509205] Allocating IMA MOK and blacklist keyrings.\n[ 0.510325] Key type asymmetric registered\n[ 0.511152] Asymmetric key parser 'x509' registered\n[ 0.512106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513934] io scheduler noop registered\n[ 0.514741] io scheduler deadline registered (default)\n[ 0.515734] io scheduler cfq registered\n[ 0.516567] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517612] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518915] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520377] ACPI: Power Button [PWRF]\n[ 0.521213] GHES: HEST is not enabled!\n[ 0.534945] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563132] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565359] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590446] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593093] Linux agpgart interface v0.103\n[ 0.595164] brd: module loaded\n[ 0.596375] loop: module loaded\n[ 0.602304] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.604030] GPT:90111 != 2097151\n[ 0.604853] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606153] GPT:90111 != 2097151\n[ 0.606953] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608091] vda: vda1 vda15\n[ 0.609838] scsi host0: ata_piix\n[ 0.610672] scsi host1: ata_piix\n[ 0.611561] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.613017] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614705] libphy: Fixed MDIO Bus: probed\n[ 0.615638] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616659] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618902] PPP generic driver version 2.4.2\n[ 0.619884] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621069] ehci-pci: EHCI PCI platform driver\n[ 0.621937] ehci-platform: EHCI generic platform driver\n[ 0.622933] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624058] ohci-pci: OHCI PCI platform driver\n[ 0.624924] ohci-platform: OHCI generic platform driver\n[ 0.625906] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.640292] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.641283] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642733] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644872] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647501] usb usb1: Product: UHCI Host Controller\n[ 0.648434] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649573] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650590] hub 1-0:1.0: USB hub found\n[ 0.651370] hub 1-0:1.0: 2 ports detected\n[ 0.652274] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654380] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655330] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656353] mousedev: PS/2 mouse device common for all mice\n[ 0.657596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660521] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661706] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662897] i2c /dev entries driver\n[ 0.663662] device-mapper: uevent: version 1.0.3\n[ 0.664606] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667501] NET: Registered protocol family 10\n[ 0.668502] NET: Registered protocol family 17\n[ 0.669391] Key type dns_resolver registered\n[ 0.670327] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671418] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673143] registered taskstats version 1\n[ 0.673964] Loading compiled-in X.509 certificates\n[ 0.675400] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677229] zswap: loaded using pool lzo/zbud\n[ 0.678595] Key type trusted registered\n[ 0.680145] Key type encrypted registered\n[ 0.680970] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681988] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683032] evm: HMAC attrs: 0x1\n[ 0.683971] Magic number: 6:983:667\n[ 0.684814] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:45 UTC (1538631705)\n[ 0.686398] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687502] EDD information not available.\n[ 0.771369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772917] Write protecting the kernel read-only data: 14336k\n[ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.05\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.245408] 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.5...\nLease of 10.10.10.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.14. iid=i-0000012c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCk5YIxKxONWo+fCPfemMzwAJuQEU29VWuvipXndFMk8BEGwcV6F6TjZOEv3PqS9pIiUFbv6juMy6yPGRISNF+rwkclnxCW2yiJKBRYPczck1llkdK7xmySCWFy4sUERhvuoL6AK76Get3eevzse0uyRyU0e6Vh93mJEoSLlSOILE/EQ6Mf+L+dXQvD+Zh2DkW5/Wc1kM3u2RtTiZgr65GUqOb8l6CYgAh3qOM2p24R4GtUE5rrwT0Vnz7IXXXQVl1ju4Vb552sZ7yRPKXJ1fVOq6jezD5MUTJE667zgA76v6aaHMvPRTebrhQXI/Z6Di8rsp7HjBU32HQFflnvsiNt root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAOKx2ORcBV069IwoPZ6cCdMg4X9d7LMvR56leDxdJ4iGzbbAfVjZWCmuqnceYkTgOVoAZ/tHtmJ7xdZYQrJpgDmQJiOQ8y7emaQURYQy+vTews3UFltYPNo9H9ctCeZEJbMBiJKxRTY5b0lPAmXNrbHfB5URJJdyuIDDOlgkJdovAAAAFQCSXU+Ve6b5So78G/gTsx9cLkxDwwAAAIBW1cvph9IgwM2tU+Pky+6F0hHOdDF4xFIlbqGoFk3KcrgM42VBwXZcjnFB1w7JuQygQezQZmnfC8hJSeQHGy1d9R9Q1Gj9XgNs8ZcVxXlb7uMll8QrFuMoWELlzNfpeLVEN+D1fehawmvWliiZ8/rPeqQ4QuWu1sauvZZIRtHZuQAAAIBe2U+MMpyvTPtTM3YZqBFKNQ/U/AXlqu+UeQ7xzGnUQtVfcf36LkGy1BVbGldO5nkF5HvmE2Ib4LgjaEZMxKc06fcAkvjqf1H29iS2KhtlPLjsNEDE+7Zvk2Cydfj0vM4h0VrfUoLUT4Ber956VFtPVDRRyU04RhQRecLyR7UIFw== 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.5,24,fe80::f816:3eff:fe5e:7d8/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.5 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000012c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.00 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\n/dev/root resized successfully [took 3.89s]\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:5E:07:D8 \n inet addr:10.10.10.5 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe5e:7d8/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:66 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:8184 (7.9 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-11-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.123308] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.123309] usb 1-1: Product: QEMU USB Tablet\n[ 1.123310] usb 1-1: Manufacturer: QEMU\n[ 1.123311] usb 1-1: SerialNumber: 42\n[ 1.214478] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.226690] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.245408] random: dd urandom read with 5 bits of entropy available\n[ 1.494522] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 3.119065] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.497915] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:41:46 cirros kern.info kernel: [ 0.784745] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\nOct 4 06:41:46 cirros kern.info kernel: [ 0.786557] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:41:46 cirros kern.info kernel: [ 0.797605] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:41:46 cirros kern.info kernel: [ 0.797606] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:41:46 cirros kern.info kernel: [ 0.799281] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:41:46 ci 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 rros kern.info kernel: [ 0.802218] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:41:46 cirros kern.info kernel: [ 0.804192] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:41:46 cirros kern.info kernel: [ 0.827196] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:41:46 cirros kern.info kernel: [ 0.828383] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:41:46 cirros kern.info kernel: [ 0.829511] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:41:46 cirros kern.info kernel: [ 0.889185] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:41:46 cirros kern.info kernel: [ 0.962315] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:41:46 cirros kern.info kernel: [ 1.123305] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:41:46 cirros kern.info kernel: [ 1.123308] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:41:46 cirros kern.info kernel: [ 1.123309] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:41:46 cirros kern.info kernel: [ 1.123310] usb 1-1: Manufacturer: QEMU\nOct 4 06:41:46 cirros kern.info kernel: [ 1.123311] usb 1-1: SerialNumber: 42\nOct 4 06:41:46 cirros kern.info kernel: [ 1.214478] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:41:46 cirros kern.info kernel: [ 1.226690] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:41:46 cirros kern.notice kernel: [ 1.245408] random: dd urandom read with 5 bits of entropy available\nOct 4 06:41:46 cirros kern.info kernel: [ 1.494522] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:41:47 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:41:47 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:41:47 cirros kern.info kernel: [ 3.119065] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:41:48 cirros kern.info kernel: [ 3.497915] 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-04 05:42:35,668 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-aee91ce6-0f49-4fb2-a94e-b1ec62f2e0ab 2018-10-04 05:42:37,705 - sdnvpn_test_utils - INFO - Waiting for instance 310c5194-69cd-4372-ae0f-15ccf4530f22 to boot up 2018-10-04 05:42:37,710 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:38,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-e91e295b-5657-46e0-bebe-92b3581113af x-compute-request-id: req-e91e295b-5657-46e0-bebe-92b3581113af Content-Encoding: gzip Content-Length: 9378 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n"} 2018-10-04 05:42:38,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-e91e295b-5657-46e0-bebe-92b3581113af 2018-10-04 05:42:40,801 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:41,882 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-04d4ac6c-29a4-44a6-8862-1d25f5af5294 x-compute-request-id: req-04d4ac6c-29a4-44a6-8862-1d25f5af5294 Content-Encoding: gzip Content-Length: 9983 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:42:41,883 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-04d4ac6c-29a4-44a6-8862-1d25f5af5294 2018-10-04 05:42:43,903 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:44,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-01dcd360-0eae-402d-a47c-6e74b3a30837 x-compute-request-id: req-01dcd360-0eae-402d-a47c-6e74b3a30837 Content-Encoding: gzip Content-Length: 9983 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:42:44,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-01dcd360-0eae-402d-a47c-6e74b3a30837 2018-10-04 05:42:46,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:48,018 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-5f744662-2b76-4c5b-9200-030ac8f2d650 x-compute-request-id: req-5f744662-2b76-4c5b-9200-030ac8f2d650 Content-Encoding: gzip Content-Length: 9983 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:42:48,018 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-5f744662-2b76-4c5b-9200-030ac8f2d650 2018-10-04 05:42:50,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:51,118 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-2b80b714-d1a3-4250-b60b-6b152b138e47 x-compute-request-id: req-2b80b714-d1a3-4250-b60b-6b152b138e47 Content-Encoding: gzip Content-Length: 9983 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:42:51,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-2b80b714-d1a3-4250-b60b-6b152b138e47 2018-10-04 05:42:53,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:54,218 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-20f33d5e-cc50-4fb1-9ee4-6103ae899d31 x-compute-request-id: req-20f33d5e-cc50-4fb1-9ee4-6103ae899d31 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:42:54,219 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-20f33d5e-cc50-4fb1-9ee4-6103ae899d31 2018-10-04 05:42:56,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:42:57,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-86894cd4-364c-40bf-8eae-b65389933136 x-compute-request-id: req-86894cd4-364c-40bf-8eae-b65389933136 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:42:57,315 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-86894cd4-364c-40bf-8eae-b65389933136 2018-10-04 05:42:59,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:00,413 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:42: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-52d4ac9b-dde2-4a75-8b4f-7111011c62cb x-compute-request-id: req-52d4ac9b-dde2-4a75-8b4f-7111011c62cb 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:43:00,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-52d4ac9b-dde2-4a75-8b4f-7111011c62cb 2018-10-04 05:43:02,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:03,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-820aece1-6b40-43c4-9530-88d290567a6f x-compute-request-id: req-820aece1-6b40-43c4-9530-88d290567a6f 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:43:03,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-820aece1-6b40-43c4-9530-88d290567a6f 2018-10-04 05:43:05,538 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:06,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-5a1c356a-6767-4091-9bce-57fa9aa6508b x-compute-request-id: req-5a1c356a-6767-4091-9bce-57fa9aa6508b 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:43:06,610 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-5a1c356a-6767-4091-9bce-57fa9aa6508b 2018-10-04 05:43:08,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:09,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:43: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-67c3ad10-bad3-4075-ab82-6363bdd2448a x-compute-request-id: req-67c3ad10-bad3-4075-ab82-6363bdd2448a 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:43:09,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-67c3ad10-bad3-4075-ab82-6363bdd2448a 2018-10-04 05:43:11,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:12,795 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:43:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-557e4927-756f-47ae-b133-c03165bfb24a x-compute-request-id: req-557e4927-756f-47ae-b133-c03165bfb24a 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:43:12,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-557e4927-756f-47ae-b133-c03165bfb24a 2018-10-04 05:43:14,816 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:15,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:43:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4d7af2b-66a4-417b-9334-ffdae524ca0f x-compute-request-id: req-b4d7af2b-66a4-417b-9334-ffdae524ca0f 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:43:15,886 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-b4d7af2b-66a4-417b-9334-ffdae524ca0f 2018-10-04 05:43:17,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:18,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:43: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-783cdde1-361d-45a4-bb13-05a8f9584ce5 x-compute-request-id: req-783cdde1-361d-45a4-bb13-05a8f9584ce5 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 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:43:18,986 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-783cdde1-361d-45a4-bb13-05a8f9584ce5 2018-10-04 05:43:21,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9aed6ae3edbc545eff5ef00247dc24f5b60ac300" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:43:22,085 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:43:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9895654e-01c1-46c4-b7e0-4be66271723c x-compute-request-id: req-9895654e-01c1-46c4-b7e0-4be66271723c Content-Encoding: gzip Content-Length: 10883 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 498218902 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130153] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131805] pid_max: default: 32768 minimum: 301\n[ 0.132695] ACPI: Core revision 20150930\n[ 0.134067] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135372] Security Framework initialized\n[ 0.136179] Yama: becoming mindful.\n[ 0.136903] AppArmor: AppArmor initialized\n[ 0.137764] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140358] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141564] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142947] Initializing cgroup subsys io\n[ 0.143753] Initializing cgroup subsys memory\n[ 0.144607] Initializing cgroup subsys devices\n[ 0.145483] Initializing cgroup subsys freezer\n[ 0.146349] Initializing cgroup subsys net_cls\n[ 0.147209] Initializing cgroup subsys perf_event\n[ 0.148108] Initializing cgroup subsys net_prio\n[ 0.148983] Initializing cgroup subsys hugetlb\n[ 0.149856] Initializing cgroup subsys pids\n[ 0.150725] CPU: Physical Processor ID: 0\n[ 0.152208] mce: CPU supports 10 MCE banks\n[ 0.153044] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154041] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.165263] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.171673] ftrace: allocating 31920 entries in 125 pages\n[ 0.198166] smpboot: Max logical packages: 1\n[ 0.199013] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200358] x2apic enabled\n[ 0.201160] Switched APIC routing to physical x2apic.\n[ 0.202916] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204031] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207799] KVM setup paravirtual spinlock\n[ 0.209096] x86: Booted up 1 node, 1 CPUs\n[ 0.209904] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.211286] devtmpfs: initialized\n[ 0.213005] evm: security.selinux\n[ 0.213710] evm: security.SMACK64\n[ 0.214400] evm: security.SMACK64EXEC\n[ 0.215139] evm: security.SMACK64TRANSMUTE\n[ 0.215942] evm: security.SMACK64MMAP\n[ 0.216687] evm: security.ima\n[ 0.217327] evm: security.capability\n[ 0.218123] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219965] pinctrl core: initialized pinctrl subsystem\n[ 0.221064] RTC time: 5:41:31, date: 10/04/18\n[ 0.222010] NET: Registered protocol family 16\n[ 0.222976] cpuidle: using governor ladder\n[ 0.223789] cpuidle: using governor menu\n[ 0.224572] PCCT header not found.\n[ 0.225325] ACPI: bus type PCI registered\n[ 0.226124] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.227378] PCI: Using configuration type 1 for base access\n[ 0.229131] ACPI: Added _OSI(Module Device)\n[ 0.229980] ACPI: Added _OSI(Processor Device)\n[ 0.230841] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.231743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233893] ACPI: Interpreter enabled\n[ 0.234672] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.236512] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.238356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240206] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242038] ACPI: (supports S0 S5)\n[ 0.242746] ACPI: Using IOAPIC for interrupt routing\n[ 0.243812] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.246901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248041] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249275] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.250462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.252683] acpiphp: Slot [3] registered\n[ 0.253487] acpiphp: Slot [4] registered\n[ 0.254284] acpiphp: Slot [5] registered\n[ 0.255077] acpiphp: Slot [6] registered\n[ 0.255879] acpiphp: Slot [7] registered\n[ 0.256681] acpiphp: Slot [8] registered\n[ 0.257482] acpiphp: Slot [9] registered\n[ 0.258281] acpiphp: Slot [10] registered\n[ 0.259093] acpiphp: Slot [11] registered\n[ 0.259908] acpiphp: Slot [12] registered\n[ 0.260726] acpiphp: Slot [13] registered\n[ 0.261537] acpiphp: Slot [14] registered\n[ 0.262346] acpiphp: Slot [15] registered\n[ 0.273337] acpiphp: Slot [16] registered\n[ 0.274155] acpiphp: Slot [17] registered\n[ 0.274964] acpiphp: Slot [18] registered\n[ 0.275772] acpiphp: Slot [19] registered\n[ 0.276577] acpiphp: Slot [20] registered\n[ 0.277394] acpiphp: Slot [21] registered\n[ 0.278203] acpiphp: Slot [22] registered\n[ 0.279006] acpiphp: Slot [23] registered\n[ 0.279815] acpiphp: Slot [24] registered\n[ 0.280639] acpiphp: Slot [25] registered\n[ 0.281453] acpiphp: Slot [26] registered\n[ 0.282259] acpiphp: Slot [27] registered\n[ 0.283066] acpiphp: Slot [28] registered\n[ 0.283877] acpiphp: Slot [29] registered\n[ 0.284684] acpiphp: Slot [30] registered\n[ 0.285498] acpiphp: Slot [31] registered\n[ 0.286303] PCI host bridge to bus 0000:00\n[ 0.287106] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.289525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.290969] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292417] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.298717] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301215] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302490] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.308960] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310396] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356969] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358475] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359915] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361340] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362737] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363997] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365150] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366213] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367765] vgaarb: loaded\n[ 0.368377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369516] SCSI subsystem initialized\n[ 0.370340] ACPI: bus type USB registered\n[ 0.371155] usbcore: registered new interface driver usbfs\n[ 0.372193] usbcore: registered new interface driver hub\n[ 0.373207] usbcore: registered new device driver usb\n[ 0.374266] PCI: Using ACPI for IRQ routing\n[ 0.375290] NetLabel: Initializing\n[ 0.376001] NetLabel: domain hash size = 128\n[ 0.376852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377808] NetLabel: unlabeled traffic allowed by default\n[ 0.378906] clocksource: Switched to clocksource kvm-clock\n[ 0.384323] AppArmor: AppArmor Filesystem Enabled\n[ 0.385283] pnp: PnP ACPI init\n[ 0.386190] pnp: PnP ACPI: found 5 devices\n[ 0.392551] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394268] NET: Registered protocol family 2\n[ 0.395230] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396507] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397684] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398874] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401147] NET: Registered protocol family 1\n[ 0.402024] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403133] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404216] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432507] Trying to unpack rootfs image as initramfs...\n[ 0.482337] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496309] Scanning for low memory corruption every 60 seconds\n[ 0.497620] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498772] audit: initializing netlink subsys (disabled)\n[ 0.499809] audit: type=2000 audit(1538631692.590:1): initialized\n[ 0.501122] Initialise system trusted keyring\n[ 0.502059] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503240] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505208] zbud: loaded\n[ 0.505910] VFS: Disk quotas dquot_6.6.0\n[ 0.506735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508273] fuse init (API version 7.23)\n[ 0.509159] Key type big_key registered\n[ 0.509964] Allocating IMA MOK and blacklist keyrings.\n[ 0.511076] Key type asymmetric registered\n[ 0.511905] Asymmetric key parser 'x509' registered\n[ 0.512861] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.514719] io scheduler noop registered\n[ 0.515533] io scheduler deadline registered (default)\n[ 0.516532] io scheduler cfq registered\n[ 0.517392] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518440] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519717] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521176] ACPI: Power Button [PWRF]\n[ 0.522012] GHES: HEST is not enabled!\n[ 0.535709] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.563901] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568410] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.592359] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594500] Linux agpgart interface v0.103\n[ 0.596540] brd: module loaded\n[ 0.597700] loop: module loaded\n[ 0.602044] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603508] GPT:90111 != 2097151\n[ 0.604188] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605277] GPT:90111 != 2097151\n[ 0.605950] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606927] vda: vda1 vda15\n[ 0.612552] scsi host0: ata_piix\n[ 0.630062] scsi host1: ata_piix\n[ 0.630791] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.632008] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.633467] libphy: Fixed MDIO Bus: probed\n[ 0.634289] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637512] PPP generic driver version 2.4.2\n[ 0.638412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639647] ehci-pci: EHCI PCI platform driver\n[ 0.640534] ehci-platform: EHCI generic platform driver\n[ 0.641540] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642677] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.644559] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658924] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659925] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661397] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662425] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.663552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.664785] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666240] usb usb1: Product: UHCI Host Controller\n[ 0.667192] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668346] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669386] hub 1-0:1.0: USB hub found\n[ 0.670168] hub 1-0:1.0: 2 ports detected\n[ 0.671089] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673224] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674175] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675224] mousedev: PS/2 mouse device common for all mice\n[ 0.676487] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.678340] rtc_cmos 00:00: RTC can wake from S4\n[ 0.679451] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.680647] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.681830] i2c /dev entries driver\n[ 0.682592] device-mapper: uevent: version 1.0.3\n[ 0.683554] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.685204] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.686481] NET: Registered protocol family 10\n[ 0.687485] NET: Registered protocol family 17\n[ 0.688388] Key type dns_resolver registered\n[ 0.689326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690427] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692190] registered taskstats version 1\n[ 0.693027] Loading compiled-in X.509 certificates\n[ 0.694481] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696355] zswap: loaded using pool lzo/zbud\n[ 0.697751] Key type trusted registered\n[ 0.699311] Key type encrypted registered\n[ 0.700150] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701189] ima: No TPM chip found, activating TPM-bypass!\n[ 0.702231] evm: HMAC attrs: 0x1\n[ 0.703179] Magic number: 6:983:667\n[ 0.704024] rtc_cmos 00:00: setting system clock to 2018-10-04 05:41:32 UTC (1538631692)\n[ 0.705635] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706755] EDD information not available.\n[ 0.791884] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793524] Write protecting the kernel read-only data: 14336k\n[ 0.805561] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.807408] 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.850588] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 61.16. iid=i-00000129\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYF+S4WjX1ATCPoVgpy5RwC6fQDBc6EWprFCtbKLnUB2RHrV7u48emCY63y+sbVjpxhFh2WzwGJ0JBkIXqt9/bNNlyCfWHS7vb6aEEWSwhthCCCyn12D0M+ptzeUyZQQdq8PR5dRLfiDYiqkDDrkCCap5Zk8DZY/oxBUpKSeIc7iMdk7KTZT00g3SMuoTvBgaBO54bNB9MJGVWVweoRvxgc0CAkN7ummmK69U9Rue9dnCbt1iP59LVno24vj69zO4CBUnBg9CBvBmyhIcH336fXSwTxdjRd8YMkBi8q4QnyIKNMbpdVBB19cA0JEVeYJiK5x+2u+ZphZevDOJ7JDOX root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBAMaq/FdJqzGV9jifcKvU1QN6p7544+O+Mmk+Yv5yv6djr7UHoqvNtEOAioXyVZmjCo71Id0a0ShKNwYPyPp17wUpRMg6RwVeA+7La/Zk0mUGI1EmiHEQvO+WW1ja9St4Dqq+RIugPIG66pYlqtqCSqISR7Rsg9LvuUhpXDxNKANDAAAAFQCMpOUXLvdPtAbi7xYpqKTUs6R8SwAAAIBeyFoxcAsnmDWyO3N6wt/EeLfjKZ1eaGiKS//CEP0KSqH40k/13nNSzvg03rE3Nj7ySafDtKamYCH10KODgDFR37foSRUl4kKDZHg91+X3AvR1fDUP0p3YrKav+ZHoAhc+imW+hxwoOmgSEXIPoBxMSHkzcad+SJLwMpecSi6egQAAAIEAsyNhreIEbslOv24XAKwBzCUOe6ICAT1O1V9bDEFiLFYjvfL9TEB0t6/QhFEf7bz/lXz9T/aCRsn3OT+6Gr66ueRfDHieC9llVnOuPkVnv/bYW+5HPMYcVV3378B0u/coeTHDaf3pFj3qpK4PA/+MAtbIc++XTdaDoJ+wHBCR8i4= 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.6,24,fe80::f816:3eff:fecc:67a9/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.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-00000129\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.89 ===\n/dev/root resized successfully [took 2.33s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:CC:67:A9 \n inet addr:10.10.10.6 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fecc:67a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:104 errors:0 dropped:16 overruns:0 frame:0\n TX packets:104 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:10621 (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.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.143462] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.143464] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.143465] usb 1-1: Product: QEMU USB Tablet\n[ 1.143466] usb 1-1: Manufacturer: QEMU\n[ 1.143467] usb 1-1: SerialNumber: 42\n[ 1.170479] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.188293] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.495161] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.012484] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.408066] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:41:32 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 4 06:41:32 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \n\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 4 06:41:32 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 4 06:41:32 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 4 06:41:32 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 4 06:41:33 cirros kern.info kernel: [ 1.495161] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:42:34 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:42:34 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:42:34 cirros kern.info kernel: [ 63.012484] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:42:35 cirros kern.info kernel: [ 63.408066] 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-04 05:43:22,086 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-9895654e-01c1-46c4-b7e0-4be66271723c 2018-10-04 05:43:24,121 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-04 05:43:54,154 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:43:54,155 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:43:54,155 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:43:54,157 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:43:54,197 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:43:54,199 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:43:54,200 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:43:54,201 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:43:54,201 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:43:54,242 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:43:54,275 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:43:54,277 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:43:54,277 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:43:54,279 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:43:54,279 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:43:54,284 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:43:54,322 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-10-04 05:43:54,324 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-10-04 05:43:54,325 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-10-04 05:43:54,326 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-10-04 05:43:54,326 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-10-04 05:43:54,366 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-10-04 05:43:54,401 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-10-04 05:43:54,402 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-10-04 05:43:54,403 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-10-04 05:43:54,403 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:43:54,404 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:43:54,405 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:43:54,406 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:43:54,440 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-04 05:43:54,441 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-04 05:43:54,441 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-04 05:43:54,443 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-04 05:43:54,443 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-04 05:43:54,483 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-04 05:43:54,543 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-04 05:43:54,544 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-10-04 05:43:54,545 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-04 05:43:54,545 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-10-04 05:43:54,546 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-10-04 05:43:54,550 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-10-04 05:43:54,615 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-10-04 05:43:54,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1571631be63382f7ce06be52e0dfedadf8b8b44a" -d '{"forceDelete": null}' 2018-10-04 05:43:54,622 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-10-04 05:43:54,873 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6e117c7f-a066-4b39-a714-a60f78fffe53 x-compute-request-id: req-6e117c7f-a066-4b39-a714-a60f78fffe53 Content-Length: 0 Content-Type: application/json 2018-10-04 05:43:54,873 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/7a83d4b4-4e55-404f-a69b-919af18b8f5f/action used request id req-6e117c7f-a066-4b39-a714-a60f78fffe53 2018-10-04 05:43:54,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1571631be63382f7ce06be52e0dfedadf8b8b44a" -d '{"forceDelete": null}' 2018-10-04 05:43:55,056 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-82a5f9e8-1e4c-4520-91bd-6f11bc756cda x-compute-request-id: req-82a5f9e8-1e4c-4520-91bd-6f11bc756cda Content-Length: 0 Content-Type: application/json 2018-10-04 05:43:55,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/310c5194-69cd-4372-ae0f-15ccf4530f22/action used request id req-82a5f9e8-1e4c-4520-91bd-6f11bc756cda 2018-10-04 05:43:55,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d7246425-16c9-42f3-a427-dda56e29d4ec -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}40b622a722d29b4211054e096878fa3ef6df45b3" 2018-10-04 05:43:56,040 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-19df685a-33fd-406f-acfd-522d7d627000 Date: Thu, 04 Oct 2018 05:43: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-04 05:43:56,040 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d7246425-16c9-42f3-a427-dda56e29d4ec used request id req-19df685a-33fd-406f-acfd-522d7d627000 2018-10-04 05:43:56,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/78277f23-0c64-430b-b033-80f8e8809c1c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5d9f409e6ee9c2b3dca3cc3a4299c40c7f13cf1" 2018-10-04 05:43:56,135 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-027bc9d9-9cae-4d31-bd3c-932d15456e91 Date: Thu, 04 Oct 2018 05:43:56 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 78277f23-0c64-430b-b033-80f8e8809c1c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-04 05:43:56,136 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/78277f23-0c64-430b-b033-80f8e8809c1c used request id req-027bc9d9-9cae-4d31-bd3c-932d15456e91 2018-10-04 05:43:56,136 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 78277f23-0c64-430b-b033-80f8e8809c1c: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-10-04 05:43:56,136 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '78277f23-0c64-430b-b033-80f8e8809c1c')]: Unable to complete operation on subnet 78277f23-0c64-430b-b033-80f8e8809c1c: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-027bc9d9-9cae-4d31-bd3c-932d15456e91'] 2018-10-04 05:43:56,137 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 78277f23-0c64-430b-b033-80f8e8809c1c was not deleted. 2018-10-04 05:43:56,138 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-04 05:43:56,139 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-04 05:43:56,139 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-04 05:43:56,141 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-04 05:43:56,205 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-04 05:43:56,206 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-10-04 05:43:56,207 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-04 05:43:56,208 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-10-04 05:43:56,208 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-10-04 05:43:56,210 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-10-04 05:43:56,277 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-10-04 05:43:56,277 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-10-04 05:43:56,278 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-10-04 05:44:26,309 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-04 05:44:26,310 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-04 05:44:26,310 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-04 05:44:26,312 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-04 05:44:26,348 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-04 05:44:26,350 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-10-04 05:44:26,352 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-04 05:44:26,352 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-10-04 05:44:26,353 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-10-04 05:44:26,392 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-10-04 05:44:26,425 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-10-04 05:44:26,427 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-10-04 05:44:26,428 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-10-04 05:44:26,428 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-10-04 05:44:26,429 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-10-04 05:44:26,431 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-10-04 05:44:26,470 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-10-04 05:44:26,472 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-10-04 05:44:26,472 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-10-04 05:44:26,474 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-10-04 05:44:26,474 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-10-04 05:44:26,514 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-10-04 05:44:26,548 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-10-04 05:44:26,549 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-10-04 05:44:26,550 - 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. | +----------------------------------------------------------------------------------------+ | PASS | Group was deleted from ovs | +========================================================================================+ 2018-10-04 05:44:26,550 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:44:26,551 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-10-04 05:44:26,552 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-10-04 05:44:26,551 - 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': 'PASS', 'details': [{'New OVS group added': 'PASS'}, {'Group was deleted from ovs': 'PASS'}]} 2018-10-04 05:44:26,552 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-10-04 05:44:26,553 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-10-04 05:44:26,553 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-10-04 05:44:26,630 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-10-04 05:44:26,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:26,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:26,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:26,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:26,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:26,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:26,630 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:26,631 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:26,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:26,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:26,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:26,632 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:26,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:26,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:26,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:26,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:26,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:44:26,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:26,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:26,637 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:26,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:26,639 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:44:26,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:26,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec781966-b99b-47be-919a-3368c78dc115 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:26,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ec781966-b99b-47be-919a-3368c78dc115 2018-10-04 05:44:26,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:27,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["zdJKxQi-S9yDT25m4_XlnQ"], "issued_at": "2018-10-04T05:44:27.000000Z"}} 2018-10-04 05:44:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7a3997a258417bfc008f2fb978832d57a7aaa70" 2018-10-04 05:44:27,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-96d1c0e6-3636-4b71-ae5a-fca34a0c7cc6 Date: Thu, 04 Oct 2018 05:44:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:44:27,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-96d1c0e6-3636-4b71-ae5a-fca34a0c7cc6 2018-10-04 05:44:27,213 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:44:27,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7a3997a258417bfc008f2fb978832d57a7aaa70" 2018-10-04 05:44:27,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c1bd7ed4-f996-466f-a9b4-034020c831f1 Date: Thu, 04 Oct 2018 05:44:27 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-04 05:44:27,367 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-c1bd7ed4-f996-466f-a9b4-034020c831f1 2018-10-04 05:44:27,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f7a3997a258417bfc008f2fb978832d57a7aaa70" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:44:27,593 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/e1dbcede-efba-4e07-9ac8-76d2f3285474 X-Openstack-Request-Id: req-0ffb9cdd-95f1-42b8-8460-aa301e893062 Date: Thu, 04 Oct 2018 05:44:27 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:44:27Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:44:27Z", "visibility": "public", "locations": [], "self": "/v2/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "min_disk": 0, "protected": false, "id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "file": "/v2/images/e1dbcede-efba-4e07-9ac8-76d2f3285474/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:44:27,593 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0ffb9cdd-95f1-42b8-8460-aa301e893062 2018-10-04 05:44:27,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/e1dbcede-efba-4e07-9ac8-76d2f3285474/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7a3997a258417bfc008f2fb978832d57a7aaa70" -d '' 2018-10-04 05:44:28,749 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3663122b-a9c4-4af3-93f2-36c3ce7c36e4 Date: Thu, 04 Oct 2018 05:44: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-04 05:44:28,749 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/e1dbcede-efba-4e07-9ac8-76d2f3285474/file used request id req-3663122b-a9c4-4af3-93f2-36c3ce7c36e4 2018-10-04 05:44:28,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:28,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66a78008-10d6-49cf-a0c9-c665f238ce7b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:28,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-66a78008-10d6-49cf-a0c9-c665f238ce7b 2018-10-04 05:44:28,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:29,141 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["Ua3a__TuQBqOetrFpOsuug"], "issued_at": "2018-10-04T05:44:29.000000Z"}} 2018-10-04 05:44:29,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:44:29,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-ed9b995a-2fb2-401a-a83f-d104bbaba863 Date: Thu, 04 Oct 2018 05:44:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["78277f23-0c64-430b-b033-80f8e8809c1c"],"description":"","tags":[],"updated_at":"2018-10-04T05:41:23Z","provider:segmentation_id":4,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:22Z","provider:network_type":"vxlan"}]} 2018-10-04 05:44:29,531 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ed9b995a-2fb2-401a-a83f-d104bbaba863 2018-10-04 05:44:29,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:44:29,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1254 X-Openstack-Request-Id: req-2e482524-bbcb-4b07-b60a-ce2fa4cb48e5 Date: Thu, 04 Oct 2018 05:44:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:41:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"510ab77bdaaa470cad047d68b7d85c03","id":"78277f23-0c64-430b-b033-80f8e8809c1c","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 05:44:29,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-2e482524-bbcb-4b07-b60a-ce2fa4cb48e5 2018-10-04 05:44:29,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:44:29,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-145b0f5d-a9c7-4de8-9727-1bb04f1f8d87 Date: Thu, 04 Oct 2018 05:44:29 GMT RESP BODY: {"routers": []} 2018-10-04 05:44:29,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-145b0f5d-a9c7-4de8-9727-1bb04f1f8d87 2018-10-04 05:44:29,919 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-10-04 05:44:29,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-10-04 05:44:30,331 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-4e7d1a6c-b258-4033-989c-1d5160244cf0 Date: Thu, 04 Oct 2018 05:44:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8469fa6c-f666-48e8-9f10-5930b36eb078","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:44:30Z","is_default":false,"provider:segmentation_id":95,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:44:30Z","mtu":1450}} 2018-10-04 05:44:30,331 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-4e7d1a6c-b258-4033-989c-1d5160244cf0 2018-10-04 05:44:30,332 - sdnvpn.lib.openstack_utils - DEBUG - Network '8469fa6c-f666-48e8-9f10-5930b36eb078' created successfully 2018-10-04 05:44:30,332 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:44:30,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"subnets": [{"ip_version": 4, "network_id": "8469fa6c-f666-48e8-9f10-5930b36eb078", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-10-04 05:44:30,936 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-98854ee0-c337-4f2a-a26d-4acfe6db0472 Date: Thu, 04 Oct 2018 05:44:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8469fa6c-f666-48e8-9f10-5930b36eb078","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:44:30Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:44:30Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"f0a5d7ee-a554-43e2-beb6-080a3bc898ee","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-10-04 05:44:30,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-98854ee0-c337-4f2a-a26d-4acfe6db0472 2018-10-04 05:44:30,937 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'f0a5d7ee-a554-43e2-beb6-080a3bc898ee' created successfully 2018-10-04 05:44:30,937 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:44:30,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-10-04 05:44:31,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-5328527d-7765-480f-8b90-436e62fd1cac Date: Thu, 04 Oct 2018 05:44:31 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:44:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:44:31Z", "revision_number": 0, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383", "name": "sdnvpn-4-1-router"}} 2018-10-04 05:44:31,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-5328527d-7765-480f-8b90-436e62fd1cac 2018-10-04 05:44:31,256 - sdnvpn.lib.openstack_utils - DEBUG - Router '44c9c1f6-58dc-4461-9f60-bd9b58d4d383' created successfully 2018-10-04 05:44:31,257 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:44:31,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"subnet_id": "f0a5d7ee-a554-43e2-beb6-080a3bc898ee"}' 2018-10-04 05:44:33,048 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8e4129a0-54c8-4b0c-94b8-8561938dd787 Date: Thu, 04 Oct 2018 05:44:33 GMT RESP BODY: {"network_id": "8469fa6c-f666-48e8-9f10-5930b36eb078", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "f0a5d7ee-a554-43e2-beb6-080a3bc898ee", "subnet_ids": ["f0a5d7ee-a554-43e2-beb6-080a3bc898ee"], "port_id": "0b189f1e-c8a0-4c1b-85f5-7af117bfc9a2", "id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383"} 2018-10-04 05:44:33,048 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383/add_router_interface used request id req-8e4129a0-54c8-4b0c-94b8-8561938dd787 2018-10-04 05:44:33,048 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:44:33,049 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:44:33,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:44:33,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2015 X-Openstack-Request-Id: req-2ace2851-43be-4372-95c5-bd448ab00a76 Date: Thu, 04 Oct 2018 05:44:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8469fa6c-f666-48e8-9f10-5930b36eb078","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["f0a5d7ee-a554-43e2-beb6-080a3bc898ee"],"description":"","tags":[],"updated_at":"2018-10-04T05:44:30Z","provider:segmentation_id":95,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:44:30Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["78277f23-0c64-430b-b033-80f8e8809c1c"],"description":"","tags":[],"updated_at":"2018-10-04T05:41:23Z","provider:segmentation_id":4,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:22Z","provider:network_type":"vxlan"}]} 2018-10-04 05:44:33,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-2ace2851-43be-4372-95c5-bd448ab00a76 2018-10-04 05:44:33,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}}' 2018-10-04 05:44:34,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-7b622c58-6801-410c-ad15-0bff9170cf11 Date: Thu, 04 Oct 2018 05:44:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:44:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:44:34Z", "revision_number": 3, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383", "name": "sdnvpn-4-1-router"}} 2018-10-04 05:44:34,613 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383 used request id req-7b622c58-6801-410c-ad15-0bff9170cf11 2018-10-04 05:44:34,614 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:44:34,614 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-10-04 05:44:34,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-10-04 05:44:35,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-ec7b8ea6-1954-421f-a0fc-491dd04b8ad5 Date: Thu, 04 Oct 2018 05:44: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":"f5e0c63f-81dc-47f5-a122-581cf2b88f65","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:44:34Z","is_default":false,"provider:segmentation_id":46,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:44:34Z","mtu":1450}} 2018-10-04 05:44:35,074 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ec7b8ea6-1954-421f-a0fc-491dd04b8ad5 2018-10-04 05:44:35,074 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network f5e0c63f-81dc-47f5-a122-581cf2b88f65 with cidr 10.10.11.0/24 2018-10-04 05:44:35,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"subnets": [{"ip_version": 4, "network_id": "f5e0c63f-81dc-47f5-a122-581cf2b88f65", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-10-04 05:44:35,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5595835d-30fa-4346-863d-dad858729683 Date: Thu, 04 Oct 2018 05:44:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f5e0c63f-81dc-47f5-a122-581cf2b88f65","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:44:35Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:44:35Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"c7e9b848-4192-4eab-8345-04e397ad8f0d","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-10-04 05:44:35,583 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-5595835d-30fa-4346-863d-dad858729683 2018-10-04 05:44:35,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:44:35,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-573579bd-b55b-4241-ab83-a64072d38aa5 Date: Thu, 04 Oct 2018 05:44:35 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-04T05:22:09Z", "revision_number": 0, "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 179, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 7, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:44:35,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-573579bd-b55b-4241-ab83-a64072d38aa5 2018-10-04 05:44:35,792 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:44:35,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:35,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16b409e9-678c-44c0-9738-e08654521a81 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:35,799 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-16b409e9-678c-44c0-9738-e08654521a81 2018-10-04 05:44:35,800 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:36,174 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["qBiIWfyZTQmT-dPTO4Nc2Q"], "issued_at": "2018-10-04T05:44:36.000000Z"}} 2018-10-04 05:44:36,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" 2018-10-04 05:44:36,348 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7774ea9-1f59-44f3-8413-3eef0e53e1a6 x-compute-request-id: req-e7774ea9-1f59-44f3-8413-3eef0e53e1a6 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:44:36,349 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-e7774ea9-1f59-44f3-8413-3eef0e53e1a6 2018-10-04 05:44:36,350 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-04 05:44:36,350 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-10-04 05:44:36,350 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=e1dbcede-efba-4e07-9ac8-76d2f3285474 network=8469fa6c-f666-48e8-9f10-5930b36eb078 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:44:36,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:36,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:36,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:36,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:36,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:36,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:36,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:36,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:36,358 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:36,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:36,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3660d59-721f-4ddd-a158-729bf0bf35fd Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:36,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a3660d59-721f-4ddd-a158-729bf0bf35fd 2018-10-04 05:44:36,369 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:36,744 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["eOw3uBf3RDWi1GdgeQ3j1w"], "issued_at": "2018-10-04T05:44:36.000000Z"}} 2018-10-04 05:44:36,747 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99743e3791991445aaf2644c09b47d78db02458b" 2018-10-04 05:44:36,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c46672a-ff37-41e3-9a66-8b85cb499f25 x-compute-request-id: req-0c46672a-ff37-41e3-9a66-8b85cb499f25 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:44:36,922 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0c46672a-ff37-41e3-9a66-8b85cb499f25 2018-10-04 05:44:36,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99743e3791991445aaf2644c09b47d78db02458b" 2018-10-04 05:44:36,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e161cce-e3e9-4167-a9e5-73c42682aa69 x-compute-request-id: req-2e161cce-e3e9-4167-a9e5-73c42682aa69 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:44:36,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-2e161cce-e3e9-4167-a9e5-73c42682aa69 2018-10-04 05:44:36,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99743e3791991445aaf2644c09b47d78db02458b" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8469fa6c-f666-48e8-9f10-5930b36eb078"}]}}' 2018-10-04 05:44:38,508 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:44:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f64a00a1-6db6-4cea-8b7e-b312f7e0b121 x-compute-request-id: req-f64a00a1-6db6-4cea-8b7e-b312f7e0b121 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "df3954bb-b84c-430e-9a60-d710b4606c06", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "bookmark"}], "adminPass": "322QuCG479Mm"}} 2018-10-04 05:44:38,509 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f64a00a1-6db6-4cea-8b7e-b312f7e0b121 2018-10-04 05:44:38,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:38,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-962db90b-8767-4f74-9390-8b28d037ab9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:38,517 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-962db90b-8767-4f74-9390-8b28d037ab9e 2018-10-04 05:44:38,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:38,896 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["f7tNK0O-QJK379t6Vbn2WQ"], "issued_at": "2018-10-04T05:44:38.000000Z"}} 2018-10-04 05:44:38,899 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cdbfcb0c8e1d94dab478fac7481bc59ab579126" 2018-10-04 05:44:39,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3b895596-12aa-4f46-8d3e-31be61e6651c x-compute-request-id: req-3b895596-12aa-4f46-8d3e-31be61e6651c 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.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "df3954bb-b84c-430e-9a60-d710b4606c06", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:44:39Z", "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-04T05:44:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:44:39,379 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 used request id req-3b895596-12aa-4f46-8d3e-31be61e6651c 2018-10-04 05:44:42,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cdbfcb0c8e1d94dab478fac7481bc59ab579126" 2018-10-04 05:44:43,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e654ffd-c82f-4760-a9c0-8a4702408867 x-compute-request-id: req-9e654ffd-c82f-4760-a9c0-8a4702408867 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "df3954bb-b84c-430e-9a60-d710b4606c06", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:44:40Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:44:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:44:43,112 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 used request id req-9e654ffd-c82f-4760-a9c0-8a4702408867 2018-10-04 05:44:46,118 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1cdbfcb0c8e1d94dab478fac7481bc59ab579126" 2018-10-04 05:44:46,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7151536-6d5e-40a1-8aeb-b23454fe4495 x-compute-request-id: req-c7151536-6d5e-40a1-8aeb-b23454fe4495 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:9c:8c", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-10-04T05:44:42.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "df3954bb-b84c-430e-9a60-d710b4606c06", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:44:43Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:44:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:44:46,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 used request id req-c7151536-6d5e-40a1-8aeb-b23454fe4495 2018-10-04 05:44:46,590 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99743e3791991445aaf2644c09b47d78db02458b" 2018-10-04 05:44:47,336 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-78e537da-1dbd-4c5d-ab17-82025e8716b2 x-compute-request-id: req-78e537da-1dbd-4c5d-ab17-82025e8716b2 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:9c:8c", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/df3954bb-b84c-430e-9a60-d710b4606c06", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000132", "OS-SRV-USG:launched_at": "2018-10-04T05:44:42.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "df3954bb-b84c-430e-9a60-d710b4606c06", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:44:43Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:44:38Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:44:47,337 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06 used request id req-78e537da-1dbd-4c5d-ab17-82025e8716b2 2018-10-04 05:44:47,337 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.14'. 2018-10-04 05:44:47,337 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-10-04 05:44:47,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:44:48,697 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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-4d040ba9-eda3-4aae-86c8-bfd3dfe14326 x-compute-request-id: req-4d040ba9-eda3-4aae-86c8-bfd3dfe14326 Content-Length: 0 Content-Type: application/json 2018-10-04 05:44:48,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06/action used request id req-4d040ba9-eda3-4aae-86c8-bfd3dfe14326 2018-10-04 05:44:48,698 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-10-04 05:44:48,698 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=e1dbcede-efba-4e07-9ac8-76d2f3285474 network=8469fa6c-f666-48e8-9f10-5930b36eb078 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:44:48,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:48,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:48,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:48,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:48,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:48,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:48,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:48,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:48,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:48,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:48,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:48,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:48,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:48,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:48,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:48,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:48,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:48,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:48,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:48,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65246d53-79fa-44e3-b6e0-0409b3f78301 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:48,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-65246d53-79fa-44e3-b6e0-0409b3f78301 2018-10-04 05:44:48,715 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:49,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["troq9UEkScSYOQuaAKzVvw"], "issued_at": "2018-10-04T05:44:49.000000Z"}} 2018-10-04 05:44:49,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" 2018-10-04 05:44:49,280 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f603a056-bb56-44ac-a61c-c4e679c7ed7d x-compute-request-id: req-f603a056-bb56-44ac-a61c-c4e679c7ed7d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:44:49,280 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f603a056-bb56-44ac-a61c-c4e679c7ed7d 2018-10-04 05:44:49,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" 2018-10-04 05:44:49,307 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-0e4b441d-c489-4060-9fb0-2a3b285068a0 x-compute-request-id: req-0e4b441d-c489-4060-9fb0-2a3b285068a0 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:44:49,307 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-0e4b441d-c489-4060-9fb0-2a3b285068a0 2018-10-04 05:44:49,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8469fa6c-f666-48e8-9f10-5930b36eb078"}]}}' 2018-10-04 05:44:51,520 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-cf49cc21-c9fb-48cd-8f0b-99cdb3ece52e x-compute-request-id: req-cf49cc21-c9fb-48cd-8f0b-99cdb3ece52e Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7674799-d074-4c52-aaa1-872752176989", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "bookmark"}], "adminPass": "nbr9VW9NFoZZ"}} 2018-10-04 05:44:51,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-cf49cc21-c9fb-48cd-8f0b-99cdb3ece52e 2018-10-04 05:44:51,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:51,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c992187-a4a7-454e-8a04-aa950fbd00a2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:51,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8c992187-a4a7-454e-8a04-aa950fbd00a2 2018-10-04 05:44:51,528 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:51,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["rx7T-HNFQHWYLwRHUeH_lQ"], "issued_at": "2018-10-04T05:44:51.000000Z"}} 2018-10-04 05:44:51,909 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d513acc3bf7d19b297ac6b9fc8760c034a2dc" 2018-10-04 05:44:52,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40aee122-d733-4091-ab55-2ce25457f2fa x-compute-request-id: req-40aee122-d733-4091-ab55-2ce25457f2fa Content-Encoding: gzip Content-Length: 681 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "e7674799-d074-4c52-aaa1-872752176989", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:44:51Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:44:51Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:44:52,445 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989 used request id req-40aee122-d733-4091-ab55-2ce25457f2fa 2018-10-04 05:44:55,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d6d513acc3bf7d19b297ac6b9fc8760c034a2dc" 2018-10-04 05:44:56,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f944a3f8-3217-458d-85e2-fa4808e02078 x-compute-request-id: req-f944a3f8-3217-458d-85e2-fa4808e02078 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:b1:97", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-10-04T05:44:53.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "e7674799-d074-4c52-aaa1-872752176989", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:44:55Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:44:51Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:44:56,131 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989 used request id req-f944a3f8-3217-458d-85e2-fa4808e02078 2018-10-04 05:44:56,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" 2018-10-04 05:44:56,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be17251f-2059-4979-9255-3da2a3757768 x-compute-request-id: req-be17251f-2059-4979-9255-3da2a3757768 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:b1:97", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e7674799-d074-4c52-aaa1-872752176989", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000135", "OS-SRV-USG:launched_at": "2018-10-04T05:44:53.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "e7674799-d074-4c52-aaa1-872752176989", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:44:55Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:44:51Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:44:56,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989 used request id req-be17251f-2059-4979-9255-3da2a3757768 2018-10-04 05:44:56,851 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.13'. 2018-10-04 05:44:56,851 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-10-04 05:44:56,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:44:58,030 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:44:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60ebcb33-13a9-4cf4-929e-1d2556217610 x-compute-request-id: req-60ebcb33-13a9-4cf4-929e-1d2556217610 Content-Length: 0 Content-Type: application/json 2018-10-04 05:44:58,030 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-60ebcb33-13a9-4cf4-929e-1d2556217610 2018-10-04 05:44:58,031 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-10-04 05:44:58,031 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=e1dbcede-efba-4e07-9ac8-76d2f3285474 network=f5e0c63f-81dc-47f5-a122-581cf2b88f65 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:44:58,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:58,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:58,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:58,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:58,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:58,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:58,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:58,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:58,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:58,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:44:58,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:44:58,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:44:58,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:44:58,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:44:58,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:44:58,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:44:58,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:44:58,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:44:58,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:44:58,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce156489-53c5-42eb-83f8-e71043d53b01 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:44:58,048 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-ce156489-53c5-42eb-83f8-e71043d53b01 2018-10-04 05:44:58,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:44:58,426 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:44:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["_PMkSPnvR5WKRhWHFNn-rA"], "issued_at": "2018-10-04T05:44:58.000000Z"}} 2018-10-04 05:44:58,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" 2018-10-04 05:44:58,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f146aed2-5009-4906-b3d3-ce491f25777d x-compute-request-id: req-f146aed2-5009-4906-b3d3-ce491f25777d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:44:58,532 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-f146aed2-5009-4906-b3d3-ce491f25777d 2018-10-04 05:44:58,535 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" 2018-10-04 05:44:58,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f567ba39-a1b7-490f-acf2-60b10c9dd9d6 x-compute-request-id: req-f567ba39-a1b7-490f-acf2-60b10c9dd9d6 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:44:58,554 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-f567ba39-a1b7-490f-acf2-60b10c9dd9d6 2018-10-04 05:44:58,557 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f5e0c63f-81dc-47f5-a122-581cf2b88f65"}]}}' 2018-10-04 05:45:00,014 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-42a66779-faab-4794-82eb-bcfc748371fd x-compute-request-id: req-42a66779-faab-4794-82eb-bcfc748371fd Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "bookmark"}], "adminPass": "fT86aNPhtZzm"}} 2018-10-04 05:45:00,014 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-42a66779-faab-4794-82eb-bcfc748371fd 2018-10-04 05:45:00,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:45:00,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61d2d2e7-c97d-47c5-bdfd-07b5fc8b4dff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:45:00,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-61d2d2e7-c97d-47c5-bdfd-07b5fc8b4dff 2018-10-04 05:45:00,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:45:00,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:45:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["GX90n76aTn6HRUW2leGnRg"], "issued_at": "2018-10-04T05:45:00.000000Z"}} 2018-10-04 05:45:00,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}241ab2f9090694afc6563ae3d854a34fa7c64f08" 2018-10-04 05:45:00,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-85907014-01c2-43ed-8449-0995fd86ba62 x-compute-request-id: req-85907014-01c2-43ed-8449-0995fd86ba62 Content-Encoding: gzip Content-Length: 685 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:45:00Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:44:59Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:00,941 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 used request id req-85907014-01c2-43ed-8449-0995fd86ba62 2018-10-04 05:45:03,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}241ab2f9090694afc6563ae3d854a34fa7c64f08" 2018-10-04 05:45:04,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-6faea46b-c031-4da6-baa4-8ff3d3fec490 x-compute-request-id: req-6faea46b-c031-4da6-baa4-8ff3d3fec490 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:0f:41", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-10-04T05:45:01.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:45:03Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:44:59Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:04,686 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 used request id req-6faea46b-c031-4da6-baa4-8ff3d3fec490 2018-10-04 05:45:04,690 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" 2018-10-04 05:45:05,397 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2358ec2-7748-4cb0-a315-cec10cd03170 x-compute-request-id: req-b2358ec2-7748-4cb0-a315-cec10cd03170 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:0f:41", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000138", "OS-SRV-USG:launched_at": "2018-10-04T05:45:01.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "2ea64385-4fef-4a9a-a6cd-d1c97e6e4587", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:45:03Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:44:59Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:05,397 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 used request id req-b2358ec2-7748-4cb0-a315-cec10cd03170 2018-10-04 05:45:05,398 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.7'. 2018-10-04 05:45:05,398 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-10-04 05:45:05,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:45:06,710 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:45: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-d5e81e09-1579-4d16-b0f2-eb42e5b6092b x-compute-request-id: req-d5e81e09-1579-4d16-b0f2-eb42e5b6092b Content-Length: 0 Content-Type: application/json 2018-10-04 05:45:06,711 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-d5e81e09-1579-4d16-b0f2-eb42e5b6092b 2018-10-04 05:45:06,711 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-10-04 05:45:06,711 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=e1dbcede-efba-4e07-9ac8-76d2f3285474 network=f5e0c63f-81dc-47f5-a122-581cf2b88f65 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.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-04 05:45:06,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:45:06,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:45:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:45:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:45:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:45:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:45:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:45:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:45:06,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:45:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:45:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:45:06,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:45:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:45:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:45:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:45:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:45:06,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:45:06,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:45:06,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:45:06,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:45:06,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:45:06,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:45:06,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:45:06,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:45:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:45:06,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:45:06,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:45:06,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:45:06,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:45:06,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:45:06,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:45:06,720 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:45:06,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:45:06,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c88ee49-bd72-453a-ae23-87fb021fa8ff Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:45:06,732 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4c88ee49-bd72-453a-ae23-87fb021fa8ff 2018-10-04 05:45:06,733 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:45:07,116 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:45:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["PURhHz98TdKJOq8DmbxWnA"], "issued_at": "2018-10-04T05:45:07.000000Z"}} 2018-10-04 05:45:07,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40b3fc9d8c1b93568e41ea7cc42edd2990b68509" 2018-10-04 05:45:07,232 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37dd7ecb-776b-4381-b8bb-1b895a84a0b9 x-compute-request-id: req-37dd7ecb-776b-4381-b8bb-1b895a84a0b9 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:45:07,232 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-37dd7ecb-776b-4381-b8bb-1b895a84a0b9 2018-10-04 05:45:07,235 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40b3fc9d8c1b93568e41ea7cc42edd2990b68509" 2018-10-04 05:45:07,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb5fa08b-9952-4930-9e15-8841d996f93d x-compute-request-id: req-bb5fa08b-9952-4930-9e15-8841d996f93d Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:45:07,255 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-bb5fa08b-9952-4930-9e15-8841d996f93d 2018-10-04 05:45:07,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40b3fc9d8c1b93568e41ea7cc42edd2990b68509" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f5e0c63f-81dc-47f5-a122-581cf2b88f65"}], "config_drive": true}}' 2018-10-04 05:45:08,665 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fb96482e-9264-48f8-8b5b-32fb2f40816d x-compute-request-id: req-fb96482e-9264-48f8-8b5b-32fb2f40816d Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bee00439-2293-4bbb-b46c-e46ae5cf90ca", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "bookmark"}], "adminPass": "PM4c2sn4qaM9"}} 2018-10-04 05:45:08,665 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-fb96482e-9264-48f8-8b5b-32fb2f40816d 2018-10-04 05:45:08,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:45:08,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-021ed7a2-04e9-49b6-998e-34d4be8660d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:45:08,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-021ed7a2-04e9-49b6-998e-34d4be8660d2 2018-10-04 05:45:08,673 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:45:09,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:45:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["uALeEJCbTViKacHxfZEuyw"], "issued_at": "2018-10-04T05:45:09.000000Z"}} 2018-10-04 05:45:09,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4072197c7e47b3dbaada9375e72586d888df6b89" 2018-10-04 05:45:09,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-1f85d92e-98e3-4879-bb38-753db1d4373c x-compute-request-id: req-1f85d92e-98e3-4879-bb38-753db1d4373c Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "bee00439-2293-4bbb-b46c-e46ae5cf90ca", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:45:09Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:08Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:09,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca used request id req-1f85d92e-98e3-4879-bb38-753db1d4373c 2018-10-04 05:45:12,674 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4072197c7e47b3dbaada9375e72586d888df6b89" 2018-10-04 05:45:13,491 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-ddedcc1f-8945-4746-bda7-7d1b529a0e9a x-compute-request-id: req-ddedcc1f-8945-4746-bda7-7d1b529a0e9a 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:b5:c5:9d", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "bee00439-2293-4bbb-b46c-e46ae5cf90ca", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:45:09Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:08Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:13,491 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca used request id req-ddedcc1f-8945-4746-bda7-7d1b529a0e9a 2018-10-04 05:45:16,498 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4072197c7e47b3dbaada9375e72586d888df6b89" 2018-10-04 05:45:17,080 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0089fc06-bdf7-4c43-b7e2-df35bc077718 x-compute-request-id: req-0089fc06-bdf7-4c43-b7e2-df35bc077718 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:c5:9d", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-10-04T05:45:11.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "bee00439-2293-4bbb-b46c-e46ae5cf90ca", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:45:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:08Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:17,080 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca used request id req-0089fc06-bdf7-4c43-b7e2-df35bc077718 2018-10-04 05:45:17,083 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40b3fc9d8c1b93568e41ea7cc42edd2990b68509" 2018-10-04 05:45:17,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1118e818-7a3a-4bb9-bd8b-ea2429db204f x-compute-request-id: req-1118e818-7a3a-4bb9-bd8b-ea2429db204f Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:c5:9d", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013b", "OS-SRV-USG:launched_at": "2018-10-04T05:45:11.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "bee00439-2293-4bbb-b46c-e46ae5cf90ca", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:45:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:08Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:17,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca used request id req-1118e818-7a3a-4bb9-bd8b-ea2429db204f 2018-10-04 05:45:17,976 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.12'. 2018-10-04 05:45:17,976 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-10-04 05:45:17,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:45:19,572 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-703e3a61-d24e-4605-996e-c4a929404d0a x-compute-request-id: req-703e3a61-d24e-4605-996e-c4a929404d0a Content-Length: 0 Content-Type: application/json 2018-10-04 05:45:19,573 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action used request id req-703e3a61-d24e-4605-996e-c4a929404d0a 2018-10-04 05:45:19,573 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-10-04 05:45:19,573 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=e1dbcede-efba-4e07-9ac8-76d2f3285474 network=8469fa6c-f666-48e8-9f10-5930b36eb078 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.14 10.10.10.13 10.10.11.12 10.10.11.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-04 05:45:19,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:45:19,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:45:19,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:45:19,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:45:19,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:45:19,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:45:19,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:45:19,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:45:19,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:45:19,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:45:19,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:45:19,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:45:19,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:45:19,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:45:19,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62244d3c-dd65-43da-a5c9-29928ba047d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:45:19,591 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-62244d3c-dd65-43da-a5c9-29928ba047d6 2018-10-04 05:45:19,591 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:45:19,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:45:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["C4i2Gc1VRKm5KKAQgQXY9Q"], "issued_at": "2018-10-04T05:45:19.000000Z"}} 2018-10-04 05:45:19,972 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" 2018-10-04 05:45:20,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3f620bd-66d3-41ee-aab7-8b473276db49 x-compute-request-id: req-c3f620bd-66d3-41ee-aab7-8b473276db49 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:45:20,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c3f620bd-66d3-41ee-aab7-8b473276db49 2018-10-04 05:45:20,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" 2018-10-04 05:45:20,103 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-febb49a2-f38a-4cd8-91e8-7bb4b1db5f7f x-compute-request-id: req-febb49a2-f38a-4cd8-91e8-7bb4b1db5f7f Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:45:20,103 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-febb49a2-f38a-4cd8-91e8-7bb4b1db5f7f 2018-10-04 05:45:20,106 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNCAxMC4xMC4xMC4xMyAxMC4xMC4xMS4xMiAxMC4xMC4xMS43CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8469fa6c-f666-48e8-9f10-5930b36eb078"}], "config_drive": true}}' 2018-10-04 05:45:22,053 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a3cbe812-ad36-4458-b953-562c36a4bddd x-compute-request-id: req-a3cbe812-ad36-4458-b953-562c36a4bddd Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83701718-2055-4c59-90a8-d941ec400297", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "bookmark"}], "adminPass": "GLU2WgiAtkef"}} 2018-10-04 05:45:22,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a3cbe812-ad36-4458-b953-562c36a4bddd 2018-10-04 05:45:22,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:45:22,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6baa3b8-22b3-43b2-9b9e-4102928c28e1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:45:22,060 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-c6baa3b8-22b3-43b2-9b9e-4102928c28e1 2018-10-04 05:45:22,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:45:22,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:45:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["sDdCcVD4Tr-nTUg1LXOwuw"], "issued_at": "2018-10-04T05:45:22.000000Z"}} 2018-10-04 05:45:22,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb83fc14e976f1fab0a87b83f8639a32b7dbe481" 2018-10-04 05:45:23,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd36180b-4b65-4f2b-a959-1cd7ed0b3c6f x-compute-request-id: req-bd36180b-4b65-4f2b-a959-1cd7ed0b3c6f Content-Encoding: gzip Content-Length: 684 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "83701718-2055-4c59-90a8-d941ec400297", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:45:22Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:22Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:23,067 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 used request id req-bd36180b-4b65-4f2b-a959-1cd7ed0b3c6f 2018-10-04 05:45:26,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb83fc14e976f1fab0a87b83f8639a32b7dbe481" 2018-10-04 05:45:26,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cc5a30d-31dc-448f-b789-818bdf88ebe6 x-compute-request-id: req-1cc5a30d-31dc-448f-b789-818bdf88ebe6 Content-Encoding: gzip Content-Length: 774 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:f5:d8:dd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "83701718-2055-4c59-90a8-d941ec400297", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:45:22Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:22Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:26,865 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 used request id req-1cc5a30d-31dc-448f-b789-818bdf88ebe6 2018-10-04 05:45:29,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb83fc14e976f1fab0a87b83f8639a32b7dbe481" 2018-10-04 05:45:30,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00398d0e-f4e5-453c-81ec-b754d505ea46 x-compute-request-id: req-00398d0e-f4e5-453c-81ec-b754d505ea46 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:d8:dd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-10-04T05:45:24.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "83701718-2055-4c59-90a8-d941ec400297", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:45:26Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:22Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:30,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 used request id req-00398d0e-f4e5-453c-81ec-b754d505ea46 2018-10-04 05:45:30,776 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" 2018-10-04 05:45:31,387 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-2a9cd41a-aebd-491e-b7b1-269a077cb32e x-compute-request-id: req-2a9cd41a-aebd-491e-b7b1-269a077cb32e Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:d8:dd", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/83701718-2055-4c59-90a8-d941ec400297", "rel": "bookmark"}], "image": {"id": "e1dbcede-efba-4e07-9ac8-76d2f3285474", "links": [{"href": "http://172.30.9.23:8774/images/e1dbcede-efba-4e07-9ac8-76d2f3285474", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000013e", "OS-SRV-USG:launched_at": "2018-10-04T05:45:24.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "83701718-2055-4c59-90a8-d941ec400297", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:45:26Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:45:22Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:45:31,388 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297 used request id req-2a9cd41a-aebd-491e-b7b1-269a077cb32e 2018-10-04 05:45:31,388 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.8'. 2018-10-04 05:45:31,388 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-10-04 05:45:31,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:45:33,034 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:45:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-36220696-3d2f-43c7-898d-03c8b41deb34 x-compute-request-id: req-36220696-3d2f-43c7-898d-03c8b41deb34 Content-Length: 0 Content-Type: application/json 2018-10-04 05:45:33,034 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-36220696-3d2f-43c7-898d-03c8b41deb34 2018-10-04 05:45:33,035 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-10-04 05:45:33,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-902320", "route_distinguishers": "12:12"}}' 2018-10-04 05:45:33,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-fc77a978-d520-405a-a04e-d5b2d930ff08 Date: Thu, 04 Oct 2018 05:45:33 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": [], "id": "d0fab671-6620-4128-b5d7-43e0b54be27e", "name": "sdnvpn-902320", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:45:33,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-fc77a978-d520-405a-a04e-d5b2d930ff08 2018-10-04 05:45:33,382 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-902320', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'd0fab671-6620-4128-b5d7-43e0b54be27e'}} 2018-10-04 05:45:33,383 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-10-04 05:45:33,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"router_association": {"router_id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383"}}' 2018-10-04 05:45:34,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-fed5b84d-313f-4597-b8c6-325a18aadeb6 Date: Thu, 04 Oct 2018 05:45:34 GMT RESP BODY: {"router_association": {"router_id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "2980d208-62e9-4108-bdce-b81862777ae3"}} 2018-10-04 05:45:34,177 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e/router_associations used request id req-fed5b84d-313f-4597-b8c6-325a18aadeb6 2018-10-04 05:45:34,178 - sdnvpn_test_utils - INFO - Waiting for instance df3954bb-b84c-430e-9a60-d710b4606c06 to boot up 2018-10-04 05:45:34,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}99743e3791991445aaf2644c09b47d78db02458b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:35,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-3dd20356-b7f0-4fb6-98a9-d051ce001d99 x-compute-request-id: req-3dd20356-b7f0-4fb6-98a9-d051ce001d99 Content-Encoding: gzip Content-Length: 11077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486215421 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130500] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.132164] pid_max: default: 32768 minimum: 301\n[ 0.133062] ACPI: Core revision 20150930\n[ 0.134445] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135751] Security Framework initialized\n[ 0.136564] Yama: becoming mindful.\n[ 0.137287] AppArmor: AppArmor initialized\n[ 0.138145] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.139473] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140750] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141958] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143334] Initializing cgroup subsys io\n[ 0.144146] Initializing cgroup subsys memory\n[ 0.145005] Initializing cgroup subsys devices\n[ 0.145889] Initializing cgroup subsys freezer\n[ 0.146761] Initializing cgroup subsys net_cls\n[ 0.147654] Initializing cgroup subsys perf_event\n[ 0.148566] Initializing cgroup subsys net_prio\n[ 0.149446] Initializing cgroup subsys hugetlb\n[ 0.150309] Initializing cgroup subsys pids\n[ 0.151181] CPU: Physical Processor ID: 0\n[ 0.152691] mce: CPU supports 10 MCE banks\n[ 0.153547] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.154549] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166945] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.173334] ftrace: allocating 31920 entries in 125 pages\n[ 0.199383] smpboot: Max logical packages: 1\n[ 0.200271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201628] x2apic enabled\n[ 0.202435] Switched APIC routing to physical x2apic.\n[ 0.204189] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.205304] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.207293] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.209078] KVM setup paravirtual spinlock\n[ 0.210363] x86: Booted up 1 node, 1 CPUs\n[ 0.211167] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212553] devtmpfs: initialized\n[ 0.214262] evm: security.selinux\n[ 0.214966] evm: security.SMACK64\n[ 0.215657] evm: security.SMACK64EXEC\n[ 0.216402] evm: security.SMACK64TRANSMUTE\n[ 0.217209] evm: security.SMACK64MMAP\n[ 0.217958] evm: security.ima\n[ 0.218603] evm: security.capability\n[ 0.219400] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.221241] pinctrl core: initialized pinctrl subsystem\n[ 0.222338] RTC time: 5:44:42, date: 10/04/18\n[ 0.223289] NET: Registered protocol family 16\n[ 0.224257] cpuidle: using governor ladder\n[ 0.225072] cpuidle: using governor menu\n[ 0.225855] PCCT header not found.\n[ 0.226612] ACPI: bus type PCI registered\n[ 0.227411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228642] PCI: Using configuration type 1 for base access\n[ 0.230385] ACPI: Added _OSI(Module Device)\n[ 0.231225] ACPI: Added _OSI(Processor Device)\n[ 0.232086] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232981] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.235081] ACPI: Interpreter enabled\n[ 0.235858] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239543] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.241384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.243219] ACPI: (supports S0 S5)\n[ 0.243925] ACPI: Using IOAPIC for interrupt routing\n[ 0.244995] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.248077] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.249217] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.250449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251644] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253864] acpiphp: Slot [3] registered\n[ 0.254668] acpiphp: Slot [4] registered\n[ 0.255478] acpiphp: Slot [5] registered\n[ 0.256276] acpiphp: Slot [6] registered\n[ 0.257071] acpiphp: Slot [7] registered\n[ 0.257888] acpiphp: Slot [8] registered\n[ 0.258693] acpiphp: Slot [9] registered\n[ 0.259492] acpiphp: Slot [10] registered\n[ 0.260302] acpiphp: Slot [11] registered\n[ 0.261116] acpiphp: Slot [12] registered\n[ 0.261932] acpiphp: Slot [13] registered\n[ 0.262744] acpiphp: Slot [14] registered\n[ 0.263553] acpiphp: Slot [15] registered\n[ 0.274567] acpiphp: Slot [16] registered\n[ 0.275380] acpiphp: Slot [17] registered\n[ 0.276198] acpiphp: Slot [18] registered\n[ 0.277009] acpiphp: Slot [19] registered\n[ 0.277817] acpiphp: Slot [20] registered\n[ 0.278634] acpiphp: Slot [21] registered\n[ 0.279447] acpiphp: Slot [22] registered\n[ 0.280253] acpiphp: Slot [23] registered\n[ 0.281061] acpiphp: Slot [24] registered\n[ 0.281872] acpiphp: Slot [25] registered\n[ 0.282683] acpiphp: Slot [26] registered\n[ 0.283496] acpiphp: Slot [27] registered\n[ 0.284306] acpiphp: Slot [28] registered\n[ 0.285119] acpiphp: Slot [29] registered\n[ 0.285933] acpiphp: Slot [30] registered\n[ 0.286748] acpiphp: Slot [31] registered\n[ 0.287560] PCI host bridge to bus 0000:00\n[ 0.288365] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.289594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290831] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.292297] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.293762] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299978] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.301280] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.302471] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.303739] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.310016] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.311434] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.357357] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358841] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.360262] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361677] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.363106] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.364368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.365519] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.366570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.368117] vgaarb: loaded\n[ 0.368723] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369851] SCSI subsystem initialized\n[ 0.370667] ACPI: bus type USB registered\n[ 0.371480] usbcore: registered new interface driver usbfs\n[ 0.372506] usbcore: registered new interface driver hub\n[ 0.373516] usbcore: registered new device driver usb\n[ 0.374573] PCI: Using ACPI for IRQ routing\n[ 0.375589] NetLabel: Initializing\n[ 0.376297] NetLabel: domain hash size = 128\n[ 0.377147] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.378105] NetLabel: unlabeled traffic allowed by default\n[ 0.379199] clocksource: Switched to clocksource kvm-clock\n[ 0.384611] AppArmor: AppArmor Filesystem Enabled\n[ 0.385566] pnp: PnP ACPI init\n[ 0.386476] pnp: PnP ACPI: found 5 devices\n[ 0.392835] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394529] NET: Registered protocol family 2\n[ 0.395483] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396749] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397911] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399060] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400136] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401301] NET: Registered protocol family 1\n[ 0.402162] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403256] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404324] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418343] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432557] Trying to unpack rootfs image as initramfs...\n[ 0.481750] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495757] Scanning for low memory corruption every 60 seconds\n[ 0.497076] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498222] audit: initializing netlink subsys (disabled)\n[ 0.499258] audit: type=2000 audit(1538631883.156:1): initialized\n[ 0.500570] Initialise system trusted keyring\n[ 0.501497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502669] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504650] zbud: loaded\n[ 0.505346] VFS: Disk quotas dquot_6.6.0\n[ 0.506161] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.507674] fuse init (API version 7.23)\n[ 0.508555] Key type big_key registered\n[ 0.509346] Allocating IMA MOK and blacklist keyrings.\n[ 0.510466] Key type asymmetric registered\n[ 0.511297] Asymmetric key parser 'x509' registered\n[ 0.512254] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513714] io scheduler noop registered\n[ 0.514508] io scheduler deadline registered (default)\n[ 0.515502] io scheduler cfq registered\n[ 0.516709] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.517756] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519017] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.520482] ACPI: Power Button [PWRF]\n[ 0.521311] GHES: HEST is not enabled!\n[ 0.534823] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562926] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.565157] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590107] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593194] Linux agpgart interface v0.103\n[ 0.595290] brd: module loaded\n[ 0.596502] loop: module loaded\n[ 0.600766] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602194] GPT:90111 != 2097151\n[ 0.602866] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603950] GPT:90111 != 2097151\n[ 0.604624] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605585] vda: vda1 vda15\n[ 0.607098] scsi host0: ata_piix\n[ 0.607836] scsi host1: ata_piix\n[ 0.608538] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609739] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611166] libphy: Fixed MDIO Bus: probed\n[ 0.611988] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612931] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615065] PPP generic driver version 2.4.2\n[ 0.615953] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617230] ehci-pci: EHCI PCI platform driver\n[ 0.618092] ehci-platform: EHCI generic platform driver\n[ 0.619062] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620193] ohci-pci: OHCI PCI platform driver\n[ 0.621069] ohci-platform: OHCI generic platform driver\n[ 0.622057] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636417] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637423] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638872] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639889] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641001] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642214] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643629] usb usb1: Product: UHCI Host Controller\n[ 0.644562] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645698] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646738] hub 1-0:1.0: USB hub found\n[ 0.647624] hub 1-0:1.0: 2 ports detected\n[ 0.648747] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651153] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652232] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653548] mousedev: PS/2 mouse device common for all mice\n[ 0.654990] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657088] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658404] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659730] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661165] i2c /dev entries driver\n[ 0.662027] device-mapper: uevent: version 1.0.3\n[ 0.663130] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664945] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666431] NET: Registered protocol family 10\n[ 0.667660] NET: Registered protocol family 17\n[ 0.668568] Key type dns_resolver registered\n[ 0.669493] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670586] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672330] registered taskstats version 1\n[ 0.673162] Loading compiled-in X.509 certificates\n[ 0.674590] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676444] zswap: loaded using pool lzo/zbud\n[ 0.677798] Key type trusted registered\n[ 0.679348] Key type encrypted registered\n[ 0.680167] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681187] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682223] evm: HMAC attrs: 0x1\n[ 0.683159] Magic number: 6:536:718\n[ 0.684018] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:43 UTC (1538631883)\n[ 0.685612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686729] EDD information not available.\n[ 0.768125] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.769670] Write protecting the kernel read-only data: 14336k\n[ 0.781914] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.783738] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.489938] 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.14...\nLease of 10.10.10.14 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.40. iid=i-0000012f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCELjdNYNiJl2/HcBxrP2Pw9/0FmY8F0giV6yYPOTQ1o/GUKG2UVOWsT715KpjGC9J9qZbUPeCXVDP4TZCaUQ54Vra2nVEOY0fEsQ2iNm3pyHYURner2QOL6zWt8ncix8UF6Y56MPSRY6h96aZn35ZvpI6GqAI10I8nU8LUG4t7/UCk8K4uQ8TEy2UccsQr49wwcQiC4ci/2t08grbk5aPeerMgpnG78AetwHUNHFnAfJJs6oyxk7ICYveXZwpc3cSFQx+Ok9UF03XhB0jgkvDbehfsQOU3nHrSZsotqjGTS5+VTcSHIMzMkpzB3RCLyxufGAhV3OzbR1jbT9pWr+Qp root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBANBCLCfGb0Bt1+FE0G3zrgg7ma2RZayouEIf4+JcOPvugC3ubTT6VEKrqDxRtE+asSTDlKPBvpbKDNkT8OHG/T7XJUaVlHFiQ9hhIZ5giDKAqBlZRIG1MUwGAe2R/bc94qk/SSPiiesYZGGrznVHZOshPplRLkszik8L8dZFzcxPAAAAFQDkzEnJFLXu0WdCok7SkFHG/TeOBQAAAIBFHU/nnsRu4vL6v7Q57CVTjQ4SlVcPkNoPaIuimjeEUitaZ2E/bj2VnA8MeWwq4n48G1EkoK6gPxdt4doISw8QxzbMbCp4odOrEkY0zmHVFQDNEgMuZxEA71wXI9DGEuavh6cvPwrZD8gpZUNa+bCIH6pzq88FvU9qU+RUUXZF5AAAAIEAnKOA0Hxs9xRFo1HSqCCVDQxHGLtvnesWI4XCp+5pC5uospPpME+N93F5Ss6Whr+u9pYpVWp2TTXvNWqCLfmxKKlJJnL0IkwIgKcldYnnuraMxu+Daw/YmR6DdR379cSyEycYqIfEdBY4hh3gPQyh2CnNNyjF6LJKdLUa479kqdE= 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.14,24,fe80::f816:3eff:fe1b:9c8c/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.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-0000012f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.89 ===\n/dev/root resized successfully [took 1.66s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1B:9C:8C \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1b:9c8c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:68 errors:0 dropped:5 overruns:0 frame:0\n TX packets:108 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:8577 (8.3 KiB) TX bytes:9690 (9.4 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:0 errors:0 dropped:0 overruns:0 frame:0\n TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n64 bytes from 10.10.10.1: seq=0 ttl=64 time=0.369 ms\n64 bytes from 10.10.10.1: seq=1 ttl=64 time=0.238 ms\n64 bytes from 10.10.10.1: seq=2 ttl=64 time=0.154 ms\n64 bytes from 10.10.10.1: seq=3 ttl=64 time=0.169 ms\n64 bytes from 10.10.10.1: seq=4 ttl=64 time=0.294 ms\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 0.154/0.244/0.369 ms\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n64 bytes from 8.8.8.8: seq=0 ttl=122 time=5.813 ms\n64 bytes from 8.8.8.8: seq=1 ttl=122 time=5.171 ms\n64 bytes from 8.8.8.8: seq=2 ttl=122 time=5.083 ms\n64 bytes from 8.8.8.8: seq=3 ttl=122 time=4.811 ms\n64 bytes from 8.8.8.8: seq=4 ttl=122 time=5.120 ms\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 4.811/5.199/5.813 ms\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n64 bytes from 8.8.4.4: seq=0 ttl=122 time=5.687 ms\n64 bytes from 8.8.4.4: seq=1 ttl=122 time=5.584 ms\n64 bytes from 8.8.4.4: seq=2 ttl=122 time=5.705 ms\n64 bytes from 8.8.4.4: seq=3 ttl=122 time=5.626 ms\n64 bytes from 8.8.4.4: seq=4 ttl=122 time=5.871 ms\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 5 packets received, 0% packet loss\nround-trip min/avg/max = 5.584/5.694/5.871 ms\n### uname -a\nLinux sdnvpn-4-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 1.119665] usb 1-1: Product: QEMU USB Tablet\n[ 1.119665] usb 1-1: Manufacturer: QEMU\n[ 1.119666] usb 1-1: SerialNumber: 42\n[ 1.459222] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.472287] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.489938] random: dd urandom read with 5 bits of entropy available\n[ 1.495242] tsc: Refined TSC clocksource calibration: 3491.911 MHz\n[ 1.495245] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\n[ 3.999227] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 4.364319] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:44:44 cirros syslog.info syslogd started: BusyBox v1.23.2\nOct 4 06:44:44 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nOct 4 06:44:44 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 4 06:44:44 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nOct 4 06:44:44 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nOct 4 06:44:44 cirros kern.notice kernel: [ 1.489938] random: dd urandom read with 5 bits of entropy available\nOct 4 06:44:44 cirros kern.info kernel: [ 1.495242] tsc: Refined TSC clocksource calibration: 3491.911 MHz\nOct 4 06:44:44 cirros kern.info kernel: [ 1.495245] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325577d1aeb, max_idle_ns: 440795265276 ns\nOct 4 06:44:45 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:44:46 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:44:46 cirros kern.info kernel: [ 3.999227] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:44:47 cirros kern.info kernel: [ 4.364319] EXT4-fs (vda1): resized filesystem to 1039340\n############ debug end ##############\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-2 login: "} 2018-10-04 05:45:35,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06/action used request id req-3dd20356-b7f0-4fb6-98a9-d051ce001d99 2018-10-04 05:45:37,288 - sdnvpn_test_utils - INFO - Waiting for instance e7674799-d074-4c52-aaa1-872752176989 to boot up 2018-10-04 05:45:37,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:38,358 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-4281f559-8e40-4a20-83c6-da97d72ef623 x-compute-request-id: req-4281f559-8e40-4a20-83c6-da97d72ef623 Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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-04 05:45:38,359 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-4281f559-8e40-4a20-83c6-da97d72ef623 2018-10-04 05:45:40,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:41,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e265bdb7-afb6-43f2-998f-6b8d9e9c6a3d x-compute-request-id: req-e265bdb7-afb6-43f2-998f-6b8d9e9c6a3d Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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-04 05:45:41,458 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-e265bdb7-afb6-43f2-998f-6b8d9e9c6a3d 2018-10-04 05:45:43,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:44,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-0e673236-24ea-45a3-b26a-468119dab00e x-compute-request-id: req-0e673236-24ea-45a3-b26a-468119dab00e Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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-04 05:45:44,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-0e673236-24ea-45a3-b26a-468119dab00e 2018-10-04 05:45:46,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:47,639 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-6771a92e-fa62-47cc-af19-1bb2eaf30414 x-compute-request-id: req-6771a92e-fa62-47cc-af19-1bb2eaf30414 Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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-04 05:45:47,640 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-6771a92e-fa62-47cc-af19-1bb2eaf30414 2018-10-04 05:45:49,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:50,723 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-02e59c2c-bcc0-4f76-a491-52b1395ab6ff x-compute-request-id: req-02e59c2c-bcc0-4f76-a491-52b1395ab6ff Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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-04 05:45:50,724 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-02e59c2c-bcc0-4f76-a491-52b1395ab6ff 2018-10-04 05:45:52,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:53,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-a9d18dfa-41d8-4823-80ad-4a0d1e9a7147 x-compute-request-id: req-a9d18dfa-41d8-4823-80ad-4a0d1e9a7147 Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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-04 05:45:53,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-a9d18dfa-41d8-4823-80ad-4a0d1e9a7147 2018-10-04 05:45:55,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:56,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-ba3fa7c7-489f-4466-b088-838af13a2dd8 x-compute-request-id: req-ba3fa7c7-489f-4466-b088-838af13a2dd8 Content-Encoding: gzip Content-Length: 7703 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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-04 05:45:56,901 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-ba3fa7c7-489f-4466-b088-838af13a2dd8 2018-10-04 05:45:58,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e2adbc2b15cb65d0cb2c5f2c74b63f508e9675d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:45:59,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:45: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-25d88835-7abd-48bf-a3d1-65c8d824b063 x-compute-request-id: req-25d88835-7abd-48bf-a3d1-65c8d824b063 Content-Encoding: gzip Content-Length: 9529 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 456267833 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137299] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139036] pid_max: default: 32768 minimum: 301\n[ 0.139970] ACPI: Core revision 20150930\n[ 0.141401] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142778] Security Framework initialized\n[ 0.143632] Yama: becoming mindful.\n[ 0.144407] AppArmor: AppArmor initialized\n[ 0.145298] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146690] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148040] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149324] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150785] Initializing cgroup subsys io\n[ 0.151633] Initializing cgroup subsys memory\n[ 0.152543] Initializing cgroup subsys devices\n[ 0.153455] Initializing cgroup subsys freezer\n[ 0.154354] Initializing cgroup subsys net_cls\n[ 0.155311] Initializing cgroup subsys perf_event\n[ 0.156304] Initializing cgroup subsys net_prio\n[ 0.157235] Initializing cgroup subsys hugetlb\n[ 0.158139] Initializing cgroup subsys pids\n[ 0.159080] CPU: Physical Processor ID: 0\n[ 0.160633] mce: CPU supports 10 MCE banks\n[ 0.161522] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162583] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.173502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.179882] ftrace: allocating 31920 entries in 125 pages\n[ 0.205917] smpboot: Max logical packages: 1\n[ 0.206803] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208198] x2apic enabled\n[ 0.209040] Switched APIC routing to physical x2apic.\n[ 0.210845] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212043] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214146] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216032] KVM setup paravirtual spinlock\n[ 0.217359] x86: Booted up 1 node, 1 CPUs\n[ 0.218214] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219691] devtmpfs: initialized\n[ 0.221468] evm: security.selinux\n[ 0.222202] evm: security.SMACK64\n[ 0.222939] evm: security.SMACK64EXEC\n[ 0.223743] evm: security.SMACK64TRANSMUTE\n[ 0.224573] evm: security.SMACK64MMAP\n[ 0.225337] evm: security.ima\n[ 0.226003] evm: security.capability\n[ 0.226831] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228734] pinctrl core: initialized pinctrl subsystem\n[ 0.229865] RTC time: 5:44:53, date: 10/04/18\n[ 0.230876] NET: Registered protocol family 16\n[ 0.231914] cpuidle: using governor ladder\n[ 0.232748] cpuidle: using governor menu\n[ 0.233546] PCCT header not found.\n[ 0.234312] ACPI: bus type PCI registered\n[ 0.235130] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236392] PCI: Using configuration type 1 for base access\n[ 0.238144] ACPI: Added _OSI(Module Device)\n[ 0.239018] ACPI: Added _OSI(Processor Device)\n[ 0.239906] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240825] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243055] ACPI: Interpreter enabled\n[ 0.243873] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249592] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251559] ACPI: (supports S0 S5)\n[ 0.252299] ACPI: Using IOAPIC for interrupt routing\n[ 0.253425] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256568] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257742] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260250] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262550] acpiphp: Slot [3] registered\n[ 0.263414] acpiphp: Slot [4] registered\n[ 0.264260] acpiphp: Slot [5] registered\n[ 0.265083] acpiphp: Slot [6] registered\n[ 0.265902] acpiphp: Slot [7] registered\n[ 0.266720] acpiphp: Slot [8] registered\n[ 0.267544] acpiphp: Slot [9] registered\n[ 0.268358] acpiphp: Slot [10] registered\n[ 0.269220] acpiphp: Slot [11] registered\n[ 0.270082] acpiphp: Slot [12] registered\n[ 0.270913] acpiphp: Slot [13] registered\n[ 0.271775] acpiphp: Slot [14] registered\n[ 0.272630] acpiphp: Slot [15] registered\n[ 0.283835] acpiphp: Slot [16] registered\n[ 0.284682] acpiphp: Slot [17] registered\n[ 0.285517] acpiphp: Slot [18] registered\n[ 0.286343] acpiphp: Slot [19] registered\n[ 0.287171] acpiphp: Slot [20] registered\n[ 0.288013] acpiphp: Slot [21] registered\n[ 0.288847] acpiphp: Slot [22] registered\n[ 0.289679] acpiphp: Slot [23] registered\n[ 0.290509] acpiphp: Slot [24] registered\n[ 0.291336] acpiphp: Slot [25] registered\n[ 0.292199] acpiphp: Slot [26] registered\n[ 0.293067] acpiphp: Slot [27] registered\n[ 0.293911] acpiphp: Slot [28] registered\n[ 0.294744] acpiphp: Slot [29] registered\n[ 0.295576] acpiphp: Slot [30] registered\n[ 0.296422] acpiphp: Slot [31] registered\n[ 0.297252] PCI host bridge to bus 0000:00\n[ 0.298099] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299333] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302173] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309835] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312399] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313736] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321540] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366953] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.368476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.371443] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372890] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.374204] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.375376] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376654] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378248] vgaarb: loaded\n[ 0.378867] vgaarb: bridge control possible 0000:00:02.0\n[ 0.380026] SCSI subsystem initialized\n[ 0.380868] ACPI: bus type USB registered\n[ 0.381721] usbcore: registered new interface driver usbfs\n[ 0.382799] usbcore: registered new interface driver hub\n[ 0.383877] usbcore: registered new device driver usb\n[ 0.384962] PCI: Using ACPI for IRQ routing\n[ 0.386040] NetLabel: Initializing\n[ 0.386808] NetLabel: domain hash size = 128\n[ 0.387689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388658] NetLabel: unlabeled traffic allowed by default\n[ 0.389780] clocksource: Switched to clocksource kvm-clock\n[ 0.395208] AppArmor: AppArmor Filesystem Enabled\n[ 0.396200] pnp: PnP ACPI init\n[ 0.397121] pnp: PnP ACPI: found 5 devices\n[ 0.403503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405274] NET: Registered protocol family 2\n[ 0.406262] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.407575] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.408769] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410014] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.411169] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412451] NET: Registered protocol family 1\n[ 0.413375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.414582] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.415742] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.429873] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.443986] Trying to unpack rootfs image as initramfs...\n[ 0.493221] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507168] Scanning for low memory corruption every 60 seconds\n[ 0.508555] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.509744] audit: initializing netlink subsys (disabled)\n[ 0.510807] audit: type=2000 audit(1538631894.396:1): initialized\n[ 0.512147] Initialise system trusted keyring\n[ 0.513110] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.514349] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.516349] zbud: loaded\n[ 0.517075] VFS: Disk quotas dquot_6.6.0\n[ 0.517930] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519532] fuse init (API version 7.23)\n[ 0.520451] Key type big_key registered\n[ 0.521277] Allocating IMA MOK and blacklist keyrings.\n[ 0.522443] Key type asymmetric registered\n[ 0.523283] Asymmetric key parser 'x509' registered\n[ 0.524271] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.526163] io scheduler noop registered\n[ 0.526977] io scheduler deadline registered (default)\n[ 0.527983] io scheduler cfq registered\n[ 0.528830] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529908] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.531192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532671] ACPI: Power Button [PWRF]\n[ 0.533516] GHES: HEST is not enabled!\n[ 0.547224] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575192] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577463] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.603201] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.605894] Linux agpgart interface v0.103\n[ 0.607968] brd: module loaded\n[ 0.609141] loop: module loaded\n[ 0.613585] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615065] GPT:90111 != 2097151\n[ 0.615753] GPT:Alternate GPT header not at the end of the disk.\n[ 0.616849] GPT:90111 != 2097151\n[ 0.617528] GPT: Use GNU Parted to correct GPT errors.\n[ 0.618504] vda: vda1 vda15\n[ 0.620020] scsi host0: ata_piix\n[ 0.620770] scsi host1: ata_piix\n[ 0.621491] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.622729] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.624203] libphy: Fixed MDIO Bus: probed\n[ 0.625039] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626019] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.628183] PPP generic driver version 2.4.2\n[ 0.629082] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.630412] ehci-pci: EHCI PCI platform driver\n[ 0.632370] ehci-platform: EHCI generic platform driver\n[ 0.634549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636927] ohci-pci: OHCI PCI platform driver\n[ 0.638975] ohci-platform: OHCI generic platform driver\n[ 0.640993] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.657067] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.658095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.659566] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.660604] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.661732] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.662975] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.664408] usb usb1: Product: UHCI Host Controller\n[ 0.665347] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.666510] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.667516] hub 1-0:1.0: USB hub found\n[ 0.668300] hub 1-0:1.0: 2 ports detected\n[ 0.669222] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.671374] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.672350] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.673394] mousedev: PS/2 mouse device common for all mice\n[ 0.674670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.676537] rtc_cmos 00:00: RTC can wake from S4\n[ 0.677648] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.678874] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.680076] i2c /dev entries driver\n[ 0.680843] device-mapper: uevent: version 1.0.3\n[ 0.681803] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683454] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.684742] NET: Registered protocol family 10\n[ 0.685753] NET: Registered protocol family 17\n[ 0.686671] Key type dns_resolver registered\n[ 0.687616] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.688725] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690508] registered taskstats version 1\n[ 0.691351] Loading compiled-in X.509 certificates\n[ 0.692814] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694706] zswap: loaded using pool lzo/zbud\n[ 0.696085] Key type trusted registered\n[ 0.697647] Key type encrypted registered\n[ 0.698497] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699558] ima: No TPM chip found, activating TPM-bypass!\n[ 0.700608] evm: HMAC attrs: 0x1\n[ 0.701566] Magic number: 6:536:718\n[ 0.702441] rtc_cmos 00:00: setting system clock to 2018-10-04 05:44:54 UTC (1538631894)\n[ 0.704048] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705167] EDD information not available.\n[ 0.782771] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.784338] Write protecting the kernel read-only data: 14336k\n[ 0.796419] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.798269] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in 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.115688] 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.02. iid=i-00000132\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/nvNa6/GpW+QUcEpMca5eD5vG29x+CR4PbVFpJiFMnG2cSTnY2tHIXJ7rLA7Vxcw/0JMs3JrXXADfn6CXYpDXPaEue/FNTvk2X+S1dBbMEmP4IRkvLn74uu9EzFihLp7U7rSMrjSbsRCDsnN5sfSR31WlWaL5Y1uICuUGegngn5t9p699bnNDRmdY69Pb/Vvv70aEwVh+hXGoYizyEiavNoOf52zqVVgqt93Kk7bW0SSVDhBguM1TjO0tviuUcje8kglmpgc6Cpj6aKUyDaLNAjPgZX3S+o0ZrPkD1+VQIe2yEglyKIYUAvWLnJx+9tABpF5l8phqTygpOzm3qeRz root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBANopF44aMF7Q7tBiqJCOPBuyzdPznfovEZM8XtZbUNdotLS58KirqrVBXgjrlk9DarR3V8UDYjXDCyeDTkmwTYO62QK5VeDyiBY+cZqveSjwn+rYBAm67ragVeYvUkVffarxvO3kVbWGMnNRPCXMJGdO0qTJEnKmCyhW2b2ZwfEhAAAAFQCK6Dv93MiEk7ps1liYMdQIjXyDOQAAAIEAnN7PdNNryammI94vtz/nJfDVwrg3yl6qDQ5d1zgMbNtMkN4/6wXUnmY2u9O6hZUw4bwcdQpQwSwFL6lOch8sy8sXf2p+TrzRTgOvj9eZU6wK8l14KWtINrpJ+co+lN0bntJ3xe0tYTQFJEkpD1/CejCYO7rdGK/P8z0hvwwrTNEAAACBAM1dWS5VfVMYrkqKX+FrsGpObIzbIMPe0j6/PnQCDXbNTeIpm9k8Mp57BTrj/nDuFWF/mVwfMxXzwOdEjBdkWSuUUV2oobcamoWl7At2cCuDsl0UGuOKjAbNgZv34TulhjU1hYC8AKUEaJZ9rA8NL6X+xDNX2f3hNpvQjf0M/429 root@sdnvpn-4-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.13,24,fe80::f816:3eff:fe69:b197/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.13 \nip-route:169.254.169.254 via 10.10.10.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000132\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.56 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-4-3 login: "} 2018-10-04 05:45:59,999 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-25d88835-7abd-48bf-a3d1-65c8d824b063 2018-10-04 05:46:02,028 - sdnvpn_test_utils - INFO - Waiting for instance 2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 to boot up 2018-10-04 05:46:02,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:03,102 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-9e822b57-ce88-46a2-a9d8-bbbdb04c514f x-compute-request-id: req-9e822b57-ce88-46a2-a9d8-bbbdb04c514f 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 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\n"} 2018-10-04 05:46:03,103 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-9e822b57-ce88-46a2-a9d8-bbbdb04c514f 2018-10-04 05:46:05,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:06,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-57616479-fe6a-4b5f-aa48-e7e1b2a45303 x-compute-request-id: req-57616479-fe6a-4b5f-aa48-e7e1b2a45303 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:06,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-57616479-fe6a-4b5f-aa48-e7e1b2a45303 2018-10-04 05:46:08,206 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:09,330 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-d646074f-0b6e-4ae4-be5e-b2f03518c626 x-compute-request-id: req-d646074f-0b6e-4ae4-be5e-b2f03518c626 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:09,331 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-d646074f-0b6e-4ae4-be5e-b2f03518c626 2018-10-04 05:46:11,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:12,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-8459ef62-eb41-4f5a-a3b5-f20172adc058 x-compute-request-id: req-8459ef62-eb41-4f5a-a3b5-f20172adc058 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:12,424 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-8459ef62-eb41-4f5a-a3b5-f20172adc058 2018-10-04 05:46:14,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:15,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-3a43ee12-f972-43f2-a128-f0d481c12a08 x-compute-request-id: req-3a43ee12-f972-43f2-a128-f0d481c12a08 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:15,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-3a43ee12-f972-43f2-a128-f0d481c12a08 2018-10-04 05:46:17,530 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:18,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-be308e1a-2973-41f2-8e59-77f6b5f33c40 x-compute-request-id: req-be308e1a-2973-41f2-8e59-77f6b5f33c40 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:18,610 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-be308e1a-2973-41f2-8e59-77f6b5f33c40 2018-10-04 05:46:20,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:21,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-70221e94-a9e4-48a5-aad0-3ec4c0566be5 x-compute-request-id: req-70221e94-a9e4-48a5-aad0-3ec4c0566be5 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:21,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-70221e94-a9e4-48a5-aad0-3ec4c0566be5 2018-10-04 05:46:23,723 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:24,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-0e082ece-1a13-47ad-b93f-c190fc38e070 x-compute-request-id: req-0e082ece-1a13-47ad-b93f-c190fc38e070 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:24,803 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-0e082ece-1a13-47ad-b93f-c190fc38e070 2018-10-04 05:46:26,819 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:27,889 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-f294bdc2-1cc6-4cf9-9dac-ed7f707c5a93 x-compute-request-id: req-f294bdc2-1cc6-4cf9-9dac-ed7f707c5a93 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:27,890 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-f294bdc2-1cc6-4cf9-9dac-ed7f707c5a93 2018-10-04 05:46:29,905 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:30,975 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-058dba00-52ad-48f5-9a41-1ab889cf0acf x-compute-request-id: req-058dba00-52ad-48f5-9a41-1ab889cf0acf Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:30,976 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-058dba00-52ad-48f5-9a41-1ab889cf0acf 2018-10-04 05:46:32,995 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:34,067 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-77bfdd34-419d-4e4f-b448-f1b505332fd2 x-compute-request-id: req-77bfdd34-419d-4e4f-b448-f1b505332fd2 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:34,068 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-77bfdd34-419d-4e4f-b448-f1b505332fd2 2018-10-04 05:46:36,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:37,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-a7899924-2b8e-4b7a-859d-a5fd0c590c91 x-compute-request-id: req-a7899924-2b8e-4b7a-859d-a5fd0c590c91 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:37,155 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-a7899924-2b8e-4b7a-859d-a5fd0c590c91 2018-10-04 05:46:39,172 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:40,245 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-2d1af2a5-9df6-4bbd-a7ad-0c11b9435a08 x-compute-request-id: req-2d1af2a5-9df6-4bbd-a7ad-0c11b9435a08 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:40,246 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-2d1af2a5-9df6-4bbd-a7ad-0c11b9435a08 2018-10-04 05:46:42,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:43,327 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-c3e58df7-15d7-4f2b-bddd-bf552bf046dd x-compute-request-id: req-c3e58df7-15d7-4f2b-bddd-bf552bf046dd Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:43,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-c3e58df7-15d7-4f2b-bddd-bf552bf046dd 2018-10-04 05:46:45,344 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:46,415 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-01a01ab6-768c-4477-90eb-dbe782c31663 x-compute-request-id: req-01a01ab6-768c-4477-90eb-dbe782c31663 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:46,416 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-01a01ab6-768c-4477-90eb-dbe782c31663 2018-10-04 05:46:48,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:49,504 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-f8dda3b9-db46-45d3-b9f1-19ef443e7048 x-compute-request-id: req-f8dda3b9-db46-45d3-b9f1-19ef443e7048 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:49,505 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-f8dda3b9-db46-45d3-b9f1-19ef443e7048 2018-10-04 05:46:51,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:52,688 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-8dcee1c5-6464-4be8-af3b-f6dd543d301e x-compute-request-id: req-8dcee1c5-6464-4be8-af3b-f6dd543d301e Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:52,688 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-8dcee1c5-6464-4be8-af3b-f6dd543d301e 2018-10-04 05:46:54,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:55,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-7b0f6c32-b7e5-40e8-a0e1-5bfdba4f1bda x-compute-request-id: req-7b0f6c32-b7e5-40e8-a0e1-5bfdba4f1bda Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:55,774 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-7b0f6c32-b7e5-40e8-a0e1-5bfdba4f1bda 2018-10-04 05:46:57,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:46:58,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:46: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-8149004f-1d8a-47f0-85f3-78e0bb044785 x-compute-request-id: req-8149004f-1d8a-47f0-85f3-78e0bb044785 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:46:58,860 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-8149004f-1d8a-47f0-85f3-78e0bb044785 2018-10-04 05:47:00,877 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:01,951 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-b9ffb14f-fb41-4f38-962b-daa823c37d1f x-compute-request-id: req-b9ffb14f-fb41-4f38-962b-daa823c37d1f Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:01,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-b9ffb14f-fb41-4f38-962b-daa823c37d1f 2018-10-04 05:47:03,973 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:05,045 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-97c2cd87-f53a-45cc-b278-1c9afd076388 x-compute-request-id: req-97c2cd87-f53a-45cc-b278-1c9afd076388 Content-Encoding: gzip Content-Length: 7718 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:05,046 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-97c2cd87-f53a-45cc-b278-1c9afd076388 2018-10-04 05:47:07,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:08,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-102a0662-63e8-4fcd-86ac-97257205756d x-compute-request-id: req-102a0662-63e8-4fcd-86ac-97257205756d Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:08,131 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-102a0662-63e8-4fcd-86ac-97257205756d 2018-10-04 05:47:10,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:11,215 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-e9c11814-b5ad-432e-b869-286c289e3f48 x-compute-request-id: req-e9c11814-b5ad-432e-b869-286c289e3f48 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:11,216 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-e9c11814-b5ad-432e-b869-286c289e3f48 2018-10-04 05:47:13,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:14,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-55979ace-a23c-4923-80dc-3724b4fc7e70 x-compute-request-id: req-55979ace-a23c-4923-80dc-3724b4fc7e70 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:14,305 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-55979ace-a23c-4923-80dc-3724b4fc7e70 2018-10-04 05:47:16,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:17,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-4f799fa9-8e9f-404b-a0e8-7222a61a27bd x-compute-request-id: req-4f799fa9-8e9f-404b-a0e8-7222a61a27bd Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:17,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-4f799fa9-8e9f-404b-a0e8-7222a61a27bd 2018-10-04 05:47:19,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:20,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-6c3a5bfb-be1b-4226-aa8d-6f327e0aae49 x-compute-request-id: req-6c3a5bfb-be1b-4226-aa8d-6f327e0aae49 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:20,478 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-6c3a5bfb-be1b-4226-aa8d-6f327e0aae49 2018-10-04 05:47:22,495 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:23,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-db17abab-5232-4d2f-8773-b6a680059732 x-compute-request-id: req-db17abab-5232-4d2f-8773-b6a680059732 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:23,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-db17abab-5232-4d2f-8773-b6a680059732 2018-10-04 05:47:25,576 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:26,645 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-df891718-15e0-4913-b995-795ef7d4fb8c x-compute-request-id: req-df891718-15e0-4913-b995-795ef7d4fb8c Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:26,645 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-df891718-15e0-4913-b995-795ef7d4fb8c 2018-10-04 05:47:28,662 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:29,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-d9678b4b-ed40-4fbb-9295-08e53fa7e9d7 x-compute-request-id: req-d9678b4b-ed40-4fbb-9295-08e53fa7e9d7 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:29,734 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-d9678b4b-ed40-4fbb-9295-08e53fa7e9d7 2018-10-04 05:47:31,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:32,826 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-a2d8837f-ca44-4d00-b05b-bfa279dc0aaf x-compute-request-id: req-a2d8837f-ca44-4d00-b05b-bfa279dc0aaf Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:32,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-a2d8837f-ca44-4d00-b05b-bfa279dc0aaf 2018-10-04 05:47:34,846 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:35,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-5d26aaa5-4126-4fe5-91bf-210facfcf66d x-compute-request-id: req-5d26aaa5-4126-4fe5-91bf-210facfcf66d Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:35,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-5d26aaa5-4126-4fe5-91bf-210facfcf66d 2018-10-04 05:47:37,931 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:39,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-4d112546-6e7a-4253-8a5c-acb54e35e12f x-compute-request-id: req-4d112546-6e7a-4253-8a5c-acb54e35e12f Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:39,005 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-4d112546-6e7a-4253-8a5c-acb54e35e12f 2018-10-04 05:47:41,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:42,088 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-77300bf9-7ec5-49dd-b1c2-6a0207dc3aef x-compute-request-id: req-77300bf9-7ec5-49dd-b1c2-6a0207dc3aef Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:42,088 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-77300bf9-7ec5-49dd-b1c2-6a0207dc3aef 2018-10-04 05:47:44,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:45,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-493c33f5-3528-4df6-a2ff-30125cdc965b x-compute-request-id: req-493c33f5-3528-4df6-a2ff-30125cdc965b Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:45,174 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-493c33f5-3528-4df6-a2ff-30125cdc965b 2018-10-04 05:47:47,190 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:48,265 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-af6cd72e-2741-48c8-8bb1-34e580e5cb4a x-compute-request-id: req-af6cd72e-2741-48c8-8bb1-34e580e5cb4a Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:48,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-af6cd72e-2741-48c8-8bb1-34e580e5cb4a 2018-10-04 05:47:50,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:51,406 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-967ae51a-c99e-42f6-88ae-4ce18d3f375c x-compute-request-id: req-967ae51a-c99e-42f6-88ae-4ce18d3f375c Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:51,406 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-967ae51a-c99e-42f6-88ae-4ce18d3f375c 2018-10-04 05:47:53,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:54,495 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-574f19a3-5b0f-4c21-af4d-83d7f9f77155 x-compute-request-id: req-574f19a3-5b0f-4c21-af4d-83d7f9f77155 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:54,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-574f19a3-5b0f-4c21-af4d-83d7f9f77155 2018-10-04 05:47:56,512 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:47:57,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47: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-326df417-4c52-4355-853b-61d9fcc0602b x-compute-request-id: req-326df417-4c52-4355-853b-61d9fcc0602b Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:47:57,582 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-326df417-4c52-4355-853b-61d9fcc0602b 2018-10-04 05:47:59,601 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:00,674 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27ecf2b5-adbe-4f8d-af3b-a1b40ac623e5 x-compute-request-id: req-27ecf2b5-adbe-4f8d-af3b-a1b40ac623e5 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:48:00,674 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-27ecf2b5-adbe-4f8d-af3b-a1b40ac623e5 2018-10-04 05:48:02,691 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}120126795618dca82ffb91aa26cfe06ed4dcc6d5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:03,761 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-734587a7-4076-422b-89cd-c340bf812866 x-compute-request-id: req-734587a7-4076-422b-89cd-c340bf812866 Content-Encoding: gzip Content-Length: 7719 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478106751 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.128747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.130350] pid_max: default: 32768 minimum: 301\n[ 0.131211] ACPI: Core revision 20150930\n[ 0.132575] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.133840] Security Framework initialized\n[ 0.134627] Yama: becoming mindful.\n[ 0.135334] AppArmor: AppArmor initialized\n[ 0.136173] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.137465] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.138698] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.139862] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141207] Initializing cgroup subsys io\n[ 0.141996] Initializing cgroup subsys memory\n[ 0.142829] Initializing cgroup subsys devices\n[ 0.143675] Initializing cgroup subsys freezer\n[ 0.144525] Initializing cgroup subsys net_cls\n[ 0.145365] Initializing cgroup subsys perf_event\n[ 0.146241] Initializing cgroup subsys net_prio\n[ 0.147094] Initializing cgroup subsys hugetlb\n[ 0.147942] Initializing cgroup subsys pids\n[ 0.148792] CPU: Physical Processor ID: 0\n[ 0.150260] mce: CPU supports 10 MCE banks\n[ 0.151081] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.152055] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162996] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.169676] ftrace: allocating 31920 entries in 125 pages\n[ 0.197297] smpboot: Max logical packages: 1\n[ 0.198133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199453] x2apic enabled\n[ 0.200251] Switched APIC routing to physical x2apic.\n[ 0.201976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203057] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204988] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206722] KVM setup paravirtual spinlock\n[ 0.207990] x86: Booted up 1 node, 1 CPUs\n[ 0.208774] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210124] devtmpfs: initialized\n[ 0.211823] evm: security.selinux\n[ 0.212512] evm: security.SMACK64\n[ 0.213179] evm: security.SMACK64EXEC\n[ 0.213903] evm: security.SMACK64TRANSMUTE\n[ 0.214685] evm: security.SMACK64MMAP\n[ 0.215421] evm: security.ima\n[ 0.216052] evm: security.capability\n[ 0.216854] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218678] pinctrl core: initialized pinctrl subsystem\n[ 0.219742] RTC time: 5:45:01, date: 10/04/18\n[ 0.220680] NET: Registered protocol family 16\n[ 0.221651] cpuidle: using governor ladder\n[ 0.222447] cpuidle: using governor menu\n[ 0.223210] PCCT header not found.\n[ 0.223944] ACPI: bus type PCI registered\n[ 0.224731] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225941] PCI: Using configuration type 1 for base access\n[ 0.227674] ACPI: Added _OSI(Module Device)\n[ 0.228488] ACPI: Added _OSI(Processor Device)\n[ 0.229342] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230208] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232274] ACPI: Interpreter enabled\n[ 0.233012] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234796] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240143] ACPI: (supports S0 S5)\n[ 0.240823] ACPI: Using IOAPIC for interrupt routing\n[ 0.241733] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247211] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248373] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250521] acpiphp: Slot [3] registered\n[ 0.251298] acpiphp: Slot [4] registered\n[ 0.252067] acpiphp: Slot [5] registered\n[ 0.252845] acpiphp: Slot [6] registered\n[ 0.253618] acpiphp: Slot [7] registered\n[ 0.254389] acpiphp: Slot [8] registered\n[ 0.255159] acpiphp: Slot [9] registered\n[ 0.255945] acpiphp: Slot [10] registered\n[ 0.256730] acpiphp: Slot [11] registered\n[ 0.257519] acpiphp: Slot [12] registered\n[ 0.258311] acpiphp: Slot [13] registered\n[ 0.259089] acpiphp: Slot [14] registered\n[ 0.259871] acpiphp: Slot [15] registered\n[ 0.270800] acpiphp: Slot [16] registered\n[ 0.271635] acpiphp: Slot [17] registered\n[ 0.272420] acpiphp: Slot [18] registered\n[ 0.273198] acpiphp: Slot [19] registered\n[ 0.273979] acpiphp: Slot [20] registered\n[ 0.274762] acpiphp: Slot [21] registered\n[ 0.275566] acpiphp: Slot [22] registered\n[ 0.276352] acpiphp: Slot [23] registered\n[ 0.277132] acpiphp: Slot [24] registered\n[ 0.277914] acpiphp: Slot [25] registered\n[ 0.278695] acpiphp: Slot [26] registered\n[ 0.279475] acpiphp: Slot [27] registered\n[ 0.280261] acpiphp: Slot [28] registered\n[ 0.281047] acpiphp: Slot [29] registered\n[ 0.281830] acpiphp: Slot [30] registered\n[ 0.282611] acpiphp: Slot [31] registered\n[ 0.283389] PCI host bridge to bus 0000:00\n[ 0.284167] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286505] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287899] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.289297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295456] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.296691] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297830] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299056] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307457] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355019] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356517] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357947] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359343] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360721] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363771] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364809] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366338] vgaarb: loaded\n[ 0.366931] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368053] SCSI subsystem initialized\n[ 0.368866] ACPI: bus type USB registered\n[ 0.369674] usbcore: registered new interface driver usbfs\n[ 0.370695] usbcore: registered new interface driver hub\n[ 0.371686] usbcore: registered new device driver usb\n[ 0.372726] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374441] NetLabel: domain hash size = 128\n[ 0.375280] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376212] NetLabel: unlabeled traffic allowed by default\n[ 0.377296] clocksource: Switched to clocksource kvm-clock\n[ 0.382733] AppArmor: AppArmor Filesystem Enabled\n[ 0.383678] pnp: PnP ACPI init\n[ 0.384573] pnp: PnP ACPI: found 5 devices\n[ 0.390931] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392593] NET: Registered protocol family 2\n[ 0.393538] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394781] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395927] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397061] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399263] NET: Registered protocol family 1\n[ 0.400116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401188] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402254] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416345] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430691] Trying to unpack rootfs image as initramfs...\n[ 0.480687] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494533] Scanning for low memory corruption every 60 seconds\n[ 0.495891] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497044] audit: initializing netlink subsys (disabled)\n[ 0.498075] audit: type=2000 audit(1538631902.735:1): initialized\n[ 0.499372] Initialise system trusted keyring\n[ 0.500294] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501457] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503400] zbud: loaded\n[ 0.504095] VFS: Disk quotas dquot_6.6.0\n[ 0.504903] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506414] fuse init (API version 7.23)\n[ 0.507294] Key type big_key registered\n[ 0.508079] Allocating IMA MOK and blacklist keyrings.\n[ 0.509553] Key type asymmetric registered\n[ 0.510370] Asymmetric key parser 'x509' registered\n[ 0.511309] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512755] io scheduler noop registered\n[ 0.513554] io scheduler deadline registered (default)\n[ 0.514529] io scheduler cfq registered\n[ 0.515352] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516391] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517643] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519081] ACPI: Power Button [PWRF]\n[ 0.519915] GHES: HEST is not enabled!\n[ 0.533641] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562259] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564496] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593357] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.596543] Linux agpgart interface v0.103\n[ 0.599141] brd: module loaded\n[ 0.600406] loop: module loaded\n[ 0.605481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.606922] GPT:90111 != 2097151\n[ 0.607586] GPT:Alternate GPT header not at the end of the disk.\n[ 0.608649] GPT:90111 != 2097151\n[ 0.609318] GPT: Use GNU Parted to correct GPT errors.\n[ 0.610271] vda: vda1 vda15\n[ 0.611821] scsi host0: ata_piix\n[ 0.612545] scsi host1: ata_piix\n[ 0.613242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.614442] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.615861] libphy: Fixed MDIO Bus: probed\n[ 0.616663] tun: Universal TUN/TAP device driver, 1.6\n[ 0.617597] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.619725] PPP generic driver version 2.4.2\n[ 0.620597] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.622109] ehci-pci: EHCI PCI platform driver\n[ 0.622974] ehci-platform: EHCI generic platform driver\n[ 0.623949] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.625057] ohci-pci: OHCI PCI platform driver\n[ 0.625923] ohci-platform: OHCI generic platform driver\n[ 0.626902] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641254] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642251] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.643681] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.644696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.645797] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646994] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.648393] usb usb1: Product: UHCI Host Controller\n[ 0.649321] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650446] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651499] hub 1-0:1.0: USB hub found\n[ 0.652261] hub 1-0:1.0: 2 ports detected\n[ 0.653152] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655248] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656193] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657207] mousedev: PS/2 mouse device common for all mice\n[ 0.658454] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660256] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661348] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.662534] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663713] i2c /dev entries driver\n[ 0.664473] device-mapper: uevent: version 1.0.3\n[ 0.665415] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667011] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668258] NET: Registered protocol family 10\n[ 0.669250] NET: Registered protocol family 17\n[ 0.670123] Key type dns_resolver registered\n[ 0.671029] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672090] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673811] registered taskstats version 1\n[ 0.674642] Loading compiled-in X.509 certificates\n[ 0.676078] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678368] zswap: loaded using pool lzo/zbud\n[ 0.680147] Key type trusted registered\n[ 0.681954] Key type encrypted registered\n[ 0.682897] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.684169] ima: No TPM chip found, activating TPM-bypass!\n[ 0.685394] evm: HMAC attrs: 0x1\n[ 0.686465] Magic number: 6:89:769\n[ 0.687415] mem kmsg: hash matches\n[ 0.688236] virtio-pci 0000:00:05.0: hash matches\n[ 0.689321] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:02 UTC (1538631902)\n[ 0.691227] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.692701] EDD information not available.\n[ 0.774257] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.786199] Write protecting the kernel read-only data: 14336k\n[ 0.787940] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.789887] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833363] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.98\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending discover...\n"} 2018-10-04 05:48:03,761 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-734587a7-4076-422b-89cd-c340bf812866 2018-10-04 05:48:05,775 - sdnvpn_test_utils - ERROR - Instance 2ea64385-4fef-4a9a-a6cd-d1c97e6e4587 does not boot up properly. 2018-10-04 05:48:05,775 - sdnvpn_test_utils - INFO - Waiting for instance 83701718-2055-4c59-90a8-d941ec400297 to boot up 2018-10-04 05:48:05,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:06,853 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48: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-ca58e637-9d6b-4e78-8936-ca943f198901 x-compute-request-id: req-ca58e637-9d6b-4e78-8936-ca943f198901 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 515834447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133405] pid_max: default: 32768 minimum: 301\n[ 0.134294] ACPI: Core revision 20150930\n[ 0.135664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136945] Security Framework initialized\n[ 0.137747] Yama: becoming mindful.\n[ 0.138477] AppArmor: AppArmor initialized\n[ 0.139344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140660] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143121] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144492] Initializing cgroup subsys io\n[ 0.145316] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147027] Initializing cgroup subsys freezer\n[ 0.147876] Initializing cgroup subsys net_cls\n[ 0.148731] Initializing cgroup subsys perf_event\n[ 0.149631] Initializing cgroup subsys net_prio\n[ 0.150504] Initializing cgroup subsys hugetlb\n[ 0.151375] Initializing cgroup subsys pids\n[ 0.152233] CPU: Physical Processor ID: 0\n[ 0.153702] mce: CPU supports 10 MCE banks\n[ 0.154550] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155550] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172620] ftrace: allocating 31920 entries in 125 pages\n[ 0.199098] smpboot: Max logical packages: 1\n[ 0.199944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201280] x2apic enabled\n[ 0.202089] Switched APIC routing to physical x2apic.\n[ 0.203836] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204950] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208712] KVM setup paravirtual spinlock\n[ 0.210001] x86: Booted up 1 node, 1 CPUs\n[ 0.210803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212188] devtmpfs: initialized\n[ 0.213898] evm: security.selinux\n[ 0.214593] evm: security.SMACK64\n[ 0.215280] evm: security.SMACK64EXEC\n[ 0.216025] evm: security.SMACK64TRANSMUTE\n[ 0.216827] evm: security.SMACK64MMAP\n[ 0.217570] evm: security.ima\n[ 0.218208] evm: security.capability\n[ 0.219012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220845] pinctrl core: initialized pinctrl subsystem\n[ 0.221945] RTC time: 5:45:24, date: 10/04/18\n[ 0.222886] NET: Registered protocol family 16\n[ 0.223845] cpuidle: using governor ladder\n[ 0.224653] cpuidle: using governor menu\n[ 0.225431] PCCT header not found.\n[ 0.226190] ACPI: bus type PCI registered\n[ 0.226994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228224] PCI: Using configuration type 1 for base access\n[ 0.229975] ACPI: Added _OSI(Module Device)\n[ 0.230804] ACPI: Added _OSI(Processor Device)\n[ 0.231662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232559] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234652] ACPI: Interpreter enabled\n[ 0.235426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242752] ACPI: (supports S0 S5)\n[ 0.243452] ACPI: Using IOAPIC for interrupt routing\n[ 0.244396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248613] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253226] acpiphp: Slot [3] registered\n[ 0.254019] acpiphp: Slot [4] registered\n[ 0.254807] acpiphp: Slot [5] registered\n[ 0.255613] acpiphp: Slot [6] registered\n[ 0.256413] acpiphp: Slot [7] registered\n[ 0.257215] acpiphp: Slot [8] registered\n[ 0.258008] acpiphp: Slot [9] registered\n[ 0.258794] acpiphp: Slot [10] registered\n[ 0.259600] acpiphp: Slot [11] registered\n[ 0.260417] acpiphp: Slot [12] registered\n[ 0.261232] acpiphp: Slot [13] registered\n[ 0.262035] acpiphp: Slot [14] registered\n[ 0.262832] acpiphp: Slot [15] registered\n[ 0.273885] acpiphp: Slot [16] registered\n[ 0.274699] acpiphp: Slot [17] registered\n[ 0.275512] acpiphp: Slot [18] registered\n[ 0.276323] acpiphp: Slot [19] registered\n[ 0.277122] acpiphp: Slot [20] registered\n[ 0.277927] acpiphp: Slot [21] registered\n[ 0.278736] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280362] acpiphp: Slot [24] registered\n[ 0.281161] acpiphp: Slot [25] registered\n[ 0.281968] acpiphp: Slot [26] registered\n[ 0.282772] acpiphp: Slot [27] registered\n[ 0.283586] acpiphp: Slot [28] registered\n[ 0.284396] acpiphp: Slot [29] registered\n[ 0.285195] acpiphp: Slot [30] registered\n[ 0.286000] acpiphp: Slot [31] registered\n[ 0.286802] PCI host bridge to bus 0000:00\n[ 0.287623] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356724] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359671] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367496] vgaarb: loaded\n[ 0.368107] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369237] SCSI subsystem initialized\n[ 0.370049] ACPI: bus type USB registered\n[ 0.370850] usbcore: registered new interface driver usbfs\n[ 0.371866] usbcore: registered new interface driver hub\n[ 0.372862] usbcore: registered new device driver usb\n[ 0.373901] PCI: Using ACPI for IRQ routing\n[ 0.374915] NetLabel: Initializing\n[ 0.375616] NetLabel: domain hash size = 128\n[ 0.376463] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377414] NetLabel: unlabeled traffic allowed by default\n[ 0.378502] clocksource: Switched to clocksource kvm-clock\n[ 0.384015] AppArmor: AppArmor Filesystem Enabled\n[ 0.384952] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393942] NET: Registered protocol family 2\n[ 0.394908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396193] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397370] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399655] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400826] NET: Registered protocol family 1\n[ 0.401697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402816] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403903] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417941] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432191] Trying to unpack rootfs image as initramfs...\n[ 0.482629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496610] Scanning for low memory corruption every 60 seconds\n[ 0.497938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499098] audit: initializing netlink subsys (disabled)\n[ 0.500132] audit: type=2000 audit(1538631925.629:1): initialized\n[ 0.501445] Initialise system trusted keyring\n[ 0.502396] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505555] zbud: loaded\n[ 0.506265] VFS: Disk quotas dquot_6.6.0\n[ 0.507111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508624] fuse init (API version 7.23)\n[ 0.509506] Key type big_key registered\n[ 0.510307] Allocating IMA MOK and blacklist keyrings.\n[ 0.511414] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515022] io scheduler noop registered\n[ 0.515812] io scheduler deadline registered (default)\n[ 0.516804] io scheduler cfq registered\n[ 0.517636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519956] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521403] ACPI: Power Button [PWRF]\n[ 0.522229] GHES: HEST is not enabled!\n[ 0.535943] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593348] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595518] Linux agpgart interface v0.103\n[ 0.597608] brd: module loaded\n[ 0.598828] loop: module loaded\n[ 0.604040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605496] GPT:90111 != 2097151\n[ 0.606169] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607271] GPT:90111 != 2097151\n[ 0.607941] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608904] vda: vda1 vda15\n[ 0.610330] scsi host0: ata_piix\n[ 0.611070] scsi host1: ata_piix\n[ 0.611773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614411] libphy: Fixed MDIO Bus: probed\n[ 0.615231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616174] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618309] PPP generic driver version 2.4.2\n[ 0.619209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620462] ehci-pci: EHCI PCI platform driver\n[ 0.621340] ehci-platform: EHCI generic platform driver\n[ 0.622315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623434] ohci-pci: OHCI PCI platform driver\n[ 0.624304] ohci-platform: OHCI generic platform driver\n[ 0.625280] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646792] usb usb1: Product: UHCI Host Controller\n[ 0.647719] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648845] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649848] hub 1-0:1.0: USB hub found\n[ 0.650640] hub 1-0:1.0: 2 ports detected\n[ 0.651538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655609] mousedev: PS/2 mouse device common for all mice\n[ 0.656846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659757] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660940] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662120] i2c /dev entries driver\n[ 0.662884] device-mapper: uevent: version 1.0.3\n[ 0.663824] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666691] NET: Registered protocol family 10\n[ 0.667700] NET: Registered protocol family 17\n[ 0.668586] Key type dns_resolver registered\n[ 0.669499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670603] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672329] registered taskstats version 1\n[ 0.673145] Loading compiled-in X.509 certificates\n[ 0.674579] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676402] zswap: loaded using pool lzo/zbud\n[ 0.677751] Key type trusted registered\n[ 0.679298] Key type encrypted registered\n[ 0.680127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682165] evm: HMAC attrs: 0x1\n[ 0.683098] Magic number: 6:89:769\n[ 0.683853] mem kmsg: hash matches\n[ 0.684553] virtio-pci 0000:00:05.0: hash matches\n[ 0.685506] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:25 UTC (1538631925)\n[ 0.687103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688205] EDD information not available.\n[ 0.767034] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778978] ata1.00: configured for MWDMA2\n[ 0.780183] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783613] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784860] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788246] Write protecting the kernel read-only data: 14336k\n[ 0.789791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791576] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.847943] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.46s]\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\nping 10.10.11.7 KO\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\n"} 2018-10-04 05:48:06,853 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-ca58e637-9d6b-4e78-8936-ca943f198901 2018-10-04 05:48:08,856 - sdnvpn_test_utils - INFO - Waiting for instance bee00439-2293-4bbb-b46c-e46ae5cf90ca to boot up 2018-10-04 05:48:08,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40b3fc9d8c1b93568e41ea7cc42edd2990b68509" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:09,928 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-750d4300-6df3-43f8-94b3-7014cf9c2220 x-compute-request-id: req-750d4300-6df3-43f8-94b3-7014cf9c2220 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 512879592 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131763] pid_max: default: 32768 minimum: 301\n[ 0.132639] ACPI: Core revision 20150930\n[ 0.134002] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135285] Security Framework initialized\n[ 0.136083] Yama: becoming mindful.\n[ 0.136795] AppArmor: AppArmor initialized\n[ 0.137646] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138949] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143552] Initializing cgroup subsys memory\n[ 0.144395] Initializing cgroup subsys devices\n[ 0.145254] Initializing cgroup subsys freezer\n[ 0.146106] Initializing cgroup subsys net_cls\n[ 0.146951] Initializing cgroup subsys perf_event\n[ 0.147839] Initializing cgroup subsys net_prio\n[ 0.148700] Initializing cgroup subsys hugetlb\n[ 0.149555] Initializing cgroup subsys pids\n[ 0.150416] CPU: Physical Processor ID: 0\n[ 0.151892] mce: CPU supports 10 MCE banks\n[ 0.152724] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153709] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164432] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170918] ftrace: allocating 31920 entries in 125 pages\n[ 0.197996] smpboot: Max logical packages: 1\n[ 0.198827] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200145] x2apic enabled\n[ 0.200935] Switched APIC routing to physical x2apic.\n[ 0.202676] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207457] KVM setup paravirtual spinlock\n[ 0.208731] x86: Booted up 1 node, 1 CPUs\n[ 0.209527] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210893] devtmpfs: initialized\n[ 0.212596] evm: security.selinux\n[ 0.213280] evm: security.SMACK64\n[ 0.213950] evm: security.SMACK64EXEC\n[ 0.214680] evm: security.SMACK64TRANSMUTE\n[ 0.215467] evm: security.SMACK64MMAP\n[ 0.216191] evm: security.ima\n[ 0.216818] evm: security.capability\n[ 0.217607] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219410] pinctrl core: initialized pinctrl subsystem\n[ 0.220474] RTC time: 5:45:11, date: 10/04/18\n[ 0.221414] NET: Registered protocol family 16\n[ 0.222365] cpuidle: using governor ladder\n[ 0.223163] cpuidle: using governor menu\n[ 0.223925] PCCT header not found.\n[ 0.224660] ACPI: bus type PCI registered\n[ 0.225448] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226657] PCI: Using configuration type 1 for base access\n[ 0.228386] ACPI: Added _OSI(Module Device)\n[ 0.229206] ACPI: Added _OSI(Processor Device)\n[ 0.230053] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233049] ACPI: Interpreter enabled\n[ 0.233797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237411] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241021] ACPI: (supports S0 S5)\n[ 0.241716] ACPI: Using IOAPIC for interrupt routing\n[ 0.242684] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245745] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246862] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248067] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251405] acpiphp: Slot [3] registered\n[ 0.252190] acpiphp: Slot [4] registered\n[ 0.252972] acpiphp: Slot [5] registered\n[ 0.253763] acpiphp: Slot [6] registered\n[ 0.254545] acpiphp: Slot [7] registered\n[ 0.255327] acpiphp: Slot [8] registered\n[ 0.256112] acpiphp: Slot [9] registered\n[ 0.256888] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258487] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260084] acpiphp: Slot [14] registered\n[ 0.260873] acpiphp: Slot [15] registered\n[ 0.271730] acpiphp: Slot [16] registered\n[ 0.272528] acpiphp: Slot [17] registered\n[ 0.273323] acpiphp: Slot [18] registered\n[ 0.274120] acpiphp: Slot [19] registered\n[ 0.274907] acpiphp: Slot [20] registered\n[ 0.275703] acpiphp: Slot [21] registered\n[ 0.276505] acpiphp: Slot [22] registered\n[ 0.277300] acpiphp: Slot [23] registered\n[ 0.278094] acpiphp: Slot [24] registered\n[ 0.278882] acpiphp: Slot [25] registered\n[ 0.279676] acpiphp: Slot [26] registered\n[ 0.280468] acpiphp: Slot [27] registered\n[ 0.281272] acpiphp: Slot [28] registered\n[ 0.282066] acpiphp: Slot [29] registered\n[ 0.282856] acpiphp: Slot [30] registered\n[ 0.283652] acpiphp: Slot [31] registered\n[ 0.284447] PCI host bridge to bus 0000:00\n[ 0.285236] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286421] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290452] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296770] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299197] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306857] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355536] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357015] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358422] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361166] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362827] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363956] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364985] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366501] vgaarb: loaded\n[ 0.367094] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368209] SCSI subsystem initialized\n[ 0.369005] ACPI: bus type USB registered\n[ 0.369805] usbcore: registered new interface driver usbfs\n[ 0.370817] usbcore: registered new interface driver hub\n[ 0.371801] usbcore: registered new device driver usb\n[ 0.372829] PCI: Using ACPI for IRQ routing\n[ 0.373838] NetLabel: Initializing\n[ 0.374539] NetLabel: domain hash size = 128\n[ 0.375379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376309] NetLabel: unlabeled traffic allowed by default\n[ 0.377380] clocksource: Switched to clocksource kvm-clock\n[ 0.382892] AppArmor: AppArmor Filesystem Enabled\n[ 0.383827] pnp: PnP ACPI init\n[ 0.384718] pnp: PnP ACPI: found 5 devices\n[ 0.391086] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392757] NET: Registered protocol family 2\n[ 0.393697] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396078] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397205] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399401] NET: Registered protocol family 1\n[ 0.400250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401316] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402371] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416396] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430656] Trying to unpack rootfs image as initramfs...\n[ 0.480818] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494787] Scanning for low memory corruption every 60 seconds\n[ 0.496124] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497254] audit: initializing netlink subsys (disabled)\n[ 0.498274] audit: type=2000 audit(1538631912.300:1): initialized\n[ 0.499564] Initialise system trusted keyring\n[ 0.500485] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501647] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503607] zbud: loaded\n[ 0.504308] VFS: Disk quotas dquot_6.6.0\n[ 0.505124] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506628] fuse init (API version 7.23)\n[ 0.507528] Key type big_key registered\n[ 0.508329] Allocating IMA MOK and blacklist keyrings.\n[ 0.509440] Key type asymmetric registered\n[ 0.510265] Asymmetric key parser 'x509' registered\n[ 0.511213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513038] io scheduler noop registered\n[ 0.513843] io scheduler deadline registered (default)\n[ 0.514827] io scheduler cfq registered\n[ 0.515659] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516700] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519449] ACPI: Power Button [PWRF]\n[ 0.520278] GHES: HEST is not enabled!\n[ 0.534033] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564796] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592476] Linux agpgart interface v0.103\n[ 0.594538] brd: module loaded\n[ 0.595701] loop: module loaded\n[ 0.600758] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602208] GPT:90111 != 2097151\n[ 0.602876] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603948] GPT:90111 != 2097151\n[ 0.604619] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605588] vda: vda1 vda15\n[ 0.607269] scsi host0: ata_piix\n[ 0.607992] scsi host1: ata_piix\n[ 0.608691] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609895] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611319] libphy: Fixed MDIO Bus: probed\n[ 0.612128] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613061] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615300] PPP generic driver version 2.4.2\n[ 0.616176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617525] ehci-pci: EHCI PCI platform driver\n[ 0.618390] ehci-platform: EHCI generic platform driver\n[ 0.619367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620471] ohci-pci: OHCI PCI platform driver\n[ 0.621329] ohci-platform: OHCI generic platform driver\n[ 0.622308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639180] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640196] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643920] usb usb1: Product: UHCI Host Controller\n[ 0.644842] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645970] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646962] hub 1-0:1.0: USB hub found\n[ 0.647949] hub 1-0:1.0: 2 ports detected\n[ 0.649096] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652940] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654266] mousedev: PS/2 mouse device common for all mice\n[ 0.655849] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658204] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659579] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661130] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662708] i2c /dev entries driver\n[ 0.663667] device-mapper: uevent: version 1.0.3\n[ 0.664865] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667002] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668644] NET: Registered protocol family 10\n[ 0.669892] NET: Registered protocol family 17\n[ 0.671054] Key type dns_resolver registered\n[ 0.672227] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673666] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675933] registered taskstats version 1\n[ 0.676999] Loading compiled-in X.509 certificates\n[ 0.678719] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681158] zswap: loaded using pool lzo/zbud\n[ 0.682774] Key type trusted registered\n[ 0.684539] Key type encrypted registered\n[ 0.685628] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686986] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688351] evm: HMAC attrs: 0x1\n[ 0.689856] Magic number: 6:89:769\n[ 0.690952] mem kmsg: hash matches\n[ 0.692049] virtio-pci 0000:00:05.0: hash matches\n[ 0.693576] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:12 UTC (1538631912)\n[ 0.696101] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697833] EDD information not available.\n[ 0.765903] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778033] ata1.00: configured for MWDMA2\n[ 0.779488] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782170] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783791] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785346] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789541] Write protecting the kernel read-only data: 14336k\n[ 0.791450] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793712] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.526781] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.59s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-10-04 05:48:09,928 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action used request id req-750d4300-6df3-43f8-94b3-7014cf9c2220 2018-10-04 05:48:11,931 - sdnvpn.test.functest.testcase_4 - ERROR - One or more instances are down 2018-10-04 05:48:11,934 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:13,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29ea41bf-4b4a-4e1e-bad5-c564b2d10c90 x-compute-request-id: req-29ea41bf-4b4a-4e1e-bad5-c564b2d10c90 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 515834447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133405] pid_max: default: 32768 minimum: 301\n[ 0.134294] ACPI: Core revision 20150930\n[ 0.135664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136945] Security Framework initialized\n[ 0.137747] Yama: becoming mindful.\n[ 0.138477] AppArmor: AppArmor initialized\n[ 0.139344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140660] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143121] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144492] Initializing cgroup subsys io\n[ 0.145316] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147027] Initializing cgroup subsys freezer\n[ 0.147876] Initializing cgroup subsys net_cls\n[ 0.148731] Initializing cgroup subsys perf_event\n[ 0.149631] Initializing cgroup subsys net_prio\n[ 0.150504] Initializing cgroup subsys hugetlb\n[ 0.151375] Initializing cgroup subsys pids\n[ 0.152233] CPU: Physical Processor ID: 0\n[ 0.153702] mce: CPU supports 10 MCE banks\n[ 0.154550] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155550] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172620] ftrace: allocating 31920 entries in 125 pages\n[ 0.199098] smpboot: Max logical packages: 1\n[ 0.199944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201280] x2apic enabled\n[ 0.202089] Switched APIC routing to physical x2apic.\n[ 0.203836] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204950] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208712] KVM setup paravirtual spinlock\n[ 0.210001] x86: Booted up 1 node, 1 CPUs\n[ 0.210803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212188] devtmpfs: initialized\n[ 0.213898] evm: security.selinux\n[ 0.214593] evm: security.SMACK64\n[ 0.215280] evm: security.SMACK64EXEC\n[ 0.216025] evm: security.SMACK64TRANSMUTE\n[ 0.216827] evm: security.SMACK64MMAP\n[ 0.217570] evm: security.ima\n[ 0.218208] evm: security.capability\n[ 0.219012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220845] pinctrl core: initialized pinctrl subsystem\n[ 0.221945] RTC time: 5:45:24, date: 10/04/18\n[ 0.222886] NET: Registered protocol family 16\n[ 0.223845] cpuidle: using governor ladder\n[ 0.224653] cpuidle: using governor menu\n[ 0.225431] PCCT header not found.\n[ 0.226190] ACPI: bus type PCI registered\n[ 0.226994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228224] PCI: Using configuration type 1 for base access\n[ 0.229975] ACPI: Added _OSI(Module Device)\n[ 0.230804] ACPI: Added _OSI(Processor Device)\n[ 0.231662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232559] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234652] ACPI: Interpreter enabled\n[ 0.235426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242752] ACPI: (supports S0 S5)\n[ 0.243452] ACPI: Using IOAPIC for interrupt routing\n[ 0.244396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248613] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253226] acpiphp: Slot [3] registered\n[ 0.254019] acpiphp: Slot [4] registered\n[ 0.254807] acpiphp: Slot [5] registered\n[ 0.255613] acpiphp: Slot [6] registered\n[ 0.256413] acpiphp: Slot [7] registered\n[ 0.257215] acpiphp: Slot [8] registered\n[ 0.258008] acpiphp: Slot [9] registered\n[ 0.258794] acpiphp: Slot [10] registered\n[ 0.259600] acpiphp: Slot [11] registered\n[ 0.260417] acpiphp: Slot [12] registered\n[ 0.261232] acpiphp: Slot [13] registered\n[ 0.262035] acpiphp: Slot [14] registered\n[ 0.262832] acpiphp: Slot [15] registered\n[ 0.273885] acpiphp: Slot [16] registered\n[ 0.274699] acpiphp: Slot [17] registered\n[ 0.275512] acpiphp: Slot [18] registered\n[ 0.276323] acpiphp: Slot [19] registered\n[ 0.277122] acpiphp: Slot [20] registered\n[ 0.277927] acpiphp: Slot [21] registered\n[ 0.278736] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280362] acpiphp: Slot [24] registered\n[ 0.281161] acpiphp: Slot [25] registered\n[ 0.281968] acpiphp: Slot [26] registered\n[ 0.282772] acpiphp: Slot [27] registered\n[ 0.283586] acpiphp: Slot [28] registered\n[ 0.284396] acpiphp: Slot [29] registered\n[ 0.285195] acpiphp: Slot [30] registered\n[ 0.286000] acpiphp: Slot [31] registered\n[ 0.286802] PCI host bridge to bus 0000:00\n[ 0.287623] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356724] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359671] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367496] vgaarb: loaded\n[ 0.368107] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369237] SCSI subsystem initialized\n[ 0.370049] ACPI: bus type USB registered\n[ 0.370850] usbcore: registered new interface driver usbfs\n[ 0.371866] usbcore: registered new interface driver hub\n[ 0.372862] usbcore: registered new device driver usb\n[ 0.373901] PCI: Using ACPI for IRQ routing\n[ 0.374915] NetLabel: Initializing\n[ 0.375616] NetLabel: domain hash size = 128\n[ 0.376463] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377414] NetLabel: unlabeled traffic allowed by default\n[ 0.378502] clocksource: Switched to clocksource kvm-clock\n[ 0.384015] AppArmor: AppArmor Filesystem Enabled\n[ 0.384952] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393942] NET: Registered protocol family 2\n[ 0.394908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396193] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397370] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399655] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400826] NET: Registered protocol family 1\n[ 0.401697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402816] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403903] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417941] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432191] Trying to unpack rootfs image as initramfs...\n[ 0.482629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496610] Scanning for low memory corruption every 60 seconds\n[ 0.497938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499098] audit: initializing netlink subsys (disabled)\n[ 0.500132] audit: type=2000 audit(1538631925.629:1): initialized\n[ 0.501445] Initialise system trusted keyring\n[ 0.502396] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505555] zbud: loaded\n[ 0.506265] VFS: Disk quotas dquot_6.6.0\n[ 0.507111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508624] fuse init (API version 7.23)\n[ 0.509506] Key type big_key registered\n[ 0.510307] Allocating IMA MOK and blacklist keyrings.\n[ 0.511414] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515022] io scheduler noop registered\n[ 0.515812] io scheduler deadline registered (default)\n[ 0.516804] io scheduler cfq registered\n[ 0.517636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519956] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521403] ACPI: Power Button [PWRF]\n[ 0.522229] GHES: HEST is not enabled!\n[ 0.535943] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593348] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595518] Linux agpgart interface v0.103\n[ 0.597608] brd: module loaded\n[ 0.598828] loop: module loaded\n[ 0.604040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605496] GPT:90111 != 2097151\n[ 0.606169] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607271] GPT:90111 != 2097151\n[ 0.607941] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608904] vda: vda1 vda15\n[ 0.610330] scsi host0: ata_piix\n[ 0.611070] scsi host1: ata_piix\n[ 0.611773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614411] libphy: Fixed MDIO Bus: probed\n[ 0.615231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616174] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618309] PPP generic driver version 2.4.2\n[ 0.619209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620462] ehci-pci: EHCI PCI platform driver\n[ 0.621340] ehci-platform: EHCI generic platform driver\n[ 0.622315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623434] ohci-pci: OHCI PCI platform driver\n[ 0.624304] ohci-platform: OHCI generic platform driver\n[ 0.625280] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646792] usb usb1: Product: UHCI Host Controller\n[ 0.647719] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648845] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649848] hub 1-0:1.0: USB hub found\n[ 0.650640] hub 1-0:1.0: 2 ports detected\n[ 0.651538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655609] mousedev: PS/2 mouse device common for all mice\n[ 0.656846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659757] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660940] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662120] i2c /dev entries driver\n[ 0.662884] device-mapper: uevent: version 1.0.3\n[ 0.663824] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666691] NET: Registered protocol family 10\n[ 0.667700] NET: Registered protocol family 17\n[ 0.668586] Key type dns_resolver registered\n[ 0.669499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670603] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672329] registered taskstats version 1\n[ 0.673145] Loading compiled-in X.509 certificates\n[ 0.674579] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676402] zswap: loaded using pool lzo/zbud\n[ 0.677751] Key type trusted registered\n[ 0.679298] Key type encrypted registered\n[ 0.680127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682165] evm: HMAC attrs: 0x1\n[ 0.683098] Magic number: 6:89:769\n[ 0.683853] mem kmsg: hash matches\n[ 0.684553] virtio-pci 0000:00:05.0: hash matches\n[ 0.685506] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:25 UTC (1538631925)\n[ 0.687103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688205] EDD information not available.\n[ 0.767034] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778978] ata1.00: configured for MWDMA2\n[ 0.780183] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783613] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784860] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788246] Write protecting the kernel read-only data: 14336k\n[ 0.789791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791576] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.847943] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.46s]\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\nping 10.10.11.7 KO\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\n"} 2018-10-04 05:48:13,006 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-29ea41bf-4b4a-4e1e-bad5-c564b2d10c90 2018-10-04 05:48:13,007 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-2' (10.10.10.14). -->Expected result: can ping. 2018-10-04 05:48:13,011 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:14,105 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a297dbc-0b7e-4f26-a93f-86a6249d25ce x-compute-request-id: req-6a297dbc-0b7e-4f26-a93f-86a6249d25ce 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 515834447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133405] pid_max: default: 32768 minimum: 301\n[ 0.134294] ACPI: Core revision 20150930\n[ 0.135664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136945] Security Framework initialized\n[ 0.137747] Yama: becoming mindful.\n[ 0.138477] AppArmor: AppArmor initialized\n[ 0.139344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140660] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143121] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144492] Initializing cgroup subsys io\n[ 0.145316] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147027] Initializing cgroup subsys freezer\n[ 0.147876] Initializing cgroup subsys net_cls\n[ 0.148731] Initializing cgroup subsys perf_event\n[ 0.149631] Initializing cgroup subsys net_prio\n[ 0.150504] Initializing cgroup subsys hugetlb\n[ 0.151375] Initializing cgroup subsys pids\n[ 0.152233] CPU: Physical Processor ID: 0\n[ 0.153702] mce: CPU supports 10 MCE banks\n[ 0.154550] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155550] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172620] ftrace: allocating 31920 entries in 125 pages\n[ 0.199098] smpboot: Max logical packages: 1\n[ 0.199944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201280] x2apic enabled\n[ 0.202089] Switched APIC routing to physical x2apic.\n[ 0.203836] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204950] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208712] KVM setup paravirtual spinlock\n[ 0.210001] x86: Booted up 1 node, 1 CPUs\n[ 0.210803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212188] devtmpfs: initialized\n[ 0.213898] evm: security.selinux\n[ 0.214593] evm: security.SMACK64\n[ 0.215280] evm: security.SMACK64EXEC\n[ 0.216025] evm: security.SMACK64TRANSMUTE\n[ 0.216827] evm: security.SMACK64MMAP\n[ 0.217570] evm: security.ima\n[ 0.218208] evm: security.capability\n[ 0.219012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220845] pinctrl core: initialized pinctrl subsystem\n[ 0.221945] RTC time: 5:45:24, date: 10/04/18\n[ 0.222886] NET: Registered protocol family 16\n[ 0.223845] cpuidle: using governor ladder\n[ 0.224653] cpuidle: using governor menu\n[ 0.225431] PCCT header not found.\n[ 0.226190] ACPI: bus type PCI registered\n[ 0.226994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228224] PCI: Using configuration type 1 for base access\n[ 0.229975] ACPI: Added _OSI(Module Device)\n[ 0.230804] ACPI: Added _OSI(Processor Device)\n[ 0.231662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232559] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234652] ACPI: Interpreter enabled\n[ 0.235426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242752] ACPI: (supports S0 S5)\n[ 0.243452] ACPI: Using IOAPIC for interrupt routing\n[ 0.244396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248613] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253226] acpiphp: Slot [3] registered\n[ 0.254019] acpiphp: Slot [4] registered\n[ 0.254807] acpiphp: Slot [5] registered\n[ 0.255613] acpiphp: Slot [6] registered\n[ 0.256413] acpiphp: Slot [7] registered\n[ 0.257215] acpiphp: Slot [8] registered\n[ 0.258008] acpiphp: Slot [9] registered\n[ 0.258794] acpiphp: Slot [10] registered\n[ 0.259600] acpiphp: Slot [11] registered\n[ 0.260417] acpiphp: Slot [12] registered\n[ 0.261232] acpiphp: Slot [13] registered\n[ 0.262035] acpiphp: Slot [14] registered\n[ 0.262832] acpiphp: Slot [15] registered\n[ 0.273885] acpiphp: Slot [16] registered\n[ 0.274699] acpiphp: Slot [17] registered\n[ 0.275512] acpiphp: Slot [18] registered\n[ 0.276323] acpiphp: Slot [19] registered\n[ 0.277122] acpiphp: Slot [20] registered\n[ 0.277927] acpiphp: Slot [21] registered\n[ 0.278736] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280362] acpiphp: Slot [24] registered\n[ 0.281161] acpiphp: Slot [25] registered\n[ 0.281968] acpiphp: Slot [26] registered\n[ 0.282772] acpiphp: Slot [27] registered\n[ 0.283586] acpiphp: Slot [28] registered\n[ 0.284396] acpiphp: Slot [29] registered\n[ 0.285195] acpiphp: Slot [30] registered\n[ 0.286000] acpiphp: Slot [31] registered\n[ 0.286802] PCI host bridge to bus 0000:00\n[ 0.287623] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356724] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359671] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367496] vgaarb: loaded\n[ 0.368107] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369237] SCSI subsystem initialized\n[ 0.370049] ACPI: bus type USB registered\n[ 0.370850] usbcore: registered new interface driver usbfs\n[ 0.371866] usbcore: registered new interface driver hub\n[ 0.372862] usbcore: registered new device driver usb\n[ 0.373901] PCI: Using ACPI for IRQ routing\n[ 0.374915] NetLabel: Initializing\n[ 0.375616] NetLabel: domain hash size = 128\n[ 0.376463] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377414] NetLabel: unlabeled traffic allowed by default\n[ 0.378502] clocksource: Switched to clocksource kvm-clock\n[ 0.384015] AppArmor: AppArmor Filesystem Enabled\n[ 0.384952] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393942] NET: Registered protocol family 2\n[ 0.394908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396193] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397370] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399655] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400826] NET: Registered protocol family 1\n[ 0.401697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402816] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403903] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417941] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432191] Trying to unpack rootfs image as initramfs...\n[ 0.482629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496610] Scanning for low memory corruption every 60 seconds\n[ 0.497938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499098] audit: initializing netlink subsys (disabled)\n[ 0.500132] audit: type=2000 audit(1538631925.629:1): initialized\n[ 0.501445] Initialise system trusted keyring\n[ 0.502396] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505555] zbud: loaded\n[ 0.506265] VFS: Disk quotas dquot_6.6.0\n[ 0.507111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508624] fuse init (API version 7.23)\n[ 0.509506] Key type big_key registered\n[ 0.510307] Allocating IMA MOK and blacklist keyrings.\n[ 0.511414] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515022] io scheduler noop registered\n[ 0.515812] io scheduler deadline registered (default)\n[ 0.516804] io scheduler cfq registered\n[ 0.517636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519956] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521403] ACPI: Power Button [PWRF]\n[ 0.522229] GHES: HEST is not enabled!\n[ 0.535943] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593348] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595518] Linux agpgart interface v0.103\n[ 0.597608] brd: module loaded\n[ 0.598828] loop: module loaded\n[ 0.604040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605496] GPT:90111 != 2097151\n[ 0.606169] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607271] GPT:90111 != 2097151\n[ 0.607941] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608904] vda: vda1 vda15\n[ 0.610330] scsi host0: ata_piix\n[ 0.611070] scsi host1: ata_piix\n[ 0.611773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614411] libphy: Fixed MDIO Bus: probed\n[ 0.615231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616174] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618309] PPP generic driver version 2.4.2\n[ 0.619209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620462] ehci-pci: EHCI PCI platform driver\n[ 0.621340] ehci-platform: EHCI generic platform driver\n[ 0.622315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623434] ohci-pci: OHCI PCI platform driver\n[ 0.624304] ohci-platform: OHCI generic platform driver\n[ 0.625280] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646792] usb usb1: Product: UHCI Host Controller\n[ 0.647719] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648845] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649848] hub 1-0:1.0: USB hub found\n[ 0.650640] hub 1-0:1.0: 2 ports detected\n[ 0.651538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655609] mousedev: PS/2 mouse device common for all mice\n[ 0.656846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659757] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660940] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662120] i2c /dev entries driver\n[ 0.662884] device-mapper: uevent: version 1.0.3\n[ 0.663824] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666691] NET: Registered protocol family 10\n[ 0.667700] NET: Registered protocol family 17\n[ 0.668586] Key type dns_resolver registered\n[ 0.669499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670603] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672329] registered taskstats version 1\n[ 0.673145] Loading compiled-in X.509 certificates\n[ 0.674579] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676402] zswap: loaded using pool lzo/zbud\n[ 0.677751] Key type trusted registered\n[ 0.679298] Key type encrypted registered\n[ 0.680127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682165] evm: HMAC attrs: 0x1\n[ 0.683098] Magic number: 6:89:769\n[ 0.683853] mem kmsg: hash matches\n[ 0.684553] virtio-pci 0000:00:05.0: hash matches\n[ 0.685506] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:25 UTC (1538631925)\n[ 0.687103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688205] EDD information not available.\n[ 0.767034] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778978] ata1.00: configured for MWDMA2\n[ 0.780183] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783613] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784860] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788246] Write protecting the kernel read-only data: 14336k\n[ 0.789791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791576] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.847943] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.46s]\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\nping 10.10.11.7 KO\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\n"} 2018-10-04 05:48:14,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-6a297dbc-0b7e-4f26-a93f-86a6249d25ce 2018-10-04 05:48:14,106 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-10-04 05:48:14,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:15,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8398b779-10d1-4b7d-bdf0-5d068e4ed4ec x-compute-request-id: req-8398b779-10d1-4b7d-bdf0-5d068e4ed4ec 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 515834447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133405] pid_max: default: 32768 minimum: 301\n[ 0.134294] ACPI: Core revision 20150930\n[ 0.135664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136945] Security Framework initialized\n[ 0.137747] Yama: becoming mindful.\n[ 0.138477] AppArmor: AppArmor initialized\n[ 0.139344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140660] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143121] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144492] Initializing cgroup subsys io\n[ 0.145316] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147027] Initializing cgroup subsys freezer\n[ 0.147876] Initializing cgroup subsys net_cls\n[ 0.148731] Initializing cgroup subsys perf_event\n[ 0.149631] Initializing cgroup subsys net_prio\n[ 0.150504] Initializing cgroup subsys hugetlb\n[ 0.151375] Initializing cgroup subsys pids\n[ 0.152233] CPU: Physical Processor ID: 0\n[ 0.153702] mce: CPU supports 10 MCE banks\n[ 0.154550] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155550] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172620] ftrace: allocating 31920 entries in 125 pages\n[ 0.199098] smpboot: Max logical packages: 1\n[ 0.199944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201280] x2apic enabled\n[ 0.202089] Switched APIC routing to physical x2apic.\n[ 0.203836] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204950] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208712] KVM setup paravirtual spinlock\n[ 0.210001] x86: Booted up 1 node, 1 CPUs\n[ 0.210803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212188] devtmpfs: initialized\n[ 0.213898] evm: security.selinux\n[ 0.214593] evm: security.SMACK64\n[ 0.215280] evm: security.SMACK64EXEC\n[ 0.216025] evm: security.SMACK64TRANSMUTE\n[ 0.216827] evm: security.SMACK64MMAP\n[ 0.217570] evm: security.ima\n[ 0.218208] evm: security.capability\n[ 0.219012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220845] pinctrl core: initialized pinctrl subsystem\n[ 0.221945] RTC time: 5:45:24, date: 10/04/18\n[ 0.222886] NET: Registered protocol family 16\n[ 0.223845] cpuidle: using governor ladder\n[ 0.224653] cpuidle: using governor menu\n[ 0.225431] PCCT header not found.\n[ 0.226190] ACPI: bus type PCI registered\n[ 0.226994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228224] PCI: Using configuration type 1 for base access\n[ 0.229975] ACPI: Added _OSI(Module Device)\n[ 0.230804] ACPI: Added _OSI(Processor Device)\n[ 0.231662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232559] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234652] ACPI: Interpreter enabled\n[ 0.235426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242752] ACPI: (supports S0 S5)\n[ 0.243452] ACPI: Using IOAPIC for interrupt routing\n[ 0.244396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248613] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253226] acpiphp: Slot [3] registered\n[ 0.254019] acpiphp: Slot [4] registered\n[ 0.254807] acpiphp: Slot [5] registered\n[ 0.255613] acpiphp: Slot [6] registered\n[ 0.256413] acpiphp: Slot [7] registered\n[ 0.257215] acpiphp: Slot [8] registered\n[ 0.258008] acpiphp: Slot [9] registered\n[ 0.258794] acpiphp: Slot [10] registered\n[ 0.259600] acpiphp: Slot [11] registered\n[ 0.260417] acpiphp: Slot [12] registered\n[ 0.261232] acpiphp: Slot [13] registered\n[ 0.262035] acpiphp: Slot [14] registered\n[ 0.262832] acpiphp: Slot [15] registered\n[ 0.273885] acpiphp: Slot [16] registered\n[ 0.274699] acpiphp: Slot [17] registered\n[ 0.275512] acpiphp: Slot [18] registered\n[ 0.276323] acpiphp: Slot [19] registered\n[ 0.277122] acpiphp: Slot [20] registered\n[ 0.277927] acpiphp: Slot [21] registered\n[ 0.278736] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280362] acpiphp: Slot [24] registered\n[ 0.281161] acpiphp: Slot [25] registered\n[ 0.281968] acpiphp: Slot [26] registered\n[ 0.282772] acpiphp: Slot [27] registered\n[ 0.283586] acpiphp: Slot [28] registered\n[ 0.284396] acpiphp: Slot [29] registered\n[ 0.285195] acpiphp: Slot [30] registered\n[ 0.286000] acpiphp: Slot [31] registered\n[ 0.286802] PCI host bridge to bus 0000:00\n[ 0.287623] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356724] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359671] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367496] vgaarb: loaded\n[ 0.368107] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369237] SCSI subsystem initialized\n[ 0.370049] ACPI: bus type USB registered\n[ 0.370850] usbcore: registered new interface driver usbfs\n[ 0.371866] usbcore: registered new interface driver hub\n[ 0.372862] usbcore: registered new device driver usb\n[ 0.373901] PCI: Using ACPI for IRQ routing\n[ 0.374915] NetLabel: Initializing\n[ 0.375616] NetLabel: domain hash size = 128\n[ 0.376463] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377414] NetLabel: unlabeled traffic allowed by default\n[ 0.378502] clocksource: Switched to clocksource kvm-clock\n[ 0.384015] AppArmor: AppArmor Filesystem Enabled\n[ 0.384952] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393942] NET: Registered protocol family 2\n[ 0.394908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396193] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397370] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399655] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400826] NET: Registered protocol family 1\n[ 0.401697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402816] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403903] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417941] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432191] Trying to unpack rootfs image as initramfs...\n[ 0.482629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496610] Scanning for low memory corruption every 60 seconds\n[ 0.497938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499098] audit: initializing netlink subsys (disabled)\n[ 0.500132] audit: type=2000 audit(1538631925.629:1): initialized\n[ 0.501445] Initialise system trusted keyring\n[ 0.502396] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505555] zbud: loaded\n[ 0.506265] VFS: Disk quotas dquot_6.6.0\n[ 0.507111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508624] fuse init (API version 7.23)\n[ 0.509506] Key type big_key registered\n[ 0.510307] Allocating IMA MOK and blacklist keyrings.\n[ 0.511414] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515022] io scheduler noop registered\n[ 0.515812] io scheduler deadline registered (default)\n[ 0.516804] io scheduler cfq registered\n[ 0.517636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519956] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521403] ACPI: Power Button [PWRF]\n[ 0.522229] GHES: HEST is not enabled!\n[ 0.535943] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593348] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595518] Linux agpgart interface v0.103\n[ 0.597608] brd: module loaded\n[ 0.598828] loop: module loaded\n[ 0.604040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605496] GPT:90111 != 2097151\n[ 0.606169] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607271] GPT:90111 != 2097151\n[ 0.607941] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608904] vda: vda1 vda15\n[ 0.610330] scsi host0: ata_piix\n[ 0.611070] scsi host1: ata_piix\n[ 0.611773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614411] libphy: Fixed MDIO Bus: probed\n[ 0.615231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616174] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618309] PPP generic driver version 2.4.2\n[ 0.619209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620462] ehci-pci: EHCI PCI platform driver\n[ 0.621340] ehci-platform: EHCI generic platform driver\n[ 0.622315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623434] ohci-pci: OHCI PCI platform driver\n[ 0.624304] ohci-platform: OHCI generic platform driver\n[ 0.625280] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646792] usb usb1: Product: UHCI Host Controller\n[ 0.647719] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648845] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649848] hub 1-0:1.0: USB hub found\n[ 0.650640] hub 1-0:1.0: 2 ports detected\n[ 0.651538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655609] mousedev: PS/2 mouse device common for all mice\n[ 0.656846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659757] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660940] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662120] i2c /dev entries driver\n[ 0.662884] device-mapper: uevent: version 1.0.3\n[ 0.663824] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666691] NET: Registered protocol family 10\n[ 0.667700] NET: Registered protocol family 17\n[ 0.668586] Key type dns_resolver registered\n[ 0.669499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670603] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672329] registered taskstats version 1\n[ 0.673145] Loading compiled-in X.509 certificates\n[ 0.674579] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676402] zswap: loaded using pool lzo/zbud\n[ 0.677751] Key type trusted registered\n[ 0.679298] Key type encrypted registered\n[ 0.680127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682165] evm: HMAC attrs: 0x1\n[ 0.683098] Magic number: 6:89:769\n[ 0.683853] mem kmsg: hash matches\n[ 0.684553] virtio-pci 0000:00:05.0: hash matches\n[ 0.685506] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:25 UTC (1538631925)\n[ 0.687103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688205] EDD information not available.\n[ 0.767034] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778978] ata1.00: configured for MWDMA2\n[ 0.780183] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783613] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784860] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788246] Write protecting the kernel read-only data: 14336k\n[ 0.789791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791576] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.847943] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.46s]\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\nping 10.10.11.7 KO\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\n"} 2018-10-04 05:48:15,177 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-8398b779-10d1-4b7d-bdf0-5d068e4ed4ec 2018-10-04 05:48:15,178 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-3' (10.10.10.13). -->Expected result: can ping. 2018-10-04 05:48:15,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:16,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa4d7c67-b9bd-4e36-bebb-eaacb1315deb x-compute-request-id: req-fa4d7c67-b9bd-4e36-bebb-eaacb1315deb 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 515834447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133405] pid_max: default: 32768 minimum: 301\n[ 0.134294] ACPI: Core revision 20150930\n[ 0.135664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136945] Security Framework initialized\n[ 0.137747] Yama: becoming mindful.\n[ 0.138477] AppArmor: AppArmor initialized\n[ 0.139344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140660] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143121] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144492] Initializing cgroup subsys io\n[ 0.145316] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147027] Initializing cgroup subsys freezer\n[ 0.147876] Initializing cgroup subsys net_cls\n[ 0.148731] Initializing cgroup subsys perf_event\n[ 0.149631] Initializing cgroup subsys net_prio\n[ 0.150504] Initializing cgroup subsys hugetlb\n[ 0.151375] Initializing cgroup subsys pids\n[ 0.152233] CPU: Physical Processor ID: 0\n[ 0.153702] mce: CPU supports 10 MCE banks\n[ 0.154550] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155550] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172620] ftrace: allocating 31920 entries in 125 pages\n[ 0.199098] smpboot: Max logical packages: 1\n[ 0.199944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201280] x2apic enabled\n[ 0.202089] Switched APIC routing to physical x2apic.\n[ 0.203836] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204950] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208712] KVM setup paravirtual spinlock\n[ 0.210001] x86: Booted up 1 node, 1 CPUs\n[ 0.210803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212188] devtmpfs: initialized\n[ 0.213898] evm: security.selinux\n[ 0.214593] evm: security.SMACK64\n[ 0.215280] evm: security.SMACK64EXEC\n[ 0.216025] evm: security.SMACK64TRANSMUTE\n[ 0.216827] evm: security.SMACK64MMAP\n[ 0.217570] evm: security.ima\n[ 0.218208] evm: security.capability\n[ 0.219012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220845] pinctrl core: initialized pinctrl subsystem\n[ 0.221945] RTC time: 5:45:24, date: 10/04/18\n[ 0.222886] NET: Registered protocol family 16\n[ 0.223845] cpuidle: using governor ladder\n[ 0.224653] cpuidle: using governor menu\n[ 0.225431] PCCT header not found.\n[ 0.226190] ACPI: bus type PCI registered\n[ 0.226994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228224] PCI: Using configuration type 1 for base access\n[ 0.229975] ACPI: Added _OSI(Module Device)\n[ 0.230804] ACPI: Added _OSI(Processor Device)\n[ 0.231662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232559] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234652] ACPI: Interpreter enabled\n[ 0.235426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242752] ACPI: (supports S0 S5)\n[ 0.243452] ACPI: Using IOAPIC for interrupt routing\n[ 0.244396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248613] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253226] acpiphp: Slot [3] registered\n[ 0.254019] acpiphp: Slot [4] registered\n[ 0.254807] acpiphp: Slot [5] registered\n[ 0.255613] acpiphp: Slot [6] registered\n[ 0.256413] acpiphp: Slot [7] registered\n[ 0.257215] acpiphp: Slot [8] registered\n[ 0.258008] acpiphp: Slot [9] registered\n[ 0.258794] acpiphp: Slot [10] registered\n[ 0.259600] acpiphp: Slot [11] registered\n[ 0.260417] acpiphp: Slot [12] registered\n[ 0.261232] acpiphp: Slot [13] registered\n[ 0.262035] acpiphp: Slot [14] registered\n[ 0.262832] acpiphp: Slot [15] registered\n[ 0.273885] acpiphp: Slot [16] registered\n[ 0.274699] acpiphp: Slot [17] registered\n[ 0.275512] acpiphp: Slot [18] registered\n[ 0.276323] acpiphp: Slot [19] registered\n[ 0.277122] acpiphp: Slot [20] registered\n[ 0.277927] acpiphp: Slot [21] registered\n[ 0.278736] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280362] acpiphp: Slot [24] registered\n[ 0.281161] acpiphp: Slot [25] registered\n[ 0.281968] acpiphp: Slot [26] registered\n[ 0.282772] acpiphp: Slot [27] registered\n[ 0.283586] acpiphp: Slot [28] registered\n[ 0.284396] acpiphp: Slot [29] registered\n[ 0.285195] acpiphp: Slot [30] registered\n[ 0.286000] acpiphp: Slot [31] registered\n[ 0.286802] PCI host bridge to bus 0000:00\n[ 0.287623] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356724] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359671] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367496] vgaarb: loaded\n[ 0.368107] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369237] SCSI subsystem initialized\n[ 0.370049] ACPI: bus type USB registered\n[ 0.370850] usbcore: registered new interface driver usbfs\n[ 0.371866] usbcore: registered new interface driver hub\n[ 0.372862] usbcore: registered new device driver usb\n[ 0.373901] PCI: Using ACPI for IRQ routing\n[ 0.374915] NetLabel: Initializing\n[ 0.375616] NetLabel: domain hash size = 128\n[ 0.376463] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377414] NetLabel: unlabeled traffic allowed by default\n[ 0.378502] clocksource: Switched to clocksource kvm-clock\n[ 0.384015] AppArmor: AppArmor Filesystem Enabled\n[ 0.384952] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393942] NET: Registered protocol family 2\n[ 0.394908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396193] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397370] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399655] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400826] NET: Registered protocol family 1\n[ 0.401697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402816] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403903] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417941] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432191] Trying to unpack rootfs image as initramfs...\n[ 0.482629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496610] Scanning for low memory corruption every 60 seconds\n[ 0.497938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499098] audit: initializing netlink subsys (disabled)\n[ 0.500132] audit: type=2000 audit(1538631925.629:1): initialized\n[ 0.501445] Initialise system trusted keyring\n[ 0.502396] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505555] zbud: loaded\n[ 0.506265] VFS: Disk quotas dquot_6.6.0\n[ 0.507111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508624] fuse init (API version 7.23)\n[ 0.509506] Key type big_key registered\n[ 0.510307] Allocating IMA MOK and blacklist keyrings.\n[ 0.511414] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515022] io scheduler noop registered\n[ 0.515812] io scheduler deadline registered (default)\n[ 0.516804] io scheduler cfq registered\n[ 0.517636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519956] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521403] ACPI: Power Button [PWRF]\n[ 0.522229] GHES: HEST is not enabled!\n[ 0.535943] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593348] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595518] Linux agpgart interface v0.103\n[ 0.597608] brd: module loaded\n[ 0.598828] loop: module loaded\n[ 0.604040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605496] GPT:90111 != 2097151\n[ 0.606169] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607271] GPT:90111 != 2097151\n[ 0.607941] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608904] vda: vda1 vda15\n[ 0.610330] scsi host0: ata_piix\n[ 0.611070] scsi host1: ata_piix\n[ 0.611773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614411] libphy: Fixed MDIO Bus: probed\n[ 0.615231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616174] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618309] PPP generic driver version 2.4.2\n[ 0.619209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620462] ehci-pci: EHCI PCI platform driver\n[ 0.621340] ehci-platform: EHCI generic platform driver\n[ 0.622315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623434] ohci-pci: OHCI PCI platform driver\n[ 0.624304] ohci-platform: OHCI generic platform driver\n[ 0.625280] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646792] usb usb1: Product: UHCI Host Controller\n[ 0.647719] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648845] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649848] hub 1-0:1.0: USB hub found\n[ 0.650640] hub 1-0:1.0: 2 ports detected\n[ 0.651538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655609] mousedev: PS/2 mouse device common for all mice\n[ 0.656846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659757] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660940] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662120] i2c /dev entries driver\n[ 0.662884] device-mapper: uevent: version 1.0.3\n[ 0.663824] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666691] NET: Registered protocol family 10\n[ 0.667700] NET: Registered protocol family 17\n[ 0.668586] Key type dns_resolver registered\n[ 0.669499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670603] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672329] registered taskstats version 1\n[ 0.673145] Loading compiled-in X.509 certificates\n[ 0.674579] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676402] zswap: loaded using pool lzo/zbud\n[ 0.677751] Key type trusted registered\n[ 0.679298] Key type encrypted registered\n[ 0.680127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682165] evm: HMAC attrs: 0x1\n[ 0.683098] Magic number: 6:89:769\n[ 0.683853] mem kmsg: hash matches\n[ 0.684553] virtio-pci 0000:00:05.0: hash matches\n[ 0.685506] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:25 UTC (1538631925)\n[ 0.687103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688205] EDD information not available.\n[ 0.767034] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778978] ata1.00: configured for MWDMA2\n[ 0.780183] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783613] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784860] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788246] Write protecting the kernel read-only data: 14336k\n[ 0.789791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791576] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.847943] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.46s]\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\nping 10.10.11.7 KO\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\n"} 2018-10-04 05:48:16,253 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-fa4d7c67-b9bd-4e36-bebb-eaacb1315deb 2018-10-04 05:48:16,254 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-10-04 05:48:16,256 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:17,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48: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-c3e6cdf0-f191-47a9-98fd-df4b3f01384f x-compute-request-id: req-c3e6cdf0-f191-47a9-98fd-df4b3f01384f 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 515834447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133405] pid_max: default: 32768 minimum: 301\n[ 0.134294] ACPI: Core revision 20150930\n[ 0.135664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136945] Security Framework initialized\n[ 0.137747] Yama: becoming mindful.\n[ 0.138477] AppArmor: AppArmor initialized\n[ 0.139344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140660] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143121] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144492] Initializing cgroup subsys io\n[ 0.145316] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147027] Initializing cgroup subsys freezer\n[ 0.147876] Initializing cgroup subsys net_cls\n[ 0.148731] Initializing cgroup subsys perf_event\n[ 0.149631] Initializing cgroup subsys net_prio\n[ 0.150504] Initializing cgroup subsys hugetlb\n[ 0.151375] Initializing cgroup subsys pids\n[ 0.152233] CPU: Physical Processor ID: 0\n[ 0.153702] mce: CPU supports 10 MCE banks\n[ 0.154550] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155550] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172620] ftrace: allocating 31920 entries in 125 pages\n[ 0.199098] smpboot: Max logical packages: 1\n[ 0.199944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201280] x2apic enabled\n[ 0.202089] Switched APIC routing to physical x2apic.\n[ 0.203836] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204950] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208712] KVM setup paravirtual spinlock\n[ 0.210001] x86: Booted up 1 node, 1 CPUs\n[ 0.210803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212188] devtmpfs: initialized\n[ 0.213898] evm: security.selinux\n[ 0.214593] evm: security.SMACK64\n[ 0.215280] evm: security.SMACK64EXEC\n[ 0.216025] evm: security.SMACK64TRANSMUTE\n[ 0.216827] evm: security.SMACK64MMAP\n[ 0.217570] evm: security.ima\n[ 0.218208] evm: security.capability\n[ 0.219012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220845] pinctrl core: initialized pinctrl subsystem\n[ 0.221945] RTC time: 5:45:24, date: 10/04/18\n[ 0.222886] NET: Registered protocol family 16\n[ 0.223845] cpuidle: using governor ladder\n[ 0.224653] cpuidle: using governor menu\n[ 0.225431] PCCT header not found.\n[ 0.226190] ACPI: bus type PCI registered\n[ 0.226994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228224] PCI: Using configuration type 1 for base access\n[ 0.229975] ACPI: Added _OSI(Module Device)\n[ 0.230804] ACPI: Added _OSI(Processor Device)\n[ 0.231662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232559] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234652] ACPI: Interpreter enabled\n[ 0.235426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242752] ACPI: (supports S0 S5)\n[ 0.243452] ACPI: Using IOAPIC for interrupt routing\n[ 0.244396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248613] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253226] acpiphp: Slot [3] registered\n[ 0.254019] acpiphp: Slot [4] registered\n[ 0.254807] acpiphp: Slot [5] registered\n[ 0.255613] acpiphp: Slot [6] registered\n[ 0.256413] acpiphp: Slot [7] registered\n[ 0.257215] acpiphp: Slot [8] registered\n[ 0.258008] acpiphp: Slot [9] registered\n[ 0.258794] acpiphp: Slot [10] registered\n[ 0.259600] acpiphp: Slot [11] registered\n[ 0.260417] acpiphp: Slot [12] registered\n[ 0.261232] acpiphp: Slot [13] registered\n[ 0.262035] acpiphp: Slot [14] registered\n[ 0.262832] acpiphp: Slot [15] registered\n[ 0.273885] acpiphp: Slot [16] registered\n[ 0.274699] acpiphp: Slot [17] registered\n[ 0.275512] acpiphp: Slot [18] registered\n[ 0.276323] acpiphp: Slot [19] registered\n[ 0.277122] acpiphp: Slot [20] registered\n[ 0.277927] acpiphp: Slot [21] registered\n[ 0.278736] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280362] acpiphp: Slot [24] registered\n[ 0.281161] acpiphp: Slot [25] registered\n[ 0.281968] acpiphp: Slot [26] registered\n[ 0.282772] acpiphp: Slot [27] registered\n[ 0.283586] acpiphp: Slot [28] registered\n[ 0.284396] acpiphp: Slot [29] registered\n[ 0.285195] acpiphp: Slot [30] registered\n[ 0.286000] acpiphp: Slot [31] registered\n[ 0.286802] PCI host bridge to bus 0000:00\n[ 0.287623] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356724] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359671] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367496] vgaarb: loaded\n[ 0.368107] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369237] SCSI subsystem initialized\n[ 0.370049] ACPI: bus type USB registered\n[ 0.370850] usbcore: registered new interface driver usbfs\n[ 0.371866] usbcore: registered new interface driver hub\n[ 0.372862] usbcore: registered new device driver usb\n[ 0.373901] PCI: Using ACPI for IRQ routing\n[ 0.374915] NetLabel: Initializing\n[ 0.375616] NetLabel: domain hash size = 128\n[ 0.376463] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377414] NetLabel: unlabeled traffic allowed by default\n[ 0.378502] clocksource: Switched to clocksource kvm-clock\n[ 0.384015] AppArmor: AppArmor Filesystem Enabled\n[ 0.384952] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393942] NET: Registered protocol family 2\n[ 0.394908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396193] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397370] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399655] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400826] NET: Registered protocol family 1\n[ 0.401697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402816] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403903] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417941] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432191] Trying to unpack rootfs image as initramfs...\n[ 0.482629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496610] Scanning for low memory corruption every 60 seconds\n[ 0.497938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499098] audit: initializing netlink subsys (disabled)\n[ 0.500132] audit: type=2000 audit(1538631925.629:1): initialized\n[ 0.501445] Initialise system trusted keyring\n[ 0.502396] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505555] zbud: loaded\n[ 0.506265] VFS: Disk quotas dquot_6.6.0\n[ 0.507111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508624] fuse init (API version 7.23)\n[ 0.509506] Key type big_key registered\n[ 0.510307] Allocating IMA MOK and blacklist keyrings.\n[ 0.511414] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515022] io scheduler noop registered\n[ 0.515812] io scheduler deadline registered (default)\n[ 0.516804] io scheduler cfq registered\n[ 0.517636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519956] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521403] ACPI: Power Button [PWRF]\n[ 0.522229] GHES: HEST is not enabled!\n[ 0.535943] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593348] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595518] Linux agpgart interface v0.103\n[ 0.597608] brd: module loaded\n[ 0.598828] loop: module loaded\n[ 0.604040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605496] GPT:90111 != 2097151\n[ 0.606169] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607271] GPT:90111 != 2097151\n[ 0.607941] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608904] vda: vda1 vda15\n[ 0.610330] scsi host0: ata_piix\n[ 0.611070] scsi host1: ata_piix\n[ 0.611773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614411] libphy: Fixed MDIO Bus: probed\n[ 0.615231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616174] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618309] PPP generic driver version 2.4.2\n[ 0.619209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620462] ehci-pci: EHCI PCI platform driver\n[ 0.621340] ehci-platform: EHCI generic platform driver\n[ 0.622315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623434] ohci-pci: OHCI PCI platform driver\n[ 0.624304] ohci-platform: OHCI generic platform driver\n[ 0.625280] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646792] usb usb1: Product: UHCI Host Controller\n[ 0.647719] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648845] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649848] hub 1-0:1.0: USB hub found\n[ 0.650640] hub 1-0:1.0: 2 ports detected\n[ 0.651538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655609] mousedev: PS/2 mouse device common for all mice\n[ 0.656846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659757] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660940] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662120] i2c /dev entries driver\n[ 0.662884] device-mapper: uevent: version 1.0.3\n[ 0.663824] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666691] NET: Registered protocol family 10\n[ 0.667700] NET: Registered protocol family 17\n[ 0.668586] Key type dns_resolver registered\n[ 0.669499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670603] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672329] registered taskstats version 1\n[ 0.673145] Loading compiled-in X.509 certificates\n[ 0.674579] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676402] zswap: loaded using pool lzo/zbud\n[ 0.677751] Key type trusted registered\n[ 0.679298] Key type encrypted registered\n[ 0.680127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682165] evm: HMAC attrs: 0x1\n[ 0.683098] Magic number: 6:89:769\n[ 0.683853] mem kmsg: hash matches\n[ 0.684553] virtio-pci 0000:00:05.0: hash matches\n[ 0.685506] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:25 UTC (1538631925)\n[ 0.687103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688205] EDD information not available.\n[ 0.767034] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778978] ata1.00: configured for MWDMA2\n[ 0.780183] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783613] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784860] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788246] Write protecting the kernel read-only data: 14336k\n[ 0.789791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791576] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.847943] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.46s]\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\nping 10.10.11.7 KO\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\n"} 2018-10-04 05:48:17,338 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-c3e6cdf0-f191-47a9-98fd-df4b3f01384f 2018-10-04 05:48:17,339 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.8) to 'sdnvpn-4-4' (10.10.11.12). -->Expected result: cannot ping. 2018-10-04 05:48:17,342 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5d7333f19a17d57d69f75fa1b3570d8143769329" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:18,410 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-99c1417c-2581-418e-9285-2515f8f45eaa x-compute-request-id: req-99c1417c-2581-418e-9285-2515f8f45eaa 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 515834447 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.131760] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.133405] pid_max: default: 32768 minimum: 301\n[ 0.134294] ACPI: Core revision 20150930\n[ 0.135664] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.136945] Security Framework initialized\n[ 0.137747] Yama: becoming mindful.\n[ 0.138477] AppArmor: AppArmor initialized\n[ 0.139344] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.140660] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.141920] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.143121] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.144492] Initializing cgroup subsys io\n[ 0.145316] Initializing cgroup subsys memory\n[ 0.146157] Initializing cgroup subsys devices\n[ 0.147027] Initializing cgroup subsys freezer\n[ 0.147876] Initializing cgroup subsys net_cls\n[ 0.148731] Initializing cgroup subsys perf_event\n[ 0.149631] Initializing cgroup subsys net_prio\n[ 0.150504] Initializing cgroup subsys hugetlb\n[ 0.151375] Initializing cgroup subsys pids\n[ 0.152233] CPU: Physical Processor ID: 0\n[ 0.153702] mce: CPU supports 10 MCE banks\n[ 0.154550] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.155550] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.166220] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.172620] ftrace: allocating 31920 entries in 125 pages\n[ 0.199098] smpboot: Max logical packages: 1\n[ 0.199944] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.201280] x2apic enabled\n[ 0.202089] Switched APIC routing to physical x2apic.\n[ 0.203836] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.204950] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.206926] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.208712] KVM setup paravirtual spinlock\n[ 0.210001] x86: Booted up 1 node, 1 CPUs\n[ 0.210803] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.212188] devtmpfs: initialized\n[ 0.213898] evm: security.selinux\n[ 0.214593] evm: security.SMACK64\n[ 0.215280] evm: security.SMACK64EXEC\n[ 0.216025] evm: security.SMACK64TRANSMUTE\n[ 0.216827] evm: security.SMACK64MMAP\n[ 0.217570] evm: security.ima\n[ 0.218208] evm: security.capability\n[ 0.219012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.220845] pinctrl core: initialized pinctrl subsystem\n[ 0.221945] RTC time: 5:45:24, date: 10/04/18\n[ 0.222886] NET: Registered protocol family 16\n[ 0.223845] cpuidle: using governor ladder\n[ 0.224653] cpuidle: using governor menu\n[ 0.225431] PCCT header not found.\n[ 0.226190] ACPI: bus type PCI registered\n[ 0.226994] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.228224] PCI: Using configuration type 1 for base access\n[ 0.229975] ACPI: Added _OSI(Module Device)\n[ 0.230804] ACPI: Added _OSI(Processor Device)\n[ 0.231662] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.232559] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.234652] ACPI: Interpreter enabled\n[ 0.235426] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.237260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.239096] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.240917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.242752] ACPI: (supports S0 S5)\n[ 0.243452] ACPI: Using IOAPIC for interrupt routing\n[ 0.244396] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.247477] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.248613] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.249832] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.251016] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.253226] acpiphp: Slot [3] registered\n[ 0.254019] acpiphp: Slot [4] registered\n[ 0.254807] acpiphp: Slot [5] registered\n[ 0.255613] acpiphp: Slot [6] registered\n[ 0.256413] acpiphp: Slot [7] registered\n[ 0.257215] acpiphp: Slot [8] registered\n[ 0.258008] acpiphp: Slot [9] registered\n[ 0.258794] acpiphp: Slot [10] registered\n[ 0.259600] acpiphp: Slot [11] registered\n[ 0.260417] acpiphp: Slot [12] registered\n[ 0.261232] acpiphp: Slot [13] registered\n[ 0.262035] acpiphp: Slot [14] registered\n[ 0.262832] acpiphp: Slot [15] registered\n[ 0.273885] acpiphp: Slot [16] registered\n[ 0.274699] acpiphp: Slot [17] registered\n[ 0.275512] acpiphp: Slot [18] registered\n[ 0.276323] acpiphp: Slot [19] registered\n[ 0.277122] acpiphp: Slot [20] registered\n[ 0.277927] acpiphp: Slot [21] registered\n[ 0.278736] acpiphp: Slot [22] registered\n[ 0.279548] acpiphp: Slot [23] registered\n[ 0.280362] acpiphp: Slot [24] registered\n[ 0.281161] acpiphp: Slot [25] registered\n[ 0.281968] acpiphp: Slot [26] registered\n[ 0.282772] acpiphp: Slot [27] registered\n[ 0.283586] acpiphp: Slot [28] registered\n[ 0.284396] acpiphp: Slot [29] registered\n[ 0.285195] acpiphp: Slot [30] registered\n[ 0.286000] acpiphp: Slot [31] registered\n[ 0.286802] PCI host bridge to bus 0000:00\n[ 0.287623] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.288825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.290035] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.291472] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.292912] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.299095] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.300369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.301533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.302794] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.309100] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.310521] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.356724] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.358208] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.359671] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.361106] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.362509] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.363765] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365949] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367496] vgaarb: loaded\n[ 0.368107] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369237] SCSI subsystem initialized\n[ 0.370049] ACPI: bus type USB registered\n[ 0.370850] usbcore: registered new interface driver usbfs\n[ 0.371866] usbcore: registered new interface driver hub\n[ 0.372862] usbcore: registered new device driver usb\n[ 0.373901] PCI: Using ACPI for IRQ routing\n[ 0.374915] NetLabel: Initializing\n[ 0.375616] NetLabel: domain hash size = 128\n[ 0.376463] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377414] NetLabel: unlabeled traffic allowed by default\n[ 0.378502] clocksource: Switched to clocksource kvm-clock\n[ 0.384015] AppArmor: AppArmor Filesystem Enabled\n[ 0.384952] pnp: PnP ACPI init\n[ 0.385854] pnp: PnP ACPI: found 5 devices\n[ 0.392234] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393942] NET: Registered protocol family 2\n[ 0.394908] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396193] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397370] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399655] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400826] NET: Registered protocol family 1\n[ 0.401697] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402816] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403903] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417941] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432191] Trying to unpack rootfs image as initramfs...\n[ 0.482629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.496610] Scanning for low memory corruption every 60 seconds\n[ 0.497938] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.499098] audit: initializing netlink subsys (disabled)\n[ 0.500132] audit: type=2000 audit(1538631925.629:1): initialized\n[ 0.501445] Initialise system trusted keyring\n[ 0.502396] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.503577] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505555] zbud: loaded\n[ 0.506265] VFS: Disk quotas dquot_6.6.0\n[ 0.507111] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508624] fuse init (API version 7.23)\n[ 0.509506] Key type big_key registered\n[ 0.510307] Allocating IMA MOK and blacklist keyrings.\n[ 0.511414] Key type asymmetric registered\n[ 0.512242] Asymmetric key parser 'x509' registered\n[ 0.513189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515022] io scheduler noop registered\n[ 0.515812] io scheduler deadline registered (default)\n[ 0.516804] io scheduler cfq registered\n[ 0.517636] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518697] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.519956] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.521403] ACPI: Power Button [PWRF]\n[ 0.522229] GHES: HEST is not enabled!\n[ 0.535943] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.565522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.568641] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.593348] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.595518] Linux agpgart interface v0.103\n[ 0.597608] brd: module loaded\n[ 0.598828] loop: module loaded\n[ 0.604040] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605496] GPT:90111 != 2097151\n[ 0.606169] GPT:Alternate GPT header not at the end of the disk.\n[ 0.607271] GPT:90111 != 2097151\n[ 0.607941] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608904] vda: vda1 vda15\n[ 0.610330] scsi host0: ata_piix\n[ 0.611070] scsi host1: ata_piix\n[ 0.611773] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612985] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614411] libphy: Fixed MDIO Bus: probed\n[ 0.615231] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616174] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618309] PPP generic driver version 2.4.2\n[ 0.619209] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620462] ehci-pci: EHCI PCI platform driver\n[ 0.621340] ehci-platform: EHCI generic platform driver\n[ 0.622315] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623434] ohci-pci: OHCI PCI platform driver\n[ 0.624304] ohci-platform: OHCI generic platform driver\n[ 0.625280] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639604] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640618] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643072] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.644179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645383] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646792] usb usb1: Product: UHCI Host Controller\n[ 0.647719] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648845] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649848] hub 1-0:1.0: USB hub found\n[ 0.650640] hub 1-0:1.0: 2 ports detected\n[ 0.651538] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653637] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654591] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655609] mousedev: PS/2 mouse device common for all mice\n[ 0.656846] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658671] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659757] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660940] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662120] i2c /dev entries driver\n[ 0.662884] device-mapper: uevent: version 1.0.3\n[ 0.663824] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665431] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666691] NET: Registered protocol family 10\n[ 0.667700] NET: Registered protocol family 17\n[ 0.668586] Key type dns_resolver registered\n[ 0.669499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670603] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672329] registered taskstats version 1\n[ 0.673145] Loading compiled-in X.509 certificates\n[ 0.674579] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676402] zswap: loaded using pool lzo/zbud\n[ 0.677751] Key type trusted registered\n[ 0.679298] Key type encrypted registered\n[ 0.680127] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681143] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682165] evm: HMAC attrs: 0x1\n[ 0.683098] Magic number: 6:89:769\n[ 0.683853] mem kmsg: hash matches\n[ 0.684553] virtio-pci 0000:00:05.0: hash matches\n[ 0.685506] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:25 UTC (1538631925)\n[ 0.687103] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688205] EDD information not available.\n[ 0.767034] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778978] ata1.00: configured for MWDMA2\n[ 0.780183] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782403] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783613] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.784860] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786725] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788246] Write protecting the kernel read-only data: 14336k\n[ 0.789791] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.791576] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.847943] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.93\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 2.46s]\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\nping 10.10.11.7 KO\nping 10.10.10.14 OK\nping 10.10.10.13 OK\nping 10.10.11.12 KO\n"} 2018-10-04 05:48:18,410 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-99c1417c-2581-418e-9285-2515f8f45eaa 2018-10-04 05:48:18,411 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-10-04 05:48:18,412 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-10-04 05:48:18,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"network_association": {"network_id": "f5e0c63f-81dc-47f5-a122-581cf2b88f65"}}' 2018-10-04 05:48:18,946 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-4cdf7411-7c01-4f93-a7ff-ac77208b3225 Date: Thu, 04 Oct 2018 05:48:18 GMT RESP BODY: {"network_association": {"network_id": "f5e0c63f-81dc-47f5-a122-581cf2b88f65", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "df082120-44ad-43bb-9d0f-835db699c10c"}} 2018-10-04 05:48:18,947 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e/network_associations used request id req-4cdf7411-7c01-4f93-a7ff-ac77208b3225 2018-10-04 05:48:18,947 - sdnvpn_test_utils - DEBUG - Waiting for router d0fab671-6620-4128-b5d7-43e0b54be27e to associate with BGPVPN 44c9c1f6-58dc-4461-9f60-bd9b58d4d383 2018-10-04 05:48:18,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:48:19,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-8a527f55-7fb6-4751-8bfd-bea3f38e851e Date: Thu, 04 Oct 2018 05:48:19 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["44c9c1f6-58dc-4461-9f60-bd9b58d4d383"], "id": "d0fab671-6620-4128-b5d7-43e0b54be27e", "name": "sdnvpn-902320", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["f5e0c63f-81dc-47f5-a122-581cf2b88f65"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:48:19,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e used request id req-8a527f55-7fb6-4751-8bfd-bea3f38e851e 2018-10-04 05:48:20,267 - sdnvpn_test_utils - DEBUG - Waiting for network d0fab671-6620-4128-b5d7-43e0b54be27e to associate with BGPVPN f5e0c63f-81dc-47f5-a122-581cf2b88f65 2018-10-04 05:48:20,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:48:20,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-84003fe6-0892-4c86-a9bf-e9bcd38545c6 Date: Thu, 04 Oct 2018 05:48:20 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "route_distinguishers": ["12:12"], "routers": ["44c9c1f6-58dc-4461-9f60-bd9b58d4d383"], "id": "d0fab671-6620-4128-b5d7-43e0b54be27e", "name": "sdnvpn-902320", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["f5e0c63f-81dc-47f5-a122-581cf2b88f65"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:48:20,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e used request id req-84003fe6-0892-4c86-a9bf-e9bcd38545c6 2018-10-04 05:48:21,613 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:48:51,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40b3fc9d8c1b93568e41ea7cc42edd2990b68509" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:52,954 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48: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-e2c44747-4dfc-4340-927d-e2f40457b7e4 x-compute-request-id: req-e2c44747-4dfc-4340-927d-e2f40457b7e4 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 512879592 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131763] pid_max: default: 32768 minimum: 301\n[ 0.132639] ACPI: Core revision 20150930\n[ 0.134002] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135285] Security Framework initialized\n[ 0.136083] Yama: becoming mindful.\n[ 0.136795] AppArmor: AppArmor initialized\n[ 0.137646] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138949] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143552] Initializing cgroup subsys memory\n[ 0.144395] Initializing cgroup subsys devices\n[ 0.145254] Initializing cgroup subsys freezer\n[ 0.146106] Initializing cgroup subsys net_cls\n[ 0.146951] Initializing cgroup subsys perf_event\n[ 0.147839] Initializing cgroup subsys net_prio\n[ 0.148700] Initializing cgroup subsys hugetlb\n[ 0.149555] Initializing cgroup subsys pids\n[ 0.150416] CPU: Physical Processor ID: 0\n[ 0.151892] mce: CPU supports 10 MCE banks\n[ 0.152724] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153709] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164432] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170918] ftrace: allocating 31920 entries in 125 pages\n[ 0.197996] smpboot: Max logical packages: 1\n[ 0.198827] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200145] x2apic enabled\n[ 0.200935] Switched APIC routing to physical x2apic.\n[ 0.202676] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207457] KVM setup paravirtual spinlock\n[ 0.208731] x86: Booted up 1 node, 1 CPUs\n[ 0.209527] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210893] devtmpfs: initialized\n[ 0.212596] evm: security.selinux\n[ 0.213280] evm: security.SMACK64\n[ 0.213950] evm: security.SMACK64EXEC\n[ 0.214680] evm: security.SMACK64TRANSMUTE\n[ 0.215467] evm: security.SMACK64MMAP\n[ 0.216191] evm: security.ima\n[ 0.216818] evm: security.capability\n[ 0.217607] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219410] pinctrl core: initialized pinctrl subsystem\n[ 0.220474] RTC time: 5:45:11, date: 10/04/18\n[ 0.221414] NET: Registered protocol family 16\n[ 0.222365] cpuidle: using governor ladder\n[ 0.223163] cpuidle: using governor menu\n[ 0.223925] PCCT header not found.\n[ 0.224660] ACPI: bus type PCI registered\n[ 0.225448] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226657] PCI: Using configuration type 1 for base access\n[ 0.228386] ACPI: Added _OSI(Module Device)\n[ 0.229206] ACPI: Added _OSI(Processor Device)\n[ 0.230053] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233049] ACPI: Interpreter enabled\n[ 0.233797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237411] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241021] ACPI: (supports S0 S5)\n[ 0.241716] ACPI: Using IOAPIC for interrupt routing\n[ 0.242684] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245745] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246862] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248067] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251405] acpiphp: Slot [3] registered\n[ 0.252190] acpiphp: Slot [4] registered\n[ 0.252972] acpiphp: Slot [5] registered\n[ 0.253763] acpiphp: Slot [6] registered\n[ 0.254545] acpiphp: Slot [7] registered\n[ 0.255327] acpiphp: Slot [8] registered\n[ 0.256112] acpiphp: Slot [9] registered\n[ 0.256888] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258487] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260084] acpiphp: Slot [14] registered\n[ 0.260873] acpiphp: Slot [15] registered\n[ 0.271730] acpiphp: Slot [16] registered\n[ 0.272528] acpiphp: Slot [17] registered\n[ 0.273323] acpiphp: Slot [18] registered\n[ 0.274120] acpiphp: Slot [19] registered\n[ 0.274907] acpiphp: Slot [20] registered\n[ 0.275703] acpiphp: Slot [21] registered\n[ 0.276505] acpiphp: Slot [22] registered\n[ 0.277300] acpiphp: Slot [23] registered\n[ 0.278094] acpiphp: Slot [24] registered\n[ 0.278882] acpiphp: Slot [25] registered\n[ 0.279676] acpiphp: Slot [26] registered\n[ 0.280468] acpiphp: Slot [27] registered\n[ 0.281272] acpiphp: Slot [28] registered\n[ 0.282066] acpiphp: Slot [29] registered\n[ 0.282856] acpiphp: Slot [30] registered\n[ 0.283652] acpiphp: Slot [31] registered\n[ 0.284447] PCI host bridge to bus 0000:00\n[ 0.285236] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286421] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290452] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296770] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299197] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306857] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355536] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357015] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358422] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361166] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362827] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363956] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364985] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366501] vgaarb: loaded\n[ 0.367094] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368209] SCSI subsystem initialized\n[ 0.369005] ACPI: bus type USB registered\n[ 0.369805] usbcore: registered new interface driver usbfs\n[ 0.370817] usbcore: registered new interface driver hub\n[ 0.371801] usbcore: registered new device driver usb\n[ 0.372829] PCI: Using ACPI for IRQ routing\n[ 0.373838] NetLabel: Initializing\n[ 0.374539] NetLabel: domain hash size = 128\n[ 0.375379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376309] NetLabel: unlabeled traffic allowed by default\n[ 0.377380] clocksource: Switched to clocksource kvm-clock\n[ 0.382892] AppArmor: AppArmor Filesystem Enabled\n[ 0.383827] pnp: PnP ACPI init\n[ 0.384718] pnp: PnP ACPI: found 5 devices\n[ 0.391086] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392757] NET: Registered protocol family 2\n[ 0.393697] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396078] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397205] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399401] NET: Registered protocol family 1\n[ 0.400250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401316] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402371] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416396] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430656] Trying to unpack rootfs image as initramfs...\n[ 0.480818] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494787] Scanning for low memory corruption every 60 seconds\n[ 0.496124] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497254] audit: initializing netlink subsys (disabled)\n[ 0.498274] audit: type=2000 audit(1538631912.300:1): initialized\n[ 0.499564] Initialise system trusted keyring\n[ 0.500485] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501647] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503607] zbud: loaded\n[ 0.504308] VFS: Disk quotas dquot_6.6.0\n[ 0.505124] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506628] fuse init (API version 7.23)\n[ 0.507528] Key type big_key registered\n[ 0.508329] Allocating IMA MOK and blacklist keyrings.\n[ 0.509440] Key type asymmetric registered\n[ 0.510265] Asymmetric key parser 'x509' registered\n[ 0.511213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513038] io scheduler noop registered\n[ 0.513843] io scheduler deadline registered (default)\n[ 0.514827] io scheduler cfq registered\n[ 0.515659] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516700] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519449] ACPI: Power Button [PWRF]\n[ 0.520278] GHES: HEST is not enabled!\n[ 0.534033] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564796] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592476] Linux agpgart interface v0.103\n[ 0.594538] brd: module loaded\n[ 0.595701] loop: module loaded\n[ 0.600758] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602208] GPT:90111 != 2097151\n[ 0.602876] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603948] GPT:90111 != 2097151\n[ 0.604619] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605588] vda: vda1 vda15\n[ 0.607269] scsi host0: ata_piix\n[ 0.607992] scsi host1: ata_piix\n[ 0.608691] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609895] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611319] libphy: Fixed MDIO Bus: probed\n[ 0.612128] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613061] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615300] PPP generic driver version 2.4.2\n[ 0.616176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617525] ehci-pci: EHCI PCI platform driver\n[ 0.618390] ehci-platform: EHCI generic platform driver\n[ 0.619367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620471] ohci-pci: OHCI PCI platform driver\n[ 0.621329] ohci-platform: OHCI generic platform driver\n[ 0.622308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639180] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640196] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643920] usb usb1: Product: UHCI Host Controller\n[ 0.644842] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645970] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646962] hub 1-0:1.0: USB hub found\n[ 0.647949] hub 1-0:1.0: 2 ports detected\n[ 0.649096] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652940] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654266] mousedev: PS/2 mouse device common for all mice\n[ 0.655849] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658204] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659579] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661130] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662708] i2c /dev entries driver\n[ 0.663667] device-mapper: uevent: version 1.0.3\n[ 0.664865] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667002] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668644] NET: Registered protocol family 10\n[ 0.669892] NET: Registered protocol family 17\n[ 0.671054] Key type dns_resolver registered\n[ 0.672227] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673666] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675933] registered taskstats version 1\n[ 0.676999] Loading compiled-in X.509 certificates\n[ 0.678719] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681158] zswap: loaded using pool lzo/zbud\n[ 0.682774] Key type trusted registered\n[ 0.684539] Key type encrypted registered\n[ 0.685628] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686986] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688351] evm: HMAC attrs: 0x1\n[ 0.689856] Magic number: 6:89:769\n[ 0.690952] mem kmsg: hash matches\n[ 0.692049] virtio-pci 0000:00:05.0: hash matches\n[ 0.693576] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:12 UTC (1538631912)\n[ 0.696101] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697833] EDD information not available.\n[ 0.765903] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778033] ata1.00: configured for MWDMA2\n[ 0.779488] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782170] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783791] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785346] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789541] Write protecting the kernel read-only data: 14336k\n[ 0.791450] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793712] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.526781] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.59s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-10-04 05:48:52,954 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action used request id req-e2c44747-4dfc-4340-927d-e2f40457b7e4 2018-10-04 05:48:52,955 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.12) to 'sdnvpn-4-5' (10.10.11.7). -->Expected result: can ping. 2018-10-04 05:48:52,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}40b3fc9d8c1b93568e41ea7cc42edd2990b68509" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:48:54,037 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:48:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0634f36-a34b-43b5-9196-c973bbb1fe97 x-compute-request-id: req-b0634f36-a34b-43b5-9196-c973bbb1fe97 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 512879592 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130146] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131763] pid_max: default: 32768 minimum: 301\n[ 0.132639] ACPI: Core revision 20150930\n[ 0.134002] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135285] Security Framework initialized\n[ 0.136083] Yama: becoming mindful.\n[ 0.136795] AppArmor: AppArmor initialized\n[ 0.137646] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138949] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140205] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141388] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142752] Initializing cgroup subsys io\n[ 0.143552] Initializing cgroup subsys memory\n[ 0.144395] Initializing cgroup subsys devices\n[ 0.145254] Initializing cgroup subsys freezer\n[ 0.146106] Initializing cgroup subsys net_cls\n[ 0.146951] Initializing cgroup subsys perf_event\n[ 0.147839] Initializing cgroup subsys net_prio\n[ 0.148700] Initializing cgroup subsys hugetlb\n[ 0.149555] Initializing cgroup subsys pids\n[ 0.150416] CPU: Physical Processor ID: 0\n[ 0.151892] mce: CPU supports 10 MCE banks\n[ 0.152724] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153709] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164432] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170918] ftrace: allocating 31920 entries in 125 pages\n[ 0.197996] smpboot: Max logical packages: 1\n[ 0.198827] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.200145] x2apic enabled\n[ 0.200935] Switched APIC routing to physical x2apic.\n[ 0.202676] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203764] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205709] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207457] KVM setup paravirtual spinlock\n[ 0.208731] x86: Booted up 1 node, 1 CPUs\n[ 0.209527] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210893] devtmpfs: initialized\n[ 0.212596] evm: security.selinux\n[ 0.213280] evm: security.SMACK64\n[ 0.213950] evm: security.SMACK64EXEC\n[ 0.214680] evm: security.SMACK64TRANSMUTE\n[ 0.215467] evm: security.SMACK64MMAP\n[ 0.216191] evm: security.ima\n[ 0.216818] evm: security.capability\n[ 0.217607] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.219410] pinctrl core: initialized pinctrl subsystem\n[ 0.220474] RTC time: 5:45:11, date: 10/04/18\n[ 0.221414] NET: Registered protocol family 16\n[ 0.222365] cpuidle: using governor ladder\n[ 0.223163] cpuidle: using governor menu\n[ 0.223925] PCCT header not found.\n[ 0.224660] ACPI: bus type PCI registered\n[ 0.225448] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226657] PCI: Using configuration type 1 for base access\n[ 0.228386] ACPI: Added _OSI(Module Device)\n[ 0.229206] ACPI: Added _OSI(Processor Device)\n[ 0.230053] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230928] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.233049] ACPI: Interpreter enabled\n[ 0.233797] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.237411] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.239222] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.241021] ACPI: (supports S0 S5)\n[ 0.241716] ACPI: Using IOAPIC for interrupt routing\n[ 0.242684] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245745] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246862] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.248067] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.249235] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.251405] acpiphp: Slot [3] registered\n[ 0.252190] acpiphp: Slot [4] registered\n[ 0.252972] acpiphp: Slot [5] registered\n[ 0.253763] acpiphp: Slot [6] registered\n[ 0.254545] acpiphp: Slot [7] registered\n[ 0.255327] acpiphp: Slot [8] registered\n[ 0.256112] acpiphp: Slot [9] registered\n[ 0.256888] acpiphp: Slot [10] registered\n[ 0.257685] acpiphp: Slot [11] registered\n[ 0.258487] acpiphp: Slot [12] registered\n[ 0.259290] acpiphp: Slot [13] registered\n[ 0.260084] acpiphp: Slot [14] registered\n[ 0.260873] acpiphp: Slot [15] registered\n[ 0.271730] acpiphp: Slot [16] registered\n[ 0.272528] acpiphp: Slot [17] registered\n[ 0.273323] acpiphp: Slot [18] registered\n[ 0.274120] acpiphp: Slot [19] registered\n[ 0.274907] acpiphp: Slot [20] registered\n[ 0.275703] acpiphp: Slot [21] registered\n[ 0.276505] acpiphp: Slot [22] registered\n[ 0.277300] acpiphp: Slot [23] registered\n[ 0.278094] acpiphp: Slot [24] registered\n[ 0.278882] acpiphp: Slot [25] registered\n[ 0.279676] acpiphp: Slot [26] registered\n[ 0.280468] acpiphp: Slot [27] registered\n[ 0.281272] acpiphp: Slot [28] registered\n[ 0.282066] acpiphp: Slot [29] registered\n[ 0.282856] acpiphp: Slot [30] registered\n[ 0.283652] acpiphp: Slot [31] registered\n[ 0.284447] PCI host bridge to bus 0000:00\n[ 0.285236] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286421] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287606] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.289023] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290452] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296770] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.298045] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299197] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300439] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306857] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308260] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355536] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.357015] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358422] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361166] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362827] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363956] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364985] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366501] vgaarb: loaded\n[ 0.367094] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368209] SCSI subsystem initialized\n[ 0.369005] ACPI: bus type USB registered\n[ 0.369805] usbcore: registered new interface driver usbfs\n[ 0.370817] usbcore: registered new interface driver hub\n[ 0.371801] usbcore: registered new device driver usb\n[ 0.372829] PCI: Using ACPI for IRQ routing\n[ 0.373838] NetLabel: Initializing\n[ 0.374539] NetLabel: domain hash size = 128\n[ 0.375379] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376309] NetLabel: unlabeled traffic allowed by default\n[ 0.377380] clocksource: Switched to clocksource kvm-clock\n[ 0.382892] AppArmor: AppArmor Filesystem Enabled\n[ 0.383827] pnp: PnP ACPI init\n[ 0.384718] pnp: PnP ACPI: found 5 devices\n[ 0.391086] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.392757] NET: Registered protocol family 2\n[ 0.393697] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.394936] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.396078] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.397205] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399401] NET: Registered protocol family 1\n[ 0.400250] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.401316] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402371] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416396] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430656] Trying to unpack rootfs image as initramfs...\n[ 0.480818] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.494787] Scanning for low memory corruption every 60 seconds\n[ 0.496124] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.497254] audit: initializing netlink subsys (disabled)\n[ 0.498274] audit: type=2000 audit(1538631912.300:1): initialized\n[ 0.499564] Initialise system trusted keyring\n[ 0.500485] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501647] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503607] zbud: loaded\n[ 0.504308] VFS: Disk quotas dquot_6.6.0\n[ 0.505124] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506628] fuse init (API version 7.23)\n[ 0.507528] Key type big_key registered\n[ 0.508329] Allocating IMA MOK and blacklist keyrings.\n[ 0.509440] Key type asymmetric registered\n[ 0.510265] Asymmetric key parser 'x509' registered\n[ 0.511213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513038] io scheduler noop registered\n[ 0.513843] io scheduler deadline registered (default)\n[ 0.514827] io scheduler cfq registered\n[ 0.515659] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516700] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519449] ACPI: Power Button [PWRF]\n[ 0.520278] GHES: HEST is not enabled!\n[ 0.534033] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562579] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564796] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590219] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.592476] Linux agpgart interface v0.103\n[ 0.594538] brd: module loaded\n[ 0.595701] loop: module loaded\n[ 0.600758] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602208] GPT:90111 != 2097151\n[ 0.602876] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603948] GPT:90111 != 2097151\n[ 0.604619] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605588] vda: vda1 vda15\n[ 0.607269] scsi host0: ata_piix\n[ 0.607992] scsi host1: ata_piix\n[ 0.608691] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.609895] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.611319] libphy: Fixed MDIO Bus: probed\n[ 0.612128] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613061] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615300] PPP generic driver version 2.4.2\n[ 0.616176] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617525] ehci-pci: EHCI PCI platform driver\n[ 0.618390] ehci-platform: EHCI generic platform driver\n[ 0.619367] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620471] ohci-pci: OHCI PCI platform driver\n[ 0.621329] ohci-platform: OHCI generic platform driver\n[ 0.622308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636750] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637741] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639180] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640196] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.641302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642518] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643920] usb usb1: Product: UHCI Host Controller\n[ 0.644842] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645970] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646962] hub 1-0:1.0: USB hub found\n[ 0.647949] hub 1-0:1.0: 2 ports detected\n[ 0.649096] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652940] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654266] mousedev: PS/2 mouse device common for all mice\n[ 0.655849] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658204] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659579] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661130] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662708] i2c /dev entries driver\n[ 0.663667] device-mapper: uevent: version 1.0.3\n[ 0.664865] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.667002] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.668644] NET: Registered protocol family 10\n[ 0.669892] NET: Registered protocol family 17\n[ 0.671054] Key type dns_resolver registered\n[ 0.672227] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.673666] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.675933] registered taskstats version 1\n[ 0.676999] Loading compiled-in X.509 certificates\n[ 0.678719] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681158] zswap: loaded using pool lzo/zbud\n[ 0.682774] Key type trusted registered\n[ 0.684539] Key type encrypted registered\n[ 0.685628] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.686986] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688351] evm: HMAC attrs: 0x1\n[ 0.689856] Magic number: 6:89:769\n[ 0.690952] mem kmsg: hash matches\n[ 0.692049] virtio-pci 0000:00:05.0: hash matches\n[ 0.693576] rtc_cmos 00:00: setting system clock to 2018-10-04 05:45:12 UTC (1538631912)\n[ 0.696101] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.697833] EDD information not available.\n[ 0.765903] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.778033] ata1.00: configured for MWDMA2\n[ 0.779488] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.782170] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.783791] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.785346] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.787523] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.789541] Write protecting the kernel read-only data: 14336k\n[ 0.791450] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793712] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.32\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.526781] 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.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\"\nTop of dropbear init script\nStarting dropbear 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.59s]\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\nping 10.10.11.7 KO\n"} 2018-10-04 05:48:54,038 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action used request id req-b0634f36-a34b-43b5-9196-c973bbb1fe97 2018-10-04 05:48:54,039 - sdnvpn-results - DEBUG - [FAIL] 'sdnvpn-4-4' cannot ping 'sdnvpn-4-5' 2018-10-04 05:48:54,039 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-10-04 05:48:54,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:48:54,464 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa58de97-acc1-410f-a575-2da8776428ca Content-Length: 0 Date: Thu, 04 Oct 2018 05:48:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:48:54,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/d0fab671-6620-4128-b5d7-43e0b54be27e used request id req-fa58de97-acc1-410f-a575-2da8776428ca 2018-10-04 05:49:24,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-902320", "route_distinguishers": "12:12"}}' 2018-10-04 05:49:24,873 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-75b59337-e47b-49b8-a8e8-51203a1fdc0e Date: Thu, 04 Oct 2018 05:49:24 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": [], "id": "b29e6b91-2c8d-466d-ac0d-cb8eee9d3996", "name": "sdnvpn-902320", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:49:24,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-75b59337-e47b-49b8-a8e8-51203a1fdc0e 2018-10-04 05:49:24,873 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-902320', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'b29e6b91-2c8d-466d-ac0d-cb8eee9d3996'}} 2018-10-04 05:49:24,874 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-10-04 05:49:24,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"router_association": {"router_id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383"}}' 2018-10-04 05:49:25,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-cf2f9901-4efd-4cad-8078-365db6dac11c Date: Thu, 04 Oct 2018 05:49:25 GMT RESP BODY: {"router_association": {"router_id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "3cf4522b-a054-4f17-b58c-1307333802ed"}} 2018-10-04 05:49:25,573 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996/router_associations used request id req-cf2f9901-4efd-4cad-8078-365db6dac11c 2018-10-04 05:49:25,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"network_association": {"network_id": "f5e0c63f-81dc-47f5-a122-581cf2b88f65"}}' 2018-10-04 05:49:26,278 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-936d2931-8cf0-457d-8eb2-fd4935c0774e Date: Thu, 04 Oct 2018 05:49:26 GMT RESP BODY: {"network_association": {"network_id": "f5e0c63f-81dc-47f5-a122-581cf2b88f65", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c96b06b0-a87d-44c4-b930-46bc410f16a8"}} 2018-10-04 05:49:26,278 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996/network_associations used request id req-936d2931-8cf0-457d-8eb2-fd4935c0774e 2018-10-04 05:49:26,278 - sdnvpn_test_utils - DEBUG - Waiting for router b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 to associate with BGPVPN 44c9c1f6-58dc-4461-9f60-bd9b58d4d383 2018-10-04 05:49:26,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:49:26,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-bc427727-afe4-49b6-a178-33a0cb4cfd12 Date: Thu, 04 Oct 2018 05:49:26 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["44c9c1f6-58dc-4461-9f60-bd9b58d4d383"], "id": "b29e6b91-2c8d-466d-ac0d-cb8eee9d3996", "name": "sdnvpn-902320", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["f5e0c63f-81dc-47f5-a122-581cf2b88f65"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:49:26,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 used request id req-bc427727-afe4-49b6-a178-33a0cb4cfd12 2018-10-04 05:49:27,462 - sdnvpn_test_utils - DEBUG - Waiting for network b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 to associate with BGPVPN f5e0c63f-81dc-47f5-a122-581cf2b88f65 2018-10-04 05:49:27,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:49:27,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-d50f98cf-f718-4542-9dd3-6b3450b7212f Date: Thu, 04 Oct 2018 05:49:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12"], "routers": ["44c9c1f6-58dc-4461-9f60-bd9b58d4d383"], "id": "b29e6b91-2c8d-466d-ac0d-cb8eee9d3996", "name": "sdnvpn-902320", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": ["f5e0c63f-81dc-47f5-a122-581cf2b88f65"], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:49:27,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 used request id req-d50f98cf-f718-4542-9dd3-6b3450b7212f 2018-10-04 05:49:28,972 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:49:59,003 - 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. | +----------------------------------------------------------------------------------------+ | FAIL | '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-04 05:49:59,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"forceDelete": null}' 2018-10-04 05:49:59,334 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-ff736149-a795-4d59-9383-a5c7a1ceea4c x-compute-request-id: req-ff736149-a795-4d59-9383-a5c7a1ceea4c Content-Length: 0 Content-Type: application/json 2018-10-04 05:49:59,334 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/83701718-2055-4c59-90a8-d941ec400297/action used request id req-ff736149-a795-4d59-9383-a5c7a1ceea4c 2018-10-04 05:49:59,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"forceDelete": null}' 2018-10-04 05:49:59,694 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-a9788b79-dca3-46df-a7b4-fe1222d111cf x-compute-request-id: req-a9788b79-dca3-46df-a7b4-fe1222d111cf Content-Length: 0 Content-Type: application/json 2018-10-04 05:49:59,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/df3954bb-b84c-430e-9a60-d710b4606c06/action used request id req-a9788b79-dca3-46df-a7b4-fe1222d111cf 2018-10-04 05:49:59,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"forceDelete": null}' 2018-10-04 05:49:59,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-74cc6810-843e-4f72-bc29-37a832e51241 x-compute-request-id: req-74cc6810-843e-4f72-bc29-37a832e51241 Content-Length: 0 Content-Type: application/json 2018-10-04 05:49:59,892 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e7674799-d074-4c52-aaa1-872752176989/action used request id req-74cc6810-843e-4f72-bc29-37a832e51241 2018-10-04 05:49:59,894 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"forceDelete": null}' 2018-10-04 05:50:00,120 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-843290fd-bd97-4185-b012-8e67c86bc1da x-compute-request-id: req-843290fd-bd97-4185-b012-8e67c86bc1da Content-Length: 0 Content-Type: application/json 2018-10-04 05:50:00,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/bee00439-2293-4bbb-b46c-e46ae5cf90ca/action used request id req-843290fd-bd97-4185-b012-8e67c86bc1da 2018-10-04 05:50:00,124 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d39abe33945bc68f0f6eca16471aa85ce6043101" -d '{"forceDelete": null}' 2018-10-04 05:50:00,348 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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-be5718c6-3fa6-4f93-bf9f-11c998e92cb6 x-compute-request-id: req-be5718c6-3fa6-4f93-bf9f-11c998e92cb6 Content-Length: 0 Content-Type: application/json 2018-10-04 05:50:00,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/2ea64385-4fef-4a9a-a6cd-d1c97e6e4587/action used request id req-be5718c6-3fa6-4f93-bf9f-11c998e92cb6 2018-10-04 05:50:00,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/e1dbcede-efba-4e07-9ac8-76d2f3285474 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f7a3997a258417bfc008f2fb978832d57a7aaa70" 2018-10-04 05:50:02,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8f9c8d2-ed78-4cd5-ba16-171cf8541138 Date: Thu, 04 Oct 2018 05: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-04 05:50:02,105 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/e1dbcede-efba-4e07-9ac8-76d2f3285474 used request id req-a8f9c8d2-ed78-4cd5-ba16-171cf8541138 2018-10-04 05:50:02,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:50:02,680 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0b49b35-9fb4-4943-a834-6ca8fa79fcdd Content-Length: 0 Date: Thu, 04 Oct 2018 05:50:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:50:02,680 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/b29e6b91-2c8d-466d-ac0d-cb8eee9d3996 used request id req-d0b49b35-9fb4-4943-a834-6ca8fa79fcdd 2018-10-04 05:50:02,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"subnet_id": "f0a5d7ee-a554-43e2-beb6-080a3bc898ee"}' 2018-10-04 05:50:04,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3ead6088-76c8-4854-8ee3-67e26b360e2c Date: Thu, 04 Oct 2018 05:50:04 GMT RESP BODY: {"network_id": "8469fa6c-f666-48e8-9f10-5930b36eb078", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "f0a5d7ee-a554-43e2-beb6-080a3bc898ee", "subnet_ids": ["f0a5d7ee-a554-43e2-beb6-080a3bc898ee"], "port_id": "0b189f1e-c8a0-4c1b-85f5-7af117bfc9a2", "id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383"} 2018-10-04 05:50:04,116 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383/remove_router_interface used request id req-3ead6088-76c8-4854-8ee3-67e26b360e2c 2018-10-04 05:50:04,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:50:05,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-85bcfa8f-5e6f-4ff2-8e02-69e11efcc8ab Date: Thu, 04 Oct 2018 05:50:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:44:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:50:04Z", "revision_number": 7, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "44c9c1f6-58dc-4461-9f60-bd9b58d4d383", "name": "sdnvpn-4-1-router"}} 2018-10-04 05:50:05,184 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383 used request id req-85bcfa8f-5e6f-4ff2-8e02-69e11efcc8ab 2018-10-04 05:50:05,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/f0a5d7ee-a554-43e2-beb6-080a3bc898ee -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:50:07,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f37cfd3-8193-4764-b478-d224cd266ed0 Date: Thu, 04 Oct 2018 05:50:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:50:07,383 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f0a5d7ee-a554-43e2-beb6-080a3bc898ee used request id req-8f37cfd3-8193-4764-b478-d224cd266ed0 2018-10-04 05:50:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/c7e9b848-4192-4eab-8345-04e397ad8f0d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:50:09,590 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f9056c4-16cd-4ea6-bee2-a7f4dda06cce Date: Thu, 04 Oct 2018 05:50:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:50:09,590 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/c7e9b848-4192-4eab-8345-04e397ad8f0d used request id req-9f9056c4-16cd-4ea6-bee2-a7f4dda06cce 2018-10-04 05:50:09,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:50:10,159 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-76575f93-1abc-4c35-ae72-c30280fd1894 Content-Length: 0 Date: Thu, 04 Oct 2018 05:50:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:50:10,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/44c9c1f6-58dc-4461-9f60-bd9b58d4d383 used request id req-76575f93-1abc-4c35-ae72-c30280fd1894 2018-10-04 05:50:10,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/8469fa6c-f666-48e8-9f10-5930b36eb078 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:50:10,804 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-71ebcd4f-c765-4231-8d93-d71e8a88b5fa Date: Thu, 04 Oct 2018 05:50:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:50:10,804 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/8469fa6c-f666-48e8-9f10-5930b36eb078 used request id req-71ebcd4f-c765-4231-8d93-d71e8a88b5fa 2018-10-04 05:50:10,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/f5e0c63f-81dc-47f5-a122-581cf2b88f65 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82166ec79062badca6faf475c67efdf91344bb09" 2018-10-04 05:50:11,618 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-61eaac11-e27e-493f-b615-fa15bd037525 Date: Thu, 04 Oct 2018 05:50:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:50:11,618 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/f5e0c63f-81dc-47f5-a122-581cf2b88f65 used request id req-61eaac11-e27e-493f-b615-fa15bd037525 2018-10-04 05:50:11,618 - 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. | +----------------------------------------------------------------------------------------+ | FAIL | '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-04 05:50:11,618 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-04 05:50:11,619 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-10-04 05:50:11,619 - 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': 'FAIL', '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'": 'FAIL'}]} 2018-10-04 05:50:11,620 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-10-04 05:50:11,620 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-10-04 05:50:11,620 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-10-04 05:50:11,722 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-10-04 05:50:19,480 - functest.opnfv_tests.openstack.tempest.conf_utils - ERROR - Tempest verifier not found. 2018-10-04 05:50:19,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.run_tempest: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 109, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_tempest.py", line 31, in main verifier_id = tempest_utils.get_verifier_id() File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/conf_utils.py", line 119, in get_verifier_id raise Exception('Error with command:%s' % cmd) Exception: Error with command:rally verify list-verifiers | awk '/opnfv-tempest/ {print $2}' 2018-10-04 05:50:19,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.run_tempest failed 2018-10-04 05:50:19,494 - 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-04 05:50:19,494 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-10-04 05:50:19,495 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-10-04 05:50:19,590 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-10-04 05:50:19,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:19,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:19,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:19,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:19,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:19,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:19,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:19,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:19,593 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:19,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:19,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:19,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:19,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:19,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:19,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:19,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:19,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:19,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:19,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:19,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:19,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:19,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:19,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:19,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:50:19,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:19,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:19,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:19,600 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:19,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:19,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:19,603 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:50:19,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:19,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d21c462-ca03-4b9f-b071-04b0e4c9b9fc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:19,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d21c462-ca03-4b9f-b071-04b0e4c9b9fc 2018-10-04 05:50:19,613 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:19,999 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["YYJDcmm3QvKLZzKsNf93Mg"], "issued_at": "2018-10-04T05:50:19.000000Z"}} 2018-10-04 05:50:20,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de3f07689d2499c61b584aa9f2aa4299a03d4778" 2018-10-04 05:50:20,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-3b913642-5e1a-49b1-97a3-7fc952d95f5b Date: Thu, 04 Oct 2018 05:50:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:50:20,158 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-3b913642-5e1a-49b1-97a3-7fc952d95f5b 2018-10-04 05:50:20,159 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:50:20,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de3f07689d2499c61b584aa9f2aa4299a03d4778" 2018-10-04 05:50:20,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-79dadf24-fe94-46d4-94b8-69673594dbb1 Date: Thu, 04 Oct 2018 05: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-04 05:50:20,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-79dadf24-fe94-46d4-94b8-69673594dbb1 2018-10-04 05:50:20,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}de3f07689d2499c61b584aa9f2aa4299a03d4778" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:50:20,551 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d X-Openstack-Request-Id: req-0f5ae0a9-c83d-4e21-8b10-998a7d5dfaff Date: Thu, 04 Oct 2018 05:50:20 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:50:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:50:20Z", "visibility": "public", "locations": [], "self": "/v2/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "min_disk": 0, "protected": false, "id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "file": "/v2/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:50:20,552 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0f5ae0a9-c83d-4e21-8b10-998a7d5dfaff 2018-10-04 05:50:20,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de3f07689d2499c61b584aa9f2aa4299a03d4778" -d '' 2018-10-04 05:50:22,831 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a9109a7-52e1-4085-812e-8ba595be45d4 Date: Thu, 04 Oct 2018 05:50: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-04 05:50:22,831 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d/file used request id req-4a9109a7-52e1-4085-812e-8ba595be45d4 2018-10-04 05:50:22,832 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-10-04 05:50:22,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:22,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4b9bcc-2c05-48e4-8a1a-1ee040723ef0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:22,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-0d4b9bcc-2c05-48e4-8a1a-1ee040723ef0 2018-10-04 05:50:22,840 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:23,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["kWtneuUeTDuqrZZ9yCFgxQ"], "issued_at": "2018-10-04T05:50:23.000000Z"}} 2018-10-04 05:50:23,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be73f145dba7300dd3e9c5509c93b9adff6452b3" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-10-04 05:50:23,654 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-58285a55-ad80-466f-9f90-e37bb17ab3ed Date: Thu, 04 Oct 2018 05:50:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"60ecabcc-2375-4758-9186-a6d4a613c346","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:50:23Z","is_default":false,"provider:segmentation_id":63,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:50:23Z","mtu":1450}} 2018-10-04 05:50:23,654 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-58285a55-ad80-466f-9f90-e37bb17ab3ed 2018-10-04 05:50:23,655 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 60ecabcc-2375-4758-9186-a6d4a613c346 with cidr 10.10.10.0/24 2018-10-04 05:50:23,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be73f145dba7300dd3e9c5509c93b9adff6452b3" -d '{"subnets": [{"ip_version": 4, "network_id": "60ecabcc-2375-4758-9186-a6d4a613c346", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-10-04 05:50:24,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-e06426e1-d61f-4865-9318-900d7d8beae3 Date: Thu, 04 Oct 2018 05:50:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60ecabcc-2375-4758-9186-a6d4a613c346","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:50:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:50:23Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"510ab77bdaaa470cad047d68b7d85c03","id":"879323fb-abf0-4c8f-983b-a3a1ebe3be17","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-10-04 05:50:24,181 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-e06426e1-d61f-4865-9318-900d7d8beae3 2018-10-04 05:50:24,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be73f145dba7300dd3e9c5509c93b9adff6452b3" 2018-10-04 05:50:24,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-3b4d8335-9417-42d6-a418-afa20c62a77a Date: Thu, 04 Oct 2018 05:50:24 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-04T05:22:09Z", "revision_number": 0, "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 179, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 7, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:50:24,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-3b4d8335-9417-42d6-a418-afa20c62a77a 2018-10-04 05:50:24,406 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:50:24,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:24,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b655e2f2-e247-4295-aec1-622f522d5988 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:24,412 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b655e2f2-e247-4295-aec1-622f522d5988 2018-10-04 05:50:24,413 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:24,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["KJlULB6VT-uwSQLAocG7tg"], "issued_at": "2018-10-04T05:50:24.000000Z"}} 2018-10-04 05:50:24,802 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" 2018-10-04 05:50:24,981 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-228f6c33-ed00-4890-8cfa-d0d71fc125ae x-compute-request-id: req-228f6c33-ed00-4890-8cfa-d0d71fc125ae 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10178, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:50:24,981 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-228f6c33-ed00-4890-8cfa-d0d71fc125ae 2018-10-04 05:50:24,982 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-04 05:50:24,982 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-10-04 05:50:24,982 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d network=60ecabcc-2375-4758-9186-a6d4a613c346 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-10-04 05:50:24,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:24,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:24,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:24,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:24,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:24,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:24,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:24,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:24,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:24,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:24,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:24,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:24,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:24,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:24,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:24,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:24,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:24,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93e0a797-5dba-4064-a784-de3182606ff4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:24,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-93e0a797-5dba-4064-a784-de3182606ff4 2018-10-04 05:50:24,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:25,374 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["5hUcqi_8S0iqujRRECnRYQ"], "issued_at": "2018-10-04T05:50:25.000000Z"}} 2018-10-04 05:50:25,380 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" 2018-10-04 05:50:25,955 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96961700-b5f0-4634-af7b-cc0af7c06a3a x-compute-request-id: req-96961700-b5f0-4634-af7b-cc0af7c06a3a Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:50:25,955 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-96961700-b5f0-4634-af7b-cc0af7c06a3a 2018-10-04 05:50:25,959 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" 2018-10-04 05:50:25,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c01ddb6a-c65b-4c45-bc4b-99f21fc5f108 x-compute-request-id: req-c01ddb6a-c65b-4c45-bc4b-99f21fc5f108 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:50:25,979 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-c01ddb6a-c65b-4c45-bc4b-99f21fc5f108 2018-10-04 05:50:25,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "max_count": 1, "min_count": 1, "networks": [{"uuid": "60ecabcc-2375-4758-9186-a6d4a613c346"}]}}' 2018-10-04 05:50:27,472 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:50:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4fdd9352-321e-49cd-b9dc-e1f64b68ee7c x-compute-request-id: req-4fdd9352-321e-49cd-b9dc-e1f64b68ee7c Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1e492aa2-39b5-4864-8680-5e03bfe63a05", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "bookmark"}], "adminPass": "o8SrVAs5NSir"}} 2018-10-04 05:50:27,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4fdd9352-321e-49cd-b9dc-e1f64b68ee7c 2018-10-04 05:50:27,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:27,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5e98c46-222e-46ed-be72-27b0b45a6d17 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:27,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b5e98c46-222e-46ed-be72-27b0b45a6d17 2018-10-04 05:50:27,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:27,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["P4qBSKEeQQ6VEOf4-MKpxA"], "issued_at": "2018-10-04T05:50:27.000000Z"}} 2018-10-04 05:50:27,857 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c010ea9e835e455bdc068a529631bba8f0ecf2eb" 2018-10-04 05:50:28,394 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13eb91f7-1af1-4078-af09-42ffc60091b2 x-compute-request-id: req-13eb91f7-1af1-4078-af09-42ffc60091b2 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.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "1e492aa2-39b5-4864-8680-5e03bfe63a05", "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:50:28Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2018-10-04T05:50:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:28,395 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 used request id req-13eb91f7-1af1-4078-af09-42ffc60091b2 2018-10-04 05:50:31,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c010ea9e835e455bdc068a529631bba8f0ecf2eb" 2018-10-04 05:50:32,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50: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-fb4d5e9f-4037-48c0-ae7d-2fe2106dd4bd x-compute-request-id: req-fb4d5e9f-4037-48c0-ae7d-2fe2106dd4bd 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.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "1e492aa2-39b5-4864-8680-5e03bfe63a05", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:50:28Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:50:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:32,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 used request id req-fb4d5e9f-4037-48c0-ae7d-2fe2106dd4bd 2018-10-04 05:50:35,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c010ea9e835e455bdc068a529631bba8f0ecf2eb" 2018-10-04 05:50:35,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d65532e-196d-4a49-af00-36aad6f2fc89 x-compute-request-id: req-8d65532e-196d-4a49-af00-36aad6f2fc89 Content-Encoding: gzip Content-Length: 779 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:1a:2f:ed", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-10-04T05:50:30.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "1e492aa2-39b5-4864-8680-5e03bfe63a05", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:50:32Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:50:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:35,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 used request id req-8d65532e-196d-4a49-af00-36aad6f2fc89 2018-10-04 05:50:35,873 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" 2018-10-04 05:50:37,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d72e050-ccb9-4246-bc45-d735bf39c209 x-compute-request-id: req-3d72e050-ccb9-4246-bc45-d735bf39c209 Content-Encoding: gzip Content-Length: 779 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:1a:2f:ed", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000141", "OS-SRV-USG:launched_at": "2018-10-04T05:50:30.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "1e492aa2-39b5-4864-8680-5e03bfe63a05", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF: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-04T05:50:32Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:50:27Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:37,069 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05 used request id req-3d72e050-ccb9-4246-bc45-d735bf39c209 2018-10-04 05:50:37,070 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.14'. 2018-10-04 05:50:37,070 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-10-04 05:50:37,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:50:38,548 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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-8d93580e-bc59-4889-89d5-345487a898d3 x-compute-request-id: req-8d93580e-bc59-4889-89d5-345487a898d3 Content-Length: 0 Content-Type: application/json 2018-10-04 05:50:38,548 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-8d93580e-bc59-4889-89d5-345487a898d3 2018-10-04 05:50:38,548 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-10-04 05:50:38,549 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d network=60ecabcc-2375-4758-9186-a6d4a613c346 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-04 05:50:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:38,549 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:38,550 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:38,551 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:38,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:38,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:38,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:38,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:38,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:38,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:38,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:38,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:38,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:38,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d22ec29-58b0-48c7-8ec8-4a66aaaafef4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:38,566 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6d22ec29-58b0-48c7-8ec8-4a66aaaafef4 2018-10-04 05:50:38,567 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:38,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["2PFrGcqARi6R7H2DTvc9Lw"], "issued_at": "2018-10-04T05:50:38.000000Z"}} 2018-10-04 05:50:38,941 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" 2018-10-04 05:50:39,108 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f515945-03d2-4a4b-9ce9-9aca781c9544 x-compute-request-id: req-2f515945-03d2-4a4b-9ce9-9aca781c9544 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:50:39,108 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2f515945-03d2-4a4b-9ce9-9aca781c9544 2018-10-04 05:50:39,111 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" 2018-10-04 05:50:39,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4d8b340-4cb0-4b6e-b29c-bdfa3a506770 x-compute-request-id: req-a4d8b340-4cb0-4b6e-b29c-bdfa3a506770 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:50:39,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-a4d8b340-4cb0-4b6e-b29c-bdfa3a506770 2018-10-04 05:50:39,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xNAp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "60ecabcc-2375-4758-9186-a6d4a613c346"}], "config_drive": true}}' 2018-10-04 05:50:40,607 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6f8bbd8b-dd32-4c04-8dd8-cb60114cd8a5 x-compute-request-id: req-6f8bbd8b-dd32-4c04-8dd8-cb60114cd8a5 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "05625fa9-089e-4ab7-b3d1-72d6301c21ed", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "bookmark"}], "adminPass": "ic5TTsZ8yT9g"}} 2018-10-04 05:50:40,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6f8bbd8b-dd32-4c04-8dd8-cb60114cd8a5 2018-10-04 05:50:40,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:40,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bafa908b-a7f7-4d04-ae00-a06bfb40be92 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:40,616 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bafa908b-a7f7-4d04-ae00-a06bfb40be92 2018-10-04 05:50:40,616 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:40,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["dx8mGdOaStqx_gYCHBtgIw"], "issued_at": "2018-10-04T05:50:40.000000Z"}} 2018-10-04 05:50:40,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6361a16a05c0d459f8e60dd4110c9a522219d088" 2018-10-04 05:50:41,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39cbc1be-08eb-44d2-8e84-2a300f867bf6 x-compute-request-id: req-39cbc1be-08eb-44d2-8e84-2a300f867bf6 Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "05625fa9-089e-4ab7-b3d1-72d6301c21ed", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:50:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-1", "created": "2018-10-04T05:50:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:41,440 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed used request id req-39cbc1be-08eb-44d2-8e84-2a300f867bf6 2018-10-04 05:50:44,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6361a16a05c0d459f8e60dd4110c9a522219d088" 2018-10-04 05:50:44,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-621b7948-faad-4efa-bcf4-b3c224f2e147 x-compute-request-id: req-621b7948-faad-4efa-bcf4-b3c224f2e147 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.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "05625fa9-089e-4ab7-b3d1-72d6301c21ed", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:50:42Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:50:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:44,884 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed used request id req-621b7948-faad-4efa-bcf4-b3c224f2e147 2018-10-04 05:50:47,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6361a16a05c0d459f8e60dd4110c9a522219d088" 2018-10-04 05:50:48,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-62219f76-679a-45ed-bb15-95d403585f2d x-compute-request-id: req-62219f76-679a-45ed-bb15-95d403585f2d 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:6d:a3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-10-04T05:50:44.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "05625fa9-089e-4ab7-b3d1-72d6301c21ed", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:50:45Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:50:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:48,615 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed used request id req-62219f76-679a-45ed-bb15-95d403585f2d 2018-10-04 05:50:48,617 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" 2018-10-04 05:50:49,297 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-9d40d258-27de-46c9-87b3-577f672c89c5 x-compute-request-id: req-9d40d258-27de-46c9-87b3-577f672c89c5 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:6d:a3", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000144", "OS-SRV-USG:launched_at": "2018-10-04T05:50:44.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "05625fa9-089e-4ab7-b3d1-72d6301c21ed", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:50:45Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:50:40Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:49,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed used request id req-9d40d258-27de-46c9-87b3-577f672c89c5 2018-10-04 05:50:49,297 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.7'. 2018-10-04 05:50:49,298 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-10-04 05:50:49,300 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:50:51,234 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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-45fb6633-a9de-4bdc-8f3c-e9947ab6a90d x-compute-request-id: req-45fb6633-a9de-4bdc-8f3c-e9947ab6a90d Content-Length: 0 Content-Type: application/json 2018-10-04 05:50:51,234 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-45fb6633-a9de-4bdc-8f3c-e9947ab6a90d 2018-10-04 05:50:51,235 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-10-04 05:50:51,235 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d network=60ecabcc-2375-4758-9186-a6d4a613c346 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.14 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-04 05:50:51,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:51,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:51,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:51,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:51,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:51,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:51,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:51,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:51,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:51,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:50:51,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:50:51,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:50:51,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:50:51,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:50:51,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:50:51,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:50:51,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:50:51,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:50:51,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:51,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32675d3c-c54f-48ef-bffb-e97e078234dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:51,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-32675d3c-c54f-48ef-bffb-e97e078234dc 2018-10-04 05:50:51,253 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:51,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["Ywp66HWkRiadQ6HDCzu05Q"], "issued_at": "2018-10-04T05:50:51.000000Z"}} 2018-10-04 05:50:51,630 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" 2018-10-04 05:50:51,753 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-81ec3b1a-a621-4a18-a93c-5305a57a9100 x-compute-request-id: req-81ec3b1a-a621-4a18-a93c-5305a57a9100 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:50:51,754 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-81ec3b1a-a621-4a18-a93c-5305a57a9100 2018-10-04 05:50:51,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" 2018-10-04 05:50:51,778 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7ad2e303-dde1-41d8-8114-af2e8784c4e7 x-compute-request-id: req-7ad2e303-dde1-41d8-8114-af2e8784c4e7 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:50:51,778 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-7ad2e303-dde1-41d8-8114-af2e8784c4e7 2018-10-04 05:50:51,781 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjE0CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "60ecabcc-2375-4758-9186-a6d4a613c346"}], "config_drive": true}}' 2018-10-04 05:50:53,300 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-540db177-51a4-4fd4-8b2f-f1ccea4272a7 x-compute-request-id: req-540db177-51a4-4fd4-8b2f-f1ccea4272a7 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "dbff3559-b10d-4451-8aea-c644e10ad63c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "bookmark"}], "adminPass": "5aiqpXnkcM82"}} 2018-10-04 05:50:53,300 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-540db177-51a4-4fd4-8b2f-f1ccea4272a7 2018-10-04 05:50:53,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:50:53,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7abe91ed-02de-4681-97a0-47f9011265a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:50:53,307 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7abe91ed-02de-4681-97a0-47f9011265a4 2018-10-04 05:50:53,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:50:53,683 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:50:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["bWDf4IYOR7iIhVGwhua_3Q"], "issued_at": "2018-10-04T05:50:53.000000Z"}} 2018-10-04 05:50:53,686 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62f2931b747593c12496e04f99e56cd1cd0d8cc" 2018-10-04 05:50:53,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:50: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-9f665632-49a2-4fb2-8bfa-1fc6de4f121f x-compute-request-id: req-9f665632-49a2-4fb2-8bfa-1fc6de4f121f Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "dbff3559-b10d-4451-8aea-c644e10ad63c", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:50: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-10-3", "created": "2018-10-04T05:50:53Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:53,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c used request id req-9f665632-49a2-4fb2-8bfa-1fc6de4f121f 2018-10-04 05:50:56,991 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62f2931b747593c12496e04f99e56cd1cd0d8cc" 2018-10-04 05:50:57,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-bd222731-37b1-4451-9e6f-d09d8d725f64 x-compute-request-id: req-bd222731-37b1-4451-9e6f-d09d8d725f64 Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "dbff3559-b10d-4451-8aea-c644e10ad63c", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:50:55Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:50:53Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:50:57,821 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c used request id req-bd222731-37b1-4451-9e6f-d09d8d725f64 2018-10-04 05:51:00,827 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c62f2931b747593c12496e04f99e56cd1cd0d8cc" 2018-10-04 05:51:01,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-ac7a1fc4-acdc-49a0-959b-042f9082e1af x-compute-request-id: req-ac7a1fc4-acdc-49a0-959b-042f9082e1af 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:0e:98:6f", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-10-04T05:50:58.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "dbff3559-b10d-4451-8aea-c644e10ad63c", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:50:59Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:50:53Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:51:01,736 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c used request id req-ac7a1fc4-acdc-49a0-959b-042f9082e1af 2018-10-04 05:51:01,739 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" 2018-10-04 05:51:02,332 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:51: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-061c400b-1168-4675-9521-27b16d8d12bf x-compute-request-id: req-061c400b-1168-4675-9521-27b16d8d12bf 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:0e:98:6f", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbff3559-b10d-4451-8aea-c644e10ad63c", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000147", "OS-SRV-USG:launched_at": "2018-10-04T05:50:58.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "dbff3559-b10d-4451-8aea-c644e10ad63c", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:50:59Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:50:53Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:51:02,333 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c used request id req-061c400b-1168-4675-9521-27b16d8d12bf 2018-10-04 05:51:02,333 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.6'. 2018-10-04 05:51:02,333 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-10-04 05:51:02,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:51:03,525 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:51: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-0eae6035-eeb9-4f5e-ba38-10191f0d4528 x-compute-request-id: req-0eae6035-eeb9-4f5e-ba38-10191f0d4528 Content-Length: 0 Content-Type: application/json 2018-10-04 05:51:03,526 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-0eae6035-eeb9-4f5e-ba38-10191f0d4528 2018-10-04 05:51:03,526 - sdnvpn_test_utils - INFO - Waiting for instance 1e492aa2-39b5-4864-8680-5e03bfe63a05 to boot up 2018-10-04 05:51:03,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:04,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-dacbae93-b2f7-498e-8b1d-b8312dd0f96b x-compute-request-id: req-dacbae93-b2f7-498e-8b1d-b8312dd0f96b Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:04,600 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-dacbae93-b2f7-498e-8b1d-b8312dd0f96b 2018-10-04 05:51:06,618 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:07,686 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7e8c16f6-384c-4917-840b-05f480ae0f13 x-compute-request-id: req-7e8c16f6-384c-4917-840b-05f480ae0f13 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:07,687 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-7e8c16f6-384c-4917-840b-05f480ae0f13 2018-10-04 05:51:09,705 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:10,775 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-aff3cdb5-c754-4c14-ae23-2611a5d7543f x-compute-request-id: req-aff3cdb5-c754-4c14-ae23-2611a5d7543f Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:10,776 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-aff3cdb5-c754-4c14-ae23-2611a5d7543f 2018-10-04 05:51:12,792 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:13,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:51: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-705fd208-b993-499e-8888-17859a23dc2e x-compute-request-id: req-705fd208-b993-499e-8888-17859a23dc2e Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:13,872 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-705fd208-b993-499e-8888-17859a23dc2e 2018-10-04 05:51:15,887 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:16,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-9f098e3b-8665-46f0-8a76-9ff277b6d1ba x-compute-request-id: req-9f098e3b-8665-46f0-8a76-9ff277b6d1ba Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:16,957 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-9f098e3b-8665-46f0-8a76-9ff277b6d1ba 2018-10-04 05:51:18,974 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:20,050 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:51: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-f055086f-fde9-42ab-b4d1-39cd554312fc x-compute-request-id: req-f055086f-fde9-42ab-b4d1-39cd554312fc Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:20,051 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-f055086f-fde9-42ab-b4d1-39cd554312fc 2018-10-04 05:51:22,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:23,292 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-2b89dc38-b0e8-44dd-9a98-7ce3f3f5ba74 x-compute-request-id: req-2b89dc38-b0e8-44dd-9a98-7ce3f3f5ba74 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:23,293 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-2b89dc38-b0e8-44dd-9a98-7ce3f3f5ba74 2018-10-04 05:51:25,311 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:26,379 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7c987870-16c6-413a-ba68-e97172be17bf x-compute-request-id: req-7c987870-16c6-413a-ba68-e97172be17bf Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:26,380 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-7c987870-16c6-413a-ba68-e97172be17bf 2018-10-04 05:51:28,395 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:29,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-aa526a29-a207-4dee-9b8f-df6f92107890 x-compute-request-id: req-aa526a29-a207-4dee-9b8f-df6f92107890 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:29,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-aa526a29-a207-4dee-9b8f-df6f92107890 2018-10-04 05:51:31,490 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:32,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-78a774a7-951c-4c10-80a0-cd2ac5bc58c3 x-compute-request-id: req-78a774a7-951c-4c10-80a0-cd2ac5bc58c3 Content-Encoding: gzip Content-Length: 7688 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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-04 05:51:32,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-78a774a7-951c-4c10-80a0-cd2ac5bc58c3 2018-10-04 05:51:34,584 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:35,661 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-bda94a00-17a9-4438-8f00-b35232d60c53 x-compute-request-id: req-bda94a00-17a9-4438-8f00-b35232d60c53 Content-Encoding: gzip Content-Length: 8634 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN"} 2018-10-04 05:51:35,661 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-bda94a00-17a9-4438-8f00-b35232d60c53 2018-10-04 05:51:37,680 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:38,747 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-acbfeb60-b9b7-4b59-a6cd-4e284ba0e51e x-compute-request-id: req-acbfeb60-b9b7-4b59-a6cd-4e284ba0e51e Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:51:38,747 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-acbfeb60-b9b7-4b59-a6cd-4e284ba0e51e 2018-10-04 05:51:40,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:41,849 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-8d95a331-b99e-4c83-8f25-a07cfb024b4f x-compute-request-id: req-8d95a331-b99e-4c83-8f25-a07cfb024b4f Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:51:41,849 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-8d95a331-b99e-4c83-8f25-a07cfb024b4f 2018-10-04 05:51:43,870 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:44,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-50c269ea-59a3-4c06-94a8-54e1b50353dd x-compute-request-id: req-50c269ea-59a3-4c06-94a8-54e1b50353dd Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:51:44,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-50c269ea-59a3-4c06-94a8-54e1b50353dd 2018-10-04 05:51:46,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:48,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-0d87e016-cf7c-4c57-a477-e297f581881f x-compute-request-id: req-0d87e016-cf7c-4c57-a477-e297f581881f Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:51:48,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-0d87e016-cf7c-4c57-a477-e297f581881f 2018-10-04 05:51:50,049 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:51,134 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f1644c5e-3a72-49b8-a2bd-eb02a71865fe x-compute-request-id: req-f1644c5e-3a72-49b8-a2bd-eb02a71865fe Content-Encoding: gzip Content-Length: 9987 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-10-04 05:51:51,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-f1644c5e-3a72-49b8-a2bd-eb02a71865fe 2018-10-04 05:51:53,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:54,229 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:51: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-761de4dc-fee6-4e92-ab6f-92b8a1c73464 x-compute-request-id: req-761de4dc-fee6-4e92-ab6f-92b8a1c73464 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:51:54,230 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-761de4dc-fee6-4e92-ab6f-92b8a1c73464 2018-10-04 05:51:56,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:51:57,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-59530705-e5e6-4168-a6c0-8789cc63873a x-compute-request-id: req-59530705-e5e6-4168-a6c0-8789cc63873a Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:51:57,320 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-59530705-e5e6-4168-a6c0-8789cc63873a 2018-10-04 05:51:59,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:00,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:51: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-b854037a-0f23-4b04-a19e-93e85bb796b7 x-compute-request-id: req-b854037a-0f23-4b04-a19e-93e85bb796b7 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:52:00,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-b854037a-0f23-4b04-a19e-93e85bb796b7 2018-10-04 05:52:02,449 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:03,519 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-bac8749f-e0d1-452a-81e1-442cc8be2d3e x-compute-request-id: req-bac8749f-e0d1-452a-81e1-442cc8be2d3e Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:52:03,519 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-bac8749f-e0d1-452a-81e1-442cc8be2d3e 2018-10-04 05:52:05,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:06,611 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-df506ef3-6619-4496-ac04-77f62287bf13 x-compute-request-id: req-df506ef3-6619-4496-ac04-77f62287bf13 Content-Encoding: gzip Content-Length: 10058 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-10-04 05:52:06,611 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-df506ef3-6619-4496-ac04-77f62287bf13 2018-10-04 05:52:08,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:09,703 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f0d95d40-8d5d-4d67-b115-5be29275c40e x-compute-request-id: req-f0d95d40-8d5d-4d67-b115-5be29275c40e Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:52:09,704 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-f0d95d40-8d5d-4d67-b115-5be29275c40e 2018-10-04 05:52:11,725 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:12,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-796386de-102a-4c0b-a9eb-5290d9185e0a x-compute-request-id: req-796386de-102a-4c0b-a9eb-5290d9185e0a Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:52:12,796 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-796386de-102a-4c0b-a9eb-5290d9185e0a 2018-10-04 05:52:14,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:15,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f493a80-6867-4910-bdae-b6763fb6a363 x-compute-request-id: req-0f493a80-6867-4910-bdae-b6763fb6a363 Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:52:15,895 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-0f493a80-6867-4910-bdae-b6763fb6a363 2018-10-04 05:52:17,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:19,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-5a4188b8-f82b-44d9-b5d1-67e5a2a440ee x-compute-request-id: req-5a4188b8-f82b-44d9-b5d1-67e5a2a440ee Content-Encoding: gzip Content-Length: 10077 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.4 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-10-04 05:52:19,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-5a4188b8-f82b-44d9-b5d1-67e5a2a440ee 2018-10-04 05:52:21,025 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:22,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-be06da03-1ba0-4c27-b45e-3fbf1294dc5e x-compute-request-id: req-be06da03-1ba0-4c27-b45e-3fbf1294dc5e Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:22,102 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-be06da03-1ba0-4c27-b45e-3fbf1294dc5e 2018-10-04 05:52:24,138 - sdnvpn_test_utils - INFO - Waiting for instance 05625fa9-089e-4ab7-b3d1-72d6301c21ed to boot up 2018-10-04 05:52:24,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:25,220 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61550842-6d67-4184-bfad-7d9f83df8659 x-compute-request-id: req-61550842-6d67-4184-bfad-7d9f83df8659 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 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:25,221 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-61550842-6d67-4184-bfad-7d9f83df8659 2018-10-04 05:52:27,224 - sdnvpn_test_utils - INFO - Waiting for instance dbff3559-b10d-4451-8aea-c644e10ad63c to boot up 2018-10-04 05:52:27,227 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:28,300 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-1f7df6f6-d9f1-4caa-9c39-9f82be49328e x-compute-request-id: req-1f7df6f6-d9f1-4caa-9c39-9f82be49328e Content-Encoding: gzip Content-Length: 8097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:28,301 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-1f7df6f6-d9f1-4caa-9c39-9f82be49328e 2018-10-04 05:52:30,362 - __name__ - INFO - Starting all monitor threads 2018-10-04 05:52:30,369 - __name__ - INFO - Wait before subtest 2018-10-04 05:52:31,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:31,392 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:31,394 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:32,462 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-3c46f10a-eacb-47e9-a81c-fed074299207 x-compute-request-id: req-3c46f10a-eacb-47e9-a81c-fed074299207 Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:32,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-3c46f10a-eacb-47e9-a81c-fed074299207 2018-10-04 05:52:32,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7acf9c42-222b-4091-bf19-bde1cd864c37 x-compute-request-id: req-7acf9c42-222b-4091-bf19-bde1cd864c37 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:32,466 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-7acf9c42-222b-4091-bf19-bde1cd864c37 2018-10-04 05:52:32,467 - __name__ - ERROR - Failure during ping from instance sdnvpn-10-1: ping 10.10.10.14 KO 2018-10-04 05:52:32,467 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-04 05:52:32,467 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-04 05:52:32,467 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-04 05:52:32,468 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-04 05:52:32,468 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-04 05:52:32,468 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.14 OK 2018-10-04 05:52:32,470 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.7 OK 2018-10-04 05:52:32,470 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.14 OK 2018-10-04 05:52:32,470 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.7 OK 2018-10-04 05:52:32,517 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-732503cd-8756-4dac-b63b-ea7d95eeca94 x-compute-request-id: req-732503cd-8756-4dac-b63b-ea7d95eeca94 Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:32,518 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-732503cd-8756-4dac-b63b-ea7d95eeca94 2018-10-04 05:52:33,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:33,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:33,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:34,541 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52: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-dc8d9775-b075-414a-a9f5-15b43aa0e1d0 x-compute-request-id: req-dc8d9775-b075-414a-a9f5-15b43aa0e1d0 Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:34,541 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-dc8d9775-b075-414a-a9f5-15b43aa0e1d0 2018-10-04 05:52:34,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52: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-4503c501-c97c-482c-934d-f63c5a85052b x-compute-request-id: req-4503c501-c97c-482c-934d-f63c5a85052b 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:34,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-4503c501-c97c-482c-934d-f63c5a85052b 2018-10-04 05:52:34,595 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52: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-7da96c55-d8e9-4dc0-8338-674b0d109b5b x-compute-request-id: req-7da96c55-d8e9-4dc0-8338-674b0d109b5b Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:34,596 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-7da96c55-d8e9-4dc0-8338-674b0d109b5b 2018-10-04 05:52:35,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:35,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:35,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:36,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-48576308-0129-4c85-bbd5-7f14411d30d5 x-compute-request-id: req-48576308-0129-4c85-bbd5-7f14411d30d5 Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:36,619 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-48576308-0129-4c85-bbd5-7f14411d30d5 2018-10-04 05:52:36,628 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-c4342c09-194c-45c1-833e-3088050c8759 x-compute-request-id: req-c4342c09-194c-45c1-833e-3088050c8759 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:36,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-c4342c09-194c-45c1-833e-3088050c8759 2018-10-04 05:52:36,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7acbadb9-0bd7-4af0-b0ef-ee3333c85f4c x-compute-request-id: req-7acbadb9-0bd7-4af0-b0ef-ee3333c85f4c Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:36,683 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-7acbadb9-0bd7-4af0-b0ef-ee3333c85f4c 2018-10-04 05:52:37,624 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:37,634 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:37,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:38,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47b4d63f-a570-41c3-a7ff-626b1fe1ab34 x-compute-request-id: req-47b4d63f-a570-41c3-a7ff-626b1fe1ab34 Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:38,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-47b4d63f-a570-41c3-a7ff-626b1fe1ab34 2018-10-04 05:52:38,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64cad762-2f45-44e2-8835-836b7c7fc046 x-compute-request-id: req-64cad762-2f45-44e2-8835-836b7c7fc046 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:38,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-64cad762-2f45-44e2-8835-836b7c7fc046 2018-10-04 05:52:38,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9662448-3466-4ff3-84e9-4621a37b441a x-compute-request-id: req-b9662448-3466-4ff3-84e9-4621a37b441a Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:38,764 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-b9662448-3466-4ff3-84e9-4621a37b441a 2018-10-04 05:52:39,699 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:39,711 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:39,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:40,765 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7ec22d96-5b2e-44c9-8abd-279ce7db757d x-compute-request-id: req-7ec22d96-5b2e-44c9-8abd-279ce7db757d Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:40,766 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-7ec22d96-5b2e-44c9-8abd-279ce7db757d 2018-10-04 05:52:40,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-27d40237-2845-4604-ac35-7944bafe579d x-compute-request-id: req-27d40237-2845-4604-ac35-7944bafe579d 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:40,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-27d40237-2845-4604-ac35-7944bafe579d 2018-10-04 05:52:40,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-15a7d3eb-2311-4d41-be0d-92d8317be89e x-compute-request-id: req-15a7d3eb-2311-4d41-be0d-92d8317be89e Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:40,847 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-15a7d3eb-2311-4d41-be0d-92d8317be89e 2018-10-04 05:52:41,772 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:41,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:41,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:42,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-486b652e-6e6b-4c11-bad7-1d7d87fcab2b x-compute-request-id: req-486b652e-6e6b-4c11-bad7-1d7d87fcab2b Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:42,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-486b652e-6e6b-4c11-bad7-1d7d87fcab2b 2018-10-04 05:52:42,858 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-02729731-edef-4b17-8c9c-9a6888d4cca9 x-compute-request-id: req-02729731-edef-4b17-8c9c-9a6888d4cca9 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:42,858 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-02729731-edef-4b17-8c9c-9a6888d4cca9 2018-10-04 05:52:42,927 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d8fb9b91-09ff-436b-9762-fdd078c59624 x-compute-request-id: req-d8fb9b91-09ff-436b-9762-fdd078c59624 Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:42,928 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-d8fb9b91-09ff-436b-9762-fdd078c59624 2018-10-04 05:52:43,856 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:43,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:43,933 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:44,922 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-8d6b6a8b-b691-4488-a963-ab764113eb76 x-compute-request-id: req-8d6b6a8b-b691-4488-a963-ab764113eb76 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:44,923 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-8d6b6a8b-b691-4488-a963-ab764113eb76 2018-10-04 05:52:44,930 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e24b7cfa-d258-493f-98e3-f93bc3a0c471 x-compute-request-id: req-e24b7cfa-d258-493f-98e3-f93bc3a0c471 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:44,930 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-e24b7cfa-d258-493f-98e3-f93bc3a0c471 2018-10-04 05:52:45,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-8d26681c-f88d-4c95-8514-984bdac09b0d x-compute-request-id: req-8d26681c-f88d-4c95-8514-984bdac09b0d Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:45,002 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-8d26681c-f88d-4c95-8514-984bdac09b0d 2018-10-04 05:52:45,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:45,935 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:46,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:46,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-15549bc5-89d6-499f-89eb-8f105bbb0843 x-compute-request-id: req-15549bc5-89d6-499f-89eb-8f105bbb0843 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:46,997 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-15549bc5-89d6-499f-89eb-8f105bbb0843 2018-10-04 05:52:47,004 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-397ae680-a0d7-4e87-87c7-33ed72ed2d0d x-compute-request-id: req-397ae680-a0d7-4e87-87c7-33ed72ed2d0d 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:47,004 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-397ae680-a0d7-4e87-87c7-33ed72ed2d0d 2018-10-04 05:52:47,087 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52: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-44e4f2cc-b457-430b-aa4a-aed52daebb1c x-compute-request-id: req-44e4f2cc-b457-430b-aa4a-aed52daebb1c Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:47,087 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-44e4f2cc-b457-430b-aa4a-aed52daebb1c 2018-10-04 05:52:48,002 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:48,010 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:48,092 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:49,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-045b2014-08f5-4fdb-869b-96f527a760ed x-compute-request-id: req-045b2014-08f5-4fdb-869b-96f527a760ed 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:49,078 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-e296aafc-abc3-4086-bf59-da4503eccd9d x-compute-request-id: req-e296aafc-abc3-4086-bf59-da4503eccd9d Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:49,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-045b2014-08f5-4fdb-869b-96f527a760ed 2018-10-04 05:52:49,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-e296aafc-abc3-4086-bf59-da4503eccd9d 2018-10-04 05:52:49,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-796b133c-0de2-46e2-9041-d1394d1f7ffd x-compute-request-id: req-796b133c-0de2-46e2-9041-d1394d1f7ffd Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:49,170 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-796b133c-0de2-46e2-9041-d1394d1f7ffd 2018-10-04 05:52:50,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:50,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:50,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:51,150 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7117723d-a02d-48cc-8168-427d4cfb13c3 x-compute-request-id: req-7117723d-a02d-48cc-8168-427d4cfb13c3 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:51,150 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-7117723d-a02d-48cc-8168-427d4cfb13c3 2018-10-04 05:52:51,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b64ff95-7c4e-4311-a32e-ff29186f8e1a x-compute-request-id: req-0b64ff95-7c4e-4311-a32e-ff29186f8e1a 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:51,165 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-0b64ff95-7c4e-4311-a32e-ff29186f8e1a 2018-10-04 05:52:51,251 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93c93d97-4af4-41bb-9c74-33b4fa102500 x-compute-request-id: req-93c93d97-4af4-41bb-9c74-33b4fa102500 Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:51,252 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-93c93d97-4af4-41bb-9c74-33b4fa102500 2018-10-04 05:52:52,156 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:52,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:52,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:53,226 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-9f7099dc-e0f1-41f5-aa61-f1439069f7d5 x-compute-request-id: req-9f7099dc-e0f1-41f5-aa61-f1439069f7d5 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:53,227 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-9f7099dc-e0f1-41f5-aa61-f1439069f7d5 2018-10-04 05:52:53,235 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-8ef5052b-6f95-4485-bd85-de2a1a461eee x-compute-request-id: req-8ef5052b-6f95-4485-bd85-de2a1a461eee 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:53,236 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-8ef5052b-6f95-4485-bd85-de2a1a461eee 2018-10-04 05:52:53,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-0d80b532-6879-4cc8-ad29-1791bbb2d254 x-compute-request-id: req-0d80b532-6879-4cc8-ad29-1791bbb2d254 Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:53,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-0d80b532-6879-4cc8-ad29-1791bbb2d254 2018-10-04 05:52:54,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:54,241 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:54,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:55,308 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-19d1d6c6-3907-423a-8446-831a8824b358 x-compute-request-id: req-19d1d6c6-3907-423a-8446-831a8824b358 Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:55,309 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-19d1d6c6-3907-423a-8446-831a8824b358 2018-10-04 05:52:55,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-07d1da02-9d83-44c7-b79b-9c70fbc0dd2c x-compute-request-id: req-07d1da02-9d83-44c7-b79b-9c70fbc0dd2c 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:55,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-07d1da02-9d83-44c7-b79b-9c70fbc0dd2c 2018-10-04 05:52:55,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-77cdc581-88fb-4566-8930-5af5c4611fa2 x-compute-request-id: req-77cdc581-88fb-4566-8930-5af5c4611fa2 Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:55,405 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-77cdc581-88fb-4566-8930-5af5c4611fa2 2018-10-04 05:52:56,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:56,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:56,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:57,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d8c858db-fc17-486b-a90a-c3a0093bc17f x-compute-request-id: req-d8c858db-fc17-486b-a90a-c3a0093bc17f Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:57,381 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-d8c858db-fc17-486b-a90a-c3a0093bc17f 2018-10-04 05:52:57,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-5453bfae-e77a-4afe-8f03-38d6fd4322fe x-compute-request-id: req-5453bfae-e77a-4afe-8f03-38d6fd4322fe 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:52:57,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-5453bfae-e77a-4afe-8f03-38d6fd4322fe 2018-10-04 05:52:57,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-6ad3411d-19b1-462c-9c2b-836535f67ede x-compute-request-id: req-6ad3411d-19b1-462c-9c2b-836535f67ede Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:57,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-6ad3411d-19b1-462c-9c2b-836535f67ede 2018-10-04 05:52:58,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:58,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:58,480 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:52:59,460 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-3286dfe0-21ff-40d4-9c30-b50d0b6e3d4c x-compute-request-id: req-3286dfe0-21ff-40d4-9c30-b50d0b6e3d4c 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:59,461 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-3286dfe0-21ff-40d4-9c30-b50d0b6e3d4c 2018-10-04 05:52:59,461 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d9368df3-8de2-4535-913b-a97efe78da8f x-compute-request-id: req-d9368df3-8de2-4535-913b-a97efe78da8f Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:52:59,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-d9368df3-8de2-4535-913b-a97efe78da8f 2018-10-04 05:52:59,548 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-aabffe53-7122-4d86-86db-bd732a174bdd x-compute-request-id: req-aabffe53-7122-4d86-86db-bd732a174bdd Content-Encoding: gzip Content-Length: 11137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 511550309 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.129874] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131510] pid_max: default: 32768 minimum: 301\n[ 0.132394] ACPI: Core revision 20150930\n[ 0.133762] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135053] Security Framework initialized\n[ 0.135852] Yama: becoming mindful.\n[ 0.136570] AppArmor: AppArmor initialized\n[ 0.137425] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138736] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.139995] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141185] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142548] Initializing cgroup subsys io\n[ 0.143354] Initializing cgroup subsys memory\n[ 0.144199] Initializing cgroup subsys devices\n[ 0.145069] Initializing cgroup subsys freezer\n[ 0.145919] Initializing cgroup subsys net_cls\n[ 0.146770] Initializing cgroup subsys perf_event\n[ 0.147666] Initializing cgroup subsys net_prio\n[ 0.148536] Initializing cgroup subsys hugetlb\n[ 0.149398] Initializing cgroup subsys pids\n[ 0.150260] CPU: Physical Processor ID: 0\n[ 0.151741] mce: CPU supports 10 MCE banks\n[ 0.152573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153557] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164295] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170784] ftrace: allocating 31920 entries in 125 pages\n[ 0.197594] smpboot: Max logical packages: 1\n[ 0.198431] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.199747] x2apic enabled\n[ 0.200542] Switched APIC routing to physical x2apic.\n[ 0.202277] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.203366] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.205308] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.207047] KVM setup paravirtual spinlock\n[ 0.208320] x86: Booted up 1 node, 1 CPUs\n[ 0.209106] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.210458] devtmpfs: initialized\n[ 0.212154] evm: security.selinux\n[ 0.212835] evm: security.SMACK64\n[ 0.213510] evm: security.SMACK64EXEC\n[ 0.214237] evm: security.SMACK64TRANSMUTE\n[ 0.215026] evm: security.SMACK64MMAP\n[ 0.215748] evm: security.ima\n[ 0.216379] evm: security.capability\n[ 0.217166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218965] pinctrl core: initialized pinctrl subsystem\n[ 0.220037] RTC time: 5:50:30, date: 10/04/18\n[ 0.220976] NET: Registered protocol family 16\n[ 0.221917] cpuidle: using governor ladder\n[ 0.222715] cpuidle: using governor menu\n[ 0.223482] PCCT header not found.\n[ 0.224212] ACPI: bus type PCI registered\n[ 0.225000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.226210] PCI: Using configuration type 1 for base access\n[ 0.227930] ACPI: Added _OSI(Module Device)\n[ 0.228748] ACPI: Added _OSI(Processor Device)\n[ 0.229591] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.230468] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.232578] ACPI: Interpreter enabled\n[ 0.233329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.235129] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236914] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.238710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.240496] ACPI: (supports S0 S5)\n[ 0.241182] ACPI: Using IOAPIC for interrupt routing\n[ 0.242218] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.245261] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.246373] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.247568] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.248721] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.250877] acpiphp: Slot [3] registered\n[ 0.251660] acpiphp: Slot [4] registered\n[ 0.252446] acpiphp: Slot [5] registered\n[ 0.253230] acpiphp: Slot [6] registered\n[ 0.254010] acpiphp: Slot [7] registered\n[ 0.254789] acpiphp: Slot [8] registered\n[ 0.255581] acpiphp: Slot [9] registered\n[ 0.256364] acpiphp: Slot [10] registered\n[ 0.257152] acpiphp: Slot [11] registered\n[ 0.257939] acpiphp: Slot [12] registered\n[ 0.258736] acpiphp: Slot [13] registered\n[ 0.259531] acpiphp: Slot [14] registered\n[ 0.260325] acpiphp: Slot [15] registered\n[ 0.271399] acpiphp: Slot [16] registered\n[ 0.272211] acpiphp: Slot [17] registered\n[ 0.273016] acpiphp: Slot [18] registered\n[ 0.273812] acpiphp: Slot [19] registered\n[ 0.274613] acpiphp: Slot [20] registered\n[ 0.275423] acpiphp: Slot [21] registered\n[ 0.276228] acpiphp: Slot [22] registered\n[ 0.277031] acpiphp: Slot [23] registered\n[ 0.277831] acpiphp: Slot [24] registered\n[ 0.278633] acpiphp: Slot [25] registered\n[ 0.279443] acpiphp: Slot [26] registered\n[ 0.280252] acpiphp: Slot [27] registered\n[ 0.281058] acpiphp: Slot [28] registered\n[ 0.281859] acpiphp: Slot [29] registered\n[ 0.282663] acpiphp: Slot [30] registered\n[ 0.283473] acpiphp: Slot [31] registered\n[ 0.284278] PCI host bridge to bus 0000:00\n[ 0.285081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.286275] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.287478] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.288911] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.290363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.296704] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297973] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.299140] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.300395] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.306928] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.308368] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353901] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355415] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356822] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358250] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359628] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360866] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363342] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364861] vgaarb: loaded\n[ 0.365459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366589] SCSI subsystem initialized\n[ 0.367399] ACPI: bus type USB registered\n[ 0.368202] usbcore: registered new interface driver usbfs\n[ 0.369216] usbcore: registered new interface driver hub\n[ 0.370204] usbcore: registered new device driver usb\n[ 0.371250] PCI: Using ACPI for IRQ routing\n[ 0.372269] NetLabel: Initializing\n[ 0.372980] NetLabel: domain hash size = 128\n[ 0.373840] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374787] NetLabel: unlabeled traffic allowed by default\n[ 0.375875] clocksource: Switched to clocksource kvm-clock\n[ 0.381281] AppArmor: AppArmor Filesystem Enabled\n[ 0.382238] pnp: PnP ACPI init\n[ 0.383145] pnp: PnP ACPI: found 5 devices\n[ 0.389510] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391214] NET: Registered protocol family 2\n[ 0.392164] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393419] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394568] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395711] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396773] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397925] NET: Registered protocol family 1\n[ 0.398779] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400923] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414896] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429154] Trying to unpack rootfs image as initramfs...\n[ 0.478986] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492944] Scanning for low memory corruption every 60 seconds\n[ 0.494329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495489] audit: initializing netlink subsys (disabled)\n[ 0.496512] audit: type=2000 audit(1538632231.512:1): initialized\n[ 0.497802] Initialise system trusted keyring\n[ 0.498722] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499884] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.501825] zbud: loaded\n[ 0.502521] VFS: Disk quotas dquot_6.6.0\n[ 0.503330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.504826] fuse init (API version 7.23)\n[ 0.505703] Key type big_key registered\n[ 0.506494] Allocating IMA MOK and blacklist keyrings.\n[ 0.507978] Key type asymmetric registered\n[ 0.508800] Asymmetric key parser 'x509' registered\n[ 0.509874] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511625] io scheduler noop registered\n[ 0.512575] io scheduler deadline registered (default)\n[ 0.513716] io scheduler cfq registered\n[ 0.514718] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516009] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517511] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519245] ACPI: Power Button [PWRF]\n[ 0.520234] GHES: HEST is not enabled!\n[ 0.533902] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564462] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567414] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.591687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.594017] Linux agpgart interface v0.103\n[ 0.596128] brd: module loaded\n[ 0.597339] loop: module loaded\n[ 0.601937] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603580] GPT:90111 != 2097151\n[ 0.604392] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605711] GPT:90111 != 2097151\n[ 0.606525] GPT: Use GNU Parted to correct GPT errors.\n[ 0.607690] vda: vda1 vda15\n[ 0.609312] scsi host0: ata_piix\n[ 0.610196] scsi host1: ata_piix\n[ 0.610948] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.612441] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.614137] libphy: Fixed MDIO Bus: probed\n[ 0.615107] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616193] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618617] PPP generic driver version 2.4.2\n[ 0.619670] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.621041] ehci-pci: EHCI PCI platform driver\n[ 0.622028] ehci-platform: EHCI generic platform driver\n[ 0.623193] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624457] ohci-pci: OHCI PCI platform driver\n[ 0.625485] ohci-platform: OHCI generic platform driver\n[ 0.626659] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.641300] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.642549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.644346] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.645578] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.646939] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.648137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.649525] usb usb1: Product: UHCI Host Controller\n[ 0.650445] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.651608] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.652562] hub 1-0:1.0: USB hub found\n[ 0.653497] hub 1-0:1.0: 2 ports detected\n[ 0.654649] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.657311] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.658564] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.659949] mousedev: PS/2 mouse device common for all mice\n[ 0.661214] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.663043] rtc_cmos 00:00: RTC can wake from S4\n[ 0.664131] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.665291] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666453] i2c /dev entries driver\n[ 0.667193] device-mapper: uevent: version 1.0.3\n[ 0.668116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669714] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670993] NET: Registered protocol family 10\n[ 0.671994] NET: Registered protocol family 17\n[ 0.672869] Key type dns_resolver registered\n[ 0.673795] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674882] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676619] registered taskstats version 1\n[ 0.677450] Loading compiled-in X.509 certificates\n[ 0.678884] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.680723] zswap: loaded using pool lzo/zbud\n[ 0.682106] Key type trusted registered\n[ 0.683650] Key type encrypted registered\n[ 0.684489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.685714] ima: No TPM chip found, activating TPM-bypass!\n[ 0.686953] evm: HMAC attrs: 0x1\n[ 0.688032] Magic number: 6:639:819\n[ 0.689054] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:31 UTC (1538632231)\n[ 0.691901] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693559] EDD information not available.\n[ 0.772835] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.774687] Write protecting the kernel read-only data: 14336k\n[ 0.786648] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 1.00\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.210381] 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.17. iid=i-0000013e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCAT+5UydciKhrxfhfp+k5d2LvQKNSCChY7C338fQGRpmhnuMJA0G3sUmHICLfNz3Op1uGGJHTOO3eO6JwoUyjruhKkMXLNzFoRJmrjs2Chis9ZzQe7kw/aH2wqdBrNaQQ+T/leXrMiV2bQOAmcZjNNpFCnUsuRStAjsn6N36+skfHw6Iy9N6cdIhouWWifUgSJERPWjnLiLR5F6MFpfYyx4zjSKTHe6Yl4jo8lJxlww3iLXujpzOUursW7F994EN+WD+BN1co31a2O/Ib0079XDdg8yI/AXOpRgQgvq/YcMvgOWU4bKKsjhcvBT7sGJa7K2wg1VA44itB29Wrk2/nB root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKrN6/PBMq0y0yGIwj7jFszAlM05iOEfwBCMXHlnLeXqAVB8dBBat4IQ/Q6hn4cIbp/zy3xWPmwgZCXB9DvU1eoA2Vz6wKoP7ceuBnnV+NPKyQCI4xABw7kF1sxLRctVPGPFbyxme8Yf5hIglM4YItGTkQkwgY2HJJohLqu1VjNRAAAAFQDCSmiHUdnqI23RhfcOU+IFNTkv8QAAAIEAko7MMZnE2IXrJk3VcJv2gMmON9a8lT4DfDD7RYsbEX+3eqGfWRJij7vNtG5jYrrbKpdYCJxnJD6lcMw2BQdhQk7qgUMcdFaK1NxpuJYOjtPZR6T+X25/SMNVSXpXD8ekxpQI/7x3veFLMoo9SRGWlxFKajcyf0loh+hMHw6txjcAAACAOj7O3hK19hWK5JfGWqb3mL2aaeHxDCzlFtVohIlSODd13en/8EwO/96dhaFOxEPcN/YgfQTvwxFtgdX4G7XMu+RveFNQdX5mHP9ycFjohb0T7ZrTH5ub9NLQNZcsoEjCadXy4ehbbIkbtNaMSbpNEczUrC5e1kRdPhWrV8pkgCw= 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.14,24,fe80::f816:3eff:fe1a:2fed/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.4 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000013e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=62.92 ===\n/dev/root resized successfully [took 1.82s]\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:1A:2F:ED \n inet addr:10.10.10.14 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe1a:2fed/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:127 errors:0 dropped:16 overruns:0 frame:0\n TX packets:112 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:11933 (11.6 KiB) TX bytes:10249 (10.0 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.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-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.124897] usb 1-1: Product: QEMU USB Tablet\n[ 1.124898] usb 1-1: Manufacturer: QEMU\n[ 1.124898] usb 1-1: SerialNumber: 42\n[ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.210381] random: dd urandom read with 5 bits of entropy available\n[ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 63.342372] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nOct 4 06:50:32 cirros kern.info kernel: [ 0.788716] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800337] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nOct 4 06:50:32 cirros kern.info kernel: [ 0.800338] e1000: Copyright (c) 1999-2006 Intel Corporation.\nOct 4 06:50:32 cirros kern.info kernel: [ 0.801989] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nOct 4 06:50:32 cirros kern.info kernel: [ 0.804909] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nOct 4 06:50:32 cirros kern.info kernel: [ 0.806854] ip_tables: (C) 2000-2006 Netfilter Core Team\nOct 4 06:50:32 cirros kern.info kernel: [ 0.829979] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.830698] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.831783] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nOct 4 06:50:32 cirros kern.info kernel: [ 0.896756] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nOct 4 06:50:32 cirros kern.info kernel: [ 0.963894] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124895] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124897] usb 1-1: Product: QEMU USB Tablet\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: Manufacturer: QEMU\nOct 4 06:50:32 cirros kern.info kernel: [ 1.124898] usb 1-1: SerialNumber: 42\nOct 4 06:50:32 cirros kern.info kernel: [ 1.167756] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.info kernel: [ 1.191911] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nOct 4 06:50:32 cirros kern.notice kernel: [ 1.210381] random: dd urandom read with 5 bits of entropy available\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491946] tsc: Refined TSC clocksource calibration: 3491.912 MHz\nOct 4 06:50:32 cirros kern.info kernel: [ 1.491949] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nOct 4 06:51:33 cirros auth.notice su: + /dev/console root:cirros\nOct 4 06:51:33 cirros authpriv.info dropbear[340]: Running in background\nOct 4 06:51:33 cirros kern.info kernel: [ 63.038358] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nOct 4 06:51:34 cirros kern.info kernel: [ 63.342372] 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-04 05:52:59,549 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-aabffe53-7122-4d86-86db-bd732a174bdd 2018-10-04 05:53:00,400 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-10-04 05:53:00,404 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"forceDelete": null}' 2018-10-04 05:53:00,465 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d2e3b8a87d20b4224234c5a7ab947bb2804e3bd4" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:00,467 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5c6af8bf70b7bb2f72ff52a2300501b013469ac2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:00,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf439c065fe626ec49e20159f97e188ea20f84c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:00,592 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:53:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-df03d1d3-0a1d-4096-a414-4f3892260653 x-compute-request-id: req-df03d1d3-0a1d-4096-a414-4f3892260653 Content-Length: 0 Content-Type: application/json 2018-10-04 05:53:00,592 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-df03d1d3-0a1d-4096-a414-4f3892260653 2018-10-04 05:53:01,589 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb909b74-cdc1-4d9b-b90b-a8c1a19c5411 x-compute-request-id: req-bb909b74-cdc1-4d9b-b90b-a8c1a19c5411 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 487367338 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.130029] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.131634] pid_max: default: 32768 minimum: 301\n[ 0.132501] ACPI: Core revision 20150930\n[ 0.133861] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.135129] Security Framework initialized\n[ 0.135919] Yama: becoming mindful.\n[ 0.136628] AppArmor: AppArmor initialized\n[ 0.137472] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.138758] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.140001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.141172] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.142525] Initializing cgroup subsys io\n[ 0.143310] Initializing cgroup subsys memory\n[ 0.144147] Initializing cgroup subsys devices\n[ 0.144993] Initializing cgroup subsys freezer\n[ 0.145844] Initializing cgroup subsys net_cls\n[ 0.146687] Initializing cgroup subsys perf_event\n[ 0.147570] Initializing cgroup subsys net_prio\n[ 0.148425] Initializing cgroup subsys hugetlb\n[ 0.149270] Initializing cgroup subsys pids\n[ 0.150118] CPU: Physical Processor ID: 0\n[ 0.151590] mce: CPU supports 10 MCE banks\n[ 0.152410] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.153386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164002] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.170298] ftrace: allocating 31920 entries in 125 pages\n[ 0.196636] smpboot: Max logical packages: 1\n[ 0.197476] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.198789] x2apic enabled\n[ 0.199582] Switched APIC routing to physical x2apic.\n[ 0.201316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.202411] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.204346] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.206087] KVM setup paravirtual spinlock\n[ 0.207426] x86: Booted up 1 node, 1 CPUs\n[ 0.208206] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.209563] devtmpfs: initialized\n[ 0.211260] evm: security.selinux\n[ 0.211945] evm: security.SMACK64\n[ 0.212617] evm: security.SMACK64EXEC\n[ 0.213340] evm: security.SMACK64TRANSMUTE\n[ 0.214125] evm: security.SMACK64MMAP\n[ 0.214849] evm: security.ima\n[ 0.215478] evm: security.capability\n[ 0.216262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.218057] pinctrl core: initialized pinctrl subsystem\n[ 0.219128] RTC time: 5:50:58, date: 10/04/18\n[ 0.220071] NET: Registered protocol family 16\n[ 0.221020] cpuidle: using governor ladder\n[ 0.221824] cpuidle: using governor menu\n[ 0.222588] PCCT header not found.\n[ 0.223316] ACPI: bus type PCI registered\n[ 0.224107] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.225315] PCI: Using configuration type 1 for base access\n[ 0.227044] ACPI: Added _OSI(Module Device)\n[ 0.227879] ACPI: Added _OSI(Processor Device)\n[ 0.228722] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.229595] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.231696] ACPI: Interpreter enabled\n[ 0.232446] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.234238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.236018] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.237811] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.239591] ACPI: (supports S0 S5)\n[ 0.240268] ACPI: Using IOAPIC for interrupt routing\n[ 0.241174] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245427] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246605] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247756] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249899] acpiphp: Slot [3] registered\n[ 0.250674] acpiphp: Slot [4] registered\n[ 0.251446] acpiphp: Slot [5] registered\n[ 0.252219] acpiphp: Slot [6] registered\n[ 0.252996] acpiphp: Slot [7] registered\n[ 0.253771] acpiphp: Slot [8] registered\n[ 0.254546] acpiphp: Slot [9] registered\n[ 0.255316] acpiphp: Slot [10] registered\n[ 0.256099] acpiphp: Slot [11] registered\n[ 0.256893] acpiphp: Slot [12] registered\n[ 0.257692] acpiphp: Slot [13] registered\n[ 0.258476] acpiphp: Slot [14] registered\n[ 0.259257] acpiphp: Slot [15] registered\n[ 0.270087] acpiphp: Slot [16] registered\n[ 0.270874] acpiphp: Slot [17] registered\n[ 0.271655] acpiphp: Slot [18] registered\n[ 0.272434] acpiphp: Slot [19] registered\n[ 0.273212] acpiphp: Slot [20] registered\n[ 0.273995] acpiphp: Slot [21] registered\n[ 0.274785] acpiphp: Slot [22] registered\n[ 0.275566] acpiphp: Slot [23] registered\n[ 0.276345] acpiphp: Slot [24] registered\n[ 0.277128] acpiphp: Slot [25] registered\n[ 0.277911] acpiphp: Slot [26] registered\n[ 0.278694] acpiphp: Slot [27] registered\n[ 0.279481] acpiphp: Slot [28] registered\n[ 0.280261] acpiphp: Slot [29] registered\n[ 0.281041] acpiphp: Slot [30] registered\n[ 0.281830] acpiphp: Slot [31] registered\n[ 0.282609] PCI host bridge to bus 0000:00\n[ 0.283384] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.284550] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.285712] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287102] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.288495] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.294731] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.295963] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.297093] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.298310] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.304746] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.306131] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351304] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.352768] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.354134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355511] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356873] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358081] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.359196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.360364] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361845] vgaarb: loaded\n[ 0.362426] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363531] SCSI subsystem initialized\n[ 0.364319] ACPI: bus type USB registered\n[ 0.365103] usbcore: registered new interface driver usbfs\n[ 0.366092] usbcore: registered new interface driver hub\n[ 0.367060] usbcore: registered new device driver usb\n[ 0.368084] PCI: Using ACPI for IRQ routing\n[ 0.369088] NetLabel: Initializing\n[ 0.369799] NetLabel: domain hash size = 128\n[ 0.370626] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371547] NetLabel: unlabeled traffic allowed by default\n[ 0.372618] clocksource: Switched to clocksource kvm-clock\n[ 0.378062] AppArmor: AppArmor Filesystem Enabled\n[ 0.379009] pnp: PnP ACPI init\n[ 0.379903] pnp: PnP ACPI: found 5 devices\n[ 0.386255] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387913] NET: Registered protocol family 2\n[ 0.388857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.390105] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391236] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392356] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393409] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394546] NET: Registered protocol family 1\n[ 0.395382] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396451] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397493] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411538] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425752] Trying to unpack rootfs image as initramfs...\n[ 0.475755] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489573] Scanning for low memory corruption every 60 seconds\n[ 0.490851] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491968] audit: initializing netlink subsys (disabled)\n[ 0.492978] audit: type=2000 audit(1538632258.798:1): initialized\n[ 0.494248] Initialise system trusted keyring\n[ 0.495155] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.496287] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498225] zbud: loaded\n[ 0.498915] VFS: Disk quotas dquot_6.6.0\n[ 0.499713] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501202] fuse init (API version 7.23)\n[ 0.502077] Key type big_key registered\n[ 0.502860] Allocating IMA MOK and blacklist keyrings.\n[ 0.503935] Key type asymmetric registered\n[ 0.504749] Asymmetric key parser 'x509' registered\n[ 0.505683] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507109] io scheduler noop registered\n[ 0.507883] io scheduler deadline registered (default)\n[ 0.508854] io scheduler cfq registered\n[ 0.509672] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513708] ACPI: Power Button [PWRF]\n[ 0.514526] GHES: HEST is not enabled!\n[ 0.528174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.556151] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582400] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584511] Linux agpgart interface v0.103\n[ 0.586510] brd: module loaded\n[ 0.587642] loop: module loaded\n[ 0.591720] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.593166] GPT:90111 != 2097151\n[ 0.593855] GPT:Alternate GPT header not at the end of the disk.\n[ 0.594914] GPT:90111 != 2097151\n[ 0.595570] GPT: Use GNU Parted to correct GPT errors.\n[ 0.596505] vda: vda1 vda15\n[ 0.597837] scsi host0: ata_piix\n[ 0.598558] scsi host1: ata_piix\n[ 0.599251] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.600437] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.603427] libphy: Fixed MDIO Bus: probed\n[ 0.604823] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605750] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608038] PPP generic driver version 2.4.2\n[ 0.608921] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.610081] ehci-pci: EHCI PCI platform driver\n[ 0.610929] ehci-platform: EHCI generic platform driver\n[ 0.611889] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612992] ohci-pci: OHCI PCI platform driver\n[ 0.613838] ohci-platform: OHCI generic platform driver\n[ 0.614795] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.630045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.631118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.632781] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.633880] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.635226] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.636611] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.638384] usb usb1: Product: UHCI Host Controller\n[ 0.639478] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640746] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641686] hub 1-0:1.0: USB hub found\n[ 0.642437] hub 1-0:1.0: 2 ports detected\n[ 0.643318] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.645413] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.646334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.647334] mousedev: PS/2 mouse device common for all mice\n[ 0.648552] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650345] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651415] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.652573] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.653734] i2c /dev entries driver\n[ 0.654475] device-mapper: uevent: version 1.0.3\n[ 0.655399] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657012] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.658273] NET: Registered protocol family 10\n[ 0.659253] NET: Registered protocol family 17\n[ 0.660124] Key type dns_resolver registered\n[ 0.661041] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662108] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.663816] registered taskstats version 1\n[ 0.664639] Loading compiled-in X.509 certificates\n[ 0.666052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.667865] zswap: loaded using pool lzo/zbud\n[ 0.669225] Key type trusted registered\n[ 0.670771] Key type encrypted registered\n[ 0.671573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672566] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673580] evm: HMAC attrs: 0x1\n[ 0.674507] Magic number: 6:639:819\n[ 0.675334] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:59 UTC (1538632259)\n[ 0.676909] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677995] EDD information not available.\n[ 0.757287] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.758739] ata1.00: configured for MWDMA2\n[ 0.759967] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.772391] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.773607] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.774841] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.776696] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.778181] Write protecting the kernel read-only data: 14336k\n[ 0.779713] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781479] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.95\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.151130] 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.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\"\nTop of dropbear init script\nStarting dropbear 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]\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\nping 10.10.10.7 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:53:01,590 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-bb909b74-cdc1-4d9b-b90b-a8c1a19c5411 2018-10-04 05:53:01,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dde976b7-6639-4235-8ced-c12b2f39f87e x-compute-request-id: req-dde976b7-6639-4235-8ced-c12b2f39f87e Content-Encoding: gzip Content-Length: 8112 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 520615693 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139687] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141670] pid_max: default: 32768 minimum: 301\n[ 0.142590] ACPI: Core revision 20150930\n[ 0.143972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145291] Security Framework initialized\n[ 0.146116] Yama: becoming mindful.\n[ 0.146903] AppArmor: AppArmor initialized\n[ 0.147768] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149108] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150401] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151617] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153012] Initializing cgroup subsys io\n[ 0.153833] Initializing cgroup subsys memory\n[ 0.154785] Initializing cgroup subsys devices\n[ 0.155668] Initializing cgroup subsys freezer\n[ 0.156539] Initializing cgroup subsys net_cls\n[ 0.157418] Initializing cgroup subsys perf_event\n[ 0.158335] Initializing cgroup subsys net_prio\n[ 0.159431] Initializing cgroup subsys hugetlb\n[ 0.160490] Initializing cgroup subsys pids\n[ 0.161543] CPU: Physical Processor ID: 0\n[ 0.163219] mce: CPU supports 10 MCE banks\n[ 0.164246] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165476] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176479] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183340] ftrace: allocating 31920 entries in 125 pages\n[ 0.209894] smpboot: Max logical packages: 1\n[ 0.210940] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212526] x2apic enabled\n[ 0.213429] Switched APIC routing to physical x2apic.\n[ 0.215363] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216701] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219041] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221151] KVM setup paravirtual spinlock\n[ 0.222574] x86: Booted up 1 node, 1 CPUs\n[ 0.223518] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225187] devtmpfs: initialized\n[ 0.227009] evm: security.selinux\n[ 0.227824] evm: security.SMACK64\n[ 0.228629] evm: security.SMACK64EXEC\n[ 0.229506] evm: security.SMACK64TRANSMUTE\n[ 0.230493] evm: security.SMACK64MMAP\n[ 0.231385] evm: security.ima\n[ 0.232132] evm: security.capability\n[ 0.233065] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235263] pinctrl core: initialized pinctrl subsystem\n[ 0.236606] RTC time: 5:50:44, date: 10/04/18\n[ 0.237737] NET: Registered protocol family 16\n[ 0.238861] cpuidle: using governor ladder\n[ 0.239838] cpuidle: using governor menu\n[ 0.240769] PCCT header not found.\n[ 0.241637] ACPI: bus type PCI registered\n[ 0.242579] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.244054] PCI: Using configuration type 1 for base access\n[ 0.245994] ACPI: Added _OSI(Module Device)\n[ 0.247049] ACPI: Added _OSI(Processor Device)\n[ 0.248082] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.249155] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.251453] ACPI: Interpreter enabled\n[ 0.252366] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254539] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258926] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261255] ACPI: (supports S0 S5)\n[ 0.262116] ACPI: Using IOAPIC for interrupt routing\n[ 0.263262] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268143] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269673] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271149] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273841] acpiphp: Slot [3] registered\n[ 0.274820] acpiphp: Slot [4] registered\n[ 0.275788] acpiphp: Slot [5] registered\n[ 0.276740] acpiphp: Slot [6] registered\n[ 0.277685] acpiphp: Slot [7] registered\n[ 0.278624] acpiphp: Slot [8] registered\n[ 0.279560] acpiphp: Slot [9] registered\n[ 0.280501] acpiphp: Slot [10] registered\n[ 0.281453] acpiphp: Slot [11] registered\n[ 0.282413] acpiphp: Slot [12] registered\n[ 0.283369] acpiphp: Slot [13] registered\n[ 0.284332] acpiphp: Slot [14] registered\n[ 0.285289] acpiphp: Slot [15] registered\n[ 0.296255] acpiphp: Slot [16] registered\n[ 0.297255] acpiphp: Slot [17] registered\n[ 0.298245] acpiphp: Slot [18] registered\n[ 0.299236] acpiphp: Slot [19] registered\n[ 0.300234] acpiphp: Slot [20] registered\n[ 0.301240] acpiphp: Slot [21] registered\n[ 0.302206] acpiphp: Slot [22] registered\n[ 0.303031] acpiphp: Slot [23] registered\n[ 0.303851] acpiphp: Slot [24] registered\n[ 0.304732] acpiphp: Slot [25] registered\n[ 0.305688] acpiphp: Slot [26] registered\n[ 0.306593] acpiphp: Slot [27] registered\n[ 0.307494] acpiphp: Slot [28] registered\n[ 0.308429] acpiphp: Slot [29] registered\n[ 0.309280] acpiphp: Slot [30] registered\n[ 0.310186] acpiphp: Slot [31] registered\n[ 0.311053] PCI host bridge to bus 0000:00\n[ 0.311956] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313335] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316371] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.318015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324401] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325897] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327207] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328619] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.335077] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.336670] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.382687] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.384336] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385919] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387403] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.389028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.391021] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.392298] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.395344] vgaarb: loaded\n[ 0.396031] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397313] SCSI subsystem initialized\n[ 0.398194] ACPI: bus type USB registered\n[ 0.399126] usbcore: registered new interface driver usbfs\n[ 0.400292] usbcore: registered new interface driver hub\n[ 0.401460] usbcore: registered new device driver usb\n[ 0.402647] PCI: Using ACPI for IRQ routing\n[ 0.403795] NetLabel: Initializing\n[ 0.404625] NetLabel: domain hash size = 128\n[ 0.405621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.406732] NetLabel: unlabeled traffic allowed by default\n[ 0.408005] clocksource: Switched to clocksource kvm-clock\n[ 0.413570] AppArmor: AppArmor Filesystem Enabled\n[ 0.414698] pnp: PnP ACPI init\n[ 0.415706] pnp: PnP ACPI: found 5 devices\n[ 0.422158] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.424167] NET: Registered protocol family 2\n[ 0.425286] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.426764] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.428129] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.429482] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430735] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.432077] NET: Registered protocol family 1\n[ 0.433065] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.434327] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435566] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.449761] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.464343] Trying to unpack rootfs image as initramfs...\n[ 0.514200] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.528417] Scanning for low memory corruption every 60 seconds\n[ 0.529860] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.531031] audit: initializing netlink subsys (disabled)\n[ 0.532093] audit: type=2000 audit(1538632245.223:1): initialized\n[ 0.533433] Initialise system trusted keyring\n[ 0.534372] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535566] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.537552] zbud: loaded\n[ 0.538269] VFS: Disk quotas dquot_6.6.0\n[ 0.539106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.540651] fuse init (API version 7.23)\n[ 0.541550] Key type big_key registered\n[ 0.542468] Allocating IMA MOK and blacklist keyrings.\n[ 0.543691] Key type asymmetric registered\n[ 0.544571] Asymmetric key parser 'x509' registered\n[ 0.545612] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.547146] io scheduler noop registered\n[ 0.547972] io scheduler deadline registered (default)\n[ 0.549029] io scheduler cfq registered\n[ 0.550255] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.551432] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.552804] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.554351] ACPI: Power Button [PWRF]\n[ 0.555234] GHES: HEST is not enabled!\n[ 0.570496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.599830] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.602929] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.627215] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.629390] Linux agpgart interface v0.103\n[ 0.631453] brd: module loaded\n[ 0.632685] loop: module loaded\n[ 0.637479] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.639109] GPT:90111 != 2097151\n[ 0.639801] GPT:Alternate GPT header not at the end of the disk.\n[ 0.640931] GPT:90111 != 2097151\n[ 0.641627] GPT: Use GNU Parted to correct GPT errors.\n[ 0.642646] vda: vda1 vda15\n[ 0.644126] scsi host0: ata_piix\n[ 0.644885] scsi host1: ata_piix\n[ 0.645606] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.646843] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.648317] libphy: Fixed MDIO Bus: probed\n[ 0.649157] tun: Universal TUN/TAP device driver, 1.6\n[ 0.650123] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.652261] PPP generic driver version 2.4.2\n[ 0.653173] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.654494] ehci-pci: EHCI PCI platform driver\n[ 0.655395] ehci-platform: EHCI generic platform driver\n[ 0.656416] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.657570] ohci-pci: OHCI PCI platform driver\n[ 0.658456] ohci-platform: OHCI generic platform driver\n[ 0.659465] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.673899] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.674913] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.676398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.677446] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.678589] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.679831] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.681281] usb usb1: Product: UHCI Host Controller\n[ 0.682232] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.683389] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.684425] hub 1-0:1.0: USB hub found\n[ 0.685225] hub 1-0:1.0: 2 ports detected\n[ 0.686146] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.688296] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.689268] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690316] mousedev: PS/2 mouse device common for all mice\n[ 0.691604] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.693483] rtc_cmos 00:00: RTC can wake from S4\n[ 0.694598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.695812] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.697039] i2c /dev entries driver\n[ 0.697809] device-mapper: uevent: version 1.0.3\n[ 0.698753] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.700423] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701733] NET: Registered protocol family 10\n[ 0.702728] NET: Registered protocol family 17\n[ 0.703627] Key type dns_resolver registered\n[ 0.704577] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705701] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707479] registered taskstats version 1\n[ 0.708339] Loading compiled-in X.509 certificates\n[ 0.709803] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711685] zswap: loaded using pool lzo/zbud\n[ 0.713080] Key type trusted registered\n[ 0.714623] Key type encrypted registered\n[ 0.715461] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.716522] ima: No TPM chip found, activating TPM-bypass!\n[ 0.717594] evm: HMAC attrs: 0x1\n[ 0.718540] Magic number: 6:639:819\n[ 0.719399] rtc_cmos 00:00: setting system clock to 2018-10-04 05:50:45 UTC (1538632245)\n[ 0.721399] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.722537] EDD information not available.\n[ 0.804673] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.806135] ata1.00: configured for MWDMA2\n[ 0.807372] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.820000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.821257] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.822526] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.824419] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.825978] Write protecting the kernel read-only data: 14336k\n[ 0.827556] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.829405] 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.13\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.336335] 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.7...\nLease of 10.10.10.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 1.98s]\nping 10.10.10.14 KO\nping 10.10.10.14 KO\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\nping 10.10.10.14 OK\n"} 2018-10-04 05:53:01,593 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-dde976b7-6639-4235-8ced-c12b2f39f87e 2018-10-04 05:53:01,753 - novaclient.v2.client - DEBUG - RESP: [500] Date: Thu, 04 Oct 2018 05:53:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c3a91788-186c-42e4-8230-fccc68b2dfb8 x-compute-request-id: req-c3a91788-186c-42e4-8230-fccc68b2dfb8 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-04 05:53:01,753 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/1e492aa2-39b5-4864-8680-5e03bfe63a05/action used request id req-c3a91788-186c-42e4-8230-fccc68b2dfb8 2018-10-04 05:53:01,754 - __name__ - ERROR - Failure in monitor_thread of instance sdnvpn-10-2 2018-10-04 05:53:01,762 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-10-04 05:53:01,763 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d network=60ecabcc-2375-4758-9186-a6d4a613c346 secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.7 10.10.10.6 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-10-04 05:53:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:53:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:53:01,763 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:53:01,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:53:01,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:53:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:53:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:53:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:53:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:53:01,766 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:53:01,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:53:01,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:53:01,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:53:01,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:53:01,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:53:01,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:53:01,771 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:53:01,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:53:01,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edf3c59e-acd9-4b9c-812e-3edfcb01efcb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:53:01,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-edf3c59e-acd9-4b9c-812e-3edfcb01efcb 2018-10-04 05:53:01,782 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:53:02,179 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:53:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["wiExzQwiSBWojimxMrzSng"], "issued_at": "2018-10-04T05:53:02.000000Z"}} 2018-10-04 05:53:02,181 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" 2018-10-04 05:53:02,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c464362-bab1-425a-a2c2-768dfa7d92cd x-compute-request-id: req-0c464362-bab1-425a-a2c2-768dfa7d92cd Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:53:02,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0c464362-bab1-425a-a2c2-768dfa7d92cd 2018-10-04 05:53:02,354 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" 2018-10-04 05:53:02,374 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e397cad-b583-410d-af6b-cbafd4dfbc68 x-compute-request-id: req-0e397cad-b583-410d-af6b-cbafd4dfbc68 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:53:02,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733 used request id req-0e397cad-b583-410d-af6b-cbafd4dfbc68 2018-10-04 05:53:02,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC43IDEwLjEwLjEwLjYKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "60ecabcc-2375-4758-9186-a6d4a613c346"}], "config_drive": true}}' 2018-10-04 05:53:03,825 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:53:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-70ec6b0d-05fc-4bc2-807e-fd76cb125c0c x-compute-request-id: req-70ec6b0d-05fc-4bc2-807e-fd76cb125c0c Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6f7bef4f-45f1-4e89-9d65-24054fb92df6", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "bookmark"}], "adminPass": "shmEE7dzx5JU"}} 2018-10-04 05:53:03,825 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-70ec6b0d-05fc-4bc2-807e-fd76cb125c0c 2018-10-04 05:53:03,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:53:03,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d058f939-3b4d-4329-9822-878e7c4a23b3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:53:03,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d058f939-3b4d-4329-9822-878e7c4a23b3 2018-10-04 05:53:03,831 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:53:04,217 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:53:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["kJ-nlamRTK2u3wLsqqR2Sw"], "issued_at": "2018-10-04T05:53:04.000000Z"}} 2018-10-04 05:53:04,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190117d192afa78463f60884af8c60aab6fd7087" 2018-10-04 05:53:04,746 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-4d17ab42-80d0-4438-a68e-306223594163 x-compute-request-id: req-4d17ab42-80d0-4438-a68e-306223594163 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.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "6f7bef4f-45f1-4e89-9d65-24054fb92df6", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:53:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-4", "created": "2018-10-04T05:53:03Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:53:04,747 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 used request id req-4d17ab42-80d0-4438-a68e-306223594163 2018-10-04 05:53:07,752 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190117d192afa78463f60884af8c60aab6fd7087" 2018-10-04 05:53:08,734 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c599e793-8fcf-44e0-9370-57815369f17c x-compute-request-id: req-c599e793-8fcf-44e0-9370-57815369f17c 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:04:ef:f9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "6f7bef4f-45f1-4e89-9d65-24054fb92df6", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:53:05Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:53:03Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:53:08,734 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 used request id req-c599e793-8fcf-44e0-9370-57815369f17c 2018-10-04 05:53:11,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}190117d192afa78463f60884af8c60aab6fd7087" 2018-10-04 05:53:12,505 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-07191acf-b9b7-409c-bfea-1abe5f128195 x-compute-request-id: req-07191acf-b9b7-409c-bfea-1abe5f128195 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:04:ef:f9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-10-04T05:53:06.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "6f7bef4f-45f1-4e89-9d65-24054fb92df6", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:53:08Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:53:03Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:53:12,505 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 used request id req-07191acf-b9b7-409c-bfea-1abe5f128195 2018-10-04 05:53:12,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" 2018-10-04 05:53:12,966 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-83f485ea-b42b-4ec2-b41a-093308214a22 x-compute-request-id: req-83f485ea-b42b-4ec2-b41a-093308214a22 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:04:ef:f9", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6", "rel": "bookmark"}], "image": {"id": "78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "links": [{"href": "http://172.30.9.23:8774/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014a", "OS-SRV-USG:launched_at": "2018-10-04T05:53:06.000000", "flavor": {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}]}, "id": "6f7bef4f-45f1-4e89-9d65-24054fb92df6", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:53:08Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:53:03Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:53:12,966 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6 used request id req-83f485ea-b42b-4ec2-b41a-093308214a22 2018-10-04 05:53:12,966 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.10'. 2018-10-04 05:53:12,966 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-10-04 05:53:12,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:53:14,675 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-fcad9d4a-30a1-4ef0-824a-03d4734a44ab x-compute-request-id: req-fcad9d4a-30a1-4ef0-824a-03d4734a44ab Content-Length: 0 Content-Type: application/json 2018-10-04 05:53:14,676 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-fcad9d4a-30a1-4ef0-824a-03d4734a44ab 2018-10-04 05:53:14,676 - sdnvpn_test_utils - INFO - Waiting for instance 6f7bef4f-45f1-4e89-9d65-24054fb92df6 to boot up 2018-10-04 05:53:14,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:15,754 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19df082c-e177-43df-8d0a-60173b910568 x-compute-request-id: req-19df082c-e177-43df-8d0a-60173b910568 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:15,755 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-19df082c-e177-43df-8d0a-60173b910568 2018-10-04 05:53:17,761 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:18,829 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-912be635-2276-4d9f-bb71-60ed46c77692 x-compute-request-id: req-912be635-2276-4d9f-bb71-60ed46c77692 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:18,830 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-912be635-2276-4d9f-bb71-60ed46c77692 2018-10-04 05:53:20,836 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:22,090 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53: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-4bea51a4-abb7-4595-9026-61e183639f1e x-compute-request-id: req-4bea51a4-abb7-4595-9026-61e183639f1e Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:22,090 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-4bea51a4-abb7-4595-9026-61e183639f1e 2018-10-04 05:53:24,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:25,164 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-3c2305cf-1807-4db9-a0bf-8e28145300eb x-compute-request-id: req-3c2305cf-1807-4db9-a0bf-8e28145300eb Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:25,165 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-3c2305cf-1807-4db9-a0bf-8e28145300eb 2018-10-04 05:53:27,170 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:28,237 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f6474dad-af44-4c87-9816-a441844d6480 x-compute-request-id: req-f6474dad-af44-4c87-9816-a441844d6480 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:28,238 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-f6474dad-af44-4c87-9816-a441844d6480 2018-10-04 05:53:30,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:31,312 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f58ab04-340c-45f6-9059-c427eadd2152 x-compute-request-id: req-1f58ab04-340c-45f6-9059-c427eadd2152 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:31,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-1f58ab04-340c-45f6-9059-c427eadd2152 2018-10-04 05:53:33,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:34,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-8f6fcddd-bf98-4bae-8b55-b61ee484ac65 x-compute-request-id: req-8f6fcddd-bf98-4bae-8b55-b61ee484ac65 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:34,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-8f6fcddd-bf98-4bae-8b55-b61ee484ac65 2018-10-04 05:53:36,393 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:37,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d02934e1-5a44-4509-be5d-57a16d1d795a x-compute-request-id: req-d02934e1-5a44-4509-be5d-57a16d1d795a Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:37,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-d02934e1-5a44-4509-be5d-57a16d1d795a 2018-10-04 05:53:39,475 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:40,544 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-473a3b92-56b5-40bc-a989-09a476be1324 x-compute-request-id: req-473a3b92-56b5-40bc-a989-09a476be1324 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:40,545 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-473a3b92-56b5-40bc-a989-09a476be1324 2018-10-04 05:53:42,551 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:43,620 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a39ccfd2-43ba-46d5-91df-3a8652c653a3 x-compute-request-id: req-a39ccfd2-43ba-46d5-91df-3a8652c653a3 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:43,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-a39ccfd2-43ba-46d5-91df-3a8652c653a3 2018-10-04 05:53:45,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:46,700 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a197308-42e6-40ba-8a20-0de65c983aab x-compute-request-id: req-5a197308-42e6-40ba-8a20-0de65c983aab Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:46,701 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-5a197308-42e6-40ba-8a20-0de65c983aab 2018-10-04 05:53:48,709 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:49,780 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14a4de6d-d12c-4a38-a379-724bb8d794ba x-compute-request-id: req-14a4de6d-d12c-4a38-a379-724bb8d794ba Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:49,780 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-14a4de6d-d12c-4a38-a379-724bb8d794ba 2018-10-04 05:53:51,785 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:52,856 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-3d833152-ee1c-472c-be4b-de4d86eb868a x-compute-request-id: req-3d833152-ee1c-472c-be4b-de4d86eb868a Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:52,856 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-3d833152-ee1c-472c-be4b-de4d86eb868a 2018-10-04 05:53:54,861 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:55,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-c7ceff8a-388a-460b-b168-b0489fcc1d7a x-compute-request-id: req-c7ceff8a-388a-460b-b168-b0489fcc1d7a Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:55,933 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-c7ceff8a-388a-460b-b168-b0489fcc1d7a 2018-10-04 05:53:57,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:53:59,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:53:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-227a6f16-e7e2-43a8-9103-36029c86087a x-compute-request-id: req-227a6f16-e7e2-43a8-9103-36029c86087a Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:53:59,017 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-227a6f16-e7e2-43a8-9103-36029c86087a 2018-10-04 05:54:01,022 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:02,096 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57143dbf-f2f7-4e3e-9c03-ccd5028b9606 x-compute-request-id: req-57143dbf-f2f7-4e3e-9c03-ccd5028b9606 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:54:02,097 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-57143dbf-f2f7-4e3e-9c03-ccd5028b9606 2018-10-04 05:54:04,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:05,177 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-494f11ff-e5aa-4227-b019-f0f161fbaaf8 x-compute-request-id: req-494f11ff-e5aa-4227-b019-f0f161fbaaf8 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:54:05,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-494f11ff-e5aa-4227-b019-f0f161fbaaf8 2018-10-04 05:54:07,184 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:08,254 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b87c4e08-06bc-4ab0-a50f-4133b2d01929 x-compute-request-id: req-b87c4e08-06bc-4ab0-a50f-4133b2d01929 Content-Encoding: gzip Content-Length: 7866 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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-04 05:54:08,254 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-b87c4e08-06bc-4ab0-a50f-4133b2d01929 2018-10-04 05:54:10,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:11,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54: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-e28b8eb3-1d1b-42aa-96bb-3ef2040a062c x-compute-request-id: req-e28b8eb3-1d1b-42aa-96bb-3ef2040a062c Content-Encoding: gzip Content-Length: 8055 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n"} 2018-10-04 05:54:11,335 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-e28b8eb3-1d1b-42aa-96bb-3ef2040a062c 2018-10-04 05:54:13,346 - __name__ - INFO - Starting monitor thread of vm_4 2018-10-04 05:54:14,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:15,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54: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-200d8745-d98b-47f7-9df5-340937923af0 x-compute-request-id: req-200d8745-d98b-47f7-9df5-340937923af0 Content-Encoding: gzip Content-Length: 8080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\n"} 2018-10-04 05:54:15,449 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-200d8745-d98b-47f7-9df5-340937923af0 2018-10-04 05:54:16,457 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:17,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-287daef1-797e-4394-a7c7-5995dc493ba9 x-compute-request-id: req-287daef1-797e-4394-a7c7-5995dc493ba9 Content-Encoding: gzip Content-Length: 8080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\n"} 2018-10-04 05:54:17,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-287daef1-797e-4394-a7c7-5995dc493ba9 2018-10-04 05:54:18,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:19,606 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c303335c-2ddc-4838-86f6-4f41b6647f36 x-compute-request-id: req-c303335c-2ddc-4838-86f6-4f41b6647f36 Content-Encoding: gzip Content-Length: 8080 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\n"} 2018-10-04 05:54:19,607 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-c303335c-2ddc-4838-86f6-4f41b6647f36 2018-10-04 05:54:20,612 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:21,731 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-1d90be99-c4cb-47be-be4c-599e3488714f x-compute-request-id: req-1d90be99-c4cb-47be-be4c-599e3488714f Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\n"} 2018-10-04 05:54:21,732 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-1d90be99-c4cb-47be-be4c-599e3488714f 2018-10-04 05:54:22,737 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:23,916 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73d0b271-d7d4-4e5e-a201-0a002a098c10 x-compute-request-id: req-73d0b271-d7d4-4e5e-a201-0a002a098c10 Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\n"} 2018-10-04 05:54:23,917 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-73d0b271-d7d4-4e5e-a201-0a002a098c10 2018-10-04 05:54:24,922 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:25,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-6cc6de07-e27e-43cf-bd73-c33d52abc827 x-compute-request-id: req-6cc6de07-e27e-43cf-bd73-c33d52abc827 Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\n"} 2018-10-04 05:54:25,991 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-6cc6de07-e27e-43cf-bd73-c33d52abc827 2018-10-04 05:54:26,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:28,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6da8a48-5b4c-42d8-8ea7-aa6ea537cbdf x-compute-request-id: req-d6da8a48-5b4c-42d8-8ea7-aa6ea537cbdf Content-Encoding: gzip Content-Length: 8088 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\n"} 2018-10-04 05:54:28,071 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-d6da8a48-5b4c-42d8-8ea7-aa6ea537cbdf 2018-10-04 05:54:29,076 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:30,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54: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-dc679e71-6a94-4a78-8662-d814dade85cb x-compute-request-id: req-dc679e71-6a94-4a78-8662-d814dade85cb Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-10-04 05:54:30,143 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-dc679e71-6a94-4a78-8662-d814dade85cb 2018-10-04 05:54:31,148 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:32,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-a9edb3a4-4a53-4053-a02a-b3bc1ff8c545 x-compute-request-id: req-a9edb3a4-4a53-4053-a02a-b3bc1ff8c545 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-10-04 05:54:32,225 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-a9edb3a4-4a53-4053-a02a-b3bc1ff8c545 2018-10-04 05:54:33,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:34,298 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30396918-a97e-43b2-8b6f-95ccfcbd9f90 x-compute-request-id: req-30396918-a97e-43b2-8b6f-95ccfcbd9f90 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-10-04 05:54:34,299 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-30396918-a97e-43b2-8b6f-95ccfcbd9f90 2018-10-04 05:54:35,304 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:36,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-49807112-21ff-4e62-ab3e-df21327902ee x-compute-request-id: req-49807112-21ff-4e62-ab3e-df21327902ee Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-10-04 05:54:36,374 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-49807112-21ff-4e62-ab3e-df21327902ee 2018-10-04 05:54:37,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:38,448 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb3cbe00-ad86-4081-bc7e-844781f80940 x-compute-request-id: req-eb3cbe00-ad86-4081-bc7e-844781f80940 Content-Encoding: gzip Content-Length: 8092 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\n"} 2018-10-04 05:54:38,449 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-eb3cbe00-ad86-4081-bc7e-844781f80940 2018-10-04 05:54:39,454 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:40,785 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-10b38a97-b979-45df-bee2-d0b2f4811a66 x-compute-request-id: req-10b38a97-b979-45df-bee2-d0b2f4811a66 Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:54:40,786 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-10b38a97-b979-45df-bee2-d0b2f4811a66 2018-10-04 05:54:41,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:42,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f27c3346-d669-4965-b74b-4c78ed781fbb x-compute-request-id: req-f27c3346-d669-4965-b74b-4c78ed781fbb Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:54:42,861 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-f27c3346-d669-4965-b74b-4c78ed781fbb 2018-10-04 05:54:43,382 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-10-04 05:54:43,382 - __name__ - INFO - Sending stop signal to monitor thread 2018-10-04 05:54:43,867 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}72fe4cd9b1e48615f988365672ab27623f86cef8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:54:44,937 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9381ab8-3c61-445c-8799-94772f563c9a x-compute-request-id: req-c9381ab8-3c61-445c-8799-94772f563c9a Content-Encoding: gzip Content-Length: 8094 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f72f0-0x000f72ff] mapped at [ffff8800000f72f0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F70A0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE14C9 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE13DD 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 00139D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE1451 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 538895944 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139476] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141328] pid_max: default: 32768 minimum: 301\n[ 0.142327] ACPI: Core revision 20150930\n[ 0.143797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145274] Security Framework initialized\n[ 0.146153] Yama: becoming mindful.\n[ 0.146963] AppArmor: AppArmor initialized\n[ 0.147882] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149342] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150731] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152039] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153540] Initializing cgroup subsys io\n[ 0.154431] Initializing cgroup subsys memory\n[ 0.155389] Initializing cgroup subsys devices\n[ 0.156331] Initializing cgroup subsys freezer\n[ 0.157270] Initializing cgroup subsys net_cls\n[ 0.158194] Initializing cgroup subsys perf_event\n[ 0.159218] Initializing cgroup subsys net_prio\n[ 0.160168] Initializing cgroup subsys hugetlb\n[ 0.161105] Initializing cgroup subsys pids\n[ 0.162041] CPU: Physical Processor ID: 0\n[ 0.163660] mce: CPU supports 10 MCE banks\n[ 0.164576] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165654] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177758] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184448] ftrace: allocating 31920 entries in 125 pages\n[ 0.211552] smpboot: Max logical packages: 1\n[ 0.212493] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213946] x2apic enabled\n[ 0.214845] Switched APIC routing to physical x2apic.\n[ 0.216691] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217895] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221982] KVM setup paravirtual spinlock\n[ 0.223348] x86: Booted up 1 node, 1 CPUs\n[ 0.224224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225732] devtmpfs: initialized\n[ 0.227519] evm: security.selinux\n[ 0.228311] evm: security.SMACK64\n[ 0.229079] evm: security.SMACK64EXEC\n[ 0.229918] evm: security.SMACK64TRANSMUTE\n[ 0.230848] evm: security.SMACK64MMAP\n[ 0.231697] evm: security.ima\n[ 0.232419] evm: security.capability\n[ 0.233273] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.235270] pinctrl core: initialized pinctrl subsystem\n[ 0.236445] RTC time: 5:53:06, date: 10/04/18\n[ 0.237462] NET: Registered protocol family 16\n[ 0.238509] cpuidle: using governor ladder\n[ 0.239379] cpuidle: using governor menu\n[ 0.240193] PCCT header not found.\n[ 0.240965] ACPI: bus type PCI registered\n[ 0.241787] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243113] PCI: Using configuration type 1 for base access\n[ 0.244897] ACPI: Added _OSI(Module Device)\n[ 0.245770] ACPI: Added _OSI(Processor Device)\n[ 0.246658] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247590] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249751] ACPI: Interpreter enabled\n[ 0.250546] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254393] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256312] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258227] ACPI: (supports S0 S5)\n[ 0.258947] ACPI: Using IOAPIC for interrupt routing\n[ 0.260066] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263237] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264431] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265707] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266950] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269274] acpiphp: Slot [3] registered\n[ 0.270116] acpiphp: Slot [4] registered\n[ 0.270934] acpiphp: Slot [5] registered\n[ 0.271781] acpiphp: Slot [6] registered\n[ 0.272621] acpiphp: Slot [7] registered\n[ 0.273460] acpiphp: Slot [8] registered\n[ 0.274299] acpiphp: Slot [9] registered\n[ 0.275129] acpiphp: Slot [10] registered\n[ 0.275977] acpiphp: Slot [11] registered\n[ 0.276817] acpiphp: Slot [12] registered\n[ 0.277693] acpiphp: Slot [13] registered\n[ 0.278557] acpiphp: Slot [14] registered\n[ 0.279431] acpiphp: Slot [15] registered\n[ 0.290861] acpiphp: Slot [16] registered\n[ 0.291701] acpiphp: Slot [17] registered\n[ 0.292554] acpiphp: Slot [18] registered\n[ 0.293405] acpiphp: Slot [19] registered\n[ 0.294249] acpiphp: Slot [20] registered\n[ 0.295088] acpiphp: Slot [21] registered\n[ 0.295932] acpiphp: Slot [22] registered\n[ 0.296764] acpiphp: Slot [23] registered\n[ 0.297609] acpiphp: Slot [24] registered\n[ 0.298457] acpiphp: Slot [25] registered\n[ 0.299317] acpiphp: Slot [26] registered\n[ 0.300155] acpiphp: Slot [27] registered\n[ 0.301009] acpiphp: Slot [28] registered\n[ 0.301844] acpiphp: Slot [29] registered\n[ 0.302695] acpiphp: Slot [30] registered\n[ 0.303548] acpiphp: Slot [31] registered\n[ 0.304393] PCI host bridge to bus 0000:00\n[ 0.305223] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.306498] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.307756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.309265] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.310768] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318527] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319747] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321082] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327642] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329182] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375552] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378698] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380230] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381723] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383373] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384613] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.385737] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387390] vgaarb: loaded\n[ 0.388017] vgaarb: bridge control possible 0000:00:02.0\n[ 0.389200] SCSI subsystem initialized\n[ 0.390056] ACPI: bus type USB registered\n[ 0.390899] usbcore: registered new interface driver usbfs\n[ 0.392004] usbcore: registered new interface driver hub\n[ 0.393078] usbcore: registered new device driver usb\n[ 0.394217] PCI: Using ACPI for IRQ routing\n[ 0.395283] NetLabel: Initializing\n[ 0.396045] NetLabel: domain hash size = 128\n[ 0.396931] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.397934] NetLabel: unlabeled traffic allowed by default\n[ 0.399100] clocksource: Switched to clocksource kvm-clock\n[ 0.404632] AppArmor: AppArmor Filesystem Enabled\n[ 0.405651] pnp: PnP ACPI init\n[ 0.406601] pnp: PnP ACPI: found 5 devices\n[ 0.413044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414862] NET: Registered protocol family 2\n[ 0.415898] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.417294] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418594] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419866] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421050] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.422317] NET: Registered protocol family 1\n[ 0.423264] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.424450] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425617] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439834] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.454263] Trying to unpack rootfs image as initramfs...\n[ 0.504835] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.518937] Scanning for low memory corruption every 60 seconds\n[ 0.520329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.521541] audit: initializing netlink subsys (disabled)\n[ 0.522626] audit: type=2000 audit(1538632387.639:1): initialized\n[ 0.524027] Initialise system trusted keyring\n[ 0.524999] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.526235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.528282] zbud: loaded\n[ 0.529007] VFS: Disk quotas dquot_6.6.0\n[ 0.529856] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.531447] fuse init (API version 7.23)\n[ 0.532419] Key type big_key registered\n[ 0.533258] Allocating IMA MOK and blacklist keyrings.\n[ 0.534788] Key type asymmetric registered\n[ 0.535674] Asymmetric key parser 'x509' registered\n[ 0.536689] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.538240] io scheduler noop registered\n[ 0.539082] io scheduler deadline registered (default)\n[ 0.540135] io scheduler cfq registered\n[ 0.541016] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.542123] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.543485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.545022] ACPI: Power Button [PWRF]\n[ 0.545882] GHES: HEST is not enabled!\n[ 0.561225] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.591826] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.594198] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.617945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.620122] Linux agpgart interface v0.103\n[ 0.622186] brd: module loaded\n[ 0.623443] loop: module loaded\n[ 0.628816] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.630310] GPT:90111 != 2097151\n[ 0.630995] GPT:Alternate GPT header not at the end of the disk.\n[ 0.632107] GPT:90111 != 2097151\n[ 0.632788] GPT: Use GNU Parted to correct GPT errors.\n[ 0.633763] vda: vda1 vda15\n[ 0.635160] scsi host0: ata_piix\n[ 0.635898] scsi host1: ata_piix\n[ 0.636609] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.637831] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.639290] libphy: Fixed MDIO Bus: probed\n[ 0.640119] tun: Universal TUN/TAP device driver, 1.6\n[ 0.641077] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.643204] PPP generic driver version 2.4.2\n[ 0.644104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.645360] ehci-pci: EHCI PCI platform driver\n[ 0.646239] ehci-platform: EHCI generic platform driver\n[ 0.647243] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.648388] ohci-pci: OHCI PCI platform driver\n[ 0.649267] ohci-platform: OHCI generic platform driver\n[ 0.650263] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.664581] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.665593] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.667058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.668100] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.669225] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.670455] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.671886] usb usb1: Product: UHCI Host Controller\n[ 0.672827] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.673982] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.674990] hub 1-0:1.0: USB hub found\n[ 0.675784] hub 1-0:1.0: 2 ports detected\n[ 0.676707] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.678828] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.679800] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680843] mousedev: PS/2 mouse device common for all mice\n[ 0.682106] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683966] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685067] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686268] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687476] i2c /dev entries driver\n[ 0.688240] device-mapper: uevent: version 1.0.3\n[ 0.689179] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690819] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692127] NET: Registered protocol family 10\n[ 0.693125] NET: Registered protocol family 17\n[ 0.694024] Key type dns_resolver registered\n[ 0.694956] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.696070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.697826] registered taskstats version 1\n[ 0.698669] Loading compiled-in X.509 certificates\n[ 0.700134] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.702016] zswap: loaded using pool lzo/zbud\n[ 0.703413] Key type trusted registered\n[ 0.705347] Key type encrypted registered\n[ 0.706184] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.707233] ima: No TPM chip found, activating TPM-bypass!\n[ 0.708278] evm: HMAC attrs: 0x1\n[ 0.709206] Magic number: 6:192:870\n[ 0.710058] rtc_cmos 00:00: setting system clock to 2018-10-04 05:53:07 UTC (1538632387)\n[ 0.711669] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712793] EDD information not available.\n[ 0.795747] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.797210] ata1.00: configured for MWDMA2\n[ 0.798412] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.811000] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.812247] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.813493] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.815369] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.816914] Write protecting the kernel read-only data: 14336k\n[ 0.818475] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.820278] 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.876000] 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.58\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /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.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.38s]\nping 10.10.10.7 OK\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-10-04 05:54:44,938 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-c9381ab8-3c61-445c-8799-94772f563c9a 2018-10-04 05:54:44,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"forceDelete": null}' 2018-10-04 05:54:45,124 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:54:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-58587770-fa3a-483a-8f18-b905d10e72dc x-compute-request-id: req-58587770-fa3a-483a-8f18-b905d10e72dc Content-Length: 0 Content-Type: application/json 2018-10-04 05:54:45,125 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/05625fa9-089e-4ab7-b3d1-72d6301c21ed/action used request id req-58587770-fa3a-483a-8f18-b905d10e72dc 2018-10-04 05:54:45,128 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"forceDelete": null}' 2018-10-04 05:54:45,310 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:54:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b1834d9d-94bb-47cd-b613-ee5524e37e90 x-compute-request-id: req-b1834d9d-94bb-47cd-b613-ee5524e37e90 Content-Length: 0 Content-Type: application/json 2018-10-04 05:54:45,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbff3559-b10d-4451-8aea-c644e10ad63c/action used request id req-b1834d9d-94bb-47cd-b613-ee5524e37e90 2018-10-04 05:54:45,315 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f3cc68139798e74a4ee98f4672532eeab658484" -d '{"forceDelete": null}' 2018-10-04 05:54:45,526 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:54:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f69326d8-0178-45af-9848-26f19e8c068d x-compute-request-id: req-f69326d8-0178-45af-9848-26f19e8c068d Content-Length: 0 Content-Type: application/json 2018-10-04 05:54:45,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6f7bef4f-45f1-4e89-9d65-24054fb92df6/action used request id req-f69326d8-0178-45af-9848-26f19e8c068d 2018-10-04 05:54:45,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}de3f07689d2499c61b584aa9f2aa4299a03d4778" 2018-10-04 05:54:47,296 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-12ca3d7c-e819-467c-a68c-670b4ffdc0a4 Date: Thu, 04 Oct 2018 05:54: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-04 05:54:47,297 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/78d031a7-2f8c-4a2b-8e14-07b7e1a3d01d used request id req-12ca3d7c-e819-467c-a68c-670b4ffdc0a4 2018-10-04 05:54:47,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/879323fb-abf0-4c8f-983b-a3a1ebe3be17 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be73f145dba7300dd3e9c5509c93b9adff6452b3" 2018-10-04 05:54:49,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca5466c7-fb4c-41a4-9487-66fa56ebd5e9 Date: Thu, 04 Oct 2018 05:54:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:54:49,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/879323fb-abf0-4c8f-983b-a3a1ebe3be17 used request id req-ca5466c7-fb4c-41a4-9487-66fa56ebd5e9 2018-10-04 05:54:49,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/60ecabcc-2375-4758-9186-a6d4a613c346 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be73f145dba7300dd3e9c5509c93b9adff6452b3" 2018-10-04 05:54:50,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-db9ce870-70ef-43fe-8aeb-a04a013827fc Date: Thu, 04 Oct 2018 05:54:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:54:50,660 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/60ecabcc-2375-4758-9186-a6d4a613c346 used request id req-db9ce870-70ef-43fe-8aeb-a04a013827fc 2018-10-04 05:54:50,660 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | FAIL | ,Ping failure from instance sdnvpn-10-1 | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-10-04 05:54:50,660 - sdnvpn-results - INFO - One or more subtests have failed. 2018-10-04 05:54:50,677 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-10-04 05:54:50,680 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'FAIL', 'details': [{' ,Ping failure from instance sdnvpn-10-1': 'FAIL'}, {'Ping succeeds': 'PASS'}]} 2018-10-04 05:54:50,680 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-10-04 05:54:50,680 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-10-04 05:54:50,680 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-10-04 05:54:50,884 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-10-04 05:54:50,884 - sdnvpn.test.functest.testcase_13 - INFO - Using old image 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:54:50,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:54:50,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:54:50,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:54:50,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:54:50,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:54:50,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:54:50,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:54:50,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:54:50,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:54:50,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:54:50,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:54:50,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:54:50,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:54:50,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:54:50,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:54:50,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:54:50,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:54:50,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-10-04 05:54:50,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:54:50,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:54:50,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:54:50,895 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-10-04 05:54:50,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:54:50,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:54:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4f3315b-13c7-44d2-ab6d-d2a21ef746dc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:54:50,902 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b4f3315b-13c7-44d2-ab6d-d2a21ef746dc 2018-10-04 05:54:50,902 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:54:51,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:54:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["oeiCSiXSTUagHYV59Kc-kA"], "issued_at": "2018-10-04T05:54:51.000000Z"}} 2018-10-04 05:54:51,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" 2018-10-04 05:54:51,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-58070f11-089b-40a5-a267-f22781204780 Date: Thu, 04 Oct 2018 05:54:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:54:51,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-58070f11-089b-40a5-a267-f22781204780 2018-10-04 05:54:51,439 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-10-04 05:54:51,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" 2018-10-04 05:54:51,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-f881c414-5ddb-4c64-9385-f27bedf09460 Date: Thu, 04 Oct 2018 05:54: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-04 05:54:51,584 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f881c414-5ddb-4c64-9385-f27bedf09460 2018-10-04 05:54:51,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-10-04 05:54:51,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 574 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47 X-Openstack-Request-Id: req-af0d501a-c2fc-47d2-a29a-cfa6ba948552 Date: Thu, 04 Oct 2018 05:54:51 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:54:51Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:54:51Z", "visibility": "public", "locations": [], "self": "/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47", "min_disk": 0, "protected": false, "id": "19b72398-400a-44e8-b835-6c0c478e4e47", "file": "/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:54:51,821 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-af0d501a-c2fc-47d2-a29a-cfa6ba948552 2018-10-04 05:54:51,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" -d '' 2018-10-04 05:55:03,653 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-58df2838-8e16-43cb-a710-acecdaacd0be Date: Thu, 04 Oct 2018 05:55:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 05:55:03,653 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47/file used request id req-58df2838-8e16-43cb-a710-acecdaacd0be 2018-10-04 05:55:03,654 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:55:03,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:55:03,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:55:03,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:55:03,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:55:03,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:55:03,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:55:03,655 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:55:03,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:55:03,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:55:03,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:55:03,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:55:03,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:55:03,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:55:03,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:55:03,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:55:03,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:55:03,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:55:03,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5c9a6b9-b816-4d05-99dd-7f129f57366a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:55:03,669 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e5c9a6b9-b816-4d05-99dd-7f129f57366a 2018-10-04 05:55:03,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:55:04,056 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:55:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["0_8xHGZOQmagABSant5VHg"], "issued_at": "2018-10-04T05:55:04.000000Z"}} 2018-10-04 05:55:04,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d7a27e68c8b6e8af8736ad39c6013d600df472" 2018-10-04 05:55:04,238 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25d60fc4-f6d1-4cc4-b8b6-c02ac57fa946 x-compute-request-id: req-25d60fc4-f6d1-4cc4-b8b6-c02ac57fa946 Content-Encoding: gzip Content-Length: 279 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 05:55:04,238 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail used request id req-25d60fc4-f6d1-4cc4-b8b6-c02ac57fa946 2018-10-04 05:55:04,239 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-10-04 05:55:04,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}47d7a27e68c8b6e8af8736ad39c6013d600df472" -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-04 05:55:04,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ca58f81-fe0c-4b55-903e-e320b7f5928d x-compute-request-id: req-4ca58f81-fe0c-4b55-903e-e320b7f5928d Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:55:04,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4ca58f81-fe0c-4b55-903e-e320b7f5928d 2018-10-04 05:55:04,344 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=6c8ae848-66b9-43a6-b7dc-cde9b1360e44 created successfully. 2018-10-04 05:55:04,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:55:04,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2a69eab-2451-4c69-ba4b-80fff39fcbf4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:55:04,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d2a69eab-2451-4c69-ba4b-80fff39fcbf4 2018-10-04 05:55:04,352 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:55:04,724 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:55:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["M-fQTIlYQM-MAgM-iouUHA"], "issued_at": "2018-10-04T05:55:04.000000Z"}} 2018-10-04 05:55:04,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:55:05,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-ce072ebe-e6ff-4fee-a1d6-c7d372dc51a8 Date: Thu, 04 Oct 2018 05:55:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["78277f23-0c64-430b-b033-80f8e8809c1c"],"description":"","tags":[],"updated_at":"2018-10-04T05:41:23Z","provider:segmentation_id":4,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:22Z","provider:network_type":"vxlan"}]} 2018-10-04 05:55:05,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-ce072ebe-e6ff-4fee-a1d6-c7d372dc51a8 2018-10-04 05:55:05,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:55:05,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1254 X-Openstack-Request-Id: req-c9cce684-aea9-4f15-941d-adabecbc9812 Date: Thu, 04 Oct 2018 05:55:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:23Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:41:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"510ab77bdaaa470cad047d68b7d85c03","id":"78277f23-0c64-430b-b033-80f8e8809c1c","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:06Z","dns_nameservers":[],"updated_at":"2018-10-04T03:01:06Z","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":"922c345b28c644408c4ff74110916626","id":"d452f0e4-634e-4c49-b427-841d4086f073","subnetpool_id":null,"name":"external-subnet"}]} 2018-10-04 05:55:05,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c9cce684-aea9-4f15-941d-adabecbc9812 2018-10-04 05:55:05,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:55:05,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-20cd6af5-439b-4360-bf64-788cc6b84e26 Date: Thu, 04 Oct 2018 05:55:05 GMT RESP BODY: {"routers": []} 2018-10-04 05:55:05,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers used request id req-20cd6af5-439b-4360-bf64-788cc6b84e26 2018-10-04 05:55:05,524 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-10-04 05:55:05,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-10-04 05:55:05,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-718dd532-db13-4bb3-b8a1-25a6cb435890 Date: Thu, 04 Oct 2018 05:55: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":"0671cc57-c043-4ceb-b27f-f159f6258f9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-10-04T05:55:05Z","is_default":false,"provider:segmentation_id":1,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:05Z","mtu":1450}} 2018-10-04 05:55:05,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-718dd532-db13-4bb3-b8a1-25a6cb435890 2018-10-04 05:55:05,918 - sdnvpn.lib.openstack_utils - DEBUG - Network '0671cc57-c043-4ceb-b27f-f159f6258f9c' created successfully 2018-10-04 05:55:05,918 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-10-04 05:55:05,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"subnets": [{"ip_version": 4, "network_id": "0671cc57-c043-4ceb-b27f-f159f6258f9c", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-10-04 05:55:06,570 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-c9161edc-8f25-4352-9745-a5b751b667cd Date: Thu, 04 Oct 2018 05:55:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:06Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-10-04T05:55:06Z","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":"510ab77bdaaa470cad047d68b7d85c03","id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-10-04 05:55:06,570 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-c9161edc-8f25-4352-9745-a5b751b667cd 2018-10-04 05:55:06,570 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a' created successfully 2018-10-04 05:55:06,571 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-10-04 05:55:06,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-10-04 05:55:06,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-58fac736-e66a-46ff-a082-57a0dd6852ac Date: Thu, 04 Oct 2018 05:55:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:55:06Z", "revision_number": 0, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "327e032d-a92b-450b-b078-8990ed2753a9", "name": "sdnvpn-13-1-router"}} 2018-10-04 05:55:06,855 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-58fac736-e66a-46ff-a082-57a0dd6852ac 2018-10-04 05:55:06,855 - sdnvpn.lib.openstack_utils - DEBUG - Router '327e032d-a92b-450b-b078-8990ed2753a9' created successfully 2018-10-04 05:55:06,855 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-10-04 05:55:06,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"subnet_id": "1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a"}' 2018-10-04 05:55:08,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-84d9530c-3d16-45ee-ab27-9bd44c1d5316 Date: Thu, 04 Oct 2018 05:55:08 GMT RESP BODY: {"network_id": "0671cc57-c043-4ceb-b27f-f159f6258f9c", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a", "subnet_ids": ["1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a"], "port_id": "7ef27cf6-2024-41e8-a319-676ae4c24209", "id": "327e032d-a92b-450b-b078-8990ed2753a9"} 2018-10-04 05:55:08,274 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9/add_router_interface used request id req-84d9530c-3d16-45ee-ab27-9bd44c1d5316 2018-10-04 05:55:08,274 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-10-04 05:55:08,274 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-10-04 05:55:08,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:55:08,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2015 X-Openstack-Request-Id: req-cfd2ef21-d740-4370-8e87-9dc33bd6a5cc Date: Thu, 04 Oct 2018 05:55:08 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a"],"description":"","tags":[],"updated_at":"2018-10-04T05:55:06Z","provider:segmentation_id":1,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","subnets":["78277f23-0c64-430b-b033-80f8e8809c1c"],"description":"","tags":[],"updated_at":"2018-10-04T05:41:23Z","provider:segmentation_id":4,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:22Z","provider:network_type":"vxlan"}]} 2018-10-04 05:55:08,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks used request id req-cfd2ef21-d740-4370-8e87-9dc33bd6a5cc 2018-10-04 05:55:08,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"router": {"external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9"}}}' 2018-10-04 05:55:09,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-97cb4012-640a-459f-bb03-eae3f1bf9142 Date: Thu, 04 Oct 2018 05:55:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:55:09Z", "revision_number": 3, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "327e032d-a92b-450b-b078-8990ed2753a9", "name": "sdnvpn-13-1-router"}} 2018-10-04 05:55:09,892 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 used request id req-97cb4012-640a-459f-bb03-eae3f1bf9142 2018-10-04 05:55:09,893 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-10-04 05:55:09,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:55:10,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13198 X-Openstack-Request-Id: req-cb192f39-e832-4c65-b096-b88a0202c7a0 Date: Thu, 04 Oct 2018 05:55:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "922c345b28c644408c4ff74110916626", "created_at": "2018-10-04T03:01:00Z", "updated_at": "2018-10-04T03:01:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "58fcc378-4d02-461c-a01a-201061d8e07a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "66b7580c-85c0-4410-bb02-1703fc63ee3d", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv6", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "8280aa26-c055-40ad-9fe3-bfe3c37a2eb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:01:00Z", "revision_number": 0, "id": "b280dfd7-260c-48f9-bb09-14a7d1794d88", "remote_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:01:00Z", "security_group_id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "tenant_id": "922c345b28c644408c4ff74110916626", "port_range_min": null, "ethertype": "IPv4", "project_id": "922c345b28c644408c4ff74110916626"}], "revision_number": 4, "project_id": "922c345b28c644408c4ff74110916626", "id": "37fbc6a6-0473-4811-a2f7-202ff8c3e3a0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "created_at": "2018-10-04T05:15:48Z", "updated_at": "2018-10-04T05:15:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "205561f8-3a58-409b-9b42-6f0968b8981c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "84708719-1e79-4e79-bcf1-2f708b1df0df", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "a090d3f3-2530-46f8-b9ea-e383ed7a6f92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv6", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:15:48Z", "revision_number": 0, "id": "acac8d89-d472-4c81-bc78-066c22cce340", "remote_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "remote_ip_prefix": null, "created_at": "2018-10-04T05:15:48Z", "security_group_id": "785c0108-58fc-4b71-9323-20e8c609d149", "tenant_id": "76f7fde3921043e88c2219b6a3fa10ef", "port_range_min": null, "ethertype": "IPv4", "project_id": "76f7fde3921043e88c2219b6a3fa10ef"}], "revision_number": 4, "project_id": "76f7fde3921043e88c2219b6a3fa10ef", "id": "785c0108-58fc-4b71-9323-20e8c609d149", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:19:56Z", "updated_at": "2018-10-04T05:22:09Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "784976cc-95a1-4de6-a5b7-4144b3b5e4fc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "7c2b1163-7681-43a7-982e-6b8676c0d4cd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "9be42e95-42ca-4ce8-8e51-d941131521e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 179, "updated_at": "2018-10-04T05:22:09Z", "revision_number": 0, "id": "a5a5e9f4-fccb-4653-85ed-d5a40a9279ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:22:09Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 179, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "b5998e5b-8581-45ad-a4ae-824bb1c28f0d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 80, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-10-04T05:19:57Z", "revision_number": 0, "id": "d68eff79-74df-4ddf-8304-831c80c414f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:57Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": 22, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T05:19:56Z", "revision_number": 0, "id": "dd01da97-ee1f-481a-b979-b4e7d0cb6e9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T05:19:56Z", "security_group_id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 7, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T03:11:50Z", "updated_at": "2018-10-04T03:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3794f547-4020-4c40-a0b5-b0f77cef2993", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "3912c19c-5b84-42c9-9c4d-b6d1c4a45ec7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "583a2f70-cf64-4d65-bcee-0679923e7e1e", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv4", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:11:50Z", "revision_number": 0, "id": "b33a6017-0d31-4c9b-a83b-af335bc595a7", "remote_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "remote_ip_prefix": null, "created_at": "2018-10-04T03:11:50Z", "security_group_id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "port_range_min": null, "ethertype": "IPv6", "project_id": "510ab77bdaaa470cad047d68b7d85c03"}], "revision_number": 4, "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "c7b6ca37-5c76-4b47-bef7-11a5299f38b0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-10-04T03:13:59Z", "updated_at": "2018-10-04T03:13:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-10-04T03:13:59Z", "revision_number": 0, "id": "2849fad5-af69-4946-a075-a156b378a3d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "5dc71651-526c-4ca4-a057-5e19f51581e9", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "6533bc53-438d-4b15-ad3f-0af2818c1c1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "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-04T03:13:59Z", "revision_number": 0, "id": "92cfa6f7-3b8a-42d0-9eb2-3178f4d6bca2", "remote_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "remote_ip_prefix": null, "created_at": "2018-10-04T03:13:59Z", "security_group_id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "de9b9ff9-5167-49d7-b3de-8c6140170afa", "name": "default"}]} 2018-10-04 05:55:10,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-cb192f39-e832-4c65-b096-b88a0202c7a0 2018-10-04 05:55:10,118 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-10-04 05:55:10,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:55:10,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6df9c0cb-0cb0-49b0-bd75-670b2417054d Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:55:10,125 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6df9c0cb-0cb0-49b0-bd75-670b2417054d 2018-10-04 05:55:10,126 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:55:10,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:55:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["g_mYJeWoTO-Tw7e0V_Qc4A"], "issued_at": "2018-10-04T05:55:10.000000Z"}} 2018-10-04 05:55:10,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" 2018-10-04 05:55:10,777 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-c1016c59-4d8d-4026-a08e-6112f3ea2fdc x-compute-request-id: req-c1016c59-4d8d-4026-a08e-6112f3ea2fdc 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10177, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "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-04 05:55:10,777 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-c1016c59-4d8d-4026-a08e-6112f3ea2fdc 2018-10-04 05:55:10,779 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-10-04 05:55:10,779 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-10-04 05:55:10,779 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=19b72398-400a-44e8-b835-6c0c478e4e47 network=0671cc57-c043-4ceb-b27f-f159f6258f9c secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d 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-04 05:55:10,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:55:10,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:55:10,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:55:10,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:55:10,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:55:10,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:55:10,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:55:10,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:55:10,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:55:10,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:55:10,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:55:10,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:55:10,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:55:10,786 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:55:10,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:55:10,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:55:10,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:55:10,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:55:10,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:55:10,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a919b340-656b-4843-ad19-804a6b6494d1 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:55:10,796 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-a919b340-656b-4843-ad19-804a6b6494d1 2018-10-04 05:55:10,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:55:11,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:55:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["z0ZPOqLqSxup8RQ2Wy1HVw"], "issued_at": "2018-10-04T05:55:11.000000Z"}} 2018-10-04 05:55:11,178 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80164a29106eef1d80a0d5b711452c39b8586bdf" 2018-10-04 05:55:11,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8833e0fa-2743-4e61-80b6-30d72e991026 x-compute-request-id: req-8833e0fa-2743-4e61-80b6-30d72e991026 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:55:11,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-8833e0fa-2743-4e61-80b6-30d72e991026 2018-10-04 05:55:11,451 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80164a29106eef1d80a0d5b711452c39b8586bdf" 2018-10-04 05:55:11,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf855a7b-f5fb-47cf-aa0e-f8c6cb7a1cd3 x-compute-request-id: req-cf855a7b-f5fb-47cf-aa0e-f8c6cb7a1cd3 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:55:11,471 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 used request id req-cf855a7b-f5fb-47cf-aa0e-f8c6cb7a1cd3 2018-10-04 05:55:11,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80164a29106eef1d80a0d5b711452c39b8586bdf" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "19b72398-400a-44e8-b835-6c0c478e4e47", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0671cc57-c043-4ceb-b27f-f159f6258f9c"}], "config_drive": true}}' 2018-10-04 05:55:12,953 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:55:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c479225a-79b1-4214-bdd8-f0e0fd5283eb x-compute-request-id: req-c479225a-79b1-4214-bdd8-f0e0fd5283eb Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "adminPass": "FuedPw68Nb8B"}} 2018-10-04 05:55:12,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-c479225a-79b1-4214-bdd8-f0e0fd5283eb 2018-10-04 05:55:12,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:55:12,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8c45130-3fa7-4f7a-8a3f-76b90a4279a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:55:12,961 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8c45130-3fa7-4f7a-8a3f-76b90a4279a5 2018-10-04 05:55:12,962 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:55:13,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:55:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["bWT8k95lSbSkGbJrx0Qu8w"], "issued_at": "2018-10-04T05:55:13.000000Z"}} 2018-10-04 05:55:13,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:13,957 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19d97beb-b01c-47a1-9a16-5f97a54be85c x-compute-request-id: req-19d97beb-b01c-47a1-9a16-5f97a54be85c Content-Encoding: gzip Content-Length: 688 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:13,958 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-19d97beb-b01c-47a1-9a16-5f97a54be85c 2018-10-04 05:55:16,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:17,562 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55: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-a949850d-39dc-4a6b-a694-4ad61a7d1646 x-compute-request-id: req-a949850d-39dc-4a6b-a694-4ad61a7d1646 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.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:17,562 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-a949850d-39dc-4a6b-a694-4ad61a7d1646 2018-10-04 05:55:20,568 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:21,116 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55: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-ee5ecbdb-fd0e-4d37-b6a2-67bc262f0441 x-compute-request-id: req-ee5ecbdb-fd0e-4d37-b6a2-67bc262f0441 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:21,117 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-ee5ecbdb-fd0e-4d37-b6a2-67bc262f0441 2018-10-04 05:55:24,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:25,170 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55: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-88cc90c6-a039-45ad-bbb1-e40e0a040b19 x-compute-request-id: req-88cc90c6-a039-45ad-bbb1-e40e0a040b19 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:25,170 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-88cc90c6-a039-45ad-bbb1-e40e0a040b19 2018-10-04 05:55:28,177 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:28,920 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-656ad3fc-32cb-4ea6-ae53-cdfc4b0e7ec5 x-compute-request-id: req-656ad3fc-32cb-4ea6-ae53-cdfc4b0e7ec5 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:28,920 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-656ad3fc-32cb-4ea6-ae53-cdfc4b0e7ec5 2018-10-04 05:55:31,926 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:32,672 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20f701d0-522c-4f61-bfe5-4b21b8e54a5e x-compute-request-id: req-20f701d0-522c-4f61-bfe5-4b21b8e54a5e Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:32,672 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-20f701d0-522c-4f61-bfe5-4b21b8e54a5e 2018-10-04 05:55:35,679 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:36,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-341539bd-d821-4080-8a6d-6110b91c59d9 x-compute-request-id: req-341539bd-d821-4080-8a6d-6110b91c59d9 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:36,155 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-341539bd-d821-4080-8a6d-6110b91c59d9 2018-10-04 05:55:39,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:39,773 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d5dbab4-d0a2-458c-a0cb-1675beca60c5 x-compute-request-id: req-8d5dbab4-d0a2-458c-a0cb-1675beca60c5 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:39,773 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-8d5dbab4-d0a2-458c-a0cb-1675beca60c5 2018-10-04 05:55:42,778 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:43,405 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb2f3c1d-6aa7-4ddc-99c5-3398f5554d3e x-compute-request-id: req-fb2f3c1d-6aa7-4ddc-99c5-3398f5554d3e Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:43,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-fb2f3c1d-6aa7-4ddc-99c5-3398f5554d3e 2018-10-04 05:55:46,414 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:47,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-a8873298-1624-4e9f-8e99-8e253be3ac53 x-compute-request-id: req-a8873298-1624-4e9f-8e99-8e253be3ac53 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:47,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-a8873298-1624-4e9f-8e99-8e253be3ac53 2018-10-04 05:55:50,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:50,660 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b7245ae-e47f-46bb-abc7-ededb3b2d275 x-compute-request-id: req-5b7245ae-e47f-46bb-abc7-ededb3b2d275 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:50,660 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-5b7245ae-e47f-46bb-abc7-ededb3b2d275 2018-10-04 05:55:53,666 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:54,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d35ab8ac-109d-414a-8e0c-c0bfa0849168 x-compute-request-id: req-d35ab8ac-109d-414a-8e0c-c0bfa0849168 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:54,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-d35ab8ac-109d-414a-8e0c-c0bfa0849168 2018-10-04 05:55:57,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:55:57,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-ad8d64c0-a9a5-45f6-bc14-eb58c0aaea44 x-compute-request-id: req-ad8d64c0-a9a5-45f6-bc14-eb58c0aaea44 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:55:57,603 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-ad8d64c0-a9a5-45f6-bc14-eb58c0aaea44 2018-10-04 05:56:00,609 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:01,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56: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-1759849b-d026-46b7-afa2-0b9121db466b x-compute-request-id: req-1759849b-d026-46b7-afa2-0b9121db466b Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:01,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-1759849b-d026-46b7-afa2-0b9121db466b 2018-10-04 05:56:04,429 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:05,046 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-837f0d78-4b39-4395-843f-d848fd26049a x-compute-request-id: req-837f0d78-4b39-4395-843f-d848fd26049a Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:05,046 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-837f0d78-4b39-4395-843f-d848fd26049a 2018-10-04 05:56:08,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:08,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-3370089a-9337-436b-96c4-7f6043df12b7 x-compute-request-id: req-3370089a-9337-436b-96c4-7f6043df12b7 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:08,815 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-3370089a-9337-436b-96c4-7f6043df12b7 2018-10-04 05:56:11,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:12,592 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-4289f0bb-a189-4d98-84ec-53c77abfa416 x-compute-request-id: req-4289f0bb-a189-4d98-84ec-53c77abfa416 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:12,592 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-4289f0bb-a189-4d98-84ec-53c77abfa416 2018-10-04 05:56:15,598 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:16,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56: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-9fbeee58-5bd8-4fe9-837b-b49b9ee38bcd x-compute-request-id: req-9fbeee58-5bd8-4fe9-837b-b49b9ee38bcd Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:16,289 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-9fbeee58-5bd8-4fe9-837b-b49b9ee38bcd 2018-10-04 05:56:19,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:19,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2b18b2bb-2925-4f3c-99e6-7d6e08ed8c85 x-compute-request-id: req-2b18b2bb-2925-4f3c-99e6-7d6e08ed8c85 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:19,885 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-2b18b2bb-2925-4f3c-99e6-7d6e08ed8c85 2018-10-04 05:56:22,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:23,195 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f26d24b0-0599-4426-8e51-9f4fd2519376 x-compute-request-id: req-f26d24b0-0599-4426-8e51-9f4fd2519376 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:23,195 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-f26d24b0-0599-4426-8e51-9f4fd2519376 2018-10-04 05:56:26,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:26,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e88c87b-a6c8-4483-962d-415ae6093007 x-compute-request-id: req-3e88c87b-a6c8-4483-962d-415ae6093007 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:26,956 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-3e88c87b-a6c8-4483-962d-415ae6093007 2018-10-04 05:56:29,963 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:30,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-6103366f-8eee-44ec-b076-1e9965ef0317 x-compute-request-id: req-6103366f-8eee-44ec-b076-1e9965ef0317 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:30,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-6103366f-8eee-44ec-b076-1e9965ef0317 2018-10-04 05:56:33,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:34,241 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-6421968b-f13d-4902-9748-805388c8502f x-compute-request-id: req-6421968b-f13d-4902-9748-805388c8502f Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:34,242 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-6421968b-f13d-4902-9748-805388c8502f 2018-10-04 05:56:37,248 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:37,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-f0928f7f-20d3-41f7-b845-fcdd4845ffee x-compute-request-id: req-f0928f7f-20d3-41f7-b845-fcdd4845ffee Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:37,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-f0928f7f-20d3-41f7-b845-fcdd4845ffee 2018-10-04 05:56:40,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:41,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56: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-d6741a36-09d4-4c47-8691-a09bbdae48b7 x-compute-request-id: req-d6741a36-09d4-4c47-8691-a09bbdae48b7 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:41,494 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-d6741a36-09d4-4c47-8691-a09bbdae48b7 2018-10-04 05:56:44,501 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:45,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29fbbdc8-fe37-4585-8adf-fde1e50d4602 x-compute-request-id: req-29fbbdc8-fe37-4585-8adf-fde1e50d4602 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:45,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-29fbbdc8-fe37-4585-8adf-fde1e50d4602 2018-10-04 05:56:48,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:48,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a5b2882-fe7a-43c6-a7ba-c3dedb9c1d0d x-compute-request-id: req-0a5b2882-fe7a-43c6-a7ba-c3dedb9c1d0d Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:48,881 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-0a5b2882-fe7a-43c6-a7ba-c3dedb9c1d0d 2018-10-04 05:56:51,885 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:52,344 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:56: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-4c5f6596-c96a-4934-b0f7-a14026ee496e x-compute-request-id: req-4c5f6596-c96a-4934-b0f7-a14026ee496e Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:52,344 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-4c5f6596-c96a-4934-b0f7-a14026ee496e 2018-10-04 05:56:55,349 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:55,810 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-ad0e5152-2448-4d6a-9a22-ee9ce14284b1 x-compute-request-id: req-ad0e5152-2448-4d6a-9a22-ee9ce14284b1 Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:55,810 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-ad0e5152-2448-4d6a-9a22-ee9ce14284b1 2018-10-04 05:56:58,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:56:59,498 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-082f7590-ec36-4b81-b48a-130bd4c286ad x-compute-request-id: req-082f7590-ec36-4b81-b48a-130bd4c286ad Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:56:59,498 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-082f7590-ec36-4b81-b48a-130bd4c286ad 2018-10-04 05:57:02,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:57:02,969 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-523857a1-fa2d-4890-af1c-1c8ea3475d9e x-compute-request-id: req-523857a1-fa2d-4890-af1c-1c8ea3475d9e Content-Encoding: gzip Content-Length: 780 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:55:13Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:02,969 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-523857a1-fa2d-4890-af1c-1c8ea3475d9e 2018-10-04 05:57:05,976 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e295ca63ebf50a5c5d3c08002d0148e2cf819246" 2018-10-04 05:57:06,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-28ba3380-d6f2-42a0-890a-66c5ab3bd68a x-compute-request-id: req-28ba3380-d6f2-42a0-890a-66c5ab3bd68a 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-10-04T05:57:04.000000", "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:57:05Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:06,427 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-28ba3380-d6f2-42a0-890a-66c5ab3bd68a 2018-10-04 05:57:06,430 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80164a29106eef1d80a0d5b711452c39b8586bdf" 2018-10-04 05:57:06,952 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-141567ed-4978-47ff-b734-a82d62b64e6c x-compute-request-id: req-141567ed-4978-47ff-b734-a82d62b64e6c 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:9b:fc:13", "version": 4, "addr": "10.10.10.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000014d", "OS-SRV-USG:launched_at": "2018-10-04T05:57:04.000000", "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "e86b6924-f898-4b31-940c-e4a4322a3bd7", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:57:05Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:55:12Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:06,952 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7 used request id req-141567ed-4978-47ff-b734-a82d62b64e6c 2018-10-04 05:57:06,952 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.14'. 2018-10-04 05:57:06,953 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-10-04 05:57:06,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:57:08,435 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:57:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a04d4978-fcf5-4ca1-b1f7-a3c8e5dc5c9f x-compute-request-id: req-a04d4978-fcf5-4ca1-b1f7-a3c8e5dc5c9f Content-Length: 0 Content-Type: application/json 2018-10-04 05:57:08,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7/action used request id req-a04d4978-fcf5-4ca1-b1f7-a3c8e5dc5c9f 2018-10-04 05:57:08,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:57:08,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7647 X-Openstack-Request-Id: req-6a8f8f55-5912-4c30-a201-2b8a9d2f02b5 Date: Thu, 04 Oct 2018 05:57:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.207"}],"id":"14fe2331-a6d2-4348-b866-660dd4f7d70b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f7:47:08","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"327e032d-a92b-450b-b078-8990ed2753a9","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T05:55:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:41:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78277f23-0c64-430b-b033-80f8e8809c1c","ip_address":"10.10.10.4"}],"id":"3e892ea9-00fd-4bcf-8ab4-2fcef80b7034","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:f2:4d","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb0be718-b6b7-495f-b51c-56e479afb1ca","name":"","admin_state_up":true,"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:41:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78277f23-0c64-430b-b033-80f8e8809c1c","ip_address":"10.10.10.2"}],"id":"40e547c0-35a3-461e-9940-1304b803fd16","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:9f:70","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb0be718-b6b7-495f-b51c-56e479afb1ca","name":"","admin_state_up":true,"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:07Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.1"}],"id":"7ef27cf6-2024-41e8-a319-676ae4c24209","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:ef:0b","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"327e032d-a92b-450b-b078-8990ed2753a9","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.3"}],"id":"91594345-02ed-4ed5-9a73-3e49e3db055d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:e2:43","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0671cc57-c043-4ceb-b27f-f159f6258f9c","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:41:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78277f23-0c64-430b-b033-80f8e8809c1c","ip_address":"10.10.10.3"}],"id":"e9787be4-0b69-45c1-97b8-84d247410d99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:4c:c5","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb0be718-b6b7-495f-b51c-56e479afb1ca","name":"","admin_state_up":true,"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:57:08Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.14"}],"id":"f7eca854-7091-4a3a-b157-f83a587aaade","security_groups":["c4c5d4ac-533e-45a0-90d8-4a462d750e9d","c7b6ca37-5c76-4b47-bef7-11a5299f38b0"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:fc:13","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e86b6924-f898-4b31-940c-e4a4322a3bd7","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.2"}],"id":"f915f973-7d55-4798-a87d-87ba6cf94afe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:b6:cd","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0671cc57-c043-4ceb-b27f-f159f6258f9c","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.4"}],"id":"ffe778d8-fbcb-426e-8584-a87f9fdc03af","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:63:60","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0671cc57-c043-4ceb-b27f-f159f6258f9c","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:08Z","binding:vnic_type":"normal"}]} 2018-10-04 05:57:08,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-6a8f8f55-5912-4c30-a201-2b8a9d2f02b5 2018-10-04 05:57:08,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/f7eca854-7091-4a3a-b157-f83a587aaade -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:9b:fc:13"}]}}' 2018-10-04 05:57:09,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-e366cefd-e2cd-4adc-a4b9-55c6e2ea5dba Date: Thu, 04 Oct 2018 05:57:09 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:9b:fc:13"}],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:57:08Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.14"}],"id":"f7eca854-7091-4a3a-b157-f83a587aaade","security_groups":["c4c5d4ac-533e-45a0-90d8-4a462d750e9d","c7b6ca37-5c76-4b47-bef7-11a5299f38b0"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:fc:13","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e86b6924-f898-4b31-940c-e4a4322a3bd7","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:14Z","binding:vnic_type":"normal"}} 2018-10-04 05:57:09,061 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/f7eca854-7091-4a3a-b157-f83a587aaade used request id req-e366cefd-e2cd-4adc-a4b9-55c6e2ea5dba 2018-10-04 05:57:09,063 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-10-04 05:57:09,063 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=19b72398-400a-44e8-b835-6c0c478e4e47 network=0671cc57-c043-4ceb-b27f-f159f6258f9c secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d 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-04 05:57:09,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:57:09,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:57:09,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:57:09,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:57:09,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:57:09,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:57:09,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:57:09,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:57:09,066 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:57:09,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:57:09,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:57:09,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:57:09,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:57:09,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:57:09,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:57:09,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:57:09,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:57:09,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:57:09,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:57:09,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4642aeca-9dff-43a7-9396-22e8e0099346 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:57:09,082 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4642aeca-9dff-43a7-9396-22e8e0099346 2018-10-04 05:57:09,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:57:09,464 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["_GOfIVlmRd6BnqBhjNJnrg"], "issued_at": "2018-10-04T05:57:09.000000Z"}} 2018-10-04 05:57:09,468 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" 2018-10-04 05:57:09,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-055856af-d770-4aa0-ae47-e5878c552728 x-compute-request-id: req-055856af-d770-4aa0-ae47-e5878c552728 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:57:09,641 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-055856af-d770-4aa0-ae47-e5878c552728 2018-10-04 05:57:09,644 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" 2018-10-04 05:57:09,666 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-31b38dd7-3ddf-4dd9-9764-9468eef5d25b x-compute-request-id: req-31b38dd7-3ddf-4dd9-9764-9468eef5d25b Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:57:09,666 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 used request id req-31b38dd7-3ddf-4dd9-9764-9468eef5d25b 2018-10-04 05:57:09,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "19b72398-400a-44e8-b835-6c0c478e4e47", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0671cc57-c043-4ceb-b27f-f159f6258f9c"}], "config_drive": true}}' 2018-10-04 05:57:10,952 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:57: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-0e3433e9-4c6c-418f-b897-0b593545048d x-compute-request-id: req-0e3433e9-4c6c-418f-b897-0b593545048d Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "adminPass": "FRfhh2o8Dsor"}} 2018-10-04 05:57:10,952 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-0e3433e9-4c6c-418f-b897-0b593545048d 2018-10-04 05:57:10,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:57:10,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62136080-861f-4ce4-bb68-e766aaf65b9e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:57:10,960 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-62136080-861f-4ce4-bb68-e766aaf65b9e 2018-10-04 05:57:10,961 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:57:11,345 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:57:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["5LerZFjKTza99PDKBxISSA"], "issued_at": "2018-10-04T05:57:11.000000Z"}} 2018-10-04 05:57:11,348 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82198bd62132eaa502244d762f3d38ca91a9c55d" 2018-10-04 05:57:11,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-5394b95f-6482-435e-a3f8-7de07cecca79 x-compute-request-id: req-5394b95f-6482-435e-a3f8-7de07cecca79 Content-Encoding: gzip Content-Length: 620 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57: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-13-2", "created": "2018-10-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:11,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-5394b95f-6482-435e-a3f8-7de07cecca79 2018-10-04 05:57:14,864 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82198bd62132eaa502244d762f3d38ca91a9c55d" 2018-10-04 05:57:15,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95fc5bef-43b4-4936-a846-ba432131bb07 x-compute-request-id: req-95fc5bef-43b4-4936-a846-ba432131bb07 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.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:15,535 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-95fc5bef-43b4-4936-a846-ba432131bb07 2018-10-04 05:57:18,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82198bd62132eaa502244d762f3d38ca91a9c55d" 2018-10-04 05:57:19,169 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-52d9b7a0-c48a-4779-b2c2-d6cfd2f2dc18 x-compute-request-id: req-52d9b7a0-c48a-4779-b2c2-d6cfd2f2dc18 Content-Encoding: gzip Content-Length: 783 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:99:ab:37", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:19,169 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-52d9b7a0-c48a-4779-b2c2-d6cfd2f2dc18 2018-10-04 05:57:22,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82198bd62132eaa502244d762f3d38ca91a9c55d" 2018-10-04 05:57:22,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-c834e605-6177-44c3-b2b1-3d97449f344d x-compute-request-id: req-c834e605-6177-44c3-b2b1-3d97449f344d Content-Encoding: gzip Content-Length: 783 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:99:ab:37", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:22,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-c834e605-6177-44c3-b2b1-3d97449f344d 2018-10-04 05:57:25,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82198bd62132eaa502244d762f3d38ca91a9c55d" 2018-10-04 05:57:26,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f95b48cf-9d28-4b41-bc96-376a14209317 x-compute-request-id: req-f95b48cf-9d28-4b41-bc96-376a14209317 Content-Encoding: gzip Content-Length: 783 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:99:ab:37", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:26,338 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-f95b48cf-9d28-4b41-bc96-376a14209317 2018-10-04 05:57:29,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82198bd62132eaa502244d762f3d38ca91a9c55d" 2018-10-04 05:57:29,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-df981aec-4e19-4226-a161-77d1b358cbc4 x-compute-request-id: req-df981aec-4e19-4226-a161-77d1b358cbc4 Content-Encoding: gzip Content-Length: 783 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:99:ab:37", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57:12Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:29,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-df981aec-4e19-4226-a161-77d1b358cbc4 2018-10-04 05:57:32,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82198bd62132eaa502244d762f3d38ca91a9c55d" 2018-10-04 05:57:33,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-35f9e069-3592-4a86-b551-b0b15f10914d x-compute-request-id: req-35f9e069-3592-4a86-b551-b0b15f10914d Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ab:37", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-10-04T05:57:29.000000", "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:57:31Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:33,694 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-35f9e069-3592-4a86-b551-b0b15f10914d 2018-10-04 05:57:33,698 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" 2018-10-04 05:57:34,272 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-916a54de-3db8-4dec-b9ed-2e2adea121b5 x-compute-request-id: req-916a54de-3db8-4dec-b9ed-2e2adea121b5 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ab:37", "version": 4, "addr": "10.10.10.13", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fcde93ee-1760-4cfb-9590-e011a7642ced", "rel": "bookmark"}], "image": {"id": "19b72398-400a-44e8-b835-6c0c478e4e47", "links": [{"href": "http://172.30.9.23:8774/images/19b72398-400a-44e8-b835-6c0c478e4e47", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000150", "OS-SRV-USG:launched_at": "2018-10-04T05:57:29.000000", "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "fcde93ee-1760-4cfb-9590-e011a7642ced", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:57:31Z", "hostId": "f01ce09f3f3af8af5c25764cac8ca8bcb7e00d73519326326a4e1844", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-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-04T05:57:10Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:34,273 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced used request id req-916a54de-3db8-4dec-b9ed-2e2adea121b5 2018-10-04 05:57:34,273 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.13'. 2018-10-04 05:57:34,273 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-10-04 05:57:34,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:57:35,614 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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-b884c6e0-bdea-4259-8a52-0b41b1c2f301 x-compute-request-id: req-b884c6e0-bdea-4259-8a52-0b41b1c2f301 Content-Length: 0 Content-Type: application/json 2018-10-04 05:57:35,614 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action used request id req-b884c6e0-bdea-4259-8a52-0b41b1c2f301 2018-10-04 05:57:35,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:57:35,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8614 X-Openstack-Request-Id: req-23cc10f4-4c1c-4763-9c2d-16d665977bda Date: Thu, 04 Oct 2018 05:57:35 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"d452f0e4-634e-4c49-b427-841d4086f073","ip_address":"172.30.9.207"}],"id":"14fe2331-a6d2-4348-b866-660dd4f7d70b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f7:47:08","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"327e032d-a92b-450b-b078-8990ed2753a9","name":"","admin_state_up":true,"network_id":"4e3704d3-5674-4369-98a3-8a8012d693a9","tenant_id":"","created_at":"2018-10-04T05:55:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:41:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78277f23-0c64-430b-b033-80f8e8809c1c","ip_address":"10.10.10.4"}],"id":"3e892ea9-00fd-4bcf-8ab4-2fcef80b7034","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:48:f2:4d","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-fb0be718-b6b7-495f-b51c-56e479afb1ca","name":"","admin_state_up":true,"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:25Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:41:24Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78277f23-0c64-430b-b033-80f8e8809c1c","ip_address":"10.10.10.2"}],"id":"40e547c0-35a3-461e-9940-1304b803fd16","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:84:9f:70","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-fb0be718-b6b7-495f-b51c-56e479afb1ca","name":"","admin_state_up":true,"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:07Z","device_owner":"network:router_interface","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.1"}],"id":"7ef27cf6-2024-41e8-a319-676ae4c24209","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:f6:ef:0b","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"327e032d-a92b-450b-b078-8990ed2753a9","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.3"}],"id":"91594345-02ed-4ed5-9a73-3e49e3db055d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5c:e2:43","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0671cc57-c043-4ceb-b27f-f159f6258f9c","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:57:35Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.13"}],"id":"d5032647-6337-4daa-bfb1-ede5d087bb09","security_groups":["c4c5d4ac-533e-45a0-90d8-4a462d750e9d","c7b6ca37-5c76-4b47-bef7-11a5299f38b0"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ab:37","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fcde93ee-1760-4cfb-9590-e011a7642ced","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:57:12Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:41:25Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"78277f23-0c64-430b-b033-80f8e8809c1c","ip_address":"10.10.10.3"}],"id":"e9787be4-0b69-45c1-97b8-84d247410d99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2b:4c:c5","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-fb0be718-b6b7-495f-b51c-56e479afb1ca","name":"","admin_state_up":true,"network_id":"fb0be718-b6b7-495f-b51c-56e479afb1ca","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:41:24Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:9b:fc:13"}],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:57:08Z","device_owner":"compute:nova","revision_number":8,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.14"}],"id":"f7eca854-7091-4a3a-b157-f83a587aaade","security_groups":["c4c5d4ac-533e-45a0-90d8-4a462d750e9d","c7b6ca37-5c76-4b47-bef7-11a5299f38b0"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:9b:fc:13","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"e86b6924-f898-4b31-940c-e4a4322a3bd7","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:14Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:07Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.2"}],"id":"f915f973-7d55-4798-a87d-87ba6cf94afe","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:5f:b6:cd","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-0671cc57-c043-4ceb-b27f-f159f6258f9c","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:06Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:55:08Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.4"}],"id":"ffe778d8-fbcb-426e-8584-a87f9fdc03af","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d1:63:60","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-0671cc57-c043-4ceb-b27f-f159f6258f9c","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:55:08Z","binding:vnic_type":"normal"}]} 2018-10-04 05:57:35,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports used request id req-23cc10f4-4c1c-4763-9c2d-16d665977bda 2018-10-04 05:57:35,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/ports/d5032647-6337-4daa-bfb1-ede5d087bb09 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:99:ab:37"}]}}' 2018-10-04 05:57:36,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-7be8529a-e884-4faa-a461-45cb820bdc96 Date: Thu, 04 Oct 2018 05:57:36 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:99:ab:37"}],"extra_dhcp_opts":[],"updated_at":"2018-10-04T05:57:36Z","device_owner":"compute:nova","revision_number":7,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a","ip_address":"10.10.10.13"}],"id":"d5032647-6337-4daa-bfb1-ede5d087bb09","security_groups":["c4c5d4ac-533e-45a0-90d8-4a462d750e9d","c7b6ca37-5c76-4b47-bef7-11a5299f38b0"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:99:ab:37","project_id":"510ab77bdaaa470cad047d68b7d85c03","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"fcde93ee-1760-4cfb-9590-e011a7642ced","name":"","admin_state_up":true,"network_id":"0671cc57-c043-4ceb-b27f-f159f6258f9c","tenant_id":"510ab77bdaaa470cad047d68b7d85c03","created_at":"2018-10-04T05:57:12Z","binding:vnic_type":"normal"}} 2018-10-04 05:57:36,565 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/ports/d5032647-6337-4daa-bfb1-ede5d087bb09 used request id req-7be8529a-e884-4faa-a461-45cb820bdc96 2018-10-04 05:57:36,566 - sdnvpn_test_utils - INFO - Waiting for instance e86b6924-f898-4b31-940c-e4a4322a3bd7 to boot up 2018-10-04 05:57:36,571 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}80164a29106eef1d80a0d5b711452c39b8586bdf" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:57:36,571 - sdnvpn_test_utils - INFO - Waiting for instance fcde93ee-1760-4cfb-9590-e011a7642ced to boot up 2018-10-04 05:57:36,575 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:57:37,698 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-922ba42b-f6b4-429e-bc0d-14e80735d264 x-compute-request-id: req-922ba42b-f6b4-429e-bc0d-14e80735d264 Content-Encoding: gzip Content-Length: 10471 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 650466043 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146390] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148236] pid_max: default: 32768 minimum: 301\n[ 0.149181] ACPI: Core revision 20150930\n[ 0.150595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151958] Security Framework initialized\n[ 0.152812] Yama: becoming mindful.\n[ 0.153586] AppArmor: AppArmor initialized\n[ 0.154495] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.155962] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157701] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158992] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.160433] Initializing cgroup subsys io\n[ 0.161285] Initializing cgroup subsys memory\n[ 0.162202] Initializing cgroup subsys devices\n[ 0.163119] Initializing cgroup subsys freezer\n[ 0.164032] Initializing cgroup subsys net_cls\n[ 0.164947] Initializing cgroup subsys perf_event\n[ 0.165906] Initializing cgroup subsys net_prio\n[ 0.166832] Initializing cgroup subsys hugetlb\n[ 0.167743] Initializing cgroup subsys pids\n[ 0.168660] CPU: Physical Processor ID: 0\n[ 0.170216] mce: CPU supports 10 MCE banks\n[ 0.171109] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172447] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184912] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.191942] ftrace: allocating 32123 entries in 126 pages\n[ 0.219292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221036] smpboot: Max logical packages: 1\n[ 0.222356] x2apic enabled\n[ 0.223361] Switched APIC routing to physical x2apic.\n[ 0.225493] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227053] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232164] KVM setup paravirtual spinlock\n[ 0.233742] x86: Booted up 1 node, 1 CPUs\n[ 0.234837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236699] devtmpfs: initialized\n[ 0.239389] evm: security.selinux\n[ 0.240336] evm: security.SMACK64\n[ 0.241277] evm: security.SMACK64EXEC\n[ 0.242290] evm: security.SMACK64TRANSMUTE\n[ 0.243390] evm: security.SMACK64MMAP\n[ 0.244396] evm: security.ima\n[ 0.245256] evm: security.capability\n[ 0.246325] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248878] pinctrl core: initialized pinctrl subsystem\n[ 0.250366] RTC time: 5:57:29, date: 10/04/18\n[ 0.251640] NET: Registered protocol family 16\n[ 0.252955] cpuidle: using governor ladder\n[ 0.254100] cpuidle: using governor menu\n[ 0.255203] PCCT header not found.\n[ 0.256235] ACPI: bus type PCI registered\n[ 0.257361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259122] PCI: Using configuration type 1 for base access\n[ 0.261752] ACPI: Added _OSI(Module Device)\n[ 0.262934] ACPI: Added _OSI(Processor Device)\n[ 0.264133] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267965] ACPI: Interpreter enabled\n[ 0.269017] ACPI: (supports S0 S5)\n[ 0.269984] ACPI: Using IOAPIC for interrupt routing\n[ 0.271279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278442] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280125] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283161] acpiphp: Slot [3] registered\n[ 0.284245] acpiphp: Slot [4] registered\n[ 0.285326] acpiphp: Slot [5] registered\n[ 0.286403] acpiphp: Slot [6] registered\n[ 0.287493] acpiphp: Slot [7] registered\n[ 0.288592] acpiphp: Slot [8] registered\n[ 0.289676] acpiphp: Slot [9] registered\n[ 0.290760] acpiphp: Slot [10] registered\n[ 0.291870] acpiphp: Slot [11] registered\n[ 0.292983] acpiphp: Slot [12] registered\n[ 0.294086] acpiphp: Slot [13] registered\n[ 0.295202] acpiphp: Slot [14] registered\n[ 0.306703] acpiphp: Slot [15] registered\n[ 0.307828] acpiphp: Slot [16] registered\n[ 0.308971] acpiphp: Slot [17] registered\n[ 0.310094] acpiphp: Slot [18] registered\n[ 0.311225] acpiphp: Slot [19] registered\n[ 0.312340] acpiphp: Slot [20] registered\n[ 0.313446] acpiphp: Slot [21] registered\n[ 0.314550] acpiphp: Slot [22] registered\n[ 0.315664] acpiphp: Slot [23] registered\n[ 0.316768] acpiphp: Slot [24] registered\n[ 0.317878] acpiphp: Slot [25] registered\n[ 0.318977] acpiphp: Slot [26] registered\n[ 0.320082] acpiphp: Slot [27] registered\n[ 0.321176] acpiphp: Slot [28] registered\n[ 0.322276] acpiphp: Slot [29] registered\n[ 0.323393] acpiphp: Slot [30] registered\n[ 0.324488] acpiphp: Slot [31] registered\n[ 0.325598] PCI host bridge to bus 0000:00\n[ 0.326701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332104] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.334088] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342766] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344442] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406993] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408421] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409705] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410901] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411988] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413583] vgaarb: loaded\n[ 0.414197] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415383] SCSI subsystem initialized\n[ 0.416228] ACPI: bus type USB registered\n[ 0.417078] usbcore: registered new interface driver usbfs\n[ 0.418139] usbcore: registered new interface driver hub\n[ 0.419168] usbcore: registered new device driver usb\n[ 0.420245] PCI: Using ACPI for IRQ routing\n[ 0.421299] NetLabel: Initializing\n[ 0.422031] NetLabel: domain hash size = 128\n[ 0.422943] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.423916] NetLabel: unlabeled traffic allowed by default\n[ 0.425033] amd_nb: Cannot enumerate AMD northbridges\n[ 0.426030] clocksource: Switched to clocksource kvm-clock\n[ 0.431455] AppArmor: AppArmor Filesystem Enabled\n[ 0.433686] pnp: PnP ACPI init\n[ 0.434676] pnp: PnP ACPI: found 5 devices\n[ 0.440733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442485] NET: Registered protocol family 2\n[ 0.443465] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.444783] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.446012] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.447241] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.448368] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.449579] NET: Registered protocol family 1\n[ 0.450470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466979] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481948] Trying to unpack rootfs image as initramfs...\n[ 1.784625] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800002] Scanning for low memory corruption every 60 seconds\n[ 1.801436] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.802884] audit: initializing netlink subsys (disabled)\n[ 1.804163] audit: type=2000 audit(1538632651.923:1): initialized\n[ 1.805757] Initialise system trusted keyring\n[ 1.806904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808366] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810664] zbud: loaded\n[ 1.811483] VFS: Disk quotas dquot_6.6.0\n[ 1.812481] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814212] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815708] fuse init (API version 7.23)\n[ 1.816770] Key type big_key registered\n[ 1.817736] Allocating IMA MOK and blacklist keyrings.\n[ 1.819088] Key type asymmetric registered\n[ 1.820105] Asymmetric key parser 'x509' registered\n[ 1.821280] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823080] io scheduler noop registered\n[ 1.824060] io scheduler deadline registered (default)\n[ 1.825276] io scheduler cfq registered\n[ 1.826297] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827597] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829152] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.830947] ACPI: Power Button [PWRF]\n[ 1.831981] GHES: HEST is not enabled!\n[ 1.846002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.874939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.877745] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902176] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.904633] Linux agpgart interface v0.103\n[ 1.906877] brd: module loaded\n[ 1.908284] loop: module loaded\n[ 1.909980] vda: vda1\n[ 1.911479] scsi host0: ata_piix\n[ 1.912389] scsi host1: ata_piix\n[ 1.913273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.914835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.916624] libphy: Fixed MDIO Bus: probed\n[ 1.917666] tun: Universal TUN/TAP device driver, 1.6\n[ 1.918870] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.921460] PPP generic driver version 2.4.2\n[ 1.922504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.923934] ehci-pci: EHCI PCI platform driver\n[ 1.925102] ehci-platform: EHCI generic platform driver\n[ 1.926424] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.927936] ohci-pci: OHCI PCI platform driver\n[ 1.929071] ohci-platform: OHCI generic platform driver\n[ 1.930374] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.945306] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.946626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.948510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.949796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.951254] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.952892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.954773] usb usb1: Product: UHCI Host Controller\n[ 1.956087] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.957602] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.958833] hub 1-0:1.0: USB hub found\n[ 1.959841] hub 1-0:1.0: 2 ports detected\n[ 1.960991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964849] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966195] mousedev: PS/2 mouse device common for all mice\n[ 1.967808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.970552] rtc_cmos 00:00: RTC can wake from S4\n[ 1.972060] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.973896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.975795] i2c /dev entries driver\n[ 1.976884] device-mapper: uevent: version 1.0.3\n[ 1.978409] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.980789] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.982712] NET: Registered protocol family 10\n[ 1.984132] NET: Registered protocol family 17\n[ 1.985499] Key type dns_resolver registered\n[ 1.986861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.988625] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.990931] registered taskstats version 1\n[ 1.991989] Loading compiled-in X.509 certificates\n[ 1.993633] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.995930] zswap: loaded using pool lzo/zbud\n[ 1.997949] Key type trusted registered\n[ 2.000383] Key type encrypted registered\n[ 2.001413] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.002721] ima: No TPM chip found, activating TPM-bypass!\n[ 2.004018] evm: HMAC attrs: 0x1\n[ 2.005100] Magic number: 6:295:971\n[ 2.006143] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:31 UTC (1538632651)\n[ 2.008128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.009509] EDD information not available.\n[ 2.070602] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.072307] ata1.00: configured for MWDMA2\n[ 2.073727] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.076424] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.077968] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.089788] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.091946] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.093852] Write protecting the kernel read-only data: 14336k\n[ 2.095683] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.097768] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.106852] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109056] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111504] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113829] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116100] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118421] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120634] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.122825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127860] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.156346] virtio_net virtio0 ens3: renamed from eth0\n[ 2.164682] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.168094] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.194407] FDC 0 is a S82078B\n[ 2.196073] AVX2 version of gcm_enc/dec engaged.\n[ 2.197199] AES CTR mode by8 optimization enabled\n[ 2.270111] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.434639] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.436135] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.437476] usb 1-1: Product: QEMU USB Tablet\n[ 2.438384] usb 1-1: Manufacturer: QEMU\n[ 2.439208] usb 1-1: SerialNumber: 42\n[ 2.447493] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.454985] usbcore: registered new interface driver usbhid\n[ 2.456120] usbhid: USB HID core driver\n[ 2.458865] 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.461190] 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.798130] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.799390] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.442005] md: linear personality registered for level -1\n[ 3.444916] md: multipath personality registered for level -4\n[ 3.447865] md: raid0 personality registered for level 0\n[ 3.451073] md: raid1 personality registered for level 1\n[ 3.522033] raid6: sse2x1 gen() 11463 MB/s\n[ 3.590033] raid6: sse2x1 xor() 8791 MB/s\n[ 3.658033] raid6: sse2x2 gen() 14430 MB/s\n[ 3.726034] raid6: sse2x2 xor() 9788 MB/s\n[ 3.794032] raid6: sse2x4 gen() 16795 MB/s\n[ 3.862033] raid6: sse2x4 xor() 11624 MB/s\n[ 3.930032] raid6: avx2x1 gen() 22315 MB/s\n[ 3.998032] raid6: avx2x2 gen() 25820 MB/s\n[ 4.066032] raid6: avx2x4 gen() 29936 MB/s\n[ 4.066914] raid6: using algorithm avx2x4 gen() 29936 MB/s\n[ 4.067977] raid6: using avx2x2 recovery algorithm\n[ 4.070198] xor: automatically using best checksumming function:\n[ 4.110032] avx : 34909.000 MB/sec\n[ 4.112133] async_tx: api initialized (async)\n[ 4.121079] md: raid6 personality registered for level 6\n[ 4.122143] md: raid5 personality registered for level 5\n[ 4.123174] md: raid4 personality registered for level 4\n[ 4.127552] 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.151989] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.180532] 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.271412] 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.274876] systemd[1]: Detected virtualization kvm.\n[ 4.275866] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.278989] systemd[1]: Set hostname to .\n[ 4.283300] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.284643] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.376247] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.379427] 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.384078] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.387068] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.389832] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.393431] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.396343] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.399511] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.402156] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.404681] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.407159] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409848] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.414179] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.420875] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.423074] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.426384] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.429025] 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.433945] systemd[1]: Mounting Huge Pages File System...\n[ 4.435947] EXT4-fs (vda1): re-mounted. Opts: (null)\n Mounting Huge Pages File System...\n[ 4.440129] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.442853] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.447303] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.458063] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.460422] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.467249] 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.474064] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.480404] Loading iSCSI transport class v2.0-870.\n[ 4.481544] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.484204] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.487519] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.495893] iscsi: registered transport (tcp)\n[ 4.497601] 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.503827] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.515884] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518071] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.524503] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.529668] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.537253] 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.544428] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.548320] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.550995] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.559397] iscsi: registered transport (iser)\n[ 4.561056] 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 LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\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 Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\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 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"} 2018-10-04 05:57:37,699 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action used request id req-922ba42b-f6b4-429e-bc0d-14e80735d264 2018-10-04 05:57:37,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-e20af63b-7a9b-4b3c-a7f8-472aec8245c6 x-compute-request-id: req-e20af63b-7a9b-4b3c-a7f8-472aec8245c6 Content-Encoding: gzip Content-Length: 13479 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 1006430037 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.133508] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.135141] pid_max: default: 32768 minimum: 301\n[ 0.136020] ACPI: Core revision 20150930\n[ 0.137387] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.138678] Security Framework initialized\n[ 0.139486] Yama: becoming mindful.\n[ 0.140224] AppArmor: AppArmor initialized\n[ 0.141100] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.142482] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144124] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.145340] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.146703] Initializing cgroup subsys io\n[ 0.147511] Initializing cgroup subsys memory\n[ 0.148357] Initializing cgroup subsys devices\n[ 0.149225] Initializing cgroup subsys freezer\n[ 0.150087] Initializing cgroup subsys net_cls\n[ 0.150950] Initializing cgroup subsys perf_event\n[ 0.151843] Initializing cgroup subsys net_prio\n[ 0.152720] Initializing cgroup subsys hugetlb\n[ 0.153582] Initializing cgroup subsys pids\n[ 0.154447] CPU: Physical Processor ID: 0\n[ 0.155926] mce: CPU supports 10 MCE banks\n[ 0.156769] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.157758] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.168638] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.175128] ftrace: allocating 32123 entries in 126 pages\n[ 0.202136] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.203331] smpboot: Max logical packages: 1\n[ 0.204316] x2apic enabled\n[ 0.205137] Switched APIC routing to physical x2apic.\n[ 0.206873] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.207973] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.209939] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.211696] KVM setup paravirtual spinlock\n[ 0.212971] x86: Booted up 1 node, 1 CPUs\n[ 0.213763] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.215131] devtmpfs: initialized\n[ 0.217574] evm: security.selinux\n[ 0.218267] evm: security.SMACK64\n[ 0.218946] evm: security.SMACK64EXEC\n[ 0.219671] evm: security.SMACK64TRANSMUTE\n[ 0.220465] evm: security.SMACK64MMAP\n[ 0.221204] evm: security.ima\n[ 0.221834] evm: security.capability\n[ 0.222624] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.224437] pinctrl core: initialized pinctrl subsystem\n[ 0.225520] RTC time: 5:57:04, date: 10/04/18\n[ 0.226448] NET: Registered protocol family 16\n[ 0.227418] cpuidle: using governor ladder\n[ 0.228227] cpuidle: using governor menu\n[ 0.229000] PCCT header not found.\n[ 0.229747] ACPI: bus type PCI registered\n[ 0.230541] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.231763] PCI: Using configuration type 1 for base access\n[ 0.233909] ACPI: Added _OSI(Module Device)\n[ 0.234744] ACPI: Added _OSI(Processor Device)\n[ 0.235593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.236479] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.238635] ACPI: Interpreter enabled\n[ 0.239398] ACPI: (supports S0 S5)\n[ 0.240099] ACPI: Using IOAPIC for interrupt routing\n[ 0.241035] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.244099] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.245225] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.246439] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.247623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.249946] acpiphp: Slot [3] registered\n[ 0.250738] acpiphp: Slot [4] registered\n[ 0.251528] acpiphp: Slot [5] registered\n[ 0.252341] acpiphp: Slot [6] registered\n[ 0.253140] acpiphp: Slot [7] registered\n[ 0.253930] acpiphp: Slot [8] registered\n[ 0.254716] acpiphp: Slot [9] registered\n[ 0.255509] acpiphp: Slot [10] registered\n[ 0.256315] acpiphp: Slot [11] registered\n[ 0.257123] acpiphp: Slot [12] registered\n[ 0.257929] acpiphp: Slot [13] registered\n[ 0.258729] acpiphp: Slot [14] registered\n[ 0.269701] acpiphp: Slot [15] registered\n[ 0.270514] acpiphp: Slot [16] registered\n[ 0.271315] acpiphp: Slot [17] registered\n[ 0.272116] acpiphp: Slot [18] registered\n[ 0.272915] acpiphp: Slot [19] registered\n[ 0.273718] acpiphp: Slot [20] registered\n[ 0.274518] acpiphp: Slot [21] registered\n[ 0.275319] acpiphp: Slot [22] registered\n[ 0.276118] acpiphp: Slot [23] registered\n[ 0.276918] acpiphp: Slot [24] registered\n[ 0.277717] acpiphp: Slot [25] registered\n[ 0.278519] acpiphp: Slot [26] registered\n[ 0.279323] acpiphp: Slot [27] registered\n[ 0.280122] acpiphp: Slot [28] registered\n[ 0.280923] acpiphp: Slot [29] registered\n[ 0.281727] acpiphp: Slot [30] registered\n[ 0.282529] acpiphp: Slot [31] registered\n[ 0.283321] PCI host bridge to bus 0000:00\n[ 0.284129] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.285322] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.286525] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.287960] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.289389] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.295739] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.297004] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.298152] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.299397] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.305847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.307272] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353668] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355155] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356578] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357976] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359347] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360585] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361981] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364574] vgaarb: loaded\n[ 0.365171] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366304] SCSI subsystem initialized\n[ 0.367105] ACPI: bus type USB registered\n[ 0.367911] usbcore: registered new interface driver usbfs\n[ 0.368931] usbcore: registered new interface driver hub\n[ 0.369924] usbcore: registered new device driver usb\n[ 0.370955] PCI: Using ACPI for IRQ routing\n[ 0.371971] NetLabel: Initializing\n[ 0.372673] NetLabel: domain hash size = 128\n[ 0.373517] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374462] NetLabel: unlabeled traffic allowed by default\n[ 0.375535] amd_nb: Cannot enumerate AMD northbridges\n[ 0.376495] clocksource: Switched to clocksource kvm-clock\n[ 0.381889] AppArmor: AppArmor Filesystem Enabled\n[ 0.382837] pnp: PnP ACPI init\n[ 0.383728] pnp: PnP ACPI: found 5 devices\n[ 0.389782] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391479] NET: Registered protocol family 2\n[ 0.392424] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.393695] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.394878] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.396042] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.397124] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398299] NET: Registered protocol family 1\n[ 0.399158] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400236] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401321] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415207] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429581] Trying to unpack rootfs image as initramfs...\n[ 1.703923] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.719976] Scanning for low memory corruption every 60 seconds\n[ 1.721302] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.722462] audit: initializing netlink subsys (disabled)\n[ 1.723496] audit: type=2000 audit(1538632626.193:1): initialized\n[ 1.724832] Initialise system trusted keyring\n[ 1.725759] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.726934] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.728936] zbud: loaded\n[ 1.729642] VFS: Disk quotas dquot_6.6.0\n[ 1.730471] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.731877] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.733119] fuse init (API version 7.23)\n[ 1.734006] Key type big_key registered\n[ 1.734800] Allocating IMA MOK and blacklist keyrings.\n[ 1.735919] Key type asymmetric registered\n[ 1.736755] Asymmetric key parser 'x509' registered\n[ 1.737725] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.739208] io scheduler noop registered\n[ 1.740012] io scheduler deadline registered (default)\n[ 1.741022] io scheduler cfq registered\n[ 1.741869] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.742925] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.744192] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.745676] ACPI: Power Button [PWRF]\n[ 1.746536] GHES: HEST is not enabled!\n[ 1.760517] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.789652] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.792188] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.815967] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.818067] Linux agpgart interface v0.103\n[ 1.820076] brd: module loaded\n[ 1.821334] loop: module loaded\n[ 1.822909] vda: vda1\n[ 1.824300] scsi host0: ata_piix\n[ 1.825059] scsi host1: ata_piix\n[ 1.825775] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.827012] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.828464] libphy: Fixed MDIO Bus: probed\n[ 1.829307] tun: Universal TUN/TAP device driver, 1.6\n[ 1.830278] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.832954] PPP generic driver version 2.4.2\n[ 1.833966] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.835372] ehci-pci: EHCI PCI platform driver\n[ 1.836370] ehci-platform: EHCI generic platform driver\n[ 1.837558] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.838853] ohci-pci: OHCI PCI platform driver\n[ 1.839823] ohci-platform: OHCI generic platform driver\n[ 1.840934] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.856237] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.857257] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.858718] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.859747] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.860888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.862121] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.863558] usb usb1: Product: UHCI Host Controller\n[ 1.864506] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.865662] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.866680] hub 1-0:1.0: USB hub found\n[ 1.867478] hub 1-0:1.0: 2 ports detected\n[ 1.868399] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.870551] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.871531] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.872583] mousedev: PS/2 mouse device common for all mice\n[ 1.873855] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.875729] rtc_cmos 00:00: RTC can wake from S4\n[ 1.876861] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.878078] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.879294] i2c /dev entries driver\n[ 1.880064] device-mapper: uevent: version 1.0.3\n[ 1.881024] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.882669] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.883951] NET: Registered protocol family 10\n[ 1.884971] NET: Registered protocol family 17\n[ 1.885878] Key type dns_resolver registered\n[ 1.886828] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.887939] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.889718] registered taskstats version 1\n[ 1.890573] Loading compiled-in X.509 certificates\n[ 1.892018] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.893905] zswap: loaded using pool lzo/zbud\n[ 1.895714] Key type trusted registered\n[ 1.898008] Key type encrypted registered\n[ 1.898850] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.899894] ima: No TPM chip found, activating TPM-bypass!\n[ 1.900960] evm: HMAC attrs: 0x1\n[ 1.901917] Magic number: 6:295:971\n[ 1.902766] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:06 UTC (1538632626)\n[ 1.904378] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.905511] EDD information not available.\n[ 1.981035] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 1.982482] ata1.00: configured for MWDMA2\n[ 1.983704] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 1.986053] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 1.987292] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 1.999105] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.000987] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.002550] Write protecting the kernel read-only data: 14336k\n[ 2.004112] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.005853] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.014619] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.016431] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.018464] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.020370] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.022258] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.024130] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.026052] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.027877] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.030210] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.032037] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062099] virtio_net virtio0 ens3: renamed from eth0\n[ 2.070570] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.072384] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.097373] AVX2 version of gcm_enc/dec engaged.\n[ 2.098323] AES CTR mode by8 optimization enabled\n[ 2.100879] FDC 0 is a S82078B\n[ 2.176533] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.336351] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.337607] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.338879] usb 1-1: Product: QEMU USB Tablet\n[ 2.339730] usb 1-1: Manufacturer: QEMU\n[ 2.340501] usb 1-1: SerialNumber: 42\n[ 2.348235] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.355912] usbcore: registered new interface driver usbhid\n[ 2.356997] usbhid: USB HID core driver\n[ 2.359798] 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.362035] 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.716562] tsc: Refined TSC clocksource calibration: 3491.912 MHz\n[ 2.717748] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nBegin: Loading essential drivers ... [ 3.344770] md: linear personality registered for level -1\n[ 3.347645] md: multipath personality registered for level -4\n[ 3.350580] md: raid0 personality registered for level 0\n[ 3.353782] md: raid1 personality registered for level 1\n[ 3.424499] raid6: sse2x1 gen() 11222 MB/s\n[ 3.492498] raid6: sse2x1 xor() 8815 MB/s\n[ 3.560501] raid6: sse2x2 gen() 13958 MB/s\n[ 3.628498] raid6: sse2x2 xor() 9794 MB/s\n[ 3.696500] raid6: sse2x4 gen() 16709 MB/s\n[ 3.764498] raid6: sse2x4 xor() 11386 MB/s\n[ 3.832500] raid6: avx2x1 gen() 21993 MB/s\n[ 3.900498] raid6: avx2x2 gen() 25733 MB/s\n[ 3.968499] raid6: avx2x4 gen() 29236 MB/s\n[ 3.969451] raid6: using algorithm avx2x4 gen() 29236 MB/s\n[ 3.970481] raid6: using avx2x2 recovery algorithm\n[ 3.972757] xor: automatically using best checksumming function:\n[ 4.012497] avx : 34891.000 MB/sec\n[ 4.014576] async_tx: api initialized (async)\n[ 4.023572] md: raid6 personality registered for level 6\n[ 4.024625] md: raid5 personality registered for level 5\n[ 4.025639] md: raid4 personality registered for level 4\n[ 4.030027] 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.054356] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.082938] 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.164717] 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.167963] systemd[1]: Detected virtualization kvm.\n[ 4.169105] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.173134] systemd[1]: Set hostname to .\n[ 4.177425] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.178892] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.294911] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.296965] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.299239] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.301743] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.303981] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.306436] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.308865] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.313346] 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.324713] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.329607] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.333284] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.337804] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.342956] Loading iSCSI transport class v2.0-870.\n[ 4.344258] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.346623] 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.354297] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.356480] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.362096] iscsi: registered transport (tcp)\n[ 4.363064] 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.367317] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.371844] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.377491] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.379671] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.382613] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.386253] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.388434] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.392147] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.394800] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.397007] iscsi: registered transport (iser)\n[ 4.398116] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.401143] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.404895] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.408669] 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.413053] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.421215] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.423114] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.427636] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.431600] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\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 Set console font and keymap...\n Starting Create Volatile Files and Directories...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting 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.804831] cloud-init[444]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:57:09 +0000. Up 5.10 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[ 11.209413] cloud-init[1019]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:57:11 +0000. Up 7.06 seconds.\n[ 11.211588] cloud-init[1019]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 11.216121] cloud-init[1019]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 11.220105] cloud-init[1019]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 11.228135] cloud-init[1019]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 11.230512] cloud-init[1019]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 11.236300] cloud-init[1019]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 11.238598] cloud-init[1019]: ci-info: | ens3 | True | 10.10.10.14 | 255.255.255.0 | . | fa:16:3e:9b:fc:13 |\n[ 11.244288] cloud-init[1019]: ci-info: | ens3 | True | fe80::f816:3eff:fe9b:fc13/64 | . | link | fa:16:3e:9b:fc:13 |\n[ 11.248096] cloud-init[1019]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 11.256105] cloud-init[1019]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 11.258310] cloud-init[1019]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 11.264328] cloud-init[1019]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 11.266492] cloud-init[1019]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 11.272631] cloud-init[1019]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 11.274497] cloud-init[1019]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n\n[ 11.277238] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n Starting Socket activation for snappy daemon.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.cloud-init[1019]: ci-info: | 2 | 169.254.169.254 | 10.10.10.4 | 255.255.255.255 | ens3 | UGH |\n[ 11.286122] cloud-init[1019]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 11.287497] cloud-init[1019]: Generating public/private rsa key pair.\n[ 11.288506] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 11.289662] cloud-init[1019]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 11.290833] cloud-init[1019]: The key fingerprint is:\n[ 11.291635] cloud-init[1019]: \n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Reached target Timers.SHA256:Lbu9SIn/V4lbtyho8KtVvHW+ctnKGIAthyQuUE/yfTg root@sdnvpn-13-1\n[ 11.296981] cloud-init[1019]: The key's randomart image is:\n[ 11.297862] cloud-init[1019]: +---[RSA 2048]----+\n[ 11.298635] cloud-init[1019]: | o . |\n[ 11.299408] cloud-init[1019]: | . = . . |\n\n[ 11.300442] Starting LXD - unix socket.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.cloud-init[1019]: | . + E . |\n[ 11.304984] cloud-init[1019]: | . . o B. |\n[ 11.305749] cloud-init[1019]: | . . S =o o o |\n[ 11.306521] cloud-init[1019]: | . o *..+ * .|\n[ 11.307281] cloud-init[1019]: | . *....+.o+|\n\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 11.312205] cloud-init[1019]: | o.B .o* +o|\n[ 11.313286] cloud-init[1019]: Starting Login Service...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...| .*o=oo =o |\n[ 11.321477] cloud-init[1019]: +----[SHA256]-----+\n[ 11.323682] cloud-init[1019]: Generating public/private dsa key pair.\n[ 11.325310] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 11.326636] cloud-init[1019]: \nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Apply the settings specified in cloud-config...\n \n[ 11.333137] cloud-initStarting LSB: Record successful boot for GRUB...\n[1019]: The key fingerprint is:\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 11.350061] cloud-init[1019]: SHA256:isAGWcp+13yPS/ez6VJeOh915zIS/Yqfz6Ed18u30EM root@sdnvpn-13-1\n[ 11.357578] cloud-init[1019]: The key's randomart image is:\n[ 11.361312] cloud-init[1019]: +---[DSA 1024]----+\n[ 11.365411] cloud-init[1019]: | . |\n[ 11.369722] cloud-init[1019]: |.+ |\n[ 11.372347] cloud-init[1019]: |+. |\n[ 11.375108] cloud-init[1019]: Starting Accounts Service...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n |.o o . |\n[ 11.386389] 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[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\ncloud-init[1019]: | .+. . oS. . .E+|\n[ 11.449432] [[0;32m OK [0m] Started Auto import assertions from block devices.\ncloud-init[1019]: | ..... .. o oo+=|\n[ 11.474901] cloud-init[1019]: | . . o o+.=*=|\n[ 11.488123] cloud-init[1019]: | . o..B**O|\n[ 11.496245] [[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\ncloud-init[1019]: | . +BOB=|\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 11.533636] cloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting Permit User Sessions...\n[1019]: +----[SHA256]-----+\n[ 11.550387] cloud-init[1019]: Generating public/private ecdsa key pair. Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: automatic crash report generation...\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Permit User Sessions.\n[ 11.588291] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 11.603807] cloud-init[1019]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\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[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n Starting Set console scheme...\n[ 11.651193] cloud-init[1019]: The key fingerprint is:[[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\n[ 11.656221] cloud-init[1019]: SHA256:+oFXNgEYxgVTuOeK8ViTwpmwno1ZvjEfshUi9WRUKyc root@sdnvpn-13-1[[0;32m OK [0m] Started Set console scheme.\n\n[ 11.674091] cloud-init[1019]: The key's randomart image is:\n[ 11.675294] cloud-init[1019]: +---[ECDSA 256]---+\n[ 11.678671] cloud-init[1019]: | .*O= |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 11.687754] cloud-init[1019]: | o+. o |\n[ 11.691724] cloud-init[1019]: | . E.o . |\n[ 11.696790] cloud-init[1019]: | .. +.+. . |\n[ 11.700077] cloud-init[1019]: | .+.oo+S + |\n[ 11.701134] cloud-init[1019]: | ..B.++.o . |\n[ 11.702160] cloud-init[1019]: | . B+B=oo |\n[ 11.712092] cloud-init[1019]: | = =Bo+ . |\n[ 11.713157] cloud-init[1019]: | o.. . |\n[ 11.714182] cloud-init[1019]: +----[SHA256]-----+\n[ 11.715193] cloud-init[1019]: Generating public/private ed25519 key pair.\n[ 11.720271] cloud-init[1019]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 11.724020] cloud-init[1019]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 11.729753] cloud-init[1019]: The key fingerprint is:\n[ 11.731018] cloud-init[1019]: SHA256:iIWX4hvwKw1NjOjwXRaBoeb0RZqGmicJCMOGuHfiTCQ root@sdnvpn-13-1\n[ 11.733965] cloud-init[1019]: The key's randomart image is:\n[ 11.736530] cloud-init[1019]: +--[ED25519 256]--+\n[ 11.738998] cloud-init[1019]: |* .o+. |\n[ 11.741631] cloud-init[1019]: |E=.=.= o |\n[ 11.744058] cloud-init[1019]: |*+B O B |\n[ 11.746952] cloud-init[1019]: |=O+X.O . |\n[ 11.750822] cloud-init[1019]: |=*=oO . S |\n[ 11.753375] cloud-init[1019]: | ooo + |\n[ 11.755730] cloud-init[1019]: | . + |\n[ 11.759495] cloud-init[1019]: | . |\n[ 11.764081] cloud-init[1019]: | |\n[ 11.766706] cloud-init[1019]: +----[SHA256]-----+\n[ 11.980942] cloud-init[1120]: Generating locales (this might take a while)...\n[ 12.543697] cloud-init[1120]: en_US.UTF-8... done\n[ 12.545751] 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[ 13.111537] cloud-init[1120]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 04 Oct 2018 05:57:16 +0000. Up 11.91 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 13.410270] cloud-init[1386]: + sudo useradd -m sdnvpn\n[ 13.471726] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-1\n[ 14.722340] cloud-init[1386]: + sudo adduser sdnvpn sudo\n[ 14.778513] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-1\n[ 14.817841] cloud-init[1386]: Adding user `sdnvpn' to group `sudo' ...\n[ 14.821762] cloud-init[1386]: Adding user sdnvpn to group sudo\n[ 15.034228] cloud-init[1386]: Done.\n[ 15.035936] cloud-init[1386]: + chpasswd\n[ 15.037112] cloud-init[1386]: + sudo echo sdnvpn:opnfv\n[ 15.084077] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-1\n[ 15.401306] cloud-init[1386]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-10-04 05:57:37,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7/action used request id req-e20af63b-7a9b-4b3c-a7f8-472aec8245c6 2018-10-04 05:57:39,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:57:40,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57: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-067a2502-f2ce-4ca2-b08c-5e255190fecb x-compute-request-id: req-067a2502-f2ce-4ca2-b08c-5e255190fecb Content-Encoding: gzip Content-Length: 12354 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 650466043 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146390] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148236] pid_max: default: 32768 minimum: 301\n[ 0.149181] ACPI: Core revision 20150930\n[ 0.150595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151958] Security Framework initialized\n[ 0.152812] Yama: becoming mindful.\n[ 0.153586] AppArmor: AppArmor initialized\n[ 0.154495] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.155962] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157701] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158992] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.160433] Initializing cgroup subsys io\n[ 0.161285] Initializing cgroup subsys memory\n[ 0.162202] Initializing cgroup subsys devices\n[ 0.163119] Initializing cgroup subsys freezer\n[ 0.164032] Initializing cgroup subsys net_cls\n[ 0.164947] Initializing cgroup subsys perf_event\n[ 0.165906] Initializing cgroup subsys net_prio\n[ 0.166832] Initializing cgroup subsys hugetlb\n[ 0.167743] Initializing cgroup subsys pids\n[ 0.168660] CPU: Physical Processor ID: 0\n[ 0.170216] mce: CPU supports 10 MCE banks\n[ 0.171109] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172447] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184912] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.191942] ftrace: allocating 32123 entries in 126 pages\n[ 0.219292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221036] smpboot: Max logical packages: 1\n[ 0.222356] x2apic enabled\n[ 0.223361] Switched APIC routing to physical x2apic.\n[ 0.225493] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227053] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232164] KVM setup paravirtual spinlock\n[ 0.233742] x86: Booted up 1 node, 1 CPUs\n[ 0.234837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236699] devtmpfs: initialized\n[ 0.239389] evm: security.selinux\n[ 0.240336] evm: security.SMACK64\n[ 0.241277] evm: security.SMACK64EXEC\n[ 0.242290] evm: security.SMACK64TRANSMUTE\n[ 0.243390] evm: security.SMACK64MMAP\n[ 0.244396] evm: security.ima\n[ 0.245256] evm: security.capability\n[ 0.246325] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248878] pinctrl core: initialized pinctrl subsystem\n[ 0.250366] RTC time: 5:57:29, date: 10/04/18\n[ 0.251640] NET: Registered protocol family 16\n[ 0.252955] cpuidle: using governor ladder\n[ 0.254100] cpuidle: using governor menu\n[ 0.255203] PCCT header not found.\n[ 0.256235] ACPI: bus type PCI registered\n[ 0.257361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259122] PCI: Using configuration type 1 for base access\n[ 0.261752] ACPI: Added _OSI(Module Device)\n[ 0.262934] ACPI: Added _OSI(Processor Device)\n[ 0.264133] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267965] ACPI: Interpreter enabled\n[ 0.269017] ACPI: (supports S0 S5)\n[ 0.269984] ACPI: Using IOAPIC for interrupt routing\n[ 0.271279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278442] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280125] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283161] acpiphp: Slot [3] registered\n[ 0.284245] acpiphp: Slot [4] registered\n[ 0.285326] acpiphp: Slot [5] registered\n[ 0.286403] acpiphp: Slot [6] registered\n[ 0.287493] acpiphp: Slot [7] registered\n[ 0.288592] acpiphp: Slot [8] registered\n[ 0.289676] acpiphp: Slot [9] registered\n[ 0.290760] acpiphp: Slot [10] registered\n[ 0.291870] acpiphp: Slot [11] registered\n[ 0.292983] acpiphp: Slot [12] registered\n[ 0.294086] acpiphp: Slot [13] registered\n[ 0.295202] acpiphp: Slot [14] registered\n[ 0.306703] acpiphp: Slot [15] registered\n[ 0.307828] acpiphp: Slot [16] registered\n[ 0.308971] acpiphp: Slot [17] registered\n[ 0.310094] acpiphp: Slot [18] registered\n[ 0.311225] acpiphp: Slot [19] registered\n[ 0.312340] acpiphp: Slot [20] registered\n[ 0.313446] acpiphp: Slot [21] registered\n[ 0.314550] acpiphp: Slot [22] registered\n[ 0.315664] acpiphp: Slot [23] registered\n[ 0.316768] acpiphp: Slot [24] registered\n[ 0.317878] acpiphp: Slot [25] registered\n[ 0.318977] acpiphp: Slot [26] registered\n[ 0.320082] acpiphp: Slot [27] registered\n[ 0.321176] acpiphp: Slot [28] registered\n[ 0.322276] acpiphp: Slot [29] registered\n[ 0.323393] acpiphp: Slot [30] registered\n[ 0.324488] acpiphp: Slot [31] registered\n[ 0.325598] PCI host bridge to bus 0000:00\n[ 0.326701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332104] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.334088] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342766] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344442] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406993] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408421] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409705] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410901] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411988] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413583] vgaarb: loaded\n[ 0.414197] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415383] SCSI subsystem initialized\n[ 0.416228] ACPI: bus type USB registered\n[ 0.417078] usbcore: registered new interface driver usbfs\n[ 0.418139] usbcore: registered new interface driver hub\n[ 0.419168] usbcore: registered new device driver usb\n[ 0.420245] PCI: Using ACPI for IRQ routing\n[ 0.421299] NetLabel: Initializing\n[ 0.422031] NetLabel: domain hash size = 128\n[ 0.422943] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.423916] NetLabel: unlabeled traffic allowed by default\n[ 0.425033] amd_nb: Cannot enumerate AMD northbridges\n[ 0.426030] clocksource: Switched to clocksource kvm-clock\n[ 0.431455] AppArmor: AppArmor Filesystem Enabled\n[ 0.433686] pnp: PnP ACPI init\n[ 0.434676] pnp: PnP ACPI: found 5 devices\n[ 0.440733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442485] NET: Registered protocol family 2\n[ 0.443465] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.444783] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.446012] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.447241] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.448368] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.449579] NET: Registered protocol family 1\n[ 0.450470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466979] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481948] Trying to unpack rootfs image as initramfs...\n[ 1.784625] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800002] Scanning for low memory corruption every 60 seconds\n[ 1.801436] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.802884] audit: initializing netlink subsys (disabled)\n[ 1.804163] audit: type=2000 audit(1538632651.923:1): initialized\n[ 1.805757] Initialise system trusted keyring\n[ 1.806904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808366] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810664] zbud: loaded\n[ 1.811483] VFS: Disk quotas dquot_6.6.0\n[ 1.812481] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814212] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815708] fuse init (API version 7.23)\n[ 1.816770] Key type big_key registered\n[ 1.817736] Allocating IMA MOK and blacklist keyrings.\n[ 1.819088] Key type asymmetric registered\n[ 1.820105] Asymmetric key parser 'x509' registered\n[ 1.821280] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823080] io scheduler noop registered\n[ 1.824060] io scheduler deadline registered (default)\n[ 1.825276] io scheduler cfq registered\n[ 1.826297] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827597] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829152] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.830947] ACPI: Power Button [PWRF]\n[ 1.831981] GHES: HEST is not enabled!\n[ 1.846002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.874939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.877745] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902176] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.904633] Linux agpgart interface v0.103\n[ 1.906877] brd: module loaded\n[ 1.908284] loop: module loaded\n[ 1.909980] vda: vda1\n[ 1.911479] scsi host0: ata_piix\n[ 1.912389] scsi host1: ata_piix\n[ 1.913273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.914835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.916624] libphy: Fixed MDIO Bus: probed\n[ 1.917666] tun: Universal TUN/TAP device driver, 1.6\n[ 1.918870] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.921460] PPP generic driver version 2.4.2\n[ 1.922504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.923934] ehci-pci: EHCI PCI platform driver\n[ 1.925102] ehci-platform: EHCI generic platform driver\n[ 1.926424] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.927936] ohci-pci: OHCI PCI platform driver\n[ 1.929071] ohci-platform: OHCI generic platform driver\n[ 1.930374] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.945306] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.946626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.948510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.949796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.951254] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.952892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.954773] usb usb1: Product: UHCI Host Controller\n[ 1.956087] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.957602] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.958833] hub 1-0:1.0: USB hub found\n[ 1.959841] hub 1-0:1.0: 2 ports detected\n[ 1.960991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964849] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966195] mousedev: PS/2 mouse device common for all mice\n[ 1.967808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.970552] rtc_cmos 00:00: RTC can wake from S4\n[ 1.972060] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.973896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.975795] i2c /dev entries driver\n[ 1.976884] device-mapper: uevent: version 1.0.3\n[ 1.978409] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.980789] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.982712] NET: Registered protocol family 10\n[ 1.984132] NET: Registered protocol family 17\n[ 1.985499] Key type dns_resolver registered\n[ 1.986861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.988625] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.990931] registered taskstats version 1\n[ 1.991989] Loading compiled-in X.509 certificates\n[ 1.993633] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.995930] zswap: loaded using pool lzo/zbud\n[ 1.997949] Key type trusted registered\n[ 2.000383] Key type encrypted registered\n[ 2.001413] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.002721] ima: No TPM chip found, activating TPM-bypass!\n[ 2.004018] evm: HMAC attrs: 0x1\n[ 2.005100] Magic number: 6:295:971\n[ 2.006143] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:31 UTC (1538632651)\n[ 2.008128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.009509] EDD information not available.\n[ 2.070602] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.072307] ata1.00: configured for MWDMA2\n[ 2.073727] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.076424] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.077968] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.089788] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.091946] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.093852] Write protecting the kernel read-only data: 14336k\n[ 2.095683] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.097768] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.106852] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109056] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111504] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113829] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116100] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118421] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120634] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.122825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127860] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.156346] virtio_net virtio0 ens3: renamed from eth0\n[ 2.164682] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.168094] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.194407] FDC 0 is a S82078B\n[ 2.196073] AVX2 version of gcm_enc/dec engaged.\n[ 2.197199] AES CTR mode by8 optimization enabled\n[ 2.270111] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.434639] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.436135] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.437476] usb 1-1: Product: QEMU USB Tablet\n[ 2.438384] usb 1-1: Manufacturer: QEMU\n[ 2.439208] usb 1-1: SerialNumber: 42\n[ 2.447493] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.454985] usbcore: registered new interface driver usbhid\n[ 2.456120] usbhid: USB HID core driver\n[ 2.458865] 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.461190] 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.798130] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.799390] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.442005] md: linear personality registered for level -1\n[ 3.444916] md: multipath personality registered for level -4\n[ 3.447865] md: raid0 personality registered for level 0\n[ 3.451073] md: raid1 personality registered for level 1\n[ 3.522033] raid6: sse2x1 gen() 11463 MB/s\n[ 3.590033] raid6: sse2x1 xor() 8791 MB/s\n[ 3.658033] raid6: sse2x2 gen() 14430 MB/s\n[ 3.726034] raid6: sse2x2 xor() 9788 MB/s\n[ 3.794032] raid6: sse2x4 gen() 16795 MB/s\n[ 3.862033] raid6: sse2x4 xor() 11624 MB/s\n[ 3.930032] raid6: avx2x1 gen() 22315 MB/s\n[ 3.998032] raid6: avx2x2 gen() 25820 MB/s\n[ 4.066032] raid6: avx2x4 gen() 29936 MB/s\n[ 4.066914] raid6: using algorithm avx2x4 gen() 29936 MB/s\n[ 4.067977] raid6: using avx2x2 recovery algorithm\n[ 4.070198] xor: automatically using best checksumming function:\n[ 4.110032] avx : 34909.000 MB/sec\n[ 4.112133] async_tx: api initialized (async)\n[ 4.121079] md: raid6 personality registered for level 6\n[ 4.122143] md: raid5 personality registered for level 5\n[ 4.123174] md: raid4 personality registered for level 4\n[ 4.127552] 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.151989] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.180532] 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.271412] 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.274876] systemd[1]: Detected virtualization kvm.\n[ 4.275866] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.278989] systemd[1]: Set hostname to .\n[ 4.283300] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.284643] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.376247] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.379427] 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.384078] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.387068] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.389832] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.393431] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.396343] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.399511] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.402156] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.404681] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.407159] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409848] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.414179] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.420875] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.423074] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.426384] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.429025] 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.433945] systemd[1]: Mounting Huge Pages File System...\n[ 4.435947] EXT4-fs (vda1): re-mounted. Opts: (null)\n Mounting Huge Pages File System...\n[ 4.440129] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.442853] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.447303] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.458063] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.460422] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.467249] 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.474064] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.480404] Loading iSCSI transport class v2.0-870.\n[ 4.481544] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.484204] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.487519] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.495893] iscsi: registered transport (tcp)\n[ 4.497601] 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.503827] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.515884] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518071] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.524503] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.529668] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.537253] 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.544428] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.548320] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.550995] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.559397] iscsi: registered transport (iser)\n[ 4.561056] 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 LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\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 Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\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 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[ 6.093206] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:57:35 +0000. Up 5.37 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.633404] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:57:36 +0000. Up 7.20 seconds.\n[ 8.635270] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.640319] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.642167] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.648106] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.649992] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.656115] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.657976] cloud-init[1025]: ci-info: | ens3 | True | 10.10.10.13 | 255.255.255.0 | . | fa:16:3e:99:ab:37 |\n[ 8.664100] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:ab37/64 | . | link | fa:16:3e:99:ab:37 |\n[ 8.665941] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.667745] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.673392] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.675066] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.680298] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.681978] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.688103] cloud-init[1025]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.689807] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.691458] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\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.697959] cloud-init[1025]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Reached target Cloud-config availability.[ 8.700533] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.704935] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.711177] cloud-init[1025]: The key fingerprint is:\n[ 8.712271] cloud-init[1025]: SHA256:WEAkdKAU3kG2zlm64brnbsT0+72ObC2MVy0yGEKY/eo root@sdnvpn-13-2\n[ 8.714450] cloud-init[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.717599] cloud-init[1025]: +---[RSA 2048]----+\n Starting Socket activation for snappy daemon.\n[ 8.719605] cloud-init[1025]: | oBB+= |\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.721915] cloud-init[1025]: | oo+o= . |\n[ 8.722893] cloud-init[1025]: | o.o.. . |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.725102] cloud-init[1025]: | oo+oo |\n[[0;32m OK [0m] Reached target Timers.\n[ 8.726977] cloud-init[1025]: | o*+.oS . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.729086] cloud-init[1025]: | .+oo o o . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.731515] cloud-init[1025]: | oo + = . |\n[ 8.732883] cloud-init[1025]: | .E o.=o. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.736149] cloud-init[1025]: | o*o ++o+. |\n[ 8.740478] cloud-init[1025]: +----[SHA256]-----+[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.744422] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.747453] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n Starting Login to default iSCSI targets...\n[ 8.751763] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.754529] cloud-init[1025]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.757726] cloud-init[1025]: SHA256:FRWboUtfd5KJqgjL9r39wHliW8iW/XjuPqdl4NysTMQ root@sdnvpn-13-2\n Starting /etc/rc.local Compatibility...\n[ 8.761755] [[0;32m OK [0m] Started Snappy daemon.\n Starting Accounts Service...cloud-init[1025]: The key's randomart image is:\n[ 8.765214] cloud-init[1025]: +---[DSA 1024]----+\n[ 8.766148] cloud-init[1025]: | ..+. |\n[ 8.767075] cloud-init[1025]: | o = o |\n\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.774350] cloud-init[1025]: | + + = o| Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.789378] cloud-init[1025]: | o + o o.|\n[ 8.796289] cloud-init[1025]: | . S o . E |\n[ 8.799990] cloud-init[1025]: | . o . + = + + |\n[ 8.808111] cloud-init[1025]: | + . . @ + + =|\n[ 8.814493] cloud-init[1025]: | . . . + * =o+.|\n Starting LSB: MD monitoring daemon...\n[ 8.819085] Starting Pollinate to seed the pseudo random number generator...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Login Service...\ncloud-init[1025]: | . o.o.o=O+ |\n[ 8.833477] [[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1025]: +----[SHA256]-----+\n[ 8.889840] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1025]: [[0;32m OK [0m] Started System Logging Service.\nGenerating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.936044] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.950953] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init"} 2018-10-04 05:57:40,843 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action used request id req-067a2502-f2ce-4ca2-b08c-5e255190fecb 2018-10-04 05:57:42,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:57:43,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-74723db7-bb27-44e0-ad91-b7579723f824 x-compute-request-id: req-74723db7-bb27-44e0-ad91-b7579723f824 Content-Encoding: gzip Content-Length: 13552 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 650466043 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146390] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148236] pid_max: default: 32768 minimum: 301\n[ 0.149181] ACPI: Core revision 20150930\n[ 0.150595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151958] Security Framework initialized\n[ 0.152812] Yama: becoming mindful.\n[ 0.153586] AppArmor: AppArmor initialized\n[ 0.154495] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.155962] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157701] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158992] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.160433] Initializing cgroup subsys io\n[ 0.161285] Initializing cgroup subsys memory\n[ 0.162202] Initializing cgroup subsys devices\n[ 0.163119] Initializing cgroup subsys freezer\n[ 0.164032] Initializing cgroup subsys net_cls\n[ 0.164947] Initializing cgroup subsys perf_event\n[ 0.165906] Initializing cgroup subsys net_prio\n[ 0.166832] Initializing cgroup subsys hugetlb\n[ 0.167743] Initializing cgroup subsys pids\n[ 0.168660] CPU: Physical Processor ID: 0\n[ 0.170216] mce: CPU supports 10 MCE banks\n[ 0.171109] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172447] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184912] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.191942] ftrace: allocating 32123 entries in 126 pages\n[ 0.219292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221036] smpboot: Max logical packages: 1\n[ 0.222356] x2apic enabled\n[ 0.223361] Switched APIC routing to physical x2apic.\n[ 0.225493] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227053] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232164] KVM setup paravirtual spinlock\n[ 0.233742] x86: Booted up 1 node, 1 CPUs\n[ 0.234837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236699] devtmpfs: initialized\n[ 0.239389] evm: security.selinux\n[ 0.240336] evm: security.SMACK64\n[ 0.241277] evm: security.SMACK64EXEC\n[ 0.242290] evm: security.SMACK64TRANSMUTE\n[ 0.243390] evm: security.SMACK64MMAP\n[ 0.244396] evm: security.ima\n[ 0.245256] evm: security.capability\n[ 0.246325] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248878] pinctrl core: initialized pinctrl subsystem\n[ 0.250366] RTC time: 5:57:29, date: 10/04/18\n[ 0.251640] NET: Registered protocol family 16\n[ 0.252955] cpuidle: using governor ladder\n[ 0.254100] cpuidle: using governor menu\n[ 0.255203] PCCT header not found.\n[ 0.256235] ACPI: bus type PCI registered\n[ 0.257361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259122] PCI: Using configuration type 1 for base access\n[ 0.261752] ACPI: Added _OSI(Module Device)\n[ 0.262934] ACPI: Added _OSI(Processor Device)\n[ 0.264133] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267965] ACPI: Interpreter enabled\n[ 0.269017] ACPI: (supports S0 S5)\n[ 0.269984] ACPI: Using IOAPIC for interrupt routing\n[ 0.271279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278442] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280125] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283161] acpiphp: Slot [3] registered\n[ 0.284245] acpiphp: Slot [4] registered\n[ 0.285326] acpiphp: Slot [5] registered\n[ 0.286403] acpiphp: Slot [6] registered\n[ 0.287493] acpiphp: Slot [7] registered\n[ 0.288592] acpiphp: Slot [8] registered\n[ 0.289676] acpiphp: Slot [9] registered\n[ 0.290760] acpiphp: Slot [10] registered\n[ 0.291870] acpiphp: Slot [11] registered\n[ 0.292983] acpiphp: Slot [12] registered\n[ 0.294086] acpiphp: Slot [13] registered\n[ 0.295202] acpiphp: Slot [14] registered\n[ 0.306703] acpiphp: Slot [15] registered\n[ 0.307828] acpiphp: Slot [16] registered\n[ 0.308971] acpiphp: Slot [17] registered\n[ 0.310094] acpiphp: Slot [18] registered\n[ 0.311225] acpiphp: Slot [19] registered\n[ 0.312340] acpiphp: Slot [20] registered\n[ 0.313446] acpiphp: Slot [21] registered\n[ 0.314550] acpiphp: Slot [22] registered\n[ 0.315664] acpiphp: Slot [23] registered\n[ 0.316768] acpiphp: Slot [24] registered\n[ 0.317878] acpiphp: Slot [25] registered\n[ 0.318977] acpiphp: Slot [26] registered\n[ 0.320082] acpiphp: Slot [27] registered\n[ 0.321176] acpiphp: Slot [28] registered\n[ 0.322276] acpiphp: Slot [29] registered\n[ 0.323393] acpiphp: Slot [30] registered\n[ 0.324488] acpiphp: Slot [31] registered\n[ 0.325598] PCI host bridge to bus 0000:00\n[ 0.326701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332104] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.334088] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342766] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344442] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406993] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408421] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409705] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410901] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411988] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413583] vgaarb: loaded\n[ 0.414197] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415383] SCSI subsystem initialized\n[ 0.416228] ACPI: bus type USB registered\n[ 0.417078] usbcore: registered new interface driver usbfs\n[ 0.418139] usbcore: registered new interface driver hub\n[ 0.419168] usbcore: registered new device driver usb\n[ 0.420245] PCI: Using ACPI for IRQ routing\n[ 0.421299] NetLabel: Initializing\n[ 0.422031] NetLabel: domain hash size = 128\n[ 0.422943] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.423916] NetLabel: unlabeled traffic allowed by default\n[ 0.425033] amd_nb: Cannot enumerate AMD northbridges\n[ 0.426030] clocksource: Switched to clocksource kvm-clock\n[ 0.431455] AppArmor: AppArmor Filesystem Enabled\n[ 0.433686] pnp: PnP ACPI init\n[ 0.434676] pnp: PnP ACPI: found 5 devices\n[ 0.440733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442485] NET: Registered protocol family 2\n[ 0.443465] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.444783] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.446012] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.447241] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.448368] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.449579] NET: Registered protocol family 1\n[ 0.450470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466979] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481948] Trying to unpack rootfs image as initramfs...\n[ 1.784625] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800002] Scanning for low memory corruption every 60 seconds\n[ 1.801436] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.802884] audit: initializing netlink subsys (disabled)\n[ 1.804163] audit: type=2000 audit(1538632651.923:1): initialized\n[ 1.805757] Initialise system trusted keyring\n[ 1.806904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808366] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810664] zbud: loaded\n[ 1.811483] VFS: Disk quotas dquot_6.6.0\n[ 1.812481] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814212] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815708] fuse init (API version 7.23)\n[ 1.816770] Key type big_key registered\n[ 1.817736] Allocating IMA MOK and blacklist keyrings.\n[ 1.819088] Key type asymmetric registered\n[ 1.820105] Asymmetric key parser 'x509' registered\n[ 1.821280] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823080] io scheduler noop registered\n[ 1.824060] io scheduler deadline registered (default)\n[ 1.825276] io scheduler cfq registered\n[ 1.826297] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827597] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829152] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.830947] ACPI: Power Button [PWRF]\n[ 1.831981] GHES: HEST is not enabled!\n[ 1.846002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.874939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.877745] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902176] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.904633] Linux agpgart interface v0.103\n[ 1.906877] brd: module loaded\n[ 1.908284] loop: module loaded\n[ 1.909980] vda: vda1\n[ 1.911479] scsi host0: ata_piix\n[ 1.912389] scsi host1: ata_piix\n[ 1.913273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.914835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.916624] libphy: Fixed MDIO Bus: probed\n[ 1.917666] tun: Universal TUN/TAP device driver, 1.6\n[ 1.918870] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.921460] PPP generic driver version 2.4.2\n[ 1.922504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.923934] ehci-pci: EHCI PCI platform driver\n[ 1.925102] ehci-platform: EHCI generic platform driver\n[ 1.926424] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.927936] ohci-pci: OHCI PCI platform driver\n[ 1.929071] ohci-platform: OHCI generic platform driver\n[ 1.930374] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.945306] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.946626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.948510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.949796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.951254] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.952892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.954773] usb usb1: Product: UHCI Host Controller\n[ 1.956087] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.957602] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.958833] hub 1-0:1.0: USB hub found\n[ 1.959841] hub 1-0:1.0: 2 ports detected\n[ 1.960991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964849] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966195] mousedev: PS/2 mouse device common for all mice\n[ 1.967808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.970552] rtc_cmos 00:00: RTC can wake from S4\n[ 1.972060] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.973896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.975795] i2c /dev entries driver\n[ 1.976884] device-mapper: uevent: version 1.0.3\n[ 1.978409] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.980789] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.982712] NET: Registered protocol family 10\n[ 1.984132] NET: Registered protocol family 17\n[ 1.985499] Key type dns_resolver registered\n[ 1.986861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.988625] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.990931] registered taskstats version 1\n[ 1.991989] Loading compiled-in X.509 certificates\n[ 1.993633] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.995930] zswap: loaded using pool lzo/zbud\n[ 1.997949] Key type trusted registered\n[ 2.000383] Key type encrypted registered\n[ 2.001413] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.002721] ima: No TPM chip found, activating TPM-bypass!\n[ 2.004018] evm: HMAC attrs: 0x1\n[ 2.005100] Magic number: 6:295:971\n[ 2.006143] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:31 UTC (1538632651)\n[ 2.008128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.009509] EDD information not available.\n[ 2.070602] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.072307] ata1.00: configured for MWDMA2\n[ 2.073727] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.076424] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.077968] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.089788] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.091946] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.093852] Write protecting the kernel read-only data: 14336k\n[ 2.095683] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.097768] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.106852] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109056] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111504] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113829] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116100] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118421] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120634] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.122825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127860] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.156346] virtio_net virtio0 ens3: renamed from eth0\n[ 2.164682] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.168094] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.194407] FDC 0 is a S82078B\n[ 2.196073] AVX2 version of gcm_enc/dec engaged.\n[ 2.197199] AES CTR mode by8 optimization enabled\n[ 2.270111] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.434639] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.436135] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.437476] usb 1-1: Product: QEMU USB Tablet\n[ 2.438384] usb 1-1: Manufacturer: QEMU\n[ 2.439208] usb 1-1: SerialNumber: 42\n[ 2.447493] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.454985] usbcore: registered new interface driver usbhid\n[ 2.456120] usbhid: USB HID core driver\n[ 2.458865] 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.461190] 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.798130] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.799390] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.442005] md: linear personality registered for level -1\n[ 3.444916] md: multipath personality registered for level -4\n[ 3.447865] md: raid0 personality registered for level 0\n[ 3.451073] md: raid1 personality registered for level 1\n[ 3.522033] raid6: sse2x1 gen() 11463 MB/s\n[ 3.590033] raid6: sse2x1 xor() 8791 MB/s\n[ 3.658033] raid6: sse2x2 gen() 14430 MB/s\n[ 3.726034] raid6: sse2x2 xor() 9788 MB/s\n[ 3.794032] raid6: sse2x4 gen() 16795 MB/s\n[ 3.862033] raid6: sse2x4 xor() 11624 MB/s\n[ 3.930032] raid6: avx2x1 gen() 22315 MB/s\n[ 3.998032] raid6: avx2x2 gen() 25820 MB/s\n[ 4.066032] raid6: avx2x4 gen() 29936 MB/s\n[ 4.066914] raid6: using algorithm avx2x4 gen() 29936 MB/s\n[ 4.067977] raid6: using avx2x2 recovery algorithm\n[ 4.070198] xor: automatically using best checksumming function:\n[ 4.110032] avx : 34909.000 MB/sec\n[ 4.112133] async_tx: api initialized (async)\n[ 4.121079] md: raid6 personality registered for level 6\n[ 4.122143] md: raid5 personality registered for level 5\n[ 4.123174] md: raid4 personality registered for level 4\n[ 4.127552] 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.151989] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.180532] 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.271412] 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.274876] systemd[1]: Detected virtualization kvm.\n[ 4.275866] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.278989] systemd[1]: Set hostname to .\n[ 4.283300] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.284643] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.376247] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.379427] 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.384078] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.387068] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.389832] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.393431] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.396343] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.399511] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.402156] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.404681] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.407159] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409848] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.414179] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.420875] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.423074] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.426384] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.429025] 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.433945] systemd[1]: Mounting Huge Pages File System...\n[ 4.435947] EXT4-fs (vda1): re-mounted. Opts: (null)\n Mounting Huge Pages File System...\n[ 4.440129] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.442853] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.447303] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.458063] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.460422] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.467249] 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.474064] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.480404] Loading iSCSI transport class v2.0-870.\n[ 4.481544] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.484204] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.487519] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.495893] iscsi: registered transport (tcp)\n[ 4.497601] 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.503827] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.515884] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518071] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.524503] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.529668] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.537253] 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.544428] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.548320] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.550995] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.559397] iscsi: registered transport (iser)\n[ 4.561056] 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 LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\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 Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\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 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[ 6.093206] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:57:35 +0000. Up 5.37 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.633404] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:57:36 +0000. Up 7.20 seconds.\n[ 8.635270] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.640319] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.642167] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.648106] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.649992] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.656115] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.657976] cloud-init[1025]: ci-info: | ens3 | True | 10.10.10.13 | 255.255.255.0 | . | fa:16:3e:99:ab:37 |\n[ 8.664100] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:ab37/64 | . | link | fa:16:3e:99:ab:37 |\n[ 8.665941] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.667745] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.673392] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.675066] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.680298] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.681978] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.688103] cloud-init[1025]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.689807] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.691458] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\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.697959] cloud-init[1025]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Reached target Cloud-config availability.[ 8.700533] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.704935] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.711177] cloud-init[1025]: The key fingerprint is:\n[ 8.712271] cloud-init[1025]: SHA256:WEAkdKAU3kG2zlm64brnbsT0+72ObC2MVy0yGEKY/eo root@sdnvpn-13-2\n[ 8.714450] cloud-init[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.717599] cloud-init[1025]: +---[RSA 2048]----+\n Starting Socket activation for snappy daemon.\n[ 8.719605] cloud-init[1025]: | oBB+= |\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.721915] cloud-init[1025]: | oo+o= . |\n[ 8.722893] cloud-init[1025]: | o.o.. . |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.725102] cloud-init[1025]: | oo+oo |\n[[0;32m OK [0m] Reached target Timers.\n[ 8.726977] cloud-init[1025]: | o*+.oS . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.729086] cloud-init[1025]: | .+oo o o . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.731515] cloud-init[1025]: | oo + = . |\n[ 8.732883] cloud-init[1025]: | .E o.=o. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.736149] cloud-init[1025]: | o*o ++o+. |\n[ 8.740478] cloud-init[1025]: +----[SHA256]-----+[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.744422] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.747453] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n Starting Login to default iSCSI targets...\n[ 8.751763] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.754529] cloud-init[1025]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.757726] cloud-init[1025]: SHA256:FRWboUtfd5KJqgjL9r39wHliW8iW/XjuPqdl4NysTMQ root@sdnvpn-13-2\n Starting /etc/rc.local Compatibility...\n[ 8.761755] [[0;32m OK [0m] Started Snappy daemon.\n Starting Accounts Service...cloud-init[1025]: The key's randomart image is:\n[ 8.765214] cloud-init[1025]: +---[DSA 1024]----+\n[ 8.766148] cloud-init[1025]: | ..+. |\n[ 8.767075] cloud-init[1025]: | o = o |\n\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.774350] cloud-init[1025]: | + + = o| Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.789378] cloud-init[1025]: | o + o o.|\n[ 8.796289] cloud-init[1025]: | . S o . E |\n[ 8.799990] cloud-init[1025]: | . o . + = + + |\n[ 8.808111] cloud-init[1025]: | + . . @ + + =|\n[ 8.814493] cloud-init[1025]: | . . . + * =o+.|\n Starting LSB: MD monitoring daemon...\n[ 8.819085] Starting Pollinate to seed the pseudo random number generator...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Login Service...\ncloud-init[1025]: | . o.o.o=O+ |\n[ 8.833477] [[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1025]: +----[SHA256]-----+\n[ 8.889840] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1025]: [[0;32m OK [0m] Started System Logging Service.\nGenerating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.936044] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.950953] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 8.967202] cloud-init[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.[1025]: The key fingerprint is:\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.974583] cloud-init Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n[1025]: SHA256:Vvv+mUAtysV3WFotcti4dE2yPefpPD1r3K5VckmLsAc root@sdnvpn-13-2 Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[ 9.038327] cloud-init[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".[ 9.061937] cloud-init[1025]: +---[ECDSA 256]---+\n\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[ 9.078994] cloud-init[1025]: | . .|\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.108044] cloud-init[1025]: | + *.|\n[ 9.112104] cloud-init[1025]: | .E= *oB|\n[ 9.116101] cloud-init[1025]: | . ++*oB*|\n[ 9.119835] cloud-init[1025]: [[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n| S ..*o*+=|\n[ 9.129894] cloud-init[1025]: | . . =.oo+o|\n[ 9.136103] cloud-init[1025]: | o o .=+|\n[ 9.137320] cloud-init[1025]: | . . *=|\n[ 9.140087] cloud-init[1025]: | ..*+.|\n[ 9.144087] cloud-init[1025]: +----[SHA256]-----+\n[ 9.147587] cloud-init[1025]: Generating public/private ed25519 key pair.\n[ 9.156089] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.157953] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.164085] cloud-init[1025]: The key fingerprint is:\n[ 9.167669] cloud-init[1025]: SHA256:gb5jW2txsasRFPAoEcUM/OBwUKnuMKwJM3/DJxO8GKY root@sdnvpn-13-2\n[ 9.172081] cloud-init[1025]: The key's randomart image is:\n[ 9.176158] cloud-init[1025]: +--[ED25519 256]--+\n[ 9.177567] cloud-init[1025]: | .+=Bo.. |\n[ 9.179628] cloud-init[1025]: | . =.o+ . |\n[ 9.182649] cloud-init[1025]: | =.oo + |\n[ 9.185198] cloud-init[1025]: | . .o.. .. |\n[ 9.188156] cloud-init[1025]: |.. . . S o |\n[ 9.191254] cloud-init[1025]: |*.+ o ...o |\n[ 9.193949] cloud-init[1025]: |o@ + o+ oo . |\n[ 9.196791] cloud-init[1025]: |E + B..+.o. |\n[ 9.199635] cloud-init[1025]: | . =..o. |\n[ 9.202752] cloud-init[1025]: +----[SHA256]-----+\n[ 9.430771] cloud-init[1139]: Generating locales (this might take a while)...\n[ 10.004760] cloud-init[1139]: en_US.UTF-8... done\n[ 10.006791] cloud-init[1139]: 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.558768] cloud-init[1139]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 04 Oct 2018 05:57:39 +0000. Up 9.36 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.863272] cloud-init[1392]: + sudo useradd -m sdnvpn\n[ 10.931744] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.195016] cloud-init[1392]: + sudo adduser sdnvpn sudo\n[ 11.250346] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.285439] cloud-init[1392]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.289574] cloud-init[1392]: Adding user sdnvpn to group sudo\n[ 11.390431] cloud-init[1392]: Done.\n[ 11.392241] cloud-init[1392]: + chpasswd\n[ 11.394335] cloud-init[1392]: + sudo echo sdnvpn:opnfv\n[ 11.447886] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.491944] cloud-init[1392]: + sleep 20\n"} 2018-10-04 05:57:43,951 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action used request id req-74723db7-bb27-44e0-ad91-b7579723f824 2018-10-04 05:57:45,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e2510553f8b5f432173c70d9e3bd2870c6d80b7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:57:47,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-a7e07bf1-e285-4d15-85d7-ed47d09d1064 x-compute-request-id: req-a7e07bf1-e285-4d15-85d7-ed47d09d1064 Content-Encoding: gzip Content-Length: 13570 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 650466043 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98264 r8192 d28712 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d9c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-66-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1001796K/1048040K available (8452K kernel code, 1293K rwdata, 3980K rodata, 1488K init, 1316K bss, 46244K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:33024 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.146390] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.148236] pid_max: default: 32768 minimum: 301\n[ 0.149181] ACPI: Core revision 20150930\n[ 0.150595] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.151958] Security Framework initialized\n[ 0.152812] Yama: becoming mindful.\n[ 0.153586] AppArmor: AppArmor initialized\n[ 0.154495] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.155962] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157701] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.158992] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.160433] Initializing cgroup subsys io\n[ 0.161285] Initializing cgroup subsys memory\n[ 0.162202] Initializing cgroup subsys devices\n[ 0.163119] Initializing cgroup subsys freezer\n[ 0.164032] Initializing cgroup subsys net_cls\n[ 0.164947] Initializing cgroup subsys perf_event\n[ 0.165906] Initializing cgroup subsys net_prio\n[ 0.166832] Initializing cgroup subsys hugetlb\n[ 0.167743] Initializing cgroup subsys pids\n[ 0.168660] CPU: Physical Processor ID: 0\n[ 0.170216] mce: CPU supports 10 MCE banks\n[ 0.171109] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.172447] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184912] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.191942] ftrace: allocating 32123 entries in 126 pages\n[ 0.219292] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.221036] smpboot: Max logical packages: 1\n[ 0.222356] x2apic enabled\n[ 0.223361] Switched APIC routing to physical x2apic.\n[ 0.225493] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227053] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229741] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.232164] KVM setup paravirtual spinlock\n[ 0.233742] x86: Booted up 1 node, 1 CPUs\n[ 0.234837] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.236699] devtmpfs: initialized\n[ 0.239389] evm: security.selinux\n[ 0.240336] evm: security.SMACK64\n[ 0.241277] evm: security.SMACK64EXEC\n[ 0.242290] evm: security.SMACK64TRANSMUTE\n[ 0.243390] evm: security.SMACK64MMAP\n[ 0.244396] evm: security.ima\n[ 0.245256] evm: security.capability\n[ 0.246325] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248878] pinctrl core: initialized pinctrl subsystem\n[ 0.250366] RTC time: 5:57:29, date: 10/04/18\n[ 0.251640] NET: Registered protocol family 16\n[ 0.252955] cpuidle: using governor ladder\n[ 0.254100] cpuidle: using governor menu\n[ 0.255203] PCCT header not found.\n[ 0.256235] ACPI: bus type PCI registered\n[ 0.257361] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.259122] PCI: Using configuration type 1 for base access\n[ 0.261752] ACPI: Added _OSI(Module Device)\n[ 0.262934] ACPI: Added _OSI(Processor Device)\n[ 0.264133] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265405] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267965] ACPI: Interpreter enabled\n[ 0.269017] ACPI: (supports S0 S5)\n[ 0.269984] ACPI: Using IOAPIC for interrupt routing\n[ 0.271279] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.275036] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.276610] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.278442] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.280125] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.283161] acpiphp: Slot [3] registered\n[ 0.284245] acpiphp: Slot [4] registered\n[ 0.285326] acpiphp: Slot [5] registered\n[ 0.286403] acpiphp: Slot [6] registered\n[ 0.287493] acpiphp: Slot [7] registered\n[ 0.288592] acpiphp: Slot [8] registered\n[ 0.289676] acpiphp: Slot [9] registered\n[ 0.290760] acpiphp: Slot [10] registered\n[ 0.291870] acpiphp: Slot [11] registered\n[ 0.292983] acpiphp: Slot [12] registered\n[ 0.294086] acpiphp: Slot [13] registered\n[ 0.295202] acpiphp: Slot [14] registered\n[ 0.306703] acpiphp: Slot [15] registered\n[ 0.307828] acpiphp: Slot [16] registered\n[ 0.308971] acpiphp: Slot [17] registered\n[ 0.310094] acpiphp: Slot [18] registered\n[ 0.311225] acpiphp: Slot [19] registered\n[ 0.312340] acpiphp: Slot [20] registered\n[ 0.313446] acpiphp: Slot [21] registered\n[ 0.314550] acpiphp: Slot [22] registered\n[ 0.315664] acpiphp: Slot [23] registered\n[ 0.316768] acpiphp: Slot [24] registered\n[ 0.317878] acpiphp: Slot [25] registered\n[ 0.318977] acpiphp: Slot [26] registered\n[ 0.320082] acpiphp: Slot [27] registered\n[ 0.321176] acpiphp: Slot [28] registered\n[ 0.322276] acpiphp: Slot [29] registered\n[ 0.323393] acpiphp: Slot [30] registered\n[ 0.324488] acpiphp: Slot [31] registered\n[ 0.325598] PCI host bridge to bus 0000:00\n[ 0.326701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.328393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.330124] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.332104] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.334088] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340959] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.342766] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344442] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355279] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.401558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.403079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.404525] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.406993] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.408421] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.409705] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.410901] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.411988] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.413583] vgaarb: loaded\n[ 0.414197] vgaarb: bridge control possible 0000:00:02.0\n[ 0.415383] SCSI subsystem initialized\n[ 0.416228] ACPI: bus type USB registered\n[ 0.417078] usbcore: registered new interface driver usbfs\n[ 0.418139] usbcore: registered new interface driver hub\n[ 0.419168] usbcore: registered new device driver usb\n[ 0.420245] PCI: Using ACPI for IRQ routing\n[ 0.421299] NetLabel: Initializing\n[ 0.422031] NetLabel: domain hash size = 128\n[ 0.422943] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.423916] NetLabel: unlabeled traffic allowed by default\n[ 0.425033] amd_nb: Cannot enumerate AMD northbridges\n[ 0.426030] clocksource: Switched to clocksource kvm-clock\n[ 0.431455] AppArmor: AppArmor Filesystem Enabled\n[ 0.433686] pnp: PnP ACPI init\n[ 0.434676] pnp: PnP ACPI: found 5 devices\n[ 0.440733] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.442485] NET: Registered protocol family 2\n[ 0.443465] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.444783] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.446012] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.447241] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.448368] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.449579] NET: Registered protocol family 1\n[ 0.450470] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.451652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.452781] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.466979] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481948] Trying to unpack rootfs image as initramfs...\n[ 1.784625] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.800002] Scanning for low memory corruption every 60 seconds\n[ 1.801436] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.802884] audit: initializing netlink subsys (disabled)\n[ 1.804163] audit: type=2000 audit(1538632651.923:1): initialized\n[ 1.805757] Initialise system trusted keyring\n[ 1.806904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.808366] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.810664] zbud: loaded\n[ 1.811483] VFS: Disk quotas dquot_6.6.0\n[ 1.812481] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.814212] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.815708] fuse init (API version 7.23)\n[ 1.816770] Key type big_key registered\n[ 1.817736] Allocating IMA MOK and blacklist keyrings.\n[ 1.819088] Key type asymmetric registered\n[ 1.820105] Asymmetric key parser 'x509' registered\n[ 1.821280] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.823080] io scheduler noop registered\n[ 1.824060] io scheduler deadline registered (default)\n[ 1.825276] io scheduler cfq registered\n[ 1.826297] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.827597] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.829152] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.830947] ACPI: Power Button [PWRF]\n[ 1.831981] GHES: HEST is not enabled!\n[ 1.846002] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.874939] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.877745] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.902176] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.904633] Linux agpgart interface v0.103\n[ 1.906877] brd: module loaded\n[ 1.908284] loop: module loaded\n[ 1.909980] vda: vda1\n[ 1.911479] scsi host0: ata_piix\n[ 1.912389] scsi host1: ata_piix\n[ 1.913273] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 1.914835] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 1.916624] libphy: Fixed MDIO Bus: probed\n[ 1.917666] tun: Universal TUN/TAP device driver, 1.6\n[ 1.918870] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.921460] PPP generic driver version 2.4.2\n[ 1.922504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.923934] ehci-pci: EHCI PCI platform driver\n[ 1.925102] ehci-platform: EHCI generic platform driver\n[ 1.926424] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.927936] ohci-pci: OHCI PCI platform driver\n[ 1.929071] ohci-platform: OHCI generic platform driver\n[ 1.930374] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.945306] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.946626] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.948510] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.949796] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 1.951254] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.952892] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.954773] usb usb1: Product: UHCI Host Controller\n[ 1.956087] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.957602] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.958833] hub 1-0:1.0: USB hub found\n[ 1.959841] hub 1-0:1.0: 2 ports detected\n[ 1.960991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.963598] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.964849] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.966195] mousedev: PS/2 mouse device common for all mice\n[ 1.967808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.970552] rtc_cmos 00:00: RTC can wake from S4\n[ 1.972060] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.973896] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.975795] i2c /dev entries driver\n[ 1.976884] device-mapper: uevent: version 1.0.3\n[ 1.978409] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.980789] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.982712] NET: Registered protocol family 10\n[ 1.984132] NET: Registered protocol family 17\n[ 1.985499] Key type dns_resolver registered\n[ 1.986861] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.988625] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.990931] registered taskstats version 1\n[ 1.991989] Loading compiled-in X.509 certificates\n[ 1.993633] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.995930] zswap: loaded using pool lzo/zbud\n[ 1.997949] Key type trusted registered\n[ 2.000383] Key type encrypted registered\n[ 2.001413] AppArmor: AppArmor sha1 policy hashing enabled\n[ 2.002721] ima: No TPM chip found, activating TPM-bypass!\n[ 2.004018] evm: HMAC attrs: 0x1\n[ 2.005100] Magic number: 6:295:971\n[ 2.006143] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:31 UTC (1538632651)\n[ 2.008128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 2.009509] EDD information not available.\n[ 2.070602] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.072307] ata1.00: configured for MWDMA2\n[ 2.073727] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.076424] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.077968] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.089788] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.091946] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.093852] Write protecting the kernel read-only data: 14336k\n[ 2.095683] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.097768] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.106852] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.109056] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.111504] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.113829] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116100] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118421] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120634] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.122825] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.125635] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.127860] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.156346] virtio_net virtio0 ens3: renamed from eth0\n[ 2.164682] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.168094] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.194407] FDC 0 is a S82078B\n[ 2.196073] AVX2 version of gcm_enc/dec engaged.\n[ 2.197199] AES CTR mode by8 optimization enabled\n[ 2.270111] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.434639] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.436135] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.437476] usb 1-1: Product: QEMU USB Tablet\n[ 2.438384] usb 1-1: Manufacturer: QEMU\n[ 2.439208] usb 1-1: SerialNumber: 42\n[ 2.447493] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.454985] usbcore: registered new interface driver usbhid\n[ 2.456120] usbhid: USB HID core driver\n[ 2.458865] 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.461190] 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.798130] tsc: Refined TSC clocksource calibration: 3491.913 MHz\n[ 2.799390] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns\nBegin: Loading essential drivers ... [ 3.442005] md: linear personality registered for level -1\n[ 3.444916] md: multipath personality registered for level -4\n[ 3.447865] md: raid0 personality registered for level 0\n[ 3.451073] md: raid1 personality registered for level 1\n[ 3.522033] raid6: sse2x1 gen() 11463 MB/s\n[ 3.590033] raid6: sse2x1 xor() 8791 MB/s\n[ 3.658033] raid6: sse2x2 gen() 14430 MB/s\n[ 3.726034] raid6: sse2x2 xor() 9788 MB/s\n[ 3.794032] raid6: sse2x4 gen() 16795 MB/s\n[ 3.862033] raid6: sse2x4 xor() 11624 MB/s\n[ 3.930032] raid6: avx2x1 gen() 22315 MB/s\n[ 3.998032] raid6: avx2x2 gen() 25820 MB/s\n[ 4.066032] raid6: avx2x4 gen() 29936 MB/s\n[ 4.066914] raid6: using algorithm avx2x4 gen() 29936 MB/s\n[ 4.067977] raid6: using avx2x2 recovery algorithm\n[ 4.070198] xor: automatically using best checksumming function:\n[ 4.110032] avx : 34909.000 MB/sec\n[ 4.112133] async_tx: api initialized (async)\n[ 4.121079] md: raid6 personality registered for level 6\n[ 4.122143] md: raid5 personality registered for level 5\n[ 4.123174] md: raid4 personality registered for level 4\n[ 4.127552] 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.151989] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.180532] 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.271412] 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.274876] systemd[1]: Detected virtualization kvm.\n[ 4.275866] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.278989] systemd[1]: Set hostname to .\n[ 4.283300] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.284643] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.376247] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.379427] 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.384078] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.387068] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.389832] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.393431] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.396343] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.399511] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.402156] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.404681] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.407159] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.409848] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.414179] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.420875] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.423074] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.426384] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.429025] 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.433945] systemd[1]: Mounting Huge Pages File System...\n[ 4.435947] EXT4-fs (vda1): re-mounted. Opts: (null)\n Mounting Huge Pages File System...\n[ 4.440129] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.442853] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.447303] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.458063] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.460422] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.467249] 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.474064] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.480404] Loading iSCSI transport class v2.0-870.\n[ 4.481544] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.484204] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.487519] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.495893] iscsi: registered transport (tcp)\n[ 4.497601] 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.503827] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.515884] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.518071] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.524503] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.529668] systemd[1]: Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.537253] 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.544428] systemd[1]: Started Set console keymap.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.548320] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 4.550995] systemd[1]: Started Nameserver information manager.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.559397] iscsi: registered transport (iser)\n[ 4.561056] 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 LVM2 metadata daemon.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n Starting Create Static Device Nodes in /dev...\n Starting Flush Journal to Persistent Storage...\n Starting Load/Save Random Seed...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\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 Flush Journal to Persistent Storage.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\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 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[ 6.093206] cloud-init[466]: Cloud-init v. 0.7.9 running 'init-local' at Thu, 04 Oct 2018 05:57:35 +0000. Up 5.37 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.633404] cloud-init[1025]: Cloud-init v. 0.7.9 running 'init' at Thu, 04 Oct 2018 05:57:36 +0000. Up 7.20 seconds.\n[ 8.635270] cloud-init[1025]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.640319] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.642167] cloud-init[1025]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.648106] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.649992] cloud-init[1025]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.656115] cloud-init[1025]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.657976] cloud-init[1025]: ci-info: | ens3 | True | 10.10.10.13 | 255.255.255.0 | . | fa:16:3e:99:ab:37 |\n[ 8.664100] cloud-init[1025]: ci-info: | ens3 | True | fe80::f816:3eff:fe99:ab37/64 | . | link | fa:16:3e:99:ab:37 |\n[ 8.665941] cloud-init[1025]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.667745] cloud-init[1025]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.673392] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.675066] cloud-init[1025]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.680298] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.681978] cloud-init[1025]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.688103] cloud-init[1025]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.689807] cloud-init[1025]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.691458] cloud-init[1025]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\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.697959] cloud-init[1025]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Reached target Cloud-config availability.[ 8.700533] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.704935] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Daily apt activities.\n[ 8.711177] cloud-init[1025]: The key fingerprint is:\n[ 8.712271] cloud-init[1025]: SHA256:WEAkdKAU3kG2zlm64brnbsT0+72ObC2MVy0yGEKY/eo root@sdnvpn-13-2\n[ 8.714450] cloud-init[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[ 8.717599] cloud-init[1025]: +---[RSA 2048]----+\n Starting Socket activation for snappy daemon.\n[ 8.719605] cloud-init[1025]: | oBB+= |\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[ 8.721915] cloud-init[1025]: | oo+o= . |\n[ 8.722893] cloud-init[1025]: | o.o.. . |\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 8.725102] cloud-init[1025]: | oo+oo |\n[[0;32m OK [0m] Reached target Timers.\n[ 8.726977] cloud-init[1025]: | o*+.oS . |\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.729086] cloud-init[1025]: | .+oo o o . |\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 8.731515] cloud-init[1025]: | oo + = . |\n[ 8.732883] cloud-init[1025]: | .E o.=o. |\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[ 8.736149] cloud-init[1025]: | o*o ++o+. |\n[ 8.740478] cloud-init[1025]: +----[SHA256]-----+[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n\n[ 8.744422] cloud-init[1025]: Generating public/private dsa key pair.\n[ 8.747453] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n Starting Login to default iSCSI targets...\n[ 8.751763] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[[0;32m OK [0m] Reached target Sockets.\n[ 8.754529] cloud-init[1025]: The key fingerprint is:\n[[0;32m OK [0m] Reached target Basic System.\n[ 8.757726] cloud-init[1025]: SHA256:FRWboUtfd5KJqgjL9r39wHliW8iW/XjuPqdl4NysTMQ root@sdnvpn-13-2\n Starting /etc/rc.local Compatibility...\n[ 8.761755] [[0;32m OK [0m] Started Snappy daemon.\n Starting Accounts Service...cloud-init[1025]: The key's randomart image is:\n[ 8.765214] cloud-init[1025]: +---[DSA 1024]----+\n[ 8.766148] cloud-init[1025]: | ..+. |\n[ 8.767075] cloud-init[1025]: | o = o |\n\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n[ 8.774350] cloud-init[1025]: | + + = o| Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 8.789378] cloud-init[1025]: | o + o o.|\n[ 8.796289] cloud-init[1025]: | . S o . E |\n[ 8.799990] cloud-init[1025]: | . o . + = + + |\n[ 8.808111] cloud-init[1025]: | + . . @ + + =|\n[ 8.814493] cloud-init[1025]: | . . . + * =o+.|\n Starting LSB: MD monitoring daemon...\n[ 8.819085] Starting Pollinate to seed the pseudo random number generator...\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Login Service...\ncloud-init[1025]: | . o.o.o=O+ |\n[ 8.833477] [[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[1025]: +----[SHA256]-----+\n[ 8.889840] [[0;32m OK [0m] Started Login to default iSCSI targets.\ncloud-init[1025]: [[0;32m OK [0m] Started System Logging Service.\nGenerating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[ 8.936044] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.950953] [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\ncloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n[ 8.967202] cloud-init[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.[1025]: The key fingerprint is:\n\n Starting LSB: daemon to balance interrupts for SMP systems...\n[ 8.974583] cloud-init Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: start and stop the Quagga routing suite...\n Starting LSB: automatic crash report generation...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started Permit User Sessions.\n[1025]: SHA256:Vvv+mUAtysV3WFotcti4dE2yPefpPD1r3K5VckmLsAc root@sdnvpn-13-2 Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[ 9.038327] cloud-init[1025]: The key's randomart image is:\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".[ 9.061937] cloud-init[1025]: +---[ECDSA 256]---+\n\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.[ 9.078994] cloud-init[1025]: | . .|\n[[0;32m OK [0m] Started Set console scheme.\n\n[ 9.108044] cloud-init[1025]: | + *.|\n[ 9.112104] cloud-init[1025]: | .E= *oB|\n[ 9.116101] cloud-init[1025]: | . ++*oB*|\n[ 9.119835] cloud-init[1025]: [[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n| S ..*o*+=|\n[ 9.129894] cloud-init[1025]: | . . =.oo+o|\n[ 9.136103] cloud-init[1025]: | o o .=+|\n[ 9.137320] cloud-init[1025]: | . . *=|\n[ 9.140087] cloud-init[1025]: | ..*+.|\n[ 9.144087] cloud-init[1025]: +----[SHA256]-----+\n[ 9.147587] cloud-init[1025]: Generating public/private ed25519 key pair.\n[ 9.156089] cloud-init[1025]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.157953] cloud-init[1025]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.164085] cloud-init[1025]: The key fingerprint is:\n[ 9.167669] cloud-init[1025]: SHA256:gb5jW2txsasRFPAoEcUM/OBwUKnuMKwJM3/DJxO8GKY root@sdnvpn-13-2\n[ 9.172081] cloud-init[1025]: The key's randomart image is:\n[ 9.176158] cloud-init[1025]: +--[ED25519 256]--+\n[ 9.177567] cloud-init[1025]: | .+=Bo.. |\n[ 9.179628] cloud-init[1025]: | . =.o+ . |\n[ 9.182649] cloud-init[1025]: | =.oo + |\n[ 9.185198] cloud-init[1025]: | . .o.. .. |\n[ 9.188156] cloud-init[1025]: |.. . . S o |\n[ 9.191254] cloud-init[1025]: |*.+ o ...o |\n[ 9.193949] cloud-init[1025]: |o@ + o+ oo . |\n[ 9.196791] cloud-init[1025]: |E + B..+.o. |\n[ 9.199635] cloud-init[1025]: | . =..o. |\n[ 9.202752] cloud-init[1025]: +----[SHA256]-----+\n[ 9.430771] cloud-init[1139]: Generating locales (this might take a while)...\n[ 10.004760] cloud-init[1139]: en_US.UTF-8... done\n[ 10.006791] cloud-init[1139]: 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.558768] cloud-init[1139]: Cloud-init v. 0.7.9 running 'modules:config' at Thu, 04 Oct 2018 05:57:39 +0000. Up 9.36 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.863272] cloud-init[1392]: + sudo useradd -m sdnvpn\n[ 10.931744] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.195016] cloud-init[1392]: + sudo adduser sdnvpn sudo\n[ 11.250346] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.285439] cloud-init[1392]: Adding user `sdnvpn' to group `sudo' ...\n[ 11.289574] cloud-init[1392]: Adding user sdnvpn to group sudo\n[ 11.390431] cloud-init[1392]: Done.\n[ 11.392241] cloud-init[1392]: + chpasswd\n[ 11.394335] cloud-init[1392]: + sudo echo sdnvpn:opnfv\n[ 11.447886] cloud-init[1392]: sudo: unable to resolve host sdnvpn-13-2\n[ 11.491944] cloud-init[1392]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-10-04 05:57:47,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action used request id req-a7e07bf1-e285-4d15-85d7-ed47d09d1064 2018-10-04 05:57:49,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" 2018-10-04 05:57:49,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 914 Content-Type: application/json X-Openstack-Request-Id: req-4e45a2ae-6b44-40ad-b982-11dfd30bbabd Date: Thu, 04 Oct 2018 05:57:49 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "sdnvpn-ubuntu", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:54:51Z", "size": 493813760, "disk_format": "qcow2", "updated_at": "2018-10-04T05:55:03Z", "visibility": "public", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/19b72398-400a-44e8-b835-6c0c478e4e47/snap", "metadata": {}}], "self": "/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47", "min_disk": 0, "protected": false, "id": "19b72398-400a-44e8-b835-6c0c478e4e47", "file": "/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47/file", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "owner": "510ab77bdaaa470cad047d68b7d85c03", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/19b72398-400a-44e8-b835-6c0c478e4e47/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-10-04 05:57:49,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20 used request id req-4e45a2ae-6b44-40ad-b982-11dfd30bbabd 2018-10-04 05:57:49,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" 2018-10-04 05:57:49,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1206f801-5e93-42a5-a470-9db390fffb3b Date: Thu, 04 Oct 2018 05:57:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-10-04 05:57:49,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-1206f801-5e93-42a5-a470-9db390fffb3b 2018-10-04 05:57:49,449 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-10-04 05:57:49,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-10-04 05:57:49,664 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 573 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5 X-Openstack-Request-Id: req-5a5a1af7-e1bf-4ab9-b1f1-f7992e482b17 Date: Thu, 04 Oct 2018 05:57:49 GMT RESP BODY: {"status": "queued", "name": "sdnvpn-image", "tags": [], "container_format": "bare", "created_at": "2018-10-04T05:57:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-10-04T05:57:49Z", "visibility": "public", "locations": [], "self": "/v2/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "min_disk": 0, "protected": false, "id": "3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "file": "/v2/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5/file", "checksum": null, "owner": "510ab77bdaaa470cad047d68b7d85c03", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-10-04 05:57:49,665 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-5a5a1af7-e1bf-4ab9-b1f1-f7992e482b17 2018-10-04 05:57:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" -d '' 2018-10-04 05:57:50,788 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4b6285c-dccb-4c51-937c-cf834f3ab59a Date: Thu, 04 Oct 2018 05:57:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 05:57:50,789 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5/file used request id req-d4b6285c-dccb-4c51-937c-cf834f3ab59a 2018-10-04 05:57:50,789 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-10-04 05:57:50,789 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=3b49a40c-9e8d-4429-a5b7-eef52845e7a5 network=0671cc57-c043-4ceb-b27f-f159f6258f9c secgroup=c4c5d4ac-533e-45a0-90d8-4a462d750e9d 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-04 05:57:50,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:57:50,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:57:50,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:57:50,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:57:50,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:57:50,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:57:50,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:57:50,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:57:50,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:57:50,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:57:50,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:57:50,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:57:50,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:57:50,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:57:50,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:57:50,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:57:50,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:57:50,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:57:50,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:57:50,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:57:50,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6790c61-f1b5-4480-b160-7fa7cf495092 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:57:50,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e6790c61-f1b5-4480-b160-7fa7cf495092 2018-10-04 05:57:50,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:57:51,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:57:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["c8g-o-2VSG2hOR7rSbOP9w"], "issued_at": "2018-10-04T05:57:51.000000Z"}} 2018-10-04 05:57:51,180 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfecdf036ebb54ad2272ecf2d4da683cdb1b371f" 2018-10-04 05:57:51,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-0e96ea0d-99f6-4884-b47b-c106531ba087 x-compute-request-id: req-0e96ea0d-99f6-4884-b47b-c106531ba087 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-10-04 05:57:51,352 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-0e96ea0d-99f6-4884-b47b-c106531ba087 2018-10-04 05:57:51,355 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfecdf036ebb54ad2272ecf2d4da683cdb1b371f" 2018-10-04 05:57:51,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-78bde322-3619-41e2-9026-bf4c44be39ed x-compute-request-id: req-78bde322-3619-41e2-9026-bf4c44be39ed Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "name": "m1.custom", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 05:57:51,374 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 used request id req-78bde322-3619-41e2-9026-bf4c44be39ed 2018-10-04 05:57:51,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfecdf036ebb54ad2272ecf2d4da683cdb1b371f" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0671cc57-c043-4ceb-b27f-f159f6258f9c"}], "config_drive": true}}' 2018-10-04 05:57:52,891 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-14186c14-ec3a-4bc9-bf1c-61a864f26d22 x-compute-request-id: req-14186c14-ec3a-4bc9-bf1c-61a864f26d22 Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9658cee5-b4e4-4be0-bec6-35f65046e4f8", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "bookmark"}], "adminPass": "ynbgbLMqjF5B"}} 2018-10-04 05:57:52,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-14186c14-ec3a-4bc9-bf1c-61a864f26d22 2018-10-04 05:57:52,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:57:52,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:57:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f3fcba6-9e7a-48da-b7c4-8c4b00955593 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:57:52,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-5f3fcba6-9e7a-48da-b7c4-8c4b00955593 2018-10-04 05:57:52,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:57:53,278 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:57:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["gzy3L9LeTKCg6qG2_rVf8g"], "issued_at": "2018-10-04T05:57:53.000000Z"}} 2018-10-04 05:57:53,281 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb08dd5d2b8da4a5e61e4470d102793bc140c50" 2018-10-04 05:57:53,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-414b8751-c4e5-4d2b-a5de-fee9929295bd x-compute-request-id: req-414b8751-c4e5-4d2b-a5de-fee9929295bd Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "bookmark"}], "image": {"id": "3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "links": [{"href": "http://172.30.9.23:8774/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "9658cee5-b4e4-4be0-bec6-35f65046e4f8", "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57: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-13-3", "created": "2018-10-04T05:57:52Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:53,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 used request id req-414b8751-c4e5-4d2b-a5de-fee9929295bd 2018-10-04 05:57:56,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb08dd5d2b8da4a5e61e4470d102793bc140c50" 2018-10-04 05:57:57,203 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-7adf7ec8-c732-408d-aa4a-9c2e62482c6e x-compute-request-id: req-7adf7ec8-c732-408d-aa4a-9c2e62482c6e 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.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "bookmark"}], "image": {"id": "3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "links": [{"href": "http://172.30.9.23:8774/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "9658cee5-b4e4-4be0-bec6-35f65046e4f8", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "OS-DCF:diskConfig": "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-04T05:57:54Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:57:52Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:57:57,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 used request id req-7adf7ec8-c732-408d-aa4a-9c2e62482c6e 2018-10-04 05:58:00,210 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9cb08dd5d2b8da4a5e61e4470d102793bc140c50" 2018-10-04 05:58:01,043 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-a1f97563-e2dc-436e-b976-a799ba09ec97 x-compute-request-id: req-a1f97563-e2dc-436e-b976-a799ba09ec97 Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:35", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "bookmark"}], "image": {"id": "3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "links": [{"href": "http://172.30.9.23:8774/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-10-04T05:57:57.000000", "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "9658cee5-b4e4-4be0-bec6-35f65046e4f8", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:57:59Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:57:52Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:58:01,043 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 used request id req-a1f97563-e2dc-436e-b976-a799ba09ec97 2018-10-04 05:58:01,046 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfecdf036ebb54ad2272ecf2d4da683cdb1b371f" 2018-10-04 05:58:01,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-d6cc1ab4-d717-49a3-a54a-a423d3f9722c x-compute-request-id: req-d6cc1ab4-d717-49a3-a54a-a423d3f9722c Content-Encoding: gzip Content-Length: 785 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:35", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8", "rel": "bookmark"}], "image": {"id": "3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "links": [{"href": "http://172.30.9.23:8774/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000153", "OS-SRV-USG:launched_at": "2018-10-04T05:57:57.000000", "flavor": {"id": "6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "links": [{"href": "http://172.30.9.23:8774/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44", "rel": "bookmark"}]}, "id": "9658cee5-b4e4-4be0-bec6-35f65046e4f8", "security_groups": [{"name": "default"}], "user_id": "2baf922a37bd4002820e392765248a46", "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-04T05:57:59Z", "hostId": "41cba21e7c9af840b4b54e10acd6e5111225172a848249db7872963d", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-04T05:57:52Z", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-10-04 05:58:01,623 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8 used request id req-d6cc1ab4-d717-49a3-a54a-a423d3f9722c 2018-10-04 05:58:01,623 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.16'. 2018-10-04 05:58:01,624 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-10-04 05:58:01,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" -d '{"addSecurityGroup": {"name": "c4c5d4ac-533e-45a0-90d8-4a462d750e9d"}}' 2018-10-04 05:58:03,187 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:58:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-22604176-d2f0-411c-8e01-db6073693376 x-compute-request-id: req-22604176-d2f0-411c-8e01-db6073693376 Content-Length: 0 Content-Type: application/json 2018-10-04 05:58:03,187 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action used request id req-22604176-d2f0-411c-8e01-db6073693376 2018-10-04 05:58:03,187 - sdnvpn_test_utils - INFO - Waiting for instance 9658cee5-b4e4-4be0-bec6-35f65046e4f8 to boot up 2018-10-04 05:58:03,191 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfecdf036ebb54ad2272ecf2d4da683cdb1b371f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:58:04,258 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-50478f38-0720-4ae4-9ded-a6c3041e5cd9 x-compute-request-id: req-50478f38-0720-4ae4-9ded-a6c3041e5cd9 Content-Encoding: gzip Content-Length: 8063 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 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 527111814 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152170] pid_max: default: 32768 minimum: 301\n[ 0.153244] ACPI: Core revision 20150930\n[ 0.154767] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156391] Security Framework initialized\n[ 0.157376] Yama: becoming mindful.\n[ 0.158240] AppArmor: AppArmor initialized\n[ 0.159275] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.160940] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162896] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164396] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.166064] Initializing cgroup subsys io\n[ 0.167037] Initializing cgroup subsys memory\n[ 0.168049] Initializing cgroup subsys devices\n[ 0.169057] Initializing cgroup subsys freezer\n[ 0.170111] Initializing cgroup subsys net_cls\n[ 0.171133] Initializing cgroup subsys perf_event\n[ 0.172226] Initializing cgroup subsys net_prio\n[ 0.173308] Initializing cgroup subsys hugetlb\n[ 0.174345] Initializing cgroup subsys pids\n[ 0.175382] CPU: Physical Processor ID: 0\n[ 0.177030] mce: CPU supports 10 MCE banks\n[ 0.178035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179227] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190105] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196781] ftrace: allocating 31920 entries in 125 pages\n[ 0.223216] smpboot: Max logical packages: 1\n[ 0.224232] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225839] x2apic enabled\n[ 0.226757] Switched APIC routing to physical x2apic.\n[ 0.228700] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230060] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232415] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234533] KVM setup paravirtual spinlock\n[ 0.235961] x86: Booted up 1 node, 1 CPUs\n[ 0.236918] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238559] devtmpfs: initialized\n[ 0.240411] evm: security.selinux\n[ 0.241233] evm: security.SMACK64\n[ 0.242046] evm: security.SMACK64EXEC\n[ 0.242934] evm: security.SMACK64TRANSMUTE\n[ 0.243894] evm: security.SMACK64MMAP\n[ 0.244771] evm: security.ima\n[ 0.245522] evm: security.capability\n[ 0.246458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248685] pinctrl core: initialized pinctrl subsystem\n[ 0.249974] RTC time: 5:57:57, date: 10/04/18\n[ 0.251084] NET: Registered protocol family 16\n[ 0.252214] cpuidle: using governor ladder\n[ 0.253196] cpuidle: using governor menu\n[ 0.254133] PCCT header not found.\n[ 0.255004] ACPI: bus type PCI registered\n[ 0.255950] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.257441] PCI: Using configuration type 1 for base access\n[ 0.259773] ACPI: Added _OSI(Module Device)\n[ 0.260780] ACPI: Added _OSI(Processor Device)\n[ 0.261819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262896] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265266] ACPI: Interpreter enabled\n[ 0.266183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274983] ACPI: (supports S0 S5)\n[ 0.275823] ACPI: Using IOAPIC for interrupt routing\n[ 0.276949] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.280368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.281750] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.283250] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.284698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.287354] acpiphp: Slot [3] registered\n[ 0.288312] acpiphp: Slot [4] registered\n[ 0.289266] acpiphp: Slot [5] registered\n[ 0.290216] acpiphp: Slot [6] registered\n[ 0.291163] acpiphp: Slot [7] registered\n[ 0.292116] acpiphp: Slot [8] registered\n[ 0.293067] acpiphp: Slot [9] registered\n[ 0.294013] acpiphp: Slot [10] registered\n[ 0.294974] acpiphp: Slot [11] registered\n[ 0.295938] acpiphp: Slot [12] registered\n[ 0.296907] acpiphp: Slot [13] registered\n[ 0.297870] acpiphp: Slot [14] registered\n[ 0.298831] acpiphp: Slot [15] registered\n[ 0.309745] acpiphp: Slot [16] registered\n[ 0.310714] acpiphp: Slot [17] registered\n[ 0.311650] acpiphp: Slot [18] registered\n[ 0.312465] acpiphp: Slot [19] registered\n[ 0.313269] acpiphp: Slot [20] registered\n[ 0.314088] acpiphp: Slot [21] registered\n[ 0.314891] acpiphp: Slot [22] registered\n[ 0.315695] acpiphp: Slot [23] registered\n[ 0.316501] acpiphp: Slot [24] registered\n[ 0.317308] acpiphp: Slot [25] registered\n[ 0.318121] acpiphp: Slot [26] registered\n[ 0.318925] acpiphp: Slot [27] registered\n[ 0.319730] acpiphp: Slot [28] registered\n[ 0.320536] acpiphp: Slot [29] registered\n[ 0.321342] acpiphp: Slot [30] registered\n[ 0.322155] acpiphp: Slot [31] registered\n[ 0.322956] PCI host bridge to bus 0000:00\n[ 0.323762] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324966] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326176] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327624] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.329063] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336877] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338044] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339304] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346434] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347862] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402495] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403905] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405295] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406531] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407684] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.408732] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410268] vgaarb: loaded\n[ 0.410864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.411990] SCSI subsystem initialized\n[ 0.412808] ACPI: bus type USB registered\n[ 0.413761] usbcore: registered new interface driver usbfs\n[ 0.414864] usbcore: registered new interface driver hub\n[ 0.415950] usbcore: registered new device driver usb\n[ 0.417019] PCI: Using ACPI for IRQ routing\n[ 0.418036] NetLabel: Initializing\n[ 0.418744] NetLabel: domain hash size = 128\n[ 0.419589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.420539] NetLabel: unlabeled traffic allowed by default\n[ 0.421666] clocksource: Switched to clocksource kvm-clock\n[ 0.427178] AppArmor: AppArmor Filesystem Enabled\n[ 0.428131] pnp: PnP ACPI init\n[ 0.429038] pnp: PnP ACPI: found 5 devices\n[ 0.435058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436747] NET: Registered protocol family 2\n[ 0.437814] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.439178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.440449] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.441799] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442918] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.444094] NET: Registered protocol family 1\n[ 0.444957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446054] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447220] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461138] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.475493] Trying to unpack rootfs image as initramfs...\n[ 0.526111] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539891] Scanning for low memory corruption every 60 seconds\n[ 0.541314] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.542466] audit: initializing netlink subsys (disabled)\n[ 0.543490] audit: type=2000 audit(1538632678.306:1): initialized\n[ 0.544794] Initialise system trusted keyring\n[ 0.545729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546901] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548969] zbud: loaded\n[ 0.549700] VFS: Disk quotas dquot_6.6.0\n[ 0.550520] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552029] fuse init (API version 7.23)\n[ 0.552905] Key type big_key registered\n[ 0.553719] Allocating IMA MOK and blacklist keyrings.\n[ 0.554826] Key type asymmetric registered\n[ 0.555650] Asymmetric key parser 'x509' registered\n[ 0.556599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558071] io scheduler noop registered\n[ 0.558858] io scheduler deadline registered (default)\n[ 0.559841] io scheduler cfq registered\n[ 0.560674] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.561729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564517] ACPI: Power Button [PWRF]\n[ 0.565494] GHES: HEST is not enabled!\n[ 0.580496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612137] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638334] Linux agpgart interface v0.103\n[ 0.641221] brd: module loaded\n[ 0.642405] loop: module loaded\n[ 0.646617] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648217] GPT:90111 != 20971519\n[ 0.648906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650000] GPT:90111 != 20971519\n[ 0.650691] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651650] vda: vda1 vda15\n[ 0.653174] scsi host0: ata_piix\n[ 0.653911] scsi host1: ata_piix\n[ 0.654613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655834] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657264] libphy: Fixed MDIO Bus: probed\n[ 0.658083] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659027] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661201] PPP generic driver version 2.4.2\n[ 0.662368] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664268] ehci-pci: EHCI PCI platform driver\n[ 0.665580] ehci-platform: EHCI generic platform driver\n[ 0.666661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667783] ohci-pci: OHCI PCI platform driver\n[ 0.668656] ohci-platform: OHCI generic platform driver\n[ 0.669640] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685426] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686875] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691634] usb usb1: Product: UHCI Host Controller\n[ 0.692562] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693701] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694755] hub 1-0:1.0: USB hub found\n[ 0.695541] hub 1-0:1.0: 2 ports detected\n[ 0.696445] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699521] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700542] mousedev: PS/2 mouse device common for all mice\n[ 0.701805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703643] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704726] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707112] i2c /dev entries driver\n[ 0.707857] device-mapper: uevent: version 1.0.3\n[ 0.708789] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711691] NET: Registered protocol family 10\n[ 0.712682] NET: Registered protocol family 17\n[ 0.713812] Key type dns_resolver registered\n[ 0.715118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716716] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719260] registered taskstats version 1\n[ 0.720461] Loading compiled-in X.509 certificates\n[ 0.722341] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.725078] zswap: loaded using pool lzo/zbud\n[ 0.726830] Key type trusted registered\n[ 0.728704] Key type encrypted registered\n[ 0.729908] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.731422] ima: No TPM chip found, activating TPM-bypass!\n[ 0.732939] evm: HMAC attrs: 0x1\n[ 0.734172] Magic number: 6:295:971\n[ 0.735358] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:58 UTC (1538632678)\n[ 0.737700] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739355] EDD information not available.\n[ 0.810243] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.812154] ata1.00: configured for MWDMA2\n[ 0.813870] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826926] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828742] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830482] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.832758] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.834980] Write protecting the kernel read-only data: 14336k\n[ 0.837040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839435] 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.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378855] 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.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=20953055,end=20971487\n"} 2018-10-04 05:58:04,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action used request id req-50478f38-0720-4ae4-9ded-a6c3041e5cd9 2018-10-04 05:58:06,262 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-10-04 05:58:06,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-935655", "route_distinguishers": ["12:12", "13:13"]}}' 2018-10-04 05:58:06,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-79e0c57c-49f9-4a07-b186-afdbea63517b Date: Thu, 04 Oct 2018 05:58:06 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "route_distinguishers": ["12:12", "13:13"], "routers": [], "id": "757d193a-dd1b-4736-9909-77aef6798c67", "name": "sdnvpn-935655", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "import_targets": ["88:88"], "networks": [], "route_targets": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "type": "l3"}} 2018-10-04 05:58:06,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns used request id req-79e0c57c-49f9-4a07-b186-afdbea63517b 2018-10-04 05:58:06,857 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-935655', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'networks': [], u'tenant_id': u'510ab77bdaaa470cad047d68b7d85c03', u'route_targets': [], u'project_id': u'510ab77bdaaa470cad047d68b7d85c03', u'type': u'l3', u'id': u'757d193a-dd1b-4736-9909-77aef6798c67'}} 2018-10-04 05:58:06,857 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-10-04 05:58:06,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/757d193a-dd1b-4736-9909-77aef6798c67/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"router_association": {"router_id": "327e032d-a92b-450b-b078-8990ed2753a9"}}' 2018-10-04 05:58:07,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-eb6d4bfb-11b2-4fe8-835b-8d153ad161e3 Date: Thu, 04 Oct 2018 05:58:07 GMT RESP BODY: {"router_association": {"router_id": "327e032d-a92b-450b-b078-8990ed2753a9", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "7bcb6bab-401f-4586-bf49-2ab6c88e70d1"}} 2018-10-04 05:58:07,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/757d193a-dd1b-4736-9909-77aef6798c67/router_associations used request id req-eb6d4bfb-11b2-4fe8-835b-8d153ad161e3 2018-10-04 05:58:07,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"router": {"routes": [{"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.13", "destination": "179.24.1.12/32"}]}}' 2018-10-04 05:58:08,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-e5a7f48d-2eac-4fbd-a6d4-356004423a92 Date: Thu, 04 Oct 2018 05:58:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:58:07Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.13", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.14", "destination": "179.24.1.12/32"}], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "327e032d-a92b-450b-b078-8990ed2753a9", "name": "sdnvpn-13-1-router"}} 2018-10-04 05:58:08,077 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 used request id req-e5a7f48d-2eac-4fbd-a6d4-356004423a92 2018-10-04 05:58:08,077 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-10-04 05:58:38,107 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfecdf036ebb54ad2272ecf2d4da683cdb1b371f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:58:39,178 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-1db2168b-d24f-4958-b36e-ce14ba17024e x-compute-request-id: req-1db2168b-d24f-4958-b36e-ce14ba17024e Content-Encoding: gzip Content-Length: 8104 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 527111814 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152170] pid_max: default: 32768 minimum: 301\n[ 0.153244] ACPI: Core revision 20150930\n[ 0.154767] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156391] Security Framework initialized\n[ 0.157376] Yama: becoming mindful.\n[ 0.158240] AppArmor: AppArmor initialized\n[ 0.159275] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.160940] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162896] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164396] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.166064] Initializing cgroup subsys io\n[ 0.167037] Initializing cgroup subsys memory\n[ 0.168049] Initializing cgroup subsys devices\n[ 0.169057] Initializing cgroup subsys freezer\n[ 0.170111] Initializing cgroup subsys net_cls\n[ 0.171133] Initializing cgroup subsys perf_event\n[ 0.172226] Initializing cgroup subsys net_prio\n[ 0.173308] Initializing cgroup subsys hugetlb\n[ 0.174345] Initializing cgroup subsys pids\n[ 0.175382] CPU: Physical Processor ID: 0\n[ 0.177030] mce: CPU supports 10 MCE banks\n[ 0.178035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179227] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190105] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196781] ftrace: allocating 31920 entries in 125 pages\n[ 0.223216] smpboot: Max logical packages: 1\n[ 0.224232] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225839] x2apic enabled\n[ 0.226757] Switched APIC routing to physical x2apic.\n[ 0.228700] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230060] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232415] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234533] KVM setup paravirtual spinlock\n[ 0.235961] x86: Booted up 1 node, 1 CPUs\n[ 0.236918] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238559] devtmpfs: initialized\n[ 0.240411] evm: security.selinux\n[ 0.241233] evm: security.SMACK64\n[ 0.242046] evm: security.SMACK64EXEC\n[ 0.242934] evm: security.SMACK64TRANSMUTE\n[ 0.243894] evm: security.SMACK64MMAP\n[ 0.244771] evm: security.ima\n[ 0.245522] evm: security.capability\n[ 0.246458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248685] pinctrl core: initialized pinctrl subsystem\n[ 0.249974] RTC time: 5:57:57, date: 10/04/18\n[ 0.251084] NET: Registered protocol family 16\n[ 0.252214] cpuidle: using governor ladder\n[ 0.253196] cpuidle: using governor menu\n[ 0.254133] PCCT header not found.\n[ 0.255004] ACPI: bus type PCI registered\n[ 0.255950] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.257441] PCI: Using configuration type 1 for base access\n[ 0.259773] ACPI: Added _OSI(Module Device)\n[ 0.260780] ACPI: Added _OSI(Processor Device)\n[ 0.261819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262896] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265266] ACPI: Interpreter enabled\n[ 0.266183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274983] ACPI: (supports S0 S5)\n[ 0.275823] ACPI: Using IOAPIC for interrupt routing\n[ 0.276949] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.280368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.281750] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.283250] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.284698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.287354] acpiphp: Slot [3] registered\n[ 0.288312] acpiphp: Slot [4] registered\n[ 0.289266] acpiphp: Slot [5] registered\n[ 0.290216] acpiphp: Slot [6] registered\n[ 0.291163] acpiphp: Slot [7] registered\n[ 0.292116] acpiphp: Slot [8] registered\n[ 0.293067] acpiphp: Slot [9] registered\n[ 0.294013] acpiphp: Slot [10] registered\n[ 0.294974] acpiphp: Slot [11] registered\n[ 0.295938] acpiphp: Slot [12] registered\n[ 0.296907] acpiphp: Slot [13] registered\n[ 0.297870] acpiphp: Slot [14] registered\n[ 0.298831] acpiphp: Slot [15] registered\n[ 0.309745] acpiphp: Slot [16] registered\n[ 0.310714] acpiphp: Slot [17] registered\n[ 0.311650] acpiphp: Slot [18] registered\n[ 0.312465] acpiphp: Slot [19] registered\n[ 0.313269] acpiphp: Slot [20] registered\n[ 0.314088] acpiphp: Slot [21] registered\n[ 0.314891] acpiphp: Slot [22] registered\n[ 0.315695] acpiphp: Slot [23] registered\n[ 0.316501] acpiphp: Slot [24] registered\n[ 0.317308] acpiphp: Slot [25] registered\n[ 0.318121] acpiphp: Slot [26] registered\n[ 0.318925] acpiphp: Slot [27] registered\n[ 0.319730] acpiphp: Slot [28] registered\n[ 0.320536] acpiphp: Slot [29] registered\n[ 0.321342] acpiphp: Slot [30] registered\n[ 0.322155] acpiphp: Slot [31] registered\n[ 0.322956] PCI host bridge to bus 0000:00\n[ 0.323762] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324966] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326176] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327624] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.329063] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336877] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338044] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339304] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346434] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347862] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402495] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403905] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405295] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406531] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407684] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.408732] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410268] vgaarb: loaded\n[ 0.410864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.411990] SCSI subsystem initialized\n[ 0.412808] ACPI: bus type USB registered\n[ 0.413761] usbcore: registered new interface driver usbfs\n[ 0.414864] usbcore: registered new interface driver hub\n[ 0.415950] usbcore: registered new device driver usb\n[ 0.417019] PCI: Using ACPI for IRQ routing\n[ 0.418036] NetLabel: Initializing\n[ 0.418744] NetLabel: domain hash size = 128\n[ 0.419589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.420539] NetLabel: unlabeled traffic allowed by default\n[ 0.421666] clocksource: Switched to clocksource kvm-clock\n[ 0.427178] AppArmor: AppArmor Filesystem Enabled\n[ 0.428131] pnp: PnP ACPI init\n[ 0.429038] pnp: PnP ACPI: found 5 devices\n[ 0.435058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436747] NET: Registered protocol family 2\n[ 0.437814] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.439178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.440449] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.441799] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442918] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.444094] NET: Registered protocol family 1\n[ 0.444957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446054] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447220] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461138] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.475493] Trying to unpack rootfs image as initramfs...\n[ 0.526111] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539891] Scanning for low memory corruption every 60 seconds\n[ 0.541314] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.542466] audit: initializing netlink subsys (disabled)\n[ 0.543490] audit: type=2000 audit(1538632678.306:1): initialized\n[ 0.544794] Initialise system trusted keyring\n[ 0.545729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546901] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548969] zbud: loaded\n[ 0.549700] VFS: Disk quotas dquot_6.6.0\n[ 0.550520] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552029] fuse init (API version 7.23)\n[ 0.552905] Key type big_key registered\n[ 0.553719] Allocating IMA MOK and blacklist keyrings.\n[ 0.554826] Key type asymmetric registered\n[ 0.555650] Asymmetric key parser 'x509' registered\n[ 0.556599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558071] io scheduler noop registered\n[ 0.558858] io scheduler deadline registered (default)\n[ 0.559841] io scheduler cfq registered\n[ 0.560674] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.561729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564517] ACPI: Power Button [PWRF]\n[ 0.565494] GHES: HEST is not enabled!\n[ 0.580496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612137] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638334] Linux agpgart interface v0.103\n[ 0.641221] brd: module loaded\n[ 0.642405] loop: module loaded\n[ 0.646617] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648217] GPT:90111 != 20971519\n[ 0.648906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650000] GPT:90111 != 20971519\n[ 0.650691] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651650] vda: vda1 vda15\n[ 0.653174] scsi host0: ata_piix\n[ 0.653911] scsi host1: ata_piix\n[ 0.654613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655834] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657264] libphy: Fixed MDIO Bus: probed\n[ 0.658083] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659027] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661201] PPP generic driver version 2.4.2\n[ 0.662368] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664268] ehci-pci: EHCI PCI platform driver\n[ 0.665580] ehci-platform: EHCI generic platform driver\n[ 0.666661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667783] ohci-pci: OHCI PCI platform driver\n[ 0.668656] ohci-platform: OHCI generic platform driver\n[ 0.669640] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685426] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686875] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691634] usb usb1: Product: UHCI Host Controller\n[ 0.692562] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693701] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694755] hub 1-0:1.0: USB hub found\n[ 0.695541] hub 1-0:1.0: 2 ports detected\n[ 0.696445] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699521] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700542] mousedev: PS/2 mouse device common for all mice\n[ 0.701805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703643] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704726] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707112] i2c /dev entries driver\n[ 0.707857] device-mapper: uevent: version 1.0.3\n[ 0.708789] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711691] NET: Registered protocol family 10\n[ 0.712682] NET: Registered protocol family 17\n[ 0.713812] Key type dns_resolver registered\n[ 0.715118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716716] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719260] registered taskstats version 1\n[ 0.720461] Loading compiled-in X.509 certificates\n[ 0.722341] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.725078] zswap: loaded using pool lzo/zbud\n[ 0.726830] Key type trusted registered\n[ 0.728704] Key type encrypted registered\n[ 0.729908] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.731422] ima: No TPM chip found, activating TPM-bypass!\n[ 0.732939] evm: HMAC attrs: 0x1\n[ 0.734172] Magic number: 6:295:971\n[ 0.735358] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:58 UTC (1538632678)\n[ 0.737700] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739355] EDD information not available.\n[ 0.810243] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.812154] ata1.00: configured for MWDMA2\n[ 0.813870] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826926] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828742] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830482] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.832758] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.834980] Write protecting the kernel read-only data: 14336k\n[ 0.837040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839435] 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.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378855] 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.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=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 34.90s]\n"} 2018-10-04 05:58:39,178 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action used request id req-1db2168b-d24f-4958-b36e-ce14ba17024e 2018-10-04 05:58:39,179 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.16) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-10-04 05:58:39,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cfecdf036ebb54ad2272ecf2d4da683cdb1b371f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-10-04 05:58:40,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05: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-4bddb55e-18d7-4548-8bf3-76f38d427554 x-compute-request-id: req-4bddb55e-18d7-4548-8bf3-76f38d427554 Content-Encoding: gzip Content-Length: 8104 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 527111814 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x40000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88003fc00000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 3fc0d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 257893\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] Memory: 1007868K/1048040K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 40172K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150203] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152170] pid_max: default: 32768 minimum: 301\n[ 0.153244] ACPI: Core revision 20150930\n[ 0.154767] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.156391] Security Framework initialized\n[ 0.157376] Yama: becoming mindful.\n[ 0.158240] AppArmor: AppArmor initialized\n[ 0.159275] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.160940] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162896] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.164396] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.166064] Initializing cgroup subsys io\n[ 0.167037] Initializing cgroup subsys memory\n[ 0.168049] Initializing cgroup subsys devices\n[ 0.169057] Initializing cgroup subsys freezer\n[ 0.170111] Initializing cgroup subsys net_cls\n[ 0.171133] Initializing cgroup subsys perf_event\n[ 0.172226] Initializing cgroup subsys net_prio\n[ 0.173308] Initializing cgroup subsys hugetlb\n[ 0.174345] Initializing cgroup subsys pids\n[ 0.175382] CPU: Physical Processor ID: 0\n[ 0.177030] mce: CPU supports 10 MCE banks\n[ 0.178035] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179227] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.190105] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.196781] ftrace: allocating 31920 entries in 125 pages\n[ 0.223216] smpboot: Max logical packages: 1\n[ 0.224232] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225839] x2apic enabled\n[ 0.226757] Switched APIC routing to physical x2apic.\n[ 0.228700] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230060] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232415] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234533] KVM setup paravirtual spinlock\n[ 0.235961] x86: Booted up 1 node, 1 CPUs\n[ 0.236918] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238559] devtmpfs: initialized\n[ 0.240411] evm: security.selinux\n[ 0.241233] evm: security.SMACK64\n[ 0.242046] evm: security.SMACK64EXEC\n[ 0.242934] evm: security.SMACK64TRANSMUTE\n[ 0.243894] evm: security.SMACK64MMAP\n[ 0.244771] evm: security.ima\n[ 0.245522] evm: security.capability\n[ 0.246458] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.248685] pinctrl core: initialized pinctrl subsystem\n[ 0.249974] RTC time: 5:57:57, date: 10/04/18\n[ 0.251084] NET: Registered protocol family 16\n[ 0.252214] cpuidle: using governor ladder\n[ 0.253196] cpuidle: using governor menu\n[ 0.254133] PCCT header not found.\n[ 0.255004] ACPI: bus type PCI registered\n[ 0.255950] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.257441] PCI: Using configuration type 1 for base access\n[ 0.259773] ACPI: Added _OSI(Module Device)\n[ 0.260780] ACPI: Added _OSI(Processor Device)\n[ 0.261819] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.262896] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265266] ACPI: Interpreter enabled\n[ 0.266183] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.268384] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274983] ACPI: (supports S0 S5)\n[ 0.275823] ACPI: Using IOAPIC for interrupt routing\n[ 0.276949] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.280368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.281750] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.283250] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.284698] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.287354] acpiphp: Slot [3] registered\n[ 0.288312] acpiphp: Slot [4] registered\n[ 0.289266] acpiphp: Slot [5] registered\n[ 0.290216] acpiphp: Slot [6] registered\n[ 0.291163] acpiphp: Slot [7] registered\n[ 0.292116] acpiphp: Slot [8] registered\n[ 0.293067] acpiphp: Slot [9] registered\n[ 0.294013] acpiphp: Slot [10] registered\n[ 0.294974] acpiphp: Slot [11] registered\n[ 0.295938] acpiphp: Slot [12] registered\n[ 0.296907] acpiphp: Slot [13] registered\n[ 0.297870] acpiphp: Slot [14] registered\n[ 0.298831] acpiphp: Slot [15] registered\n[ 0.309745] acpiphp: Slot [16] registered\n[ 0.310714] acpiphp: Slot [17] registered\n[ 0.311650] acpiphp: Slot [18] registered\n[ 0.312465] acpiphp: Slot [19] registered\n[ 0.313269] acpiphp: Slot [20] registered\n[ 0.314088] acpiphp: Slot [21] registered\n[ 0.314891] acpiphp: Slot [22] registered\n[ 0.315695] acpiphp: Slot [23] registered\n[ 0.316501] acpiphp: Slot [24] registered\n[ 0.317308] acpiphp: Slot [25] registered\n[ 0.318121] acpiphp: Slot [26] registered\n[ 0.318925] acpiphp: Slot [27] registered\n[ 0.319730] acpiphp: Slot [28] registered\n[ 0.320536] acpiphp: Slot [29] registered\n[ 0.321342] acpiphp: Slot [30] registered\n[ 0.322155] acpiphp: Slot [31] registered\n[ 0.322956] PCI host bridge to bus 0000:00\n[ 0.323762] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324966] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326176] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327624] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.329063] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336877] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338044] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339304] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.346434] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.347862] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.399615] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.401088] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.402495] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.403905] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.405295] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.406531] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.407684] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.408732] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.410268] vgaarb: loaded\n[ 0.410864] vgaarb: bridge control possible 0000:00:02.0\n[ 0.411990] SCSI subsystem initialized\n[ 0.412808] ACPI: bus type USB registered\n[ 0.413761] usbcore: registered new interface driver usbfs\n[ 0.414864] usbcore: registered new interface driver hub\n[ 0.415950] usbcore: registered new device driver usb\n[ 0.417019] PCI: Using ACPI for IRQ routing\n[ 0.418036] NetLabel: Initializing\n[ 0.418744] NetLabel: domain hash size = 128\n[ 0.419589] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.420539] NetLabel: unlabeled traffic allowed by default\n[ 0.421666] clocksource: Switched to clocksource kvm-clock\n[ 0.427178] AppArmor: AppArmor Filesystem Enabled\n[ 0.428131] pnp: PnP ACPI init\n[ 0.429038] pnp: PnP ACPI: found 5 devices\n[ 0.435058] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.436747] NET: Registered protocol family 2\n[ 0.437814] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.439178] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.440449] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.441799] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.442918] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.444094] NET: Registered protocol family 1\n[ 0.444957] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.446054] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.447220] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.461138] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.475493] Trying to unpack rootfs image as initramfs...\n[ 0.526111] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.539891] Scanning for low memory corruption every 60 seconds\n[ 0.541314] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.542466] audit: initializing netlink subsys (disabled)\n[ 0.543490] audit: type=2000 audit(1538632678.306:1): initialized\n[ 0.544794] Initialise system trusted keyring\n[ 0.545729] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.546901] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.548969] zbud: loaded\n[ 0.549700] VFS: Disk quotas dquot_6.6.0\n[ 0.550520] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.552029] fuse init (API version 7.23)\n[ 0.552905] Key type big_key registered\n[ 0.553719] Allocating IMA MOK and blacklist keyrings.\n[ 0.554826] Key type asymmetric registered\n[ 0.555650] Asymmetric key parser 'x509' registered\n[ 0.556599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.558071] io scheduler noop registered\n[ 0.558858] io scheduler deadline registered (default)\n[ 0.559841] io scheduler cfq registered\n[ 0.560674] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.561729] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.562988] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.564517] ACPI: Power Button [PWRF]\n[ 0.565494] GHES: HEST is not enabled!\n[ 0.580496] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.609253] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.612137] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.636203] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.638334] Linux agpgart interface v0.103\n[ 0.641221] brd: module loaded\n[ 0.642405] loop: module loaded\n[ 0.646617] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.648217] GPT:90111 != 20971519\n[ 0.648906] GPT:Alternate GPT header not at the end of the disk.\n[ 0.650000] GPT:90111 != 20971519\n[ 0.650691] GPT: Use GNU Parted to correct GPT errors.\n[ 0.651650] vda: vda1 vda15\n[ 0.653174] scsi host0: ata_piix\n[ 0.653911] scsi host1: ata_piix\n[ 0.654613] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14\n[ 0.655834] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15\n[ 0.657264] libphy: Fixed MDIO Bus: probed\n[ 0.658083] tun: Universal TUN/TAP device driver, 1.6\n[ 0.659027] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.661201] PPP generic driver version 2.4.2\n[ 0.662368] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.664268] ehci-pci: EHCI PCI platform driver\n[ 0.665580] ehci-platform: EHCI generic platform driver\n[ 0.666661] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.667783] ohci-pci: OHCI PCI platform driver\n[ 0.668656] ohci-platform: OHCI generic platform driver\n[ 0.669640] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.684433] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.685426] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.686875] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.687883] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040\n[ 0.688999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.690217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.691634] usb usb1: Product: UHCI Host Controller\n[ 0.692562] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.693701] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.694755] hub 1-0:1.0: USB hub found\n[ 0.695541] hub 1-0:1.0: 2 ports detected\n[ 0.696445] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.698571] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.699521] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.700542] mousedev: PS/2 mouse device common for all mice\n[ 0.701805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.703643] rtc_cmos 00:00: RTC can wake from S4\n[ 0.704726] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.705919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.707112] i2c /dev entries driver\n[ 0.707857] device-mapper: uevent: version 1.0.3\n[ 0.708789] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.710416] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.711691] NET: Registered protocol family 10\n[ 0.712682] NET: Registered protocol family 17\n[ 0.713812] Key type dns_resolver registered\n[ 0.715118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.716716] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.719260] registered taskstats version 1\n[ 0.720461] Loading compiled-in X.509 certificates\n[ 0.722341] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.725078] zswap: loaded using pool lzo/zbud\n[ 0.726830] Key type trusted registered\n[ 0.728704] Key type encrypted registered\n[ 0.729908] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.731422] ima: No TPM chip found, activating TPM-bypass!\n[ 0.732939] evm: HMAC attrs: 0x1\n[ 0.734172] Magic number: 6:295:971\n[ 0.735358] rtc_cmos 00:00: setting system clock to 2018-10-04 05:57:58 UTC (1538632678)\n[ 0.737700] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.739355] EDD information not available.\n[ 0.810243] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.812154] ata1.00: configured for MWDMA2\n[ 0.813870] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.826926] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.828742] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.830482] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.832758] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.834980] Write protecting the kernel read-only data: 14336k\n[ 0.837040] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.839435] 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.16\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.378855] 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.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=20953055,end=20971487\nping 179.24.1.12 OK\nping 179.24.1.12 OK\nping 179.24.1.12 OK\n/dev/root resized successfully [took 34.90s]\n"} 2018-10-04 05:58:40,258 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action used request id req-4bddb55e-18d7-4548-8bf3-76f38d427554 2018-10-04 05:58:40,259 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' 2018-10-04 05:58:40,259 - 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-04 05:58:40,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"router": {"routes": []}}' 2018-10-04 05:58:40,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-7a5b1ba4-47bf-4344-8684-1755e8ca54ec Date: Thu, 04 Oct 2018 05:58:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4e3704d3-5674-4369-98a3-8a8012d693a9", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d452f0e4-634e-4c49-b427-841d4086f073", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:58:40Z", "revision_number": 6, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "327e032d-a92b-450b-b078-8990ed2753a9", "name": "sdnvpn-13-1-router"}} 2018-10-04 05:58:40,776 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 used request id req-7a5b1ba4-47bf-4344-8684-1755e8ca54ec 2018-10-04 05:58:40,779 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" 2018-10-04 05:58:40,833 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8bf3c8cd-0d51-4351-9b29-c2aa5815f04e x-compute-request-id: req-8bf3c8cd-0d51-4351-9b29-c2aa5815f04e Content-Length: 0 Content-Type: application/json 2018-10-04 05:58:40,834 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/6c8ae848-66b9-43a6-b7dc-cde9b1360e44 used request id req-8bf3c8cd-0d51-4351-9b29-c2aa5815f04e 2018-10-04 05:58:40,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" -d '{"forceDelete": null}' 2018-10-04 05:58:41,016 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-12075327-fb84-453f-9d81-63db80bae95f x-compute-request-id: req-12075327-fb84-453f-9d81-63db80bae95f Content-Length: 0 Content-Type: application/json 2018-10-04 05:58:41,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e86b6924-f898-4b31-940c-e4a4322a3bd7/action used request id req-12075327-fb84-453f-9d81-63db80bae95f 2018-10-04 05:58:41,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" -d '{"forceDelete": null}' 2018-10-04 05:58:41,215 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-868fbdf8-a7af-4981-9454-57da55b1d13a x-compute-request-id: req-868fbdf8-a7af-4981-9454-57da55b1d13a Content-Length: 0 Content-Type: application/json 2018-10-04 05:58:41,215 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fcde93ee-1760-4cfb-9590-e011a7642ced/action used request id req-868fbdf8-a7af-4981-9454-57da55b1d13a 2018-10-04 05:58:41,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4c480ea27619ba98fd8f5bbadb5c058e8870ee7d" -d '{"forceDelete": null}' 2018-10-04 05:58:41,462 - novaclient.v2.client - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 05: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 x-openstack-request-id: req-bad086ee-e35c-4c92-8d2c-37c291c27d53 x-compute-request-id: req-bad086ee-e35c-4c92-8d2c-37c291c27d53 Content-Length: 0 Content-Type: application/json 2018-10-04 05:58:41,462 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/9658cee5-b4e4-4be0-bec6-35f65046e4f8/action used request id req-bad086ee-e35c-4c92-8d2c-37c291c27d53 2018-10-04 05:58:41,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" 2018-10-04 05:58:43,058 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9444e818-1663-4b73-95bf-d248612e1960 Date: Thu, 04 Oct 2018 05:58: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-04 05:58:43,058 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/19b72398-400a-44e8-b835-6c0c478e4e47 used request id req-9444e818-1663-4b73-95bf-d248612e1960 2018-10-04 05:58:43,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d13ad985eb13e6feb1f9edca9e59dcd68c05e491" 2018-10-04 05:58:45,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82d4c748-c6e9-4fbe-82cf-60d01350066e Date: Thu, 04 Oct 2018 05:58:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-10-04 05:58:45,692 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/3b49a40c-9e8d-4429-a5b7-eef52845e7a5 used request id req-82d4c748-c6e9-4fbe-82cf-60d01350066e 2018-10-04 05:58:45,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/757d193a-dd1b-4736-9909-77aef6798c67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:58:46,111 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4fa32e2d-a2e8-4ea7-9144-989bb5eea283 Content-Length: 0 Date: Thu, 04 Oct 2018 05:58:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:58:46,111 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/bgpvpn/bgpvpns/757d193a-dd1b-4736-9909-77aef6798c67 used request id req-4fa32e2d-a2e8-4ea7-9144-989bb5eea283 2018-10-04 05:58:46,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"subnet_id": "1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a"}' 2018-10-04 05:58:47,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7001fb72-8c7f-4cc7-bed0-81767d148d0d Date: Thu, 04 Oct 2018 05:58:47 GMT RESP BODY: {"network_id": "0671cc57-c043-4ceb-b27f-f159f6258f9c", "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "subnet_id": "1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a", "subnet_ids": ["1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a"], "port_id": "7ef27cf6-2024-41e8-a319-676ae4c24209", "id": "327e032d-a92b-450b-b078-8990ed2753a9"} 2018-10-04 05:58:47,223 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9/remove_router_interface used request id req-7001fb72-8c7f-4cc7-bed0-81767d148d0d 2018-10-04 05:58:47,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" -d '{"router": {"external_gateway_info": {}}}' 2018-10-04 05:58:47,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-c0cb3d98-37c4-4a87-991c-2ca721e9bdff Date: Thu, 04 Oct 2018 05:58:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "510ab77bdaaa470cad047d68b7d85c03", "created_at": "2018-10-04T05:55:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-10-04T05:58:47Z", "revision_number": 10, "routes": [], "project_id": "510ab77bdaaa470cad047d68b7d85c03", "id": "327e032d-a92b-450b-b078-8990ed2753a9", "name": "sdnvpn-13-1-router"}} 2018-10-04 05:58:47,979 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 used request id req-c0cb3d98-37c4-4a87-991c-2ca721e9bdff 2018-10-04 05:58:47,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:58:50,066 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bfd0cfa8-d498-47f1-b676-8701a1fc6466 Date: Thu, 04 Oct 2018 05:58:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:58:50,066 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/1f0cb378-56b4-4eaa-b674-5c9ecbb61a3a used request id req-bfd0cfa8-d498-47f1-b676-8701a1fc6466 2018-10-04 05:58:50,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:58:50,524 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4eaba89f-046b-4189-99ce-4f2b0b389ab4 Content-Length: 0 Date: Thu, 04 Oct 2018 05:58:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:58:50,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/327e032d-a92b-450b-b078-8990ed2753a9 used request id req-4eaba89f-046b-4189-99ce-4f2b0b389ab4 2018-10-04 05:58:50,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/0671cc57-c043-4ceb-b27f-f159f6258f9c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b399365e343b5a33a54188f1c82aa621b5387a32" 2018-10-04 05:58:51,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3a3130c9-5a10-41d6-94ad-a448f011bcfe Date: Thu, 04 Oct 2018 05:58:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-10-04 05:58:51,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/0671cc57-c043-4ceb-b27f-f159f6258f9c used request id req-3a3130c9-5a10-41d6-94ad-a448f011bcfe 2018-10-04 05:58:51,522 - 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-04 05:58:51,522 - sdnvpn-results - INFO - All the subtests have passed. 2018-10-04 05:58:51,523 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-10-04 05:58:51,523 - 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-04 05:58:51,523 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-10-04 05:58:51,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/quotas/510ab77bdaaa470cad047d68b7d85c03 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}30fffb1b42b8f21b380652b7b2f73454a0e7a3dc" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-10-04 05:58:51,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-e870304c-659f-45b1-95cc-9963b1f02300 Date: Thu, 04 Oct 2018 05:58:51 GMT RESP BODY: {"quota": {"subnet": 100, "network": 100, "floatingip": 50, "subnetpool": -1, "security_group_rule": 100, "trunk": -1, "security_group": 10, "router": 10, "rbac_policy": 10, "port": 500, "bgpvpn": -1}} 2018-10-04 05:58:51,795 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/quotas/510ab77bdaaa470cad047d68b7d85c03 used request id req-e870304c-659f-45b1-95cc-9963b1f02300 2018-10-04 05:58:51,795 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-10-04 05:58:51,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6523835aaad56086b89c5bb01e7c10fdf1f9562" -d '{"quota_class_set": {"instances": 10}}' 2018-10-04 05:58:51,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:58:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c011a7d-bb07-4786-8d41-93869bdea452 x-compute-request-id: req-8c011a7d-bb07-4786-8d41-93869bdea452 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-04 05:58:51,979 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.23:8774/v2.1/os-quota-class-sets/default used request id req-8c011a7d-bb07-4786-8d41-93869bdea452 2018-10-04 05:58:51,982 - paramiko.transport - DEBUG - starting thread (client mode): 0x3eff110L 2018-10-04 05:58:51,982 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:58:52,027 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:58:52,027 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:58:52,033 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:58:52,033 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:58:52,033 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:58:52,033 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:58:52,033 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:58:52,033 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:58:52,042 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:58:52,043 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:58:52,046 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.208: 87bd1baec70800195d44ae18b3efbee4 2018-10-04 05:58:52,047 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:58:52,082 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:58:52,244 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:58:52,248 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:58:52,486 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:58:52,487 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:58:52,526 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:58:52,526 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:58:52,563 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:58:58,955 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:58:58,957 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:58:58,960 - paramiko.transport - DEBUG - starting thread (client mode): 0x55c8750L 2018-10-04 05:58:58,960 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:58:58,965 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:58:58,965 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:58:58,968 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:58:58,968 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:58:58,968 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:58:58,969 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:58:58,969 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:58:58,969 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:58:58,974 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:58:58,975 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:58:58,976 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:58:58,977 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:58:59,014 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:58:59,026 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:58:59,041 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:58:59,111 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:58:59,111 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:58:59,150 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:58:59,151 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:58:59,161 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:58:59,196 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:58:59,197 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:58:59,198 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:58:59,199 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:58:59,199 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:58:59,240 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:58:59,275 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:58:59,277 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:58:59,277 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:58:59,278 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:58:59,279 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:58:59,319 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:58:59,349 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:58:59,351 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:58:59,352 - paramiko.transport - DEBUG - starting thread (client mode): 0x3f17e10L 2018-10-04 05:58:59,353 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:58:59,359 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:58:59,359 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:58:59,362 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:58:59,363 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:58:59,363 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:58:59,364 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:58:59,364 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:58:59,364 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:58:59,368 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:58:59,369 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:58:59,384 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:58:59,385 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:58:59,408 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:58:59,421 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:58:59,450 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:58:59,524 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:58:59,524 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:58:59,564 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:58:59,564 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:58:59,570 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:58:59,608 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:58:59,609 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:58:59,610 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:58:59,611 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:58:59,611 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:58:59,652 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:58:59,692 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:58:59,693 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:58:59,693 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:58:59,694 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:58:59,695 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:58:59,735 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:58:59,768 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:58:59,769 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:58:59,772 - paramiko.transport - DEBUG - starting thread (client mode): 0x55eff10L 2018-10-04 05:58:59,773 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:58:59,777 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:58:59,777 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:58:59,780 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:58:59,780 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:58:59,780 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:58:59,780 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:58:59,781 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:58:59,781 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:58:59,785 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:58:59,786 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:58:59,788 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:58:59,789 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:58:59,825 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:58:59,836 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:58:59,853 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:58:59,922 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:58:59,922 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:58:59,961 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:58:59,962 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:58:59,972 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:00,001 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:00,002 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:00,002 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:00,003 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:00,003 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:00,045 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:00,074 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:00,075 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:00,076 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:00,077 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:00,077 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:00,117 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:00,145 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:00,146 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:00,148 - paramiko.transport - DEBUG - starting thread (client mode): 0x4a8af50L 2018-10-04 05:59:00,149 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:59:00,154 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:59:00,154 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:59:00,156 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:59:00,157 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:59:00,157 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:59:00,157 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:59:00,157 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:59:00,157 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:59:00,162 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:59:00,162 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:59:00,164 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:59:00,165 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:59:00,202 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:59:00,213 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:59:00,229 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:59:00,297 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:59:00,297 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:59:00,336 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:59:00,337 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:59:00,340 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:00,376 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:00,377 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:00,378 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:00,378 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:00,379 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:00,419 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:00,456 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:00,458 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:00,458 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:00,459 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:00,459 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:00,500 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:00,531 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:00,532 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:00,534 - paramiko.transport - DEBUG - starting thread (client mode): 0x3f2bc10L 2018-10-04 05:59:00,535 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:59:00,541 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:59:00,541 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:59:00,544 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:59:00,544 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:59:00,544 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:59:00,544 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:59:00,545 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:59:00,545 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:59:00,550 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:59:00,551 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:59:00,566 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:59:00,567 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:59:00,590 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:59:00,602 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:59:00,631 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:59:00,710 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:59:00,710 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:59:00,749 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:59:00,750 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:59:00,767 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:00,795 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:00,796 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:00,797 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:00,798 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:00,798 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:00,839 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:00,871 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:00,873 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:00,873 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:00,874 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:00,875 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:00,915 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:00,942 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:00,943 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:00,944 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:00,945 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:00,945 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:00,953 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:05,607 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:05,608 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:05,610 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e68c10L 2018-10-04 05:59:05,610 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:59:05,617 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:59:05,617 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:59:05,620 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:59:05,621 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:59:05,621 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:59:05,621 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:59:05,621 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:59:05,621 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:59:05,626 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:59:05,626 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:59:05,642 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.8: c149824686d0f323810a16834cc3a7b4 2018-10-04 05:59:05,643 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:59:05,666 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:59:05,678 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:59:05,708 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:59:05,774 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:59:05,774 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:59:05,813 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:59:05,814 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:59:05,820 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:05,853 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:05,854 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:05,856 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:05,856 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:05,856 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:05,898 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:05,933 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:05,935 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:05,935 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:05,936 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:05,937 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:05,978 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:06,011 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:06,013 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:06,014 - paramiko.transport - DEBUG - starting thread (client mode): 0x561c390L 2018-10-04 05:59:06,015 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:59:06,020 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:59:06,020 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:59:06,023 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:59:06,023 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:59:06,023 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:59:06,023 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:59:06,023 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:59:06,023 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:59:06,028 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:59:06,029 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:59:06,030 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.6: d686a79c92e551c0510cbd35d1f99164 2018-10-04 05:59:06,031 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:59:06,068 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:59:06,080 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:59:06,095 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:59:06,162 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:59:06,162 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:59:06,201 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:59:06,202 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:59:06,208 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:06,245 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:06,246 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:06,247 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:06,248 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:06,248 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:06,289 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:06,326 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:06,328 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:06,329 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:06,329 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:06,330 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:06,370 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:06,403 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:06,405 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:06,406 - paramiko.transport - DEBUG - starting thread (client mode): 0x560ed90L 2018-10-04 05:59:06,407 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:59:06,412 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:59:06,412 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:59:06,414 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-10-04 05:59:06,414 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:59:06,415 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:59:06,415 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:59:06,415 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:59:06,415 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:59:06,419 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:59:06,420 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:59:06,423 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.4: e3655bcb7886e3f858b49bb892a63258 2018-10-04 05:59:06,423 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:59:06,459 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:59:06,469 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:59:06,488 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:59:06,544 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:59:06,544 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:59:06,583 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:59:06,583 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:59:06,591 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:06,619 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:06,621 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:06,621 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:06,622 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:06,622 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:06,662 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:06,693 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:06,695 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:06,695 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:06,696 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:06,696 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:06,736 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:06,764 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:06,765 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:06,767 - paramiko.transport - DEBUG - starting thread (client mode): 0x56df150L 2018-10-04 05:59:06,767 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:59:06,774 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:59:06,774 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:59:06,777 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:59:06,777 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:59:06,777 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:59:06,778 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:59:06,778 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:59:06,778 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:59:06,786 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:59:06,787 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:59:06,799 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.5: 9412da1acd486801b088693f6371ff31 2018-10-04 05:59:06,800 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:59:06,823 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:59:06,833 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:59:06,864 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:59:06,919 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:59:06,919 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:59:06,959 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:59:06,960 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:59:06,968 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:07,004 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:07,005 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:07,006 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:07,007 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:07,007 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:07,048 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:07,085 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:07,086 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:07,087 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:07,088 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:07,088 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:07,129 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:07,161 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:07,163 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:07,164 - paramiko.transport - DEBUG - starting thread (client mode): 0x3e6e8d0L 2018-10-04 05:59:07,165 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.2.1 2018-10-04 05:59:07,171 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-10-04 05:59:07,171 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-10-04 05:59:07,174 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[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-04 05:59:07,174 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-10-04 05:59:07,175 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-10-04 05:59:07,175 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-10-04 05:59:07,175 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-10-04 05:59:07,175 - paramiko.transport - DEBUG - Compression agreed: none 2018-10-04 05:59:07,180 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-10-04 05:59:07,180 - paramiko.transport - DEBUG - Switch to new keys ... 2018-10-04 05:59:07,196 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: b598ec7902854be1b4ef7fcd9e5a9e2e 2018-10-04 05:59:07,197 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-10-04 05:59:07,220 - paramiko.transport - DEBUG - userauth is OK 2018-10-04 05:59:07,233 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-10-04 05:59:07,261 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-10-04 05:59:07,331 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-10-04 05:59:07,332 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-10-04 05:59:07,371 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-10-04 05:59:07,372 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-10-04 05:59:07,381 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-10-04 05:59:07,414 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-10-04 05:59:07,414 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-10-04 05:59:07,415 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-10-04 05:59:07,416 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-10-04 05:59:07,416 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-10-04 05:59:07,457 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-10-04 05:59:07,492 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-10-04 05:59:07,493 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-10-04 05:59:07,494 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-10-04 05:59:07,494 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-10-04 05:59:07,495 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-10-04 05:59:07,535 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-10-04 05:59:07,568 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-10-04 05:59:07,569 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:07,575 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-10-04 05:59:07,589 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:59:07,590 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:59:07,591 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:59:07,593 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:59:07,626 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-04 05:59:07,626 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-04 05:59:07,629 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-04 05:59:07,639 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-04 05:59:07,640 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-04 05:59:07,642 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:59:07,642 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:59:07,643 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:59:07,645 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:59:07,646 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:59:07,646 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:07,647 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:07,647 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:13,974 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:59:13,977 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:59:13,977 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:59:13,978 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:59:13,978 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:59:14,020 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:59:14,049 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-04 05:59:14,050 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-04 05:59:14,051 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-04 05:59:14,052 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-04 05:59:14,185 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-04 05:59:14,186 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:14,203 - 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-04 05:59:14,453 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:59:14,454 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:59:14,455 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:59:14,457 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:59:14,490 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-04 05:59:14,490 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-04 05:59:14,493 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-04 05:59:14,494 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-04 05:59:14,495 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-04 05:59:14,496 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:59:14,497 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:59:14,497 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:59:14,499 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:59:14,500 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:59:14,501 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:14,501 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:14,501 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:19,377 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:59:19,379 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:59:19,380 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:59:19,381 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:59:19,381 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:59:19,421 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:59:19,451 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-04 05:59:19,451 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-04 05:59:19,452 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-04 05:59:19,453 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-04 05:59:19,582 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-04 05:59:19,584 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:19,600 - 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-04 05:59:19,883 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:59:19,884 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:59:19,885 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:59:19,887 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:59:19,914 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-04 05:59:19,915 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-04 05:59:19,916 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-04 05:59:19,917 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-04 05:59:19,919 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-04 05:59:19,920 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:59:19,921 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:59:19,921 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:59:19,923 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:59:19,924 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:59:19,924 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:19,924 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:19,925 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:20,051 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:59:20,053 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:59:20,053 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:59:20,054 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:59:20,054 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:59:20,095 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:59:20,121 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-04 05:59:20,122 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-04 05:59:20,123 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-04 05:59:20,124 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-04 05:59:20,129 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-04 05:59:20,130 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:20,146 - 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-04 05:59:20,169 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:59:20,170 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:59:20,170 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:59:20,174 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:59:20,211 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-04 05:59:20,211 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-04 05:59:20,213 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-04 05:59:20,214 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-04 05:59:20,216 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-04 05:59:20,217 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:59:20,218 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:59:20,218 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:59:20,220 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:59:20,221 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:59:20,222 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:20,222 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:20,222 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:23,804 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:59:23,806 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:59:23,807 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:59:23,808 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:59:23,809 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:59:23,849 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:59:23,879 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-04 05:59:23,880 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-04 05:59:23,881 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-04 05:59:23,882 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-04 05:59:24,015 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-04 05:59:24,017 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:24,034 - 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-04 05:59:24,362 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-10-04 05:59:24,363 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-10-04 05:59:24,363 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-10-04 05:59:24,366 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-10-04 05:59:24,395 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-10-04 05:59:24,395 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-10-04 05:59:24,397 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-10-04 05:59:24,398 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-10-04 05:59:24,400 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-10-04 05:59:24,401 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-10-04 05:59:24,402 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-10-04 05:59:24,402 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-10-04 05:59:24,404 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-10-04 05:59:24,404 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-10-04 05:59:24,405 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:24,406 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:24,406 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-10-04 05:59:24,523 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-10-04 05:59:24,524 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-10-04 05:59:24,525 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-10-04 05:59:24,527 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-10-04 05:59:24,527 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-10-04 05:59:24,568 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-10-04 05:59:24,595 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-10-04 05:59:24,596 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-10-04 05:59:24,597 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-10-04 05:59:24,598 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-10-04 05:59:24,607 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-10-04 05:59:24,608 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-10-04 05:59:24,626 - 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-04 05:59:24,658 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-10-04 05:59:26,486 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-10-04 05:59:26,486 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 40:44 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-10-04 05:59:26,489 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-10-04 05:59:26,489 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 03:39 | PASS | | bgpvpn | sdnvpn | features | 40:44 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-10-04 05:59:26,492 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-10-04 05:59:26,518 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:26,586 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:26,596 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:26,616 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:26,719 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:26,818 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:26,896 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:26,996 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,095 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,217 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,298 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,319 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,419 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,488 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,519 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,590 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,620 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,696 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,819 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:27,900 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,000 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,122 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,220 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,322 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,398 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,521 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,621 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,722 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,806 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,899 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:28,994 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:29,101 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:29,226 - paramiko.transport - DEBUG - EOF in transport thread 2018-10-04 05:59:34,383 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-04 05:59:34,390 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:59:34,390 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 05:59:34,391 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-04 05:59:34,392 - 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-04 05:59:34,396 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 05:59:39,939 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-04 05:59:39,942 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:59:39,942 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-10-04 05:59:39,942 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+-----------------+---------------------+-------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------+---------------+-----------------+---------------------+-------------------+ +---------------+---------------+-----------------+---------------------+-------------------+ 2018-10-04 05:59:39,943 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------+-----------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------+-----------------+------------------+------------------+----------------+ | parser-basics | parser | features | 00:00 | SKIP | +-----------------------+-----------------+------------------+------------------+----------------+ 2018-10-04 05:59:39,944 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-10-04 05:59:45,115 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-290 | | 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-04 05:59:45,118 - 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=GgQqxtsaNZXGyRjzJBjnDJu4q export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.23,192.30.9.9 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export IRONIC_API_VERSION=1.34 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export SDN_CONTROLLER_IP=192.30.9.9 export OS_REGION_NAME=regionOne 2018-10-04 05:59:45,118 - xtesting.ci.run_tests - DEBUG - Test args: tempest_full_parallel 2018-10-04 05:59:45,123 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_full_parallel'... 2018-10-04 05:59:47,552 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:59:47,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:59:47,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:59:47,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:59:47,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:59:47,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:59:47,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:59:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:59:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:59:47,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:59:47,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 05:59:47,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fb6ba90-c2c6-407f-9cbc-e4ffb9c0f9e4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 05:59:47,609 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4fb6ba90-c2c6-407f-9cbc-e4ffb9c0f9e4 2018-10-04 05:59:47,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 05:59:47,992 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T06:59:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "510ab77bdaaa470cad047d68b7d85c03", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/510ab77bdaaa470cad047d68b7d85c03", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2baf922a37bd4002820e392765248a46"}, "audit_ids": ["y6Azgs5DQ_iZ3_0M_xxAdQ"], "issued_at": "2018-10-04T05:59:47.000000Z"}} 2018-10-04 05:59:47,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-10-04 05:59:47,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:48,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2fa5eae4-a670-4ab1-827b-052de25a1710 Date: Thu, 04 Oct 2018 05:59:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"4e3704d3-5674-4369-98a3-8a8012d693a9","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"922c345b28c644408c4ff74110916626","status":"ACTIVE","subnets":["d452f0e4-634e-4c49-b427-841d4086f073"],"description":"","tags":[],"updated_at":"2018-10-04T03:01:06Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"922c345b28c644408c4ff74110916626","created_at":"2018-10-04T03:01:00Z","provider:network_type":"flat"}]} 2018-10-04 05:59:48,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2fa5eae4-a670-4ab1-827b-052de25a1710 2018-10-04 05:59:48,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247987985611s 2018-10-04 05:59:48,244 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2fa5eae4-a670-4ab1-827b-052de25a1710 2018-10-04 05:59:48,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-10-04 05:59:48,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:48,253 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 05:59: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.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 05:59:48,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:48,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce96982f-f55c-4adf-bd38-6bad3266d006 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.23:5000/v3/domains/a2a3dacaff7f4714bb402b0f8913198f"}, "description": "", "name": "heat_stack", "enabled": true, "id": "a2a3dacaff7f4714bb402b0f8913198f"}, {"links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-10-04 05:59:48,646 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-ce96982f-f55c-4adf-bd38-6bad3266d006 2018-10-04 05:59:48,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.40177989006s 2018-10-04 05:59:48,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-10-04 05:59:48,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" -d '{"project": {"description": "Created by OPNFV Functest: tempest_full_parallel", "enabled": true, "domain_id": "default", "name": "tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}}' 2018-10-04 05:59:48,776 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 05:59:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5fd9dda-b7a0-4b7c-a9ed-c91d6fcb1fd5 Content-Length: 373 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d"}, "enabled": true, "id": "9caa214c09bd47ebb19b2d2e981d3b3d", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}} 2018-10-04 05:59:48,776 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d5fd9dda-b7a0-4b7c-a9ed-c91d6fcb1fd5 2018-10-04 05:59:48,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.128186941147s 2018-10-04 05:59:48,776 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d5fd9dda-b7a0-4b7c-a9ed-c91d6fcb1fd5 2018-10-04 05:59:48,777 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'id': u'9caa214c09bd47ebb19b2d2e981d3b3d', '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-04 05:59:48,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-10-04 05:59:49,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.363582134247s 2018-10-04 05:59:49,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31c7f943-24fa-43df-b842-acb884432ac5 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03"}, "enabled": true, "id": "ca92eba1954346a2b18a7e113e7b2c03", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}} 2018-10-04 05:59:49,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 used request id req-31c7f943-24fa-43df-b842-acb884432ac5 2018-10-04 05:59:49,231 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ca92eba1954346a2b18a7e113e7b2c03', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc'}) 2018-10-04 05:59:49,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 05:59:49,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8cfe5862-c628-48a1-88e2-190349f8016a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 05:59:49,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8cfe5862-c628-48a1-88e2-190349f8016a 2018-10-04 05:59:49,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.019250869751s 2018-10-04 05:59:49,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 05:59:49,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d171ca7d-a904-4e99-81e4-8b14d065be23 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-10-04 05:59:49,337 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d171ca7d-a904-4e99-81e4-8b14d065be23 2018-10-04 05:59:49,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0856378078461s 2018-10-04 05:59:49,339 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-10-04 05:59:49,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-10-04 05:59:49,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" -d '{"role": {"name": "Member"}}' 2018-10-04 05:59:49,518 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fec4a8e0-eb33-46ad-9413-cac7487593ec Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f4ee75e2e752471b94fbdd5c195161ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "name": "Member"}} 2018-10-04 05:59:49,518 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-fec4a8e0-eb33-46ad-9413-cac7487593ec 2018-10-04 05:59:49,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.179115056992s 2018-10-04 05:59:49,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbac919d-56ed-46d8-acab-aab0067fcb21 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "domain_id": null, "name": "Member", "id": "f4ee75e2e752471b94fbdd5c195161ad"}} 2018-10-04 05:59:49,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad used request id req-bbac919d-56ed-46d8-acab-aab0067fcb21 2018-10-04 05:59:49,612 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad'}, 'domain_id': None, 'human_id': None, 'id': u'f4ee75e2e752471b94fbdd5c195161ad', 'HUMAN_ID': False}) 2018-10-04 05:59:49,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 05:59:49,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcfedf6c-627b-4a59-b5c8-6cebebe5c8f5 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f4ee75e2e752471b94fbdd5c195161ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "name": "Member"}]} 2018-10-04 05:59:49,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-bcfedf6c-627b-4a59-b5c8-6cebebe5c8f5 2018-10-04 05:59:49,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0814619064331s 2018-10-04 05:59:49,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 05:59:49,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ffd0362-d211-4064-8618-e9260afa0e4a Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 05:59:49,781 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-4ffd0362-d211-4064-8618-e9260afa0e4a 2018-10-04 05:59:49,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0859990119934s 2018-10-04 05:59:49,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 05:59:49,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d1abf38-2f28-4868-8ef6-b31793d04754 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "links": {"self": "http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03"}, "domain_id": "default", "enabled": true, "id": "ca92eba1954346a2b18a7e113e7b2c03", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 05:59:49,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3d1abf38-2f28-4868-8ef6-b31793d04754 2018-10-04 05:59:49,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103894948959s 2018-10-04 05:59:49,886 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3d1abf38-2f28-4868-8ef6-b31793d04754 2018-10-04 05:59:49,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 05:59:49,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:49,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54d991d3-ac02-4ca1-b524-3660b9419488 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d"}, "enabled": true, "id": "9caa214c09bd47ebb19b2d2e981d3b3d", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}]} 2018-10-04 05:59:49,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-54d991d3-ac02-4ca1-b524-3660b9419488 2018-10-04 05:59:49,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0773420333862s 2018-10-04 05:59:49,970 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-54d991d3-ac02-4ca1-b524-3660b9419488 2018-10-04 05:59:49,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 05:59:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&scope.project.id=9caa214c09bd47ebb19b2d2e981d3b3d&role.id=f4ee75e2e752471b94fbdd5c195161ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-311fe6d0-8ba7-4145-a590-6d6693443636 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&scope.project.id=9caa214c09bd47ebb19b2d2e981d3b3d&role.id=f4ee75e2e752471b94fbdd5c195161ad", "previous": null, "next": null}} 2018-10-04 05:59:50,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&scope.project.id=9caa214c09bd47ebb19b2d2e981d3b3d&role.id=f4ee75e2e752471b94fbdd5c195161ad used request id req-311fe6d0-8ba7-4145-a590-6d6693443636 2018-10-04 05:59:50,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.082083940506s 2018-10-04 05:59:50,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 05:59:50,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d/users/ca92eba1954346a2b18a7e113e7b2c03/roles/f4ee75e2e752471b94fbdd5c195161ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,198 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcc7495c-220f-4611-835c-012d092cfd37 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 05:59:50,199 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d/users/ca92eba1954346a2b18a7e113e7b2c03/roles/f4ee75e2e752471b94fbdd5c195161ad used request id req-fcc7495c-220f-4611-835c-012d092cfd37 2018-10-04 05:59:50,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.143492937088s 2018-10-04 05:59:50,200 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 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': 'd2488af3-b6ef-46f4-8567-eec9f5bbebff', 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_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'project_id': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-10-04 05:59:50,201 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-10-04 05:59:50,202 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-10-04 05:59:50,203 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-10-04 05:59:50,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-10-04 05:59:50,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-10-04 05:59:50,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-10-04 05:59:50,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-10-04 05:59:50,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-10-04 05:59:50,204 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-10-04 05:59:50,206 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'password': 'd2488af3-b6ef-46f4-8567-eec9f5bbebff', 'project_name': 'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '9caa214c09bd47ebb19b2d2e981d3b3d', 'project_domain_name': 'Default'} 2018-10-04 05:59:50,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 05:59:50,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b72546a-0eb2-47ed-8f4d-cc527991a2c5 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f4ee75e2e752471b94fbdd5c195161ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "name": "Member"}]} 2018-10-04 05:59:50,289 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4b72546a-0eb2-47ed-8f4d-cc527991a2c5 2018-10-04 05:59:50,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0835280418396s 2018-10-04 05:59:50,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 05:59:50,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b23bfb01-31d8-442b-9713-884b4d240aca Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f4ee75e2e752471b94fbdd5c195161ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "name": "Member"}]} 2018-10-04 05:59:50,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b23bfb01-31d8-442b-9713-884b4d240aca 2018-10-04 05:59:50,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0737879276276s 2018-10-04 05:59:50,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 05:59:50,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef572ea4-12e7-4a45-9011-d518e0fea831 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 05:59:50,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-ef572ea4-12e7-4a45-9011-d518e0fea831 2018-10-04 05:59:50,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0862460136414s 2018-10-04 05:59:50,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 05:59:50,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40929986-e3e8-4294-93e9-458006fbd738 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "links": {"self": "http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03"}, "domain_id": "default", "enabled": true, "id": "ca92eba1954346a2b18a7e113e7b2c03", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 05:59:50,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-40929986-e3e8-4294-93e9-458006fbd738 2018-10-04 05:59:50,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102739810944s 2018-10-04 05:59:50,557 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-40929986-e3e8-4294-93e9-458006fbd738 2018-10-04 05:59:50,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 05:59:50,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ba626c-f5d7-46ea-a176-a0d2d7129728 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d"}, "enabled": true, "id": "9caa214c09bd47ebb19b2d2e981d3b3d", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}]} 2018-10-04 05:59:50,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-46ba626c-f5d7-46ea-a176-a0d2d7129728 2018-10-04 05:59:50,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0734021663666s 2018-10-04 05:59:50,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-46ba626c-f5d7-46ea-a176-a0d2d7129728 2018-10-04 05:59:50,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 05:59:50,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&scope.project.id=9caa214c09bd47ebb19b2d2e981d3b3d&role.id=7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7329de8a-038f-42f5-9a11-cd73b9c372a1 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&scope.project.id=9caa214c09bd47ebb19b2d2e981d3b3d&role.id=7490eca731204278990d3f9370066ffb", "previous": null, "next": null}} 2018-10-04 05:59:50,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&scope.project.id=9caa214c09bd47ebb19b2d2e981d3b3d&role.id=7490eca731204278990d3f9370066ffb used request id req-7329de8a-038f-42f5-9a11-cd73b9c372a1 2018-10-04 05:59:50,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0838170051575s 2018-10-04 05:59:50,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 05:59:50,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d/users/ca92eba1954346a2b18a7e113e7b2c03/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36dddf45-f79c-4311-8930-74dc70dbb74f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 05:59:50,850 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d/users/ca92eba1954346a2b18a7e113e7b2c03/roles/7490eca731204278990d3f9370066ffb used request id req-36dddf45-f79c-4311-8930-74dc70dbb74f 2018-10-04 05:59:50,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.12757396698s 2018-10-04 05:59:50,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 05:59:50,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:50,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2e1c38-2fb9-4391-aac3-4e6a6005f9f2 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f4ee75e2e752471b94fbdd5c195161ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "name": "Member"}]} 2018-10-04 05:59:50,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ef2e1c38-2fb9-4391-aac3-4e6a6005f9f2 2018-10-04 05:59:50,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786559581757s 2018-10-04 05:59:50,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-10-04 05:59:50,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:51,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-818a8324-bdf8-41d4-92d8-4977372b7db3 Content-Encoding: gzip Content-Length: 142 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "name": "Default"}} 2018-10-04 05:59:51,009 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-818a8324-bdf8-41d4-92d8-4977372b7db3 2018-10-04 05:59:51,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782561302185s 2018-10-04 05:59:51,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 05:59:51,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:51,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d567665-50dc-4bf0-82a7-e864cfd2b7b9 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "links": {"self": "http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03"}, "domain_id": "default", "enabled": true, "id": "ca92eba1954346a2b18a7e113e7b2c03", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 05:59:51,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0d567665-50dc-4bf0-82a7-e864cfd2b7b9 2018-10-04 05:59:51,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104145050049s 2018-10-04 05:59:51,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0d567665-50dc-4bf0-82a7-e864cfd2b7b9 2018-10-04 05:59:51,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-10-04 05:59:51,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:51,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 05:59:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7af9082b-8fce-4934-aad1-f644c0857538 Content-Encoding: gzip Content-Length: 193 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default", "previous": null, "next": null}} 2018-10-04 05:59:51,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ca92eba1954346a2b18a7e113e7b2c03&role.id=7490eca731204278990d3f9370066ffb&scope.domain.id=default used request id req-7af9082b-8fce-4934-aad1-f644c0857538 2018-10-04 05:59:51,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0732419490814s 2018-10-04 05:59:51,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-10-04 05:59:51,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/domains/default/users/ca92eba1954346a2b18a7e113e7b2c03/roles/7490eca731204278990d3f9370066ffb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 05:59:51,317 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 05:59:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-801e4170-aab3-46ba-b550-84fdd6e96080 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 05:59:51,317 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/domains/default/users/ca92eba1954346a2b18a7e113e7b2c03/roles/7490eca731204278990d3f9370066ffb used request id req-801e4170-aab3-46ba-b550-84fdd6e96080 2018-10-04 05:59:51,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.123578071594s 2018-10-04 05:59:51,318 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-10-04 05:59:59,249 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally 2018-10-04 05:59:58.973 12 INFO rally.deployment.engines.existing [-] Save deployment 'opnfv-rally' (uuid=6a6b3542-5059-4f7b-bb9c-c1812aa5f699) with 'openstack' platform. +--------------------------------------+---------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+---------------------+-------------+------------------+--------+ | 6a6b3542-5059-4f7b-bb9c-c1812aa5f699 | 2018-10-04T05:59:58 | opnfv-rally | deploy->finished | | +--------------------------------------+---------------------+-------------+------------------+--------+ Using deployment: 6a6b3542-5059-4f7b-bb9c-c1812aa5f699 ~/.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-04 06:00:02,291 - 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-04 06:00:02,292 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-10-04 06:00:07,941 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide 2018-10-04 06:00:06.171 21 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2018-10-04 06:00:06.317 21 INFO rally.verification.manager [-] Cloning verifier repo from /src/tempest. 2018-10-04 06:00:07.837 21 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) has been successfully created! Using verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) as the default verifier for the future CLI operations. 2018-10-04 06:00:10,752 - xtesting.ci.run_tests - INFO - Running test case 'tempest_full_parallel'... 2018-10-04 06:00:10,753 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-10-04 06:00:10,880 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-10-04 06:00:10,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-10-04 06:00:10,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:00:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9514ce1-27d1-4fe2-a563-ffab88454bd4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-10-04 06:00:10,888 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b9514ce1-27d1-4fe2-a563-ffab88454bd4 2018-10-04 06:00:10,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-10-04 06:00:11,280 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f4ee75e2e752471b94fbdd5c195161ad", "name": "Member"}, {"id": "7490eca731204278990d3f9370066ffb", "name": "admin"}], "expires_at": "2018-10-04T07:00:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9caa214c09bd47ebb19b2d2e981d3b3d", "name": "tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22a434817abf413f9cc2ef8463fee3cd"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d87f03ec52643feacf9f8fd4a1bc2c4"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "69a3285dc68f4da2a12c23c7de2fc605"}], "type": "compute", "id": "03ef946cbf38493eac28321fe84d1926", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v2/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4211d39b6d7b4f3f8fbaf89e01e22502"}, {"url": "http://192.30.9.9:8776/v2/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "75e32881d4f7461a96654075ce0b0355"}, {"url": "http://192.30.9.9:8776/v2/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bda6f059b9ef4f998d108aed994ea036"}], "type": "volumev2", "id": "05adffbd9afe4e6e8c67ac74d94a7013", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8004/v1/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b996f1645491434b9dcb7261e9da972d"}, {"url": "http://192.30.9.9:8004/v1/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "caccdc529c624bab999e830310638bf9"}, {"url": "http://172.30.9.23:8004/v1/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7ff05e79ca04df1b6b1265f98975742"}], "type": "orchestration", "id": "106e30878af44f5fa3c53a6717d6883f", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "009bf40ad68a4c9ca82d6ce630e1347a"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43e8c3bd90a34b0c99062f6807061497"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66ee6f6e06d04b20a6495dc2daeafc97"}], "type": "placement", "id": "25216018970940ffa78a8ef68c3c6c46", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84ce3030f3e94d23943ece71a61c9d34"}, {"url": "http://192.30.9.9:8776/v3/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "895b4ac99b7f44c08c37cb4fb8c4bcbd"}, {"url": "http://172.30.9.23:8776/v3/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfffbb1e3224403f84b25aaf2305852e"}], "type": "volumev3", "id": "2adf676ec694487fa61477afb70a53af", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ebdefac0c324f35ae23006802991c1a"}, {"url": "http://192.30.9.9:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "987175925abf4ec3b19583b53303910c"}, {"url": "http://172.30.9.23:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "afbae1fcdceb4104a0173be7ea122bb4"}], "type": "key-manager", "id": "2e722c63780e4fc98407abf99c2e93d6", "name": "barbican"}, {"endpoints": [], "type": "metering", "id": "423b516c13a04086ac7f79f2e91f15b3", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "54d4ddd4b24f48359497f0371aac4afc"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b400f043889d430aae5fc2c548fbfade"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e5c6355697cc4c29a01d1d4268867ad1"}], "type": "image", "id": "6e03cd00a9fa4213b19e1eab0464f5f5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89094faeffda4eb78b2e63320c54a017"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "931d84d1cccc42618551ab1730c25376"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a5cee986c558423a866de134349a16ee"}], "type": "cloudformation", "id": "7e6e71129bf14a72bfb4650bc1870856", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00944fa4b57a424384f513189b8890b4"}, {"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74159a01f8464ea89778b0c7a49a1225"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a2a831e22e6405e851e3e3c40310747"}], "type": "network", "id": "8ad89ab04b1942ce9016f64db85a3746", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "18f8ef24817e4b20b8230222e6a41dbe"}, {"url": "http://172.30.9.23:8776/v1/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa0bd11db5e64c7cb64ed6b8f2142989"}, {"url": "http://192.30.9.9:8776/v1/9caa214c09bd47ebb19b2d2e981d3b3d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c35ff14861c442ca8e6dae6c9dc81bd5"}], "type": "volume", "id": "acaab528c8a54ae0a85887dcfd16735b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4dfa83d91cfb49dd920c1c716f3da018"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6270731f965a4e7f97d98897c639faae"}, {"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca892ee012ef46fa97a0b5f51c5d1027"}], "type": "identity", "id": "ad164fa5b7eb4b3abfb5d36098a89f27", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "05f622e927794924998bcaa2c693d4a8"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f195a9047d648608daec29372a4dd6c"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c621e1ceb474716885797f77fa02a74"}], "type": "metric", "id": "bbe7204c3be6453aad4f5d55701d8d8a", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0495fd66ab414e688e4d5ca122a5487c"}, {"url": "http://192.30.9.9:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fc83521f8ad4e44a6fdfd8ff0b4f83e"}, {"url": "http://172.30.9.23:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a15a65d9df4944ff88ada25d4531f9bc"}], "type": "policy", "id": "bc133881f2e24ac6a37e796da7d6a1a6", "name": "congress"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1bc02657abe547bf99e165de848600b6"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1beb03383dad40da956c1410aa87fc74"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad125b15aa7543e3b1bc780392454118"}], "type": "alarming", "id": "fdc06c7eae6444578a0f701c06c55f80", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "id": "ca92eba1954346a2b18a7e113e7b2c03"}, "audit_ids": ["_7QfgQcDQ62uSsHgUdgR1A"], "issued_at": "2018-10-04T06:00:11.000000Z"}} 2018-10-04 06:00:11,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:11,289 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 648 Date: Thu, 04 Oct 2018 06:00:11 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-10-04 06:00:11,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 06:00:11,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:11,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-51cd9ab0-3d71-4305-a499-fbbe464a852f Date: Thu, 04 Oct 2018 06:00:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 06:00:11,467 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-51cd9ab0-3d71-4305-a499-fbbe464a852f 2018-10-04 06:00:11,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.174209833145s 2018-10-04 06:00:11,467 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-51cd9ab0-3d71-4305-a499-fbbe464a852f 2018-10-04 06:00:11,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 06:00:11,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}' 2018-10-04 06:00:11,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 893 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69 X-Openstack-Request-Id: req-06ba05e8-31d2-4094-a4e5-e96f666a71ed Date: Thu, 04 Oct 2018 06:00:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file", "owner": "9caa214c09bd47ebb19b2d2e981d3b3d", "id": "b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "size": null, "self": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:00:11Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "checksum": null, "created_at": "2018-10-04T06:00:11Z", "protected": false} 2018-10-04 06:00:11,695 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-06ba05e8-31d2-4094-a4e5-e96f666a71ed 2018-10-04 06:00:11,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226716041565s 2018-10-04 06:00:11,696 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-06ba05e8-31d2-4094-a4e5-e96f666a71ed returning object b0c7a071-74d8-4c64-810f-1c9f7fc0ae69 2018-10-04 06:00:11,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 06:00:11,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/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}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" -d '' 2018-10-04 06:00:12,824 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5deb48ba-c326-46e8-a3c3-fa62d84d69c1 Date: Thu, 04 Oct 2018 06:00: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-04 06:00:12,825 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file used request id req-5deb48ba-c326-46e8-a3c3-fa62d84d69c1 2018-10-04 06:00:12,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.12781500816s 2018-10-04 06:00:12,825 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file used request id req-5deb48ba-c326-46e8-a3c3-fa62d84d69c1 2018-10-04 06:00:12,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 06:00:12,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:12,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-e2547d9b-ee86-4bf2-a94e-fa5f09ca2994 Date: Thu, 04 Oct 2018 06:00:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "metadata": {}}], "file": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file", "owner": "9caa214c09bd47ebb19b2d2e981d3b3d", "id": "b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "size": 12716032, "self": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:00:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 06:00:12,997 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e2547d9b-ee86-4bf2-a94e-fa5f09ca2994 2018-10-04 06:00:12,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.171922922134s 2018-10-04 06:00:12,998 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e2547d9b-ee86-4bf2-a94e-fa5f09ca2994 2018-10-04 06:00:13,000 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file', 'owner': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'id': u'b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', 'size': 12716032, u'self': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'name': 'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T06:00:12Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T06:00:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'created': u'2018-10-04T06:00:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T06:00:11Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 06:00:13,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 06:00:13,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_full_parallel-flavor_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 06:00:13,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06: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-fb4081ca-760f-4d03-a0b3-a50f899e2d32 x-compute-request-id: req-fb4081ca-760f-4d03-a0b3-a50f899e2d32 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c55fec33-d818-4713-8a47-8811d58ca0f1", "name": "tempest_full_parallel-flavor_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 06:00:13,199 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fb4081ca-760f-4d03-a0b3-a50f899e2d32 2018-10-04 06:00:13,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.198414087296s 2018-10-04 06:00:13,200 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-fb4081ca-760f-4d03-a0b3-a50f899e2d32 returning object c55fec33-d818-4713-8a47-8811d58ca0f1 2018-10-04 06:00:13,201 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', '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'510ab77bdaaa470cad047d68b7d85c03', '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'c55fec33-d818-4713-8a47-8811d58ca0f1', 'swap': 0}) 2018-10-04 06:00:13,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 06:00:13,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1/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}b0ca3251164a7420692dd82dcaf48fa4d222d50d" -d '{"extra_specs": {}}' 2018-10-04 06:00:13,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:00:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-87b6cb31-4128-4e3e-8bde-7cf4bf35af91 x-compute-request-id: req-87b6cb31-4128-4e3e-8bde-7cf4bf35af91 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 06:00:13,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1/os-extra_specs used request id req-87b6cb31-4128-4e3e-8bde-7cf4bf35af91 2018-10-04 06:00:13,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0245988368988s 2018-10-04 06:00:13,226 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1/os-extra_specs used request id req-87b6cb31-4128-4e3e-8bde-7cf4bf35af91 2018-10-04 06:00:13,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 06:00:13,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:13,237 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 04 Oct 2018 06:00:13 GMT Server: Apache Vary: X-Auth-Token Content-Length: 596 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2017-02-22T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.8", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-10-04 06:00:13,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:13,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:00:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5010077d-eabc-4244-9ac2-1805d42063cb Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f4ee75e2e752471b94fbdd5c195161ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "name": "Member"}]} 2018-10-04 06:00:13,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-5010077d-eabc-4244-9ac2-1805d42063cb 2018-10-04 06:00:13,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0882761478424s 2018-10-04 06:00:13,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-10-04 06:00:13,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:13,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:00:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17fcd048-4fda-4045-b361-eda57907329d x-compute-request-id: req-17fcd048-4fda-4045-b361-eda57907329d 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": 213}, "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.10", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 3}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 222}, "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.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 10239, "hypervisor_version": 2009000, "disk_available_least": 10176, "local_gb": 10239, "free_ram_mb": 28406, "id": 6}]} 2018-10-04 06:00:13,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-17fcd048-4fda-4045-b361-eda57907329d 2018-10-04 06:00:13,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.178452968597s 2018-10-04 06:00:13,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-17fcd048-4fda-4045-b361-eda57907329d 2018-10-04 06:00:13,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 06:00:13,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:13,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1223 Content-Type: application/json X-Openstack-Request-Id: req-a333f077-3885-4b5b-9e01-61fdfa9cc179 Date: Thu, 04 Oct 2018 06:00:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "metadata": {}}], "file": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file", "owner": "9caa214c09bd47ebb19b2d2e981d3b3d", "id": "b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "size": 12716032, "self": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:00:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 06:00:13,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a333f077-3885-4b5b-9e01-61fdfa9cc179 2018-10-04 06:00:13,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0214831829071s 2018-10-04 06:00:13,522 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-a333f077-3885-4b5b-9e01-61fdfa9cc179 2018-10-04 06:00:13,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-10-04 06:00:13,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}' 2018-10-04 06:00:13,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 901 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e X-Openstack-Request-Id: req-f20d4c22-d8a6-4813-bc5b-a353b74e4399 Date: Thu, 04 Oct 2018 06:00:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/file", "owner": "9caa214c09bd47ebb19b2d2e981d3b3d", "id": "cfb44b79-ba63-42a4-a765-7ca62a6afe8e", "size": null, "self": "/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:00:13Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "checksum": null, "created_at": "2018-10-04T06:00:13Z", "protected": false} 2018-10-04 06:00:13,738 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f20d4c22-d8a6-4813-bc5b-a353b74e4399 2018-10-04 06:00:13,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.21333694458s 2018-10-04 06:00:13,739 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-f20d4c22-d8a6-4813-bc5b-a353b74e4399 returning object cfb44b79-ba63-42a4-a765-7ca62a6afe8e 2018-10-04 06:00:13,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-10-04 06:00:13,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/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}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" -d '' 2018-10-04 06:00:15,171 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-45ac3090-f6da-4154-8b71-83360e46ee6a Date: Thu, 04 Oct 2018 06:00: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-04 06:00:15,171 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/file used request id req-45ac3090-f6da-4154-8b71-83360e46ee6a 2018-10-04 06:00:15,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.4323091507s 2018-10-04 06:00:15,172 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/file used request id req-45ac3090-f6da-4154-8b71-83360e46ee6a 2018-10-04 06:00:15,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 06:00:15,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:00:15,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2387 Content-Type: application/json X-Openstack-Request-Id: req-e2ade50b-94bc-4caa-879b-87a79b42103c Date: Thu, 04 Oct 2018 06:00:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/snap", "metadata": {}}], "file": "/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/file", "owner": "9caa214c09bd47ebb19b2d2e981d3b3d", "id": "cfb44b79-ba63-42a4-a765-7ca62a6afe8e", "size": 12716032, "self": "/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:00:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T06:00:13Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "metadata": {}}], "file": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file", "owner": "9caa214c09bd47ebb19b2d2e981d3b3d", "id": "b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "size": 12716032, "self": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:00:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 06:00:15,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e2ade50b-94bc-4caa-879b-87a79b42103c 2018-10-04 06:00:15,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.184653043747s 2018-10-04 06:00:15,358 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e2ade50b-94bc-4caa-879b-87a79b42103c 2018-10-04 06:00:15,360 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/file', 'owner': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'id': u'cfb44b79-ba63-42a4-a765-7ca62a6afe8e', 'size': 12716032, u'self': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9caa214c09bd47ebb19b2d2e981d3b3d', 'name': 'tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-10-04T06:00:15Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-10-04T06:00:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', 'created': u'2018-10-04T06:00:13Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-10-04T06:00:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_full_parallel-img_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-10-04 06:00:15,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-10-04 06:00:15,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_full_parallel-flavor_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-10-04 06:00:15,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:00: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-80f109f8-c82f-4442-a6bd-992650bbe52f x-compute-request-id: req-80f109f8-c82f-4442-a6bd-992650bbe52f Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a18883bd-c3f5-47fd-bdbd-a64b308a377f", "name": "tempest_full_parallel-flavor_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-10-04 06:00:15,423 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-80f109f8-c82f-4442-a6bd-992650bbe52f 2018-10-04 06:00:15,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0616321563721s 2018-10-04 06:00:15,423 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-80f109f8-c82f-4442-a6bd-992650bbe52f returning object a18883bd-c3f5-47fd-bdbd-a64b308a377f 2018-10-04 06:00:15,424 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', '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'510ab77bdaaa470cad047d68b7d85c03', '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'a18883bd-c3f5-47fd-bdbd-a64b308a377f', 'swap': 0}) 2018-10-04 06:00:15,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-10-04 06:00:15,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f/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}b0ca3251164a7420692dd82dcaf48fa4d222d50d" -d '{"extra_specs": {}}' 2018-10-04 06:00:15,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:00: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-141baad1-045e-4ff9-9242-a0ddd0e87cea x-compute-request-id: req-141baad1-045e-4ff9-9242-a0ddd0e87cea Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-10-04 06:00:15,445 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f/os-extra_specs used request id req-141baad1-045e-4ff9-9242-a0ddd0e87cea 2018-10-04 06:00:15,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205700397491s 2018-10-04 06:00:15,446 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f/os-extra_specs used request id req-141baad1-045e-4ff9-9242-a0ddd0e87cea 2018-10-04 06:00:15,446 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_full_parallel-flavor_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc', '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'510ab77bdaaa470cad047d68b7d85c03', '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'a18883bd-c3f5-47fd-bdbd-a64b308a377f', 'swap': 0}) 2018-10-04 06:00:18,458 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-10-04 06:00:17.419 40 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) for deployment 'opnfv-rally' (UUID=6a6b3542-5059-4f7b-bb9c-c1812aa5f699). 2018-10-04 06:00:18.299 40 WARNING oslo_config.cfg [-] Option "swift_operator_role" from group "tempest" is deprecated. Use option "swift_operator_role" from group "openstack". 2018-10-04 06:00:18.301 40 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080) has been successfully configured for deployment 'opnfv-rally' (UUID=6a6b3542-5059-4f7b-bb9c-c1812aa5f699)! 2018-10-04 06:00:18,458 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-10-04 06:00:18,459 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-10-04 06:00:18,462 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-10-04 06:00:18,472 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-10-04 06:00:21,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e52073a8-a2a6-4800-9e23-68dedda6a080/repo; testr list-tests '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))' >/home/opnfv/functest/results/tempest_full_parallel/test_list.txt 2>/dev/null) 2018-10-04 06:00:21,286 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-10-04 06:00:21,307 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-10-04 06:00:21,309 - 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-04 06:00:23,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:23.273 49 INFO rally.api [-] Starting verification (UUID=cddacb44-f86b-4db0-8d33-892643a36c88) for deployment 'opnfv-rally' (UUID=6a6b3542-5059-4f7b-bb9c-c1812aa5f699) by verifier 'opnfv-tempest' (UUID=e52073a8-a2a6-4800-9e23-68dedda6a080). 2018-10-04 06:00:23,274 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Verification UUID: cddacb44-f86b-4db0-8d33-892643a36c88 2018-10-04 06:00:27,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.708 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: FixedIPsTestJson skipped as neutron is available 2018-10-04 06:00:27,852 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.852 49 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: FixedIPsNegativeTestJson skipped as neutron is available 2018-10-04 06:00:27,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.853 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-04 06:00:27,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.878 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-04 06:00:27,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:27.895 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-04 06:00:31,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.143 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.215s] 2018-10-04 06:00:31,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.177 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.208s] 2018-10-04 06:00:31,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.220 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.077s] 2018-10-04 06:00:31,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.303 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.348s] 2018-10-04 06:00:31,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.312 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.093s] 2018-10-04 06:00:31,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.357 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.216s] 2018-10-04 06:00:31,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.372 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-04 06:00:31,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.423 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_servers ... success [0.109s] 2018-10-04 06:00:31,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.449 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.326s] 2018-10-04 06:00:31,454 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.454 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.032s] 2018-10-04 06:00:31,515 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.515 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.256s] 2018-10-04 06:00:31,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.564 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.260s] 2018-10-04 06:00:31,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.635 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.119s] 2018-10-04 06:00:31,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.644 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.193s] 2018-10-04 06:00:31,645 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.645 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.271s] 2018-10-04 06:00:31,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.695 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.238s] 2018-10-04 06:00:31,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.707 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.223s] 2018-10-04 06:00:31,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.718 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-04 06:00:31,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.742 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.099s] 2018-10-04 06:00:31,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.760 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.195s] 2018-10-04 06:00:31,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.762 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_search_hypervisor ... success [0.067s] 2018-10-04 06:00:31,789 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.789 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.070s] 2018-10-04 06:00:31,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.822 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.268s] 2018-10-04 06:00:31,845 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.845 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.056s] 2018-10-04 06:00:31,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:31.881 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.060s] 2018-10-04 06:00:32,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.073 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.525s] 2018-10-04 06:00:32,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.108 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [1.051s] 2018-10-04 06:00:32,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.348 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.501s] 2018-10-04 06:00:32,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.361 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.012s] 2018-10-04 06:00:32,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.372 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.011s] 2018-10-04 06:00:32,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.500 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.739s] 2018-10-04 06:00:32,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.518 49 INFO opnfv-tempest [-] {5} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.409s] 2018-10-04 06:00:32,575 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.575 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.483s] 2018-10-04 06:00:32,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:32.696 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.953s] 2018-10-04 06:00:33,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:33.210 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.514s] 2018-10-04 06:00:33,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:33.661 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [1.588s] 2018-10-04 06:00:34,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.075 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [1.573s] 2018-10-04 06:00:34,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.120 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [2.237s] 2018-10-04 06:00:34,201 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.201 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [3.033s] 2018-10-04 06:00:34,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.517 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [1.943s] 2018-10-04 06:00:34,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.763 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [1.100s] 2018-10-04 06:00:34,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.776 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.014s] 2018-10-04 06:00:34,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.788 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.010s] 2018-10-04 06:00:34,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:34.800 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2018-10-04 06:00:35,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:35.129 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [1.052s] 2018-10-04 06:00:35,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:35.581 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.781s] 2018-10-04 06:00:35,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:35.876 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.747s] 2018-10-04 06:00:36,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.097 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.515s] 2018-10-04 06:00:36,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.177 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.080s] 2018-10-04 06:00:36,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.626 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_cpu_quota_is_full ... success [5.297s] 2018-10-04 06:00:36,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.708 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.529s] 2018-10-04 06:00:36,748 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.748 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.040s] 2018-10-04 06:00:36,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:36.765 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.017s] 2018-10-04 06:00:37,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:37.067 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.187s] 2018-10-04 06:00:37,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:37.768 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.701s] 2018-10-04 06:00:37,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:37.780 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [1.013s] 2018-10-04 06:00:38,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:38.333 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.565s] 2018-10-04 06:00:38,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:38.384 49 INFO opnfv-tempest [-] {14} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.604s] 2018-10-04 06:00:39,885 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:39.884 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: Swapping volumes is not supported. 2018-10-04 06:00:40,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:40.223 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_instances_quota_is_full ... success [3.596s] 2018-10-04 06:00:40,624 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:40.623 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.884s] 2018-10-04 06:00:40,927 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:40.927 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.303s] 2018-10-04 06:00:41,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:41.272 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.345s] 2018-10-04 06:00:41,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:41.649 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.376s] 2018-10-04 06:00:41,995 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:41.994 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.345s] 2018-10-04 06:00:42,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:42.163 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.167s] 2018-10-04 06:00:42,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:42.575 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.116s] 2018-10-04 06:00:42,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:42.601 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.026s] 2018-10-04 06:00:43,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.720 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_server_when_memory_quota_is_full ... success [3.496s] 2018-10-04 06:00:43,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.724 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-04 06:00:43,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.727 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-04 06:00:43,741 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:43.740 49 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_update_quota_normal_user ... success [0.018s] 2018-10-04 06:00:44,092 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.092 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.232s] 2018-10-04 06:00:44,191 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.191 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_and_host_name ... success [0.099s] 2018-10-04 06:00:44,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.233 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.042s] 2018-10-04 06:00:44,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.289 49 INFO opnfv-tempest [-] {13} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.055s] 2018-10-04 06:00:44,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.604 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-04 06:00:44,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:44.605 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-04 06:00:46,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.013 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.096s] 2018-10-04 06:00:46,028 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.027 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.015s] 2018-10-04 06:00:46,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.042 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.183s] 2018-10-04 06:00:46,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.088 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.046s] 2018-10-04 06:00:46,128 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.128 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.039s] 2018-10-04 06:00:46,190 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.190 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.161s] 2018-10-04 06:00:46,203 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.202 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.012s] 2018-10-04 06:00:46,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.218 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.015s] 2018-10-04 06:00:46,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.230 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-04 06:00:46,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.257 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.026s] 2018-10-04 06:00:46,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.268 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.011s] 2018-10-04 06:00:46,293 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.292 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.024s] 2018-10-04 06:00:46,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.302 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-04 06:00:46,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.312 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.009s] 2018-10-04 06:00:46,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.323 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.010s] 2018-10-04 06:00:46,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.333 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.010s] 2018-10-04 06:00:46,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.369 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.036s] 2018-10-04 06:00:46,981 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:46.980 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.187s] 2018-10-04 06:00:47,808 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:47.807 49 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [16.391s] 2018-10-04 06:00:49,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:49.577 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.717s] 2018-10-04 06:00:50,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:50.089 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.511s] 2018-10-04 06:00:50,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:50.433 49 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.345s] 2018-10-04 06:00:52,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:52.218 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [20.941s] 2018-10-04 06:00:56,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:56.006 49 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.210s] 2018-10-04 06:00:57,722 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:57.722 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [1.365s] 2018-10-04 06:00:58,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:58.328 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.604s] 2018-10-04 06:00:58,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:58.800 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.472s] 2018-10-04 06:00:59,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.045 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.545s] 2018-10-04 06:00:59,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.233 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.189s] 2018-10-04 06:00:59,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.267 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [17.501s] 2018-10-04 06:00:59,650 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:00:59.649 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.789s] 2018-10-04 06:01:00,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:00.334 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.683s] 2018-10-04 06:01:00,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:00.754 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.420s] 2018-10-04 06:01:00,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:00.893 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [16.359s] 2018-10-04 06:01:03,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:03.530 49 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [4.728s] 2018-10-04 06:01:03,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:03.813 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.922s] 2018-10-04 06:01:04,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:04.296 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.367s] 2018-10-04 06:01:04,308 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:04.307 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.011s] 2018-10-04 06:01:05,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.294 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.984s] 2018-10-04 06:01:05,297 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.297 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-04 06:01:05,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.301 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-04 06:01:05,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.303 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-04 06:01:05,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.635 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.336s] 2018-10-04 06:01:05,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.888 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [6.652s] 2018-10-04 06:01:05,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.944 49 INFO opnfv-tempest [-] {13} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.305s] 2018-10-04 06:01:05,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.947 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-04 06:01:05,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.948 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-04 06:01:05,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:05.948 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-04 06:01:06,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:06.966 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [3.153s] 2018-10-04 06:01:09,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:09.781 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [2.814s] 2018-10-04 06:01:09,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:09.923 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [23.794s] 2018-10-04 06:01:10,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.094 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.171s] 2018-10-04 06:01:10,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.484 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [23.497s] 2018-10-04 06:01:10,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.493 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.014s] 2018-10-04 06:01:10,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.505 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.010s] 2018-10-04 06:01:10,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.507 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.726s] 2018-10-04 06:01:10,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:10.517 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.012s] 2018-10-04 06:01:11,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.641 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [23.902s] 2018-10-04 06:01:11,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.662 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.026s] 2018-10-04 06:01:11,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.675 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-04 06:01:11,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.686 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.011s] 2018-10-04 06:01:11,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.697 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_blank_id ... success [0.010s] 2018-10-04 06:01:11,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:11.911 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [1.403s] 2018-10-04 06:01:12,022 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:12.022 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_negative_image_id ... success [0.324s] 2018-10-04 06:01:12,198 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:12.198 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.175s] 2018-10-04 06:01:12,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:12.995 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.797s] 2018-10-04 06:01:13,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:13.067 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [1.155s] 2018-10-04 06:01:13,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:13.315 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.319s] 2018-10-04 06:01:13,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:13.618 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_delete_non_existent_image ... success [0.303s] 2018-10-04 06:01:15,309 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:15.308 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [2.240s] 2018-10-04 06:01:15,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:15.772 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [23.548s] 2018-10-04 06:01:15,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:15.773 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.462s] 2018-10-04 06:01:17,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:17.320 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [11.432s] 2018-10-04 06:01:19,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:19.126 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [8.606s] 2018-10-04 06:01:20,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:20.492 49 INFO opnfv-tempest [-] {15} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.365s] 2018-10-04 06:01:22,803 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.802 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.183s] 2018-10-04 06:01:22,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.813 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.011s] 2018-10-04 06:01:22,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.826 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.012s] 2018-10-04 06:01:22,876 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.876 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [24.121s] 2018-10-04 06:01:22,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.970 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.143s] 2018-10-04 06:01:22,983 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:22.982 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.012s] 2018-10-04 06:01:23,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.031 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_hypervisor_with_non_admin_user ... success [0.048s] 2018-10-04 06:01:23,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.053 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_search_nonexistent_hypervisor ... success [0.022s] 2018-10-04 06:01:23,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.100 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.046s] 2018-10-04 06:01:23,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.112 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.011s] 2018-10-04 06:01:23,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.357 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_non_admin_user ... success [0.244s] 2018-10-04 06:01:23,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:23.375 49 INFO opnfv-tempest [-] {8} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_servers_with_nonexistent_hypervisor ... success [0.018s] 2018-10-04 06:01:27,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:27.911 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-04 06:01:28,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:28.083 49 INFO opnfv-tempest [-] {10} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [5.209s] 2018-10-04 06:01:30,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.315 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.220s] 2018-10-04 06:01:30,406 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.405 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.090s] 2018-10-04 06:01:30,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.498 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.092s] 2018-10-04 06:01:30,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:30.693 49 INFO opnfv-tempest [-] {7} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.196s] 2018-10-04 06:01:32,044 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:32.044 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.756s] 2018-10-04 06:01:32,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:32.466 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.421s] 2018-10-04 06:01:32,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:32.657 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.739s] 2018-10-04 06:01:33,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:33.187 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.530s] 2018-10-04 06:01:35,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:35.816 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [2.628s] 2018-10-04 06:01:36,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:36.731 49 INFO opnfv-tempest [-] {15} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: Nova cert is not available 2018-10-04 06:01:37,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:37.933 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [2.114s] 2018-10-04 06:01:38,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.136 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [25.138s] 2018-10-04 06:01:38,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.189 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [16.246s] 2018-10-04 06:01:38,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.431 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.246s] 2018-10-04 06:01:38,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.626 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.694s] 2018-10-04 06:01:38,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.776 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.169s] 2018-10-04 06:01:38,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:38.824 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.047s] 2018-10-04 06:01:39,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:39.051 49 INFO opnfv-tempest [-] {12} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.226s] 2018-10-04 06:01:39,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:39.811 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.377s] 2018-10-04 06:01:40,323 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:40.323 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.512s] 2018-10-04 06:01:40,360 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:40.360 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.038s] 2018-10-04 06:01:41,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:41.505 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [3.371s] 2018-10-04 06:01:42,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:42.735 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [2.373s] 2018-10-04 06:01:43,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.348 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.608s] 2018-10-04 06:01:43,349 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.348 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.171s] 2018-10-04 06:01:43,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.402 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.056s] 2018-10-04 06:01:43,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.476 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.071s] 2018-10-04 06:01:43,538 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.537 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.063s] 2018-10-04 06:01:43,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.565 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.027s] 2018-10-04 06:01:43,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.625 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.059s] 2018-10-04 06:01:43,679 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.679 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.053s] 2018-10-04 06:01:43,744 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.744 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.065s] 2018-10-04 06:01:43,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.766 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.022s] 2018-10-04 06:01:43,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.832 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.065s] 2018-10-04 06:01:43,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:43.907 49 INFO opnfv-tempest [-] {7} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.075s] 2018-10-04 06:01:46,491 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:46.490 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-04 06:01:51,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:51.155 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [9.648s] 2018-10-04 06:01:58,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:58.091 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [24.789s] 2018-10-04 06:01:58,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:01:58.380 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [57.614s] 2018-10-04 06:02:01,702 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:01.702 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [8.886s] 2018-10-04 06:02:09,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:09.759 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.276s] 2018-10-04 06:02:09,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:09.787 49 INFO opnfv-tempest [-] {10} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.027s] 2018-10-04 06:02:10,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:10.324 49 INFO opnfv-tempest [-] {15} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [8.623s] 2018-10-04 06:02:13,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:13.721 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.049s] 2018-10-04 06:02:13,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:13.819 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.098s] 2018-10-04 06:02:15,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:15.761 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [38.101s] 2018-10-04 06:02:17,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:17.801 49 INFO opnfv-tempest [-] {14} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [2.045s] 2018-10-04 06:02:21,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:21.539 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [91.953s] 2018-10-04 06:02:21,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:21.562 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.029s] 2018-10-04 06:02:23,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:23.986 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [26.735s] 2018-10-04 06:02:27,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:27.956 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-04 06:02:30,467 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:30.467 49 INFO opnfv-tempest [-] {10} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_image_meta_exceed_limit ... success [2.001s] 2018-10-04 06:02:30,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:30.947 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [44.444s] 2018-10-04 06:02:30,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:30.953 49 INFO opnfv-tempest [-] {15} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.412s] 2018-10-04 06:02:38,239 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:38.239 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [47.073s] 2018-10-04 06:02:40,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.499 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.542s] 2018-10-04 06:02:40,510 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.509 49 INFO opnfv-tempest [-] {6} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [16.522s] 2018-10-04 06:02:40,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.545 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.047s] 2018-10-04 06:02:40,720 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:40.719 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [2.487s] 2018-10-04 06:02:42,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:42.070 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [43.972s] 2018-10-04 06:02:42,282 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:42.282 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [1.736s] 2018-10-04 06:02:42,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:42.302 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.019s] 2018-10-04 06:02:44,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:44.250 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [1.947s] 2018-10-04 06:02:46,492 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.491 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [4.424s] 2018-10-04 06:02:46,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.553 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 [18.078s] 2018-10-04 06:02:46,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.564 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.011s] 2018-10-04 06:02:46,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:46.984 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.418s] 2018-10-04 06:02:47,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:47.189 49 INFO opnfv-tempest [-] {7} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.206s] 2018-10-04 06:02:50,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:50.465 49 INFO opnfv-tempest [-] {5} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [52.073s] 2018-10-04 06:02:56,826 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:56.826 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [1.419s] 2018-10-04 06:02:58,254 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:58.253 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [1.427s] 2018-10-04 06:02:59,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:02:59.597 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.841s] 2018-10-04 06:03:00,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:00.346 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [29.393s] 2018-10-04 06:03:00,348 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:00.348 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-04 06:03:02,634 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:02.634 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.501s] 2018-10-04 06:03:04,099 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:04.099 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [17.601s] 2018-10-04 06:03:04,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:04.100 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-04 06:03:05,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:05.423 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-04 06:03:07,218 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:07.218 49 INFO opnfv-tempest [-] {6} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.445s] 2018-10-04 06:03:09,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:09.165 49 INFO opnfv-tempest [-] {12} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.535s] 2018-10-04 06:03:09,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:09.217 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [1.128s] 2018-10-04 06:03:10,033 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:10.033 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [3.436s] 2018-10-04 06:03:11,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.383 49 INFO opnfv-tempest [-] {7} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON ... fail 2018-10-04 06:03:11,384 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.384 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-04 06:03:11,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.531 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.499s] 2018-10-04 06:03:11,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:11.543 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.012s] 2018-10-04 06:03:12,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:12.367 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 [0.822s] 2018-10-04 06:03:12,712 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:12.711 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [3.492s] 2018-10-04 06:03:13,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:13.147 49 INFO opnfv-tempest [-] {5} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.780s] 2018-10-04 06:03:14,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:14.934 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.785s] 2018-10-04 06:03:15,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:15.116 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.182s] 2018-10-04 06:03:15,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:15.195 49 INFO opnfv-tempest [-] {15} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_tokens ... success [2.484s] 2018-10-04 06:03:15,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:15.474 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.357s] 2018-10-04 06:03:16,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:16.314 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [16.712s] 2018-10-04 06:03:20,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:20.758 49 INFO opnfv-tempest [-] {15} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:03:27,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:27.178 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_add_image_member ... fail [0.012s] 2018-10-04 06:03:27,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:27.188 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_get_shared_images ... fail [0.010s] 2018-10-04 06:03:27,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:27.199 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_image_members.ImageMembersTest.test_remove_member ... fail [0.010s] 2018-10-04 06:03:30,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:30.101 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-04 06:03:30,433 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:30.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [107.062s] 2018-10-04 06:03:33,631 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:33.630 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... fail [28.190s] 2018-10-04 06:03:35,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:35.709 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [19.393s] 2018-10-04 06:03:37,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.423 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_http_image ... fail [0.009s] 2018-10-04 06:03:37,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.430 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_image_with_min_ram ... fail [0.007s] 2018-10-04 06:03:37,438 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.438 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_remote_image ... fail [0.007s] 2018-10-04 06:03:37,446 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:37.445 49 INFO opnfv-tempest [-] {15} tempest.api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload ... fail [0.007s] 2018-10-04 06:03:39,226 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:39.225 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [5.600s] 2018-10-04 06:03:42,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:42.516 49 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [16.664s] 2018-10-04 06:03:42,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:42.754 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.527s] 2018-10-04 06:03:43,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:43.121 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.366s] 2018-10-04 06:03:43,618 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:43.617 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.496s] 2018-10-04 06:03:43,859 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:43.859 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.241s] 2018-10-04 06:03:44,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.136 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [18.050s] 2018-10-04 06:03:44,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.304 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.443s] 2018-10-04 06:03:44,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.371 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.068s] 2018-10-04 06:03:44,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.508 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.137s] 2018-10-04 06:03:44,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.581 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-04 06:03:44,657 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.657 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-04 06:03:44,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.729 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.071s] 2018-10-04 06:03:44,798 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:44.797 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.068s] 2018-10-04 06:03:45,639 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:45.638 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [84.055s] 2018-10-04 06:03:45,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:45.865 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [15.435s] 2018-10-04 06:03:47,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:47.196 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.331s] 2018-10-04 06:03:51,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:51.176 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [4.075s] 2018-10-04 06:03:52,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:52.229 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.057s] 2018-10-04 06:03:58,037 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:58.037 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [6.860s] 2018-10-04 06:03:58,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:58.224 49 INFO opnfv-tempest [-] {12} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.994s] 2018-10-04 06:03:59,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:03:59.819 49 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... fail [0.200s] 2018-10-04 06:04:03,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:03.054 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: Nova personality feature disabled 2018-10-04 06:04:06,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:06.955 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.506s] 2018-10-04 06:04:07,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:07.121 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.166s] 2018-10-04 06:04:07,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:07.461 49 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.339s] 2018-10-04 06:04:08,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:08.704 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [10.666s] 2018-10-04 06:04:16,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:16.078 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [40.362s] 2018-10-04 06:04:16,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:16.112 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [71.997s] 2018-10-04 06:04:17,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:17.168 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [8.463s] 2018-10-04 06:04:18,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:18.151 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... fail [133.803s] 2018-10-04 06:04:18,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:18.211 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.066s] 2018-10-04 06:04:18,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:18.734 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.523s] 2018-10-04 06:04:23,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:23.690 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [6.522s] 2018-10-04 06:04:27,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:27.262 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [110.658s] 2018-10-04 06:04:27,754 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:27.753 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.391s] 2018-10-04 06:04:28,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:28.122 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.368s] 2018-10-04 06:04:28,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:28.646 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.955s] 2018-10-04 06:04:29,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:29.787 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [1.665s] 2018-10-04 06:04:30,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:30.117 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces ... success [45.976s] 2018-10-04 06:04:30,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:30.177 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.390s] 2018-10-04 06:04:30,955 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:30.955 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.776s] 2018-10-04 06:04:31,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:31.547 49 INFO opnfv-tempest [-] {12} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.592s] 2018-10-04 06:04:33,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:33.483 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [17.371s] 2018-10-04 06:04:33,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:33.581 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.500s] 2018-10-04 06:04:34,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:34.937 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [6.289s] 2018-10-04 06:04:41,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:41.822 49 INFO opnfv-tempest [-] {15} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [6.885s] 2018-10-04 06:04:42,407 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:42.407 49 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [28.110s] 2018-10-04 06:04:42,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:42.533 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:04:49,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:49.135 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.425s] 2018-10-04 06:04:57,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:57.593 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [72.776s] 2018-10-04 06:04:57,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:57.613 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.024s] 2018-10-04 06:04:58,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.440 49 INFO opnfv-tempest [-] {9} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [26.285s] 2018-10-04 06:04:58,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.442 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-04 06:04:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.442 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-04 06:04:58,443 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.443 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-04 06:04:58,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.926 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.310s] 2018-10-04 06:04:58,930 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:58.930 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-04 06:04:59,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:59.312 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.385s] 2018-10-04 06:04:59,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:04:59.488 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.177s] 2018-10-04 06:05:00,188 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:00.187 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.986s] 2018-10-04 06:05:01,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:01.497 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_update_with_few_fields ... success [1.304s] 2018-10-04 06:05:01,525 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:01.525 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... fail [232.837s] 2018-10-04 06:05:02,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.377 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [83.130s] 2018-10-04 06:05:02,379 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.378 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_by_unauthorized_user ... success [0.014s] 2018-10-04 06:05:02,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.845 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_project_with_empty_name ... success [0.466s] 2018-10-04 06:05:02,911 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.910 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_create_projects_name_length_over_64 ... success [0.065s] 2018-10-04 06:05:02,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:02.961 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_delete_non_existent_project ... success [0.050s] 2018-10-04 06:05:03,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:03.041 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_list_projects_by_unauthorized_user ... success [0.080s] 2018-10-04 06:05:03,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:03.822 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... fail [187.180s] 2018-10-04 06:05:03,884 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:03.884 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.070s] 2018-10-04 06:05:04,264 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:04.264 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.377s] 2018-10-04 06:05:04,265 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:04.265 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_create_duplicate ... success [1.221s] 2018-10-04 06:05:05,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:05.468 49 INFO opnfv-tempest [-] {12} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [1.204s] 2018-10-04 06:05:06,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:06.084 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [8.807s] 2018-10-04 06:05:09,062 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:09.061 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [7.567s] 2018-10-04 06:05:11,700 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:11.699 49 INFO opnfv-tempest [-] {12} tempest.api.identity.v2.test_tokens.TokensTest ... skip: Identity api v2 is not enabled 2018-10-04 06:05:11,719 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:11.719 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [2.659s] 2018-10-04 06:05:14,687 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:14.686 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [8.602s] 2018-10-04 06:05:16,042 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:16.041 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [4.321s] 2018-10-04 06:05:17,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:17.596 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [91.930s] 2018-10-04 06:05:17,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:17.663 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [1.191s] 2018-10-04 06:05:17,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:17.781 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [47.658s] 2018-10-04 06:05:18,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:18.269 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [15.891s] 2018-10-04 06:05:19,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:19.298 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.033s] 2018-10-04 06:05:19,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:19.877 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [2.214s] 2018-10-04 06:05:22,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:22.047 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [7.360s] 2018-10-04 06:05:28,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:28.393 49 INFO opnfv-tempest [-] {9} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON ... fail 2018-10-04 06:05:28,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:28.971 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [6.924s] 2018-10-04 06:05:29,842 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:29.841 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.182s] 2018-10-04 06:05:29,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:29.991 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.149s] 2018-10-04 06:05:30,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.109 49 INFO opnfv-tempest [-] {11} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON.test_create_list_delete_floating_ips_bulk ... success [0.208s] 2018-10-04 06:05:30,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.179 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.188s] 2018-10-04 06:05:30,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.335 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.155s] 2018-10-04 06:05:30,484 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.484 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.148s] 2018-10-04 06:05:30,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.651 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.167s] 2018-10-04 06:05:30,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.834 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.182s] 2018-10-04 06:05:30,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.843 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.008s] 2018-10-04 06:05:30,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.895 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [2.683s] 2018-10-04 06:05:30,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:30.975 49 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.082s] 2018-10-04 06:05:31,030 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:31.029 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.186s] 2018-10-04 06:05:31,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:31.173 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.143s] 2018-10-04 06:05:33,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:33.584 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [66.305s] 2018-10-04 06:05:33,840 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:33.840 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.868s] 2018-10-04 06:05:36,607 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:36.606 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.147s] 2018-10-04 06:05:36,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:36.767 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.161s] 2018-10-04 06:05:37,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:37.976 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.977s] 2018-10-04 06:05:38,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:38.479 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [88.567s] 2018-10-04 06:05:38,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:38.833 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [2.064s] 2018-10-04 06:05:39,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.311 49 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2018-10-04 06:05:39,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.742 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.908s] 2018-10-04 06:05:39,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.750 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.007s] 2018-10-04 06:05:39,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:39.925 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.175s] 2018-10-04 06:05:40,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.121 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.194s] 2018-10-04 06:05:40,298 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.298 49 INFO opnfv-tempest [-] {12} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.177s] 2018-10-04 06:05:40,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.419 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [2.443s] 2018-10-04 06:05:40,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:40.656 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.816s] 2018-10-04 06:05:41,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.040 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.157s] 2018-10-04 06:05:41,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.152 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.112s] 2018-10-04 06:05:41,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.229 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_add_remove_security_group ... success [2.753s] 2018-10-04 06:05:41,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:41.915 49 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: metering extension not enabled. 2018-10-04 06:05:45,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:45.319 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [4.898s] 2018-10-04 06:05:50,502 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:50.501 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [9.844s] 2018-10-04 06:05:52,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:52.387 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 [7.068s] 2018-10-04 06:05:53,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:53.849 49 INFO opnfv-tempest [-] {13} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescued_vm_associate_dissociate_floating_ip ... success [12.618s] 2018-10-04 06:05:58,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:58.702 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [85.100s] 2018-10-04 06:05:59,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:59.343 49 INFO opnfv-tempest [-] {9} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [6.955s] 2018-10-04 06:05:59,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:05:59.550 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.776s] 2018-10-04 06:06:00,504 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:00.503 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.953s] 2018-10-04 06:06:01,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:01.295 49 INFO opnfv-tempest [-] {12} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [8.752s] 2018-10-04 06:06:03,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.241 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.091s] 2018-10-04 06:06:03,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.252 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-04 06:06:03,412 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.412 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.160s] 2018-10-04 06:06:03,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.423 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.011s] 2018-10-04 06:06:03,436 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.435 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.011s] 2018-10-04 06:06:03,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.471 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.035s] 2018-10-04 06:06:03,541 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.540 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.069s] 2018-10-04 06:06:03,610 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.609 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.068s] 2018-10-04 06:06:03,777 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.777 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.167s] 2018-10-04 06:06:03,792 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.792 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-10-04 06:06:03,880 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:03.880 49 INFO opnfv-tempest [-] {7} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.088s] 2018-10-04 06:06:04,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:04.466 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [90.963s] 2018-10-04 06:06:05,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:05.041 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [14.539s] 2018-10-04 06:06:08,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:08.205 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [3.162s] 2018-10-04 06:06:09,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:09.770 49 INFO opnfv-tempest [-] {12} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.172s] 2018-10-04 06:06:12,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:12.167 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: AccountQuotasNegativeTest skipped as swift is not available 2018-10-04 06:06:12,168 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:12.168 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: ObjectExpiryTest skipped as swift is not available 2018-10-04 06:06:12,169 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:12.169 49 INFO opnfv-tempest [-] {12} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: PublicObjectTest skipped as swift is not available 2018-10-04 06:06:14,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:14.790 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.454s] 2018-10-04 06:06:15,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.173 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.382s] 2018-10-04 06:06:15,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.435 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-04 06:06:15,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.437 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:06:15,564 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.563 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.390s] 2018-10-04 06:06:15,912 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:15.912 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [7.707s] 2018-10-04 06:06:16,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.335 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.771s] 2018-10-04 06:06:16,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.683 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.771s] 2018-10-04 06:06:16,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.725 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.389s] 2018-10-04 06:06:16,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:16.815 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.131s] 2018-10-04 06:06:17,453 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.453 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.638s] 2018-10-04 06:06:17,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.517 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.063s] 2018-10-04 06:06:17,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.581 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.064s] 2018-10-04 06:06:17,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:17.929 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.346s] 2018-10-04 06:06:18,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.041 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.111s] 2018-10-04 06:06:18,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.257 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.216s] 2018-10-04 06:06:18,307 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.307 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.050s] 2018-10-04 06:06:18,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:18.945 49 INFO opnfv-tempest [-] {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [4.595s] 2018-10-04 06:06:21,681 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:21.680 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.486s] 2018-10-04 06:06:22,002 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:22.001 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.321s] 2018-10-04 06:06:23,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:23.236 49 INFO opnfv-tempest [-] {8} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON.test_list_virtual_interfaces_invalid_server_id ... success [0.235s] 2018-10-04 06:06:23,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:23.476 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [1.431s] 2018-10-04 06:06:23,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:23.617 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [1.032s] 2018-10-04 06:06:24,229 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:24.229 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.612s] 2018-10-04 06:06:25,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:25.633 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [1.403s] 2018-10-04 06:06:26,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:26.076 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-10-04 06:06:26,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:26.099 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [2.622s] 2018-10-04 06:06:26,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:26.398 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.765s] 2018-10-04 06:06:27,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:27.523 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [1.123s] 2018-10-04 06:06:27,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:27.579 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.478s] 2018-10-04 06:06:28,626 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:28.625 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [1.103s] 2018-10-04 06:06:28,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:28.914 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.333s] 2018-10-04 06:06:29,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:29.018 49 INFO opnfv-tempest [-] {7} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.103s] 2018-10-04 06:06:29,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:29.215 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.589s] 2018-10-04 06:06:30,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:30.619 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [71.300s] 2018-10-04 06:06:30,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:30.625 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [12.317s] 2018-10-04 06:06:31,613 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:31.613 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [16.487s] 2018-10-04 06:06:31,717 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:31.717 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [2.801s] 2018-10-04 06:06:32,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:32.658 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.422s] 2018-10-04 06:06:32,872 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:32.871 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.214s] 2018-10-04 06:06:33,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:33.268 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:06:33,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:33.460 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.588s] 2018-10-04 06:06:34,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:34.419 49 INFO opnfv-tempest [-] {13} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [2.701s] 2018-10-04 06:06:34,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:34.428 49 INFO opnfv-tempest [-] {8} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [3.227s] 2018-10-04 06:06:35,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:35.640 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [5.022s] 2018-10-04 06:06:38,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:38.396 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [4.935s] 2018-10-04 06:06:38,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:38.727 49 INFO opnfv-tempest [-] {7} tempest.api.image.v1.test_images.UpdateImageMetaTest ... fail 2018-10-04 06:06:39,149 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:39.149 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.070s] 2018-10-04 06:06:39,208 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:39.208 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.059s] 2018-10-04 06:06:39,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:39.952 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.744s] 2018-10-04 06:06:40,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:40.896 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [2.499s] 2018-10-04 06:06:41,075 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.074 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.178s] 2018-10-04 06:06:41,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.126 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.051s] 2018-10-04 06:06:41,533 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.533 49 INFO opnfv-tempest [-] {4} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [83.920s] 2018-10-04 06:06:41,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:41.705 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [1.753s] 2018-10-04 06:06:42,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:42.054 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [49.659s] 2018-10-04 06:06:43,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.046 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.168s] 2018-10-04 06:06:43,241 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.241 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.194s] 2018-10-04 06:06:43,593 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.593 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.351s] 2018-10-04 06:06:43,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.787 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.194s] 2018-10-04 06:06:43,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:43.959 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.171s] 2018-10-04 06:06:44,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.158 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.199s] 2018-10-04 06:06:44,445 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.444 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.285s] 2018-10-04 06:06:44,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.471 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.027s] 2018-10-04 06:06:44,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.658 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.186s] 2018-10-04 06:06:44,839 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.839 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.180s] 2018-10-04 06:06:44,980 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.980 49 INFO opnfv-tempest [-] {13} tempest.api.network.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON ... skip: L3 Agent Scheduler Extension not enabled. 2018-10-04 06:06:44,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.987 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: StaticWebTest skipped as swift is not available 2018-10-04 06:06:44,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.989 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_services.ObjectTest ... skip: ObjectTest skipped as swift is not available 2018-10-04 06:06:44,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.991 49 INFO opnfv-tempest [-] {13} tempest.api.object_storage.test_object_version.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 06:06:44,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.993 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-04 06:06:44,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:44.994 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: Cinder multi-backend feature disabled 2018-10-04 06:06:48,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:48.776 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [5.296s] 2018-10-04 06:06:53,245 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.245 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [79.642s] 2018-10-04 06:06:53,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.472 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [21.857s] 2018-10-04 06:06:53,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.661 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_delete_quota ... success [2.094s] 2018-10-04 06:06:53,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.909 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.248s] 2018-10-04 06:06:53,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:53.941 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects ... success [0.308s] 2018-10-04 06:06:54,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.007 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_domains ... success [0.066s] 2018-10-04 06:06:54,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.071 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.063s] 2018-10-04 06:06:54,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.080 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_list_quotas ... success [0.171s] 2018-10-04 06:06:54,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.141 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_name ... success [0.069s] 2018-10-04 06:06:54,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:54.204 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.063s] 2018-10-04 06:06:59,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:06:59.843 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage ... success [5.760s] 2018-10-04 06:07:00,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:00.651 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [6.950s] 2018-10-04 06:07:02,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:02.864 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.611s] 2018-10-04 06:07:04,272 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.271 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.170s] 2018-10-04 06:07:04,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.280 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.008s] 2018-10-04 06:07:04,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.479 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.199s] 2018-10-04 06:07:04,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.668 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.188s] 2018-10-04 06:07:04,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:04.881 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.213s] 2018-10-04 06:07:05,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.133 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.252s] 2018-10-04 06:07:05,184 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.184 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-04 06:07:05,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.339 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.205s] 2018-10-04 06:07:05,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.374 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.035s] 2018-10-04 06:07:05,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.606 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.144s] 2018-10-04 06:07:05,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:05.781 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.406s] 2018-10-04 06:07:06,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.007 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.225s] 2018-10-04 06:07:06,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.242 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.234s] 2018-10-04 06:07:06,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.497 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.253s] 2018-10-04 06:07:06,530 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.530 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.032s] 2018-10-04 06:07:06,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.566 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.037s] 2018-10-04 06:07:06,874 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:06.874 49 INFO opnfv-tempest [-] {7} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.307s] 2018-10-04 06:07:07,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:07.944 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [5.078s] 2018-10-04 06:07:08,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:08.354 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.164s] 2018-10-04 06:07:08,986 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:08.986 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [9.141s] 2018-10-04 06:07:09,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:09.029 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.046s] 2018-10-04 06:07:09,085 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:09.084 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [3.476s] 2018-10-04 06:07:10,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:10.971 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [10.319s] 2018-10-04 06:07:11,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:11.027 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_quotas.BaseVolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.997s] 2018-10-04 06:07:11,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:11.736 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [2.653s] 2018-10-04 06:07:12,041 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:12.041 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [3.685s] 2018-10-04 06:07:12,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:12.055 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [4.111s] 2018-10-04 06:07:13,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:13.050 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.994s] 2018-10-04 06:07:13,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:13.341 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [1.300s] 2018-10-04 06:07:13,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:13.853 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.802s] 2018-10-04 06:07:14,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.336 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... fail [187.257s] 2018-10-04 06:07:14,398 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.398 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.069s] 2018-10-04 06:07:14,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.422 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.018s] 2018-10-04 06:07:14,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.451 49 INFO opnfv-tempest [-] {12} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [20.979s] 2018-10-04 06:07:14,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.650 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.797s] 2018-10-04 06:07:14,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.924 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [7.498s] 2018-10-04 06:07:14,992 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:14.992 49 INFO opnfv-tempest [-] {8} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [3.255s] 2018-10-04 06:07:15,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:15.065 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.667s] 2018-10-04 06:07:15,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:15.425 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [2.082s] 2018-10-04 06:07:15,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:15.431 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.780s] 2018-10-04 06:07:16,422 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:16.422 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.989s] 2018-10-04 06:07:17,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:17.747 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [2.321s] 2018-10-04 06:07:18,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:18.432 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [2.009s] 2018-10-04 06:07:18,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:18.992 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [4.568s] 2018-10-04 06:07:19,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:19.305 49 INFO opnfv-tempest [-] {13} tempest.api.volume.admin.test_volume_retype_with_migration.VolumeRetypeWithMigrationTest ... skip: Cinder multi-backend feature disabled. 2018-10-04 06:07:20,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:20.131 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [5.206s] 2018-10-04 06:07:20,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:20.573 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [2.141s] 2018-10-04 06:07:20,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:20.815 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.242s] 2018-10-04 06:07:21,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:21.344 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.528s] 2018-10-04 06:07:21,431 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:21.431 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [10.460s] 2018-10-04 06:07:21,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:21.863 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.518s] 2018-10-04 06:07:22,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.118 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.255s] 2018-10-04 06:07:22,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.249 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [4.500s] 2018-10-04 06:07:22,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.364 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.245s] 2018-10-04 06:07:22,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:22.781 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.416s] 2018-10-04 06:07:23,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:23.402 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.619s] 2018-10-04 06:07:23,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:23.957 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.707s] 2018-10-04 06:07:24,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:24.173 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.771s] 2018-10-04 06:07:24,236 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:24.235 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.279s] 2018-10-04 06:07:25,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:25.258 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [1.084s] 2018-10-04 06:07:25,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:25.933 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [4.501s] 2018-10-04 06:07:26,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:26.749 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [6.616s] 2018-10-04 06:07:27,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.401 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.837s] 2018-10-04 06:07:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.477 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... fail [188.730s] 2018-10-04 06:07:27,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.478 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-10-04 06:07:27,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:27.913 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [3.676s] 2018-10-04 06:07:28,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:28.960 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [1.048s] 2018-10-04 06:07:28,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:28.990 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.057s] 2018-10-04 06:07:29,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.064 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.806s] 2018-10-04 06:07:29,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.065 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-04 06:07:29,380 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.380 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.420s] 2018-10-04 06:07:29,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.400 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.020s] 2018-10-04 06:07:29,419 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.419 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-04 06:07:29,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.506 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.440s] 2018-10-04 06:07:29,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:29.760 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.254s] 2018-10-04 06:07:30,199 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:30.198 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.437s] 2018-10-04 06:07:30,335 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:30.335 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.585s] 2018-10-04 06:07:31,204 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.204 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [1.005s] 2018-10-04 06:07:31,521 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.520 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: AccountTest skipped as swift is not available 2018-10-04 06:07:31,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.522 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: CrossdomainTest skipped as swift is not available 2018-10-04 06:07:31,523 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.523 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-04 06:07:31,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.610 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.862s] 2018-10-04 06:07:31,742 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.741 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.129s] 2018-10-04 06:07:31,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:31.852 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.647s] 2018-10-04 06:07:32,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.139 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.286s] 2018-10-04 06:07:32,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.408 49 INFO opnfv-tempest [-] {4} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.666s] 2018-10-04 06:07:32,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.561 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.421s] 2018-10-04 06:07:32,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:32.829 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.268s] 2018-10-04 06:07:33,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:33.336 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.506s] 2018-10-04 06:07:33,846 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:33.846 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.509s] 2018-10-04 06:07:34,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.133 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.286s] 2018-10-04 06:07:34,351 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.351 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.948s] 2018-10-04 06:07:34,762 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.762 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.627s] 2018-10-04 06:07:34,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.765 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-04 06:07:34,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:34.766 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-04 06:07:35,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:35.267 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.504s] 2018-10-04 06:07:35,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:35.683 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.415s] 2018-10-04 06:07:35,812 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:35.812 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [13.551s] 2018-10-04 06:07:38,079 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:38.078 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [7.741s] 2018-10-04 06:07:42,383 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:42.383 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.696s] 2018-10-04 06:07:43,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:43.572 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [1.191s] 2018-10-04 06:07:44,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.061 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.487s] 2018-10-04 06:07:44,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.064 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-04 06:07:44,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.064 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-04 06:07:44,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.149 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [6.070s] 2018-10-04 06:07:44,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.704 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.643s] 2018-10-04 06:07:44,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:44.805 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.553s] 2018-10-04 06:07:45,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:45.136 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.431s] 2018-10-04 06:07:45,535 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:45.535 49 INFO opnfv-tempest [-] {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.399s] 2018-10-04 06:07:50,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:50.584 49 INFO opnfv-tempest [-] {8} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [16.232s] 2018-10-04 06:07:51,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.355 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [22.363s] 2018-10-04 06:07:51,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.414 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.059s] 2018-10-04 06:07:51,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.647 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.232s] 2018-10-04 06:07:51,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:51.753 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: Identity api v2 is not enabled 2018-10-04 06:07:55,994 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:55.994 49 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [8.170s] 2018-10-04 06:07:56,410 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.410 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2018-10-04 06:07:56,483 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.482 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.072s] 2018-10-04 06:07:56,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.526 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.174s] 2018-10-04 06:07:56,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.565 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.082s] 2018-10-04 06:07:56,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.573 49 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2018-10-04 06:07:56,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:56.597 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.071s] 2018-10-04 06:07:57,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.506 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.907s] 2018-10-04 06:07:57,517 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.517 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-04 06:07:57,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.560 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.042s] 2018-10-04 06:07:57,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.570 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.011s] 2018-10-04 06:07:57,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.632 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.061s] 2018-10-04 06:07:57,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:07:57.668 49 INFO opnfv-tempest [-] {4} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.035s] 2018-10-04 06:08:01,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.707 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: HealthcheckTest skipped as swift is not available 2018-10-04 06:08:01,708 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.708 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: ObjectFormPostTest skipped as swift is not available 2018-10-04 06:08:01,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.708 49 INFO opnfv-tempest [-] {8} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: ObjectTempUrlTest skipped as swift is not available 2018-10-04 06:08:01,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:01.726 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [16.920s] 2018-10-04 06:08:04,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:04.904 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.233s] 2018-10-04 06:08:07,938 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:07.938 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.505s] 2018-10-04 06:08:08,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.107 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.169s] 2018-10-04 06:08:08,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.652 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.770s] 2018-10-04 06:08:08,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.662 49 INFO opnfv-tempest [-] {9} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2018-10-04 06:08:08,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:08.865 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [17.216s] 2018-10-04 06:08:11,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.018 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: Identity api v2 is not enabled 2018-10-04 06:08:11,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.062 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.334s] 2018-10-04 06:08:11,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.064 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-04 06:08:11,343 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.343 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [78.082s] 2018-10-04 06:08:11,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.643 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... fail [187.369s] 2018-10-04 06:08:11,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:11.644 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2018-10-04 06:08:12,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:12.388 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.061s] 2018-10-04 06:08:12,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:12.403 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.015s] 2018-10-04 06:08:12,662 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:12.661 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.504s] 2018-10-04 06:08:15,326 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:15.325 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [93.255s] 2018-10-04 06:08:15,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:15.532 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-04 06:08:16,680 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:16.679 49 INFO opnfv-tempest [-] {4} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.056s] 2018-10-04 06:08:16,698 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:16.697 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-04 06:08:17,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:17.915 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.851s] 2018-10-04 06:08:19,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:19.250 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [2.821s] 2018-10-04 06:08:19,501 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:19.501 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.055s] 2018-10-04 06:08:20,790 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:20.790 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [1.288s] 2018-10-04 06:08:22,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:22.057 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [2.806s] 2018-10-04 06:08:22,247 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:22.247 49 INFO opnfv-tempest [-] {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [1.456s] 2018-10-04 06:08:24,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:24.266 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [15.399s] 2018-10-04 06:08:24,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:24.315 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.049s] 2018-10-04 06:08:24,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:24.361 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.046s] 2018-10-04 06:08:25,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:25.890 49 INFO opnfv-tempest [-] {10} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [14.546s] 2018-10-04 06:08:26,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:26.910 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 [4.852s] 2018-10-04 06:08:27,493 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.493 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.104s] 2018-10-04 06:08:27,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.507 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.014s] 2018-10-04 06:08:27,526 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.526 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.018s] 2018-10-04 06:08:27,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.938 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.412s] 2018-10-04 06:08:27,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.950 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.012s] 2018-10-04 06:08:27,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:27.961 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-04 06:08:28,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:28.369 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.406s] 2018-10-04 06:08:28,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:28.732 49 INFO opnfv-tempest [-] {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.362s] 2018-10-04 06:08:29,494 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:29.493 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [11.577s] 2018-10-04 06:08:29,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:29.828 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [1.095s] 2018-10-04 06:08:31,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.130 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:08:31,256 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.256 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.341s] 2018-10-04 06:08:31,621 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.620 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-04 06:08:31,991 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:31.991 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.191s] 2018-10-04 06:08:34,152 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.151 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [75.138s] 2018-10-04 06:08:34,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.837 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.377s] 2018-10-04 06:08:34,855 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.855 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.019s] 2018-10-04 06:08:34,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:34.881 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.025s] 2018-10-04 06:08:35,205 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:35.205 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.322s] 2018-10-04 06:08:36,749 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.749 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.540s] 2018-10-04 06:08:36,765 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.765 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.019s] 2018-10-04 06:08:36,784 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.784 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.019s] 2018-10-04 06:08:36,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.796 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.011s] 2018-10-04 06:08:36,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.807 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.011s] 2018-10-04 06:08:36,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.827 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.020s] 2018-10-04 06:08:36,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.838 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.010s] 2018-10-04 06:08:36,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:36.849 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.011s] 2018-10-04 06:08:37,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:37.064 49 INFO opnfv-tempest [-] {10} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.866s] 2018-10-04 06:08:37,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:37.710 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [7.880s] 2018-10-04 06:08:37,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:37.849 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [13.484s] 2018-10-04 06:08:41,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:41.367 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [5.059s] 2018-10-04 06:08:42,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:42.459 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.973s] 2018-10-04 06:08:43,572 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:43.571 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [1.112s] 2018-10-04 06:08:44,182 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:44.182 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [6.471s] 2018-10-04 06:08:45,536 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:45.535 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [1.963s] 2018-10-04 06:08:46,581 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:46.580 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [31.251s] 2018-10-04 06:08:46,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:46.605 49 INFO opnfv-tempest [-] {9} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [1.071s] 2018-10-04 06:08:48,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:48.157 49 INFO opnfv-tempest [-] {10} tempest.api.image.v1.test_images.ListImagesTest ... fail 2018-10-04 06:08:51,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:51.388 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [7.205s] 2018-10-04 06:08:52,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:52.368 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [14.400s] 2018-10-04 06:08:53,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:53.632 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.355s] 2018-10-04 06:08:54,134 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:54.133 49 INFO opnfv-tempest [-] {15} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [16.284s] 2018-10-04 06:08:55,801 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:55.801 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [2.167s] 2018-10-04 06:08:55,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:55.864 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.064s] 2018-10-04 06:08:56,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:56.585 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [16.175s] 2018-10-04 06:08:56,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:56.692 49 INFO opnfv-tempest [-] {4} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.828s] 2018-10-04 06:08:58,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:58.570 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.521s] 2018-10-04 06:08:58,571 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:58.571 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-04 06:08:59,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:08:59.265 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [7.876s] 2018-10-04 06:09:00,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.219 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [2.280s] 2018-10-04 06:09:00,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.317 49 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [1.053s] 2018-10-04 06:09:00,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.391 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.174s] 2018-10-04 06:09:00,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.544 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.152s] 2018-10-04 06:09:00,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:00.561 49 INFO opnfv-tempest [-] {10} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.992s] 2018-10-04 06:09:01,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:01.257 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [31.759s] 2018-10-04 06:09:01,330 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:01.329 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [4.746s] 2018-10-04 06:09:02,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:02.267 49 INFO opnfv-tempest [-] {11} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [15.686s] 2018-10-04 06:09:03,167 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:03.166 49 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON.test_list_virtual_interfaces ... success [0.052s] 2018-10-04 06:09:03,843 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:03.843 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [3.296s] 2018-10-04 06:09:05,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:05.709 49 INFO opnfv-tempest [-] {7} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [4.454s] 2018-10-04 06:09:07,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:07.025 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [14.655s] 2018-10-04 06:09:07,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:07.227 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [3.383s] 2018-10-04 06:09:09,747 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:09.746 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [8.416s] 2018-10-04 06:09:09,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:09.904 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.158s] 2018-10-04 06:09:10,097 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.096 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.192s] 2018-10-04 06:09:10,158 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.158 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.061s] 2018-10-04 06:09:10,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.195 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.036s] 2018-10-04 06:09:10,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.231 49 INFO opnfv-tempest [-] {4} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [2.605s] 2018-10-04 06:09:10,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.303 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [3.076s] 2018-10-04 06:09:10,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.397 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.202s] 2018-10-04 06:09:10,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.572 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.175s] 2018-10-04 06:09:10,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.767 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.194s] 2018-10-04 06:09:10,972 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:10.972 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.204s] 2018-10-04 06:09:11,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.150 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.178s] 2018-10-04 06:09:11,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.333 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.182s] 2018-10-04 06:09:11,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.544 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.209s] 2018-10-04 06:09:11,682 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.682 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.360s] 2018-10-04 06:09:11,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.734 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.191s] 2018-10-04 06:09:11,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.926 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest ... skip: Manage volume tests are disabled 2018-10-04 06:09:11,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:11.948 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.214s] 2018-10-04 06:09:12,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:12.142 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.193s] 2018-10-04 06:09:12,312 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:12.312 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.169s] 2018-10-04 06:09:12,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:12.566 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.254s] 2018-10-04 06:09:13,760 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:13.759 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [1.192s] 2018-10-04 06:09:13,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:13.957 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.197s] 2018-10-04 06:09:14,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.021 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.063s] 2018-10-04 06:09:14,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.289 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.268s] 2018-10-04 06:09:14,332 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.331 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.041s] 2018-10-04 06:09:14,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.369 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.037s] 2018-10-04 06:09:14,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.405 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.036s] 2018-10-04 06:09:14,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.462 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.057s] 2018-10-04 06:09:14,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.709 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.245s] 2018-10-04 06:09:14,745 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.745 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.035s] 2018-10-04 06:09:14,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.793 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.047s] 2018-10-04 06:09:14,827 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.826 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.033s] 2018-10-04 06:09:14,871 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:14.871 49 INFO opnfv-tempest [-] {8} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.044s] 2018-10-04 06:09:18,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:18.549 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.084s] 2018-10-04 06:09:18,800 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:18.799 49 INFO opnfv-tempest [-] {9} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.250s] 2018-10-04 06:09:19,465 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:19.464 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [4.515s] 2018-10-04 06:09:20,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:20.545 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.082s] 2018-10-04 06:09:22,131 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:22.130 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.926s] 2018-10-04 06:09:22,619 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:22.619 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.073s] 2018-10-04 06:09:24,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:24.452 49 INFO opnfv-tempest [-] {15} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [2.321s] 2018-10-04 06:09:24,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:24.947 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.209s] 2018-10-04 06:09:25,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:25.084 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.136s] 2018-10-04 06:09:26,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:26.020 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [2.150s] 2018-10-04 06:09:26,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:26.049 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.483s] 2018-10-04 06:09:26,677 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:26.676 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [4.058s] 2018-10-04 06:09:29,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:29.294 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.757s] 2018-10-04 06:09:30,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:30.935 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... fail [0.011s] 2018-10-04 06:09:32,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:32.071 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:09:34,562 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:34.561 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [8.539s] 2018-10-04 06:09:35,248 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:35.248 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [3.269s] 2018-10-04 06:09:36,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:36.226 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.978s] 2018-10-04 06:09:37,727 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:37.726 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.676s] 2018-10-04 06:09:37,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:37.767 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [3.206s] 2018-10-04 06:09:39,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:39.690 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [1.268s] 2018-10-04 06:09:40,112 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:40.112 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.419s] 2018-10-04 06:09:41,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:41.488 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [3.720s] 2018-10-04 06:09:41,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:41.788 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [3.618s] 2018-10-04 06:09:42,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:42.461 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [2.351s] 2018-10-04 06:09:44,640 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:44.640 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [188.990s] 2018-10-04 06:09:44,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:44.736 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [3.248s] 2018-10-04 06:09:45,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:45.655 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.213s] 2018-10-04 06:09:45,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:45.950 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.317s]: Skipped until Bug: 1014647 is resolved. 2018-10-04 06:09:47,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:47.690 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [2.035s] 2018-10-04 06:09:48,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:48.194 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.466s] 2018-10-04 06:09:48,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:48.196 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-04 06:09:50,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:50.201 49 INFO opnfv-tempest [-] {7} tempest.api.object_storage.test_container_services.ContainerTest ... skip: ContainerTest skipped as swift is not available 2018-10-04 06:09:50,434 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:50.434 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [2.977s] 2018-10-04 06:09:53,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:53.471 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: metering extension not enabled. 2018-10-04 06:09:55,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.046 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_add_member_with_non_existing_image ... fail [0.031s] 2018-10-04 06:09:55,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.057 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-04 06:09:55,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.063 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-04 06:09:55,068 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.068 49 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest.test_get_image_without_membership ... fail [0.009s] 2018-10-04 06:09:55,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.315 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.233s] 2018-10-04 06:09:55,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:55.736 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.420s] 2018-10-04 06:09:57,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:57.024 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [8.828s] 2018-10-04 06:09:57,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:57.946 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [83.777s] 2018-10-04 06:09:58,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:58.013 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.072s] 2018-10-04 06:09:58,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:09:58.088 49 INFO opnfv-tempest [-] {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.075s] 2018-10-04 06:10:03,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:03.628 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... fail [27.179s] 2018-10-04 06:10:03,919 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:03.919 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [9.181s] 2018-10-04 06:10:04,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:04.133 49 INFO opnfv-tempest [-] {4} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [5.669s] 2018-10-04 06:10:04,737 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:04.737 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [4.199s] 2018-10-04 06:10:06,365 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:06.364 49 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [6.399s] 2018-10-04 06:10:07,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:07.565 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [10.540s] 2018-10-04 06:10:09,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:09.152 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [3.439s] 2018-10-04 06:10:10,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:10.118 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-04 06:10:10,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:10.706 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [6.787s] 2018-10-04 06:10:11,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:11.069 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... fail [3.845s] 2018-10-04 06:10:11,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:11.677 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.611s] 2018-10-04 06:10:13,058 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:13.057 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... fail [9.423s] 2018-10-04 06:10:13,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:13.371 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [49.492s] 2018-10-04 06:10:14,580 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:14.580 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [2.901s] 2018-10-04 06:10:14,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:14.612 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.033s] 2018-10-04 06:10:14,864 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:14.864 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [4.156s] 2018-10-04 06:10:15,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:15.579 49 INFO opnfv-tempest [-] {7} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.965s] 2018-10-04 06:10:16,924 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:16.924 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... fail [3.870s] 2018-10-04 06:10:17,539 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:17.538 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.014s] 2018-10-04 06:10:17,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:17.824 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.285s] 2018-10-04 06:10:18,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:18.064 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.239s] 2018-10-04 06:10:19,163 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:19.163 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [1.097s] 2018-10-04 06:10:19,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:19.197 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.035s] 2018-10-04 06:10:19,437 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:19.437 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.160s] 2018-10-04 06:10:22,141 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.140 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-04 06:10:22,143 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.143 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:10:22,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.475 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... fail [187.397s] 2018-10-04 06:10:22,477 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:22.476 49 INFO opnfv-tempest [-] {5} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-10-04 06:10:24,314 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:24.313 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [9.449s] 2018-10-04 06:10:24,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:24.482 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [4.029s] 2018-10-04 06:10:27,947 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:27.946 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [3.633s] 2018-10-04 06:10:29,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:29.388 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [4.906s] 2018-10-04 06:10:29,414 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:29.413 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [9.977s] 2018-10-04 06:10:30,262 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:30.261 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.901s] 2018-10-04 06:10:31,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:31.378 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.117s] 2018-10-04 06:10:32,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:32.691 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.302s] 2018-10-04 06:10:33,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:33.948 49 INFO opnfv-tempest [-] {7} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.309s] 2018-10-04 06:10:35,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:35.766 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [7.818s] 2018-10-04 06:10:37,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.039 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.042s] 2018-10-04 06:10:37,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.258 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.218s] 2018-10-04 06:10:37,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.507 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [4.404s] 2018-10-04 06:10:37,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:37.527 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.269s] 2018-10-04 06:10:38,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:38.440 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.025s] 2018-10-04 06:10:38,553 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:38.553 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [1.024s] 2018-10-04 06:10:38,952 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:38.951 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.397s] 2018-10-04 06:10:39,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.638 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.686s] 2018-10-04 06:10:39,674 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.674 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.036s] 2018-10-04 06:10:39,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.749 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [7.059s] 2018-10-04 06:10:39,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.879 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.204s] 2018-10-04 06:10:39,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:39.962 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.083s] 2018-10-04 06:10:40,055 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.054 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.091s] 2018-10-04 06:10:40,121 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.121 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.066s] 2018-10-04 06:10:40,170 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.170 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.048s] 2018-10-04 06:10:40,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.456 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.285s] 2018-10-04 06:10:40,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.546 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.090s] 2018-10-04 06:10:40,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.931 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.384s] 2018-10-04 06:10:40,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:40.982 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.051s] 2018-10-04 06:10:41,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:41.202 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.219s] 2018-10-04 06:10:41,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:41.268 49 INFO opnfv-tempest [-] {15} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.066s] 2018-10-04 06:10:41,475 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:41.474 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.966s] 2018-10-04 06:10:42,148 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:42.147 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [6.381s] 2018-10-04 06:10:42,617 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:42.617 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [35.048s] 2018-10-04 06:10:43,522 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:43.521 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [2.047s] 2018-10-04 06:10:44,053 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.052 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-04 06:10:44,345 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.345 49 INFO opnfv-tempest [-] {10} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.731s] 2018-10-04 06:10:44,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.408 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.081s] 2018-10-04 06:10:44,496 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.496 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.088s] 2018-10-04 06:10:44,592 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.592 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.095s] 2018-10-04 06:10:44,689 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.689 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.096s] 2018-10-04 06:10:44,779 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:44.779 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.090s] 2018-10-04 06:10:46,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:46.583 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [3.061s] 2018-10-04 06:10:47,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:47.964 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.816s] 2018-10-04 06:10:51,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:51.193 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.228s] 2018-10-04 06:10:52,987 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:52.986 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [3.161s] 2018-10-04 06:10:53,364 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:53.363 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [39.990s] 2018-10-04 06:10:55,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:55.157 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.170s] 2018-10-04 06:10:56,347 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:56.346 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.266s] 2018-10-04 06:10:56,951 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:56.950 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.756s] 2018-10-04 06:10:57,156 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:57.156 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [2.513s] 2018-10-04 06:10:57,635 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:57.635 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [2.537s] 2018-10-04 06:10:58,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:10:58.900 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.950s] 2018-10-04 06:11:01,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:01.355 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [4.197s] 2018-10-04 06:11:01,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:01.357 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-04 06:11:01,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:01.722 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.087s] 2018-10-04 06:11:02,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:02.268 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [7.108s] 2018-10-04 06:11:03,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.661 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.395s] 2018-10-04 06:11:03,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.773 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.871s] 2018-10-04 06:11:03,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.786 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [7.439s] 2018-10-04 06:11:03,945 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:03.944 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.172s] 2018-10-04 06:11:04,416 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.416 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.470s] 2018-10-04 06:11:04,590 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.590 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.175s] 2018-10-04 06:11:04,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.816 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.225s] 2018-10-04 06:11:04,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:04.900 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [3.544s] 2018-10-04 06:11:05,006 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.006 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.190s] 2018-10-04 06:11:05,125 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.125 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.118s] 2018-10-04 06:11:05,409 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.409 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.282s] 2018-10-04 06:11:05,463 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.463 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2018-10-04 06:11:05,534 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:05.534 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.071s] 2018-10-04 06:11:07,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:07.292 49 INFO opnfv-tempest [-] {6} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [2.392s] 2018-10-04 06:11:07,585 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:07.585 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.928s] 2018-10-04 06:11:07,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:07.892 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [4.228s] 2018-10-04 06:11:08,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:08.144 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.558s] 2018-10-04 06:11:08,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:08.652 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.507s] 2018-10-04 06:11:10,031 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:10.031 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [2.139s] 2018-10-04 06:11:11,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:11.338 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.615s] 2018-10-04 06:11:14,295 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.295 49 INFO opnfv-tempest [-] {9} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.760s] 2018-10-04 06:11:14,476 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.475 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.689s] 2018-10-04 06:11:14,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.603 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-04 06:11:14,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.604 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-04 06:11:14,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.886 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.852s] 2018-10-04 06:11:14,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:14.936 49 INFO opnfv-tempest [-] {4} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.053s] 2018-10-04 06:11:16,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:16.893 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-04 06:11:17,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:17.712 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.372s] 2018-10-04 06:11:19,318 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:19.317 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [4.839s] 2018-10-04 06:11:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:19.400 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [93.442s] 2018-10-04 06:11:20,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.653 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [11.997s] 2018-10-04 06:11:20,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.699 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.047s] 2018-10-04 06:11:20,725 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.724 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.230s] 2018-10-04 06:11:20,736 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.735 49 INFO opnfv-tempest [-] {11} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.037s] 2018-10-04 06:11:20,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:20.974 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.248s] 2018-10-04 06:11:21,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:21.619 49 INFO opnfv-tempest [-] {6} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [7.013s] 2018-10-04 06:11:21,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:21.701 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.383s] 2018-10-04 06:11:23,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.079 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [5.366s] 2018-10-04 06:11:23,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.357 49 INFO opnfv-tempest [-] {11} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: nova-network is not available. 2018-10-04 06:11:23,359 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.359 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:11:23,849 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:23.849 49 INFO opnfv-tempest [-] {10} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: BulkTest skipped as swift is not available 2018-10-04 06:11:26,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.302 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_blank_id ... fail [0.011s] 2018-10-04 06:11:26,320 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.320 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_id_over_character_limit ... fail [0.016s] 2018-10-04 06:11:26,329 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.329 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_negative_image_id ... fail [0.008s] 2018-10-04 06:11:26,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.337 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_image_non_hex_string_id ... fail [0.006s] 2018-10-04 06:11:26,346 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.345 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_delete_non_existent_image ... fail [0.006s] 2018-10-04 06:11:26,358 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.357 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_container_format ... fail [0.008s] 2018-10-04 06:11:26,363 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:26.363 49 INFO opnfv-tempest [-] {6} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest.test_register_with_invalid_disk_format ... fail [0.006s] 2018-10-04 06:11:27,628 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:27.628 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.548s] 2018-10-04 06:11:27,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:27.921 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.656s] 2018-10-04 06:11:28,153 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.153 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.177s] 2018-10-04 06:11:28,321 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.321 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.168s] 2018-10-04 06:11:28,507 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.506 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.185s] 2018-10-04 06:11:28,570 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:28.569 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.648s] 2018-10-04 06:11:29,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:29.696 49 INFO opnfv-tempest [-] {11} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [1.124s] 2018-10-04 06:11:30,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:30.693 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... fail [2.241s] 2018-10-04 06:11:30,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:30.776 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.267s] 2018-10-04 06:11:30,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:30.798 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.024s] 2018-10-04 06:11:32,936 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:32.935 49 INFO opnfv-tempest [-] {4} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... fail [2.239s] 2018-10-04 06:11:33,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:33.046 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.417s] 2018-10-04 06:11:33,594 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:33.593 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: Identity api v2 is not enabled 2018-10-04 06:11:35,136 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:35.136 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: ContainerQuotasTest skipped as swift is not available 2018-10-04 06:11:35,137 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:35.137 49 INFO opnfv-tempest [-] {9} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: ObjectFormPostNegativeTest skipped as swift is not available 2018-10-04 06:11:36,025 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:36.024 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.309s] 2018-10-04 06:11:36,710 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:36.710 49 INFO opnfv-tempest [-] {11} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.685s] 2018-10-04 06:11:36,834 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:36.834 49 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [3.788s] 2018-10-04 06:11:37,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:37.214 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [15.512s] 2018-10-04 06:11:37,274 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:37.274 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.061s] 2018-10-04 06:11:37,472 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:37.472 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.197s] 2018-10-04 06:11:42,775 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:42.774 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [1.895s] 2018-10-04 06:11:43,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:43.831 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [1.055s] 2018-10-04 06:11:45,069 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:45.068 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [1.237s] 2018-10-04 06:11:45,901 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:45.900 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [1.005s] 2018-10-04 06:11:46,140 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.140 49 INFO opnfv-tempest [-] {10} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.240s] 2018-10-04 06:11:46,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.288 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [8.814s] 2018-10-04 06:11:46,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.616 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.029s] 2018-10-04 06:11:46,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:46.946 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 [4.430s] 2018-10-04 06:11:47,119 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.119 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.502s] 2018-10-04 06:11:47,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.286 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.166s] 2018-10-04 06:11:47,485 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.485 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.198s] 2018-10-04 06:11:47,520 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.519 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.034s] 2018-10-04 06:11:47,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.546 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.027s] 2018-10-04 06:11:47,739 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.739 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.192s] 2018-10-04 06:11:47,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:47.925 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.185s] 2018-10-04 06:11:48,231 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.230 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.305s] 2018-10-04 06:11:48,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.252 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.021s] 2018-10-04 06:11:48,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.557 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.304s] 2018-10-04 06:11:48,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:48.963 49 INFO opnfv-tempest [-] {9} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.405s] 2018-10-04 06:11:49,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:49.996 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.857s] 2018-10-04 06:11:51,104 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:51.104 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [1.442s] 2018-10-04 06:11:52,961 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:52.961 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.014s] 2018-10-04 06:11:53,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:53.050 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.054s] 2018-10-04 06:11:53,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:53.196 49 INFO opnfv-tempest [-] {11} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [2.092s] 2018-10-04 06:11:55,867 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:55.866 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: AccountQuotasTest skipped as swift is not available 2018-10-04 06:11:55,868 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:55.867 49 INFO opnfv-tempest [-] {11} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: ObjectTestACLs skipped as swift is not available 2018-10-04 06:11:56,333 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:56.332 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.281s] 2018-10-04 06:11:56,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:56.374 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-04 06:11:57,946 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:57.946 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.656s] 2018-10-04 06:11:58,114 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:58.114 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.169s] 2018-10-04 06:11:58,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:11:58.304 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.189s] 2018-10-04 06:12:00,652 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:00.651 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.318s] 2018-10-04 06:12:02,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:02.660 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [2.990s] 2018-10-04 06:12:03,230 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:03.229 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.569s] 2018-10-04 06:12:03,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:03.863 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.633s] 2018-10-04 06:12:04,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:04.612 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.748s] 2018-10-04 06:12:04,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:04.818 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.207s] 2018-10-04 06:12:05,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:05.070 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.251s] 2018-10-04 06:12:06,051 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:06.050 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.979s] 2018-10-04 06:12:08,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:08.458 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.151s] 2018-10-04 06:12:09,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:09.028 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.872s] 2018-10-04 06:12:18,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:18.106 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [1.099s] 2018-10-04 06:12:18,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:18.338 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volume_quotas_negative.BaseVolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.232s] 2018-10-04 06:12:19,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:19.913 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [11.454s] 2018-10-04 06:12:21,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:21.575 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [12.545s] 2018-10-04 06:12:22,672 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:22.671 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [1.099s] 2018-10-04 06:12:23,567 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:23.566 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.894s] 2018-10-04 06:12:23,954 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:23.953 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.869s] 2018-10-04 06:12:24,237 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:24.236 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.669s] 2018-10-04 06:12:28,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:28.539 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.584s] 2018-10-04 06:12:33,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:33.892 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [22.089s] 2018-10-04 06:12:36,865 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:36.865 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.324s] 2018-10-04 06:12:45,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:45.878 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... fail [178.595s] 2018-10-04 06:12:46,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:46.465 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [9.601s] 2018-10-04 06:12:49,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:49.489 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... fail [313.599s] 2018-10-04 06:12:51,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:51.108 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [22.918s] 2018-10-04 06:12:52,663 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:52.662 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [6.049s] 2018-10-04 06:12:54,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:54.969 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [21.076s] 2018-10-04 06:12:57,921 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:57.920 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [6.816s] 2018-10-04 06:12:59,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:12:59.724 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [7.060s] 2018-10-04 06:13:00,146 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:00.145 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [100.719s] 2018-10-04 06:13:01,178 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:01.178 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [14.710s] 2018-10-04 06:13:02,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:02.942 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [5.021s] 2018-10-04 06:13:03,755 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:03.754 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.786s] 2018-10-04 06:13:03,902 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:03.901 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [39.657s] 2018-10-04 06:13:06,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:06.397 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... fail [171.100s] 2018-10-04 06:13:06,863 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:06.863 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.921s] 2018-10-04 06:13:08,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.447 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: ObjectSloTest skipped as swift is not available 2018-10-04 06:13:08,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.449 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-04 06:13:08,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.449 49 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest ... skip: Manage snapshot tests are disabled 2018-10-04 06:13:08,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:08.822 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [5.067s] 2018-10-04 06:13:11,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.093 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.197s] 2018-10-04 06:13:11,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.270 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.177s] 2018-10-04 06:13:11,317 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.317 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [4.452s] 2018-10-04 06:13:11,430 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.429 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.159s] 2018-10-04 06:13:11,616 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.616 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.186s] 2018-10-04 06:13:11,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:11.787 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.170s] 2018-10-04 06:13:14,699 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:14.698 49 INFO opnfv-tempest [-] {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.380s] 2018-10-04 06:13:16,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:16.502 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.713s] 2018-10-04 06:13:23,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:23.385 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.179s] 2018-10-04 06:13:25,246 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:25.246 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [1.860s] 2018-10-04 06:13:25,432 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:25.432 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [14.524s] 2018-10-04 06:13:26,557 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:26.557 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [17.730s] 2018-10-04 06:13:31,904 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:31.903 49 INFO opnfv-tempest [-] {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [6.473s] 2018-10-04 06:13:32,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:32.503 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [7.251s] 2018-10-04 06:13:33,914 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:33.913 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.414s] 2018-10-04 06:13:37,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:37.290 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [3.374s] 2018-10-04 06:13:39,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:39.540 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [2.251s] 2018-10-04 06:13:40,633 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:40.632 49 INFO opnfv-tempest [-] {8} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.229s] 2018-10-04 06:13:42,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:42.077 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.533s] 2018-10-04 06:13:42,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:42.118 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2018-10-04 06:13:48,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.061 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.210s] 2018-10-04 06:13:48,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.339 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.277s] 2018-10-04 06:13:48,527 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.527 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.188s] 2018-10-04 06:13:48,693 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.692 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-04 06:13:48,726 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.726 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.033s] 2018-10-04 06:13:48,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:48.902 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.175s] 2018-10-04 06:13:49,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.071 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.168s] 2018-10-04 06:13:49,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.278 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.207s] 2018-10-04 06:13:49,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.518 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.239s] 2018-10-04 06:13:49,756 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.756 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.237s] 2018-10-04 06:13:49,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:13:49.832 49 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.077s] 2018-10-04 06:14:00,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:00.094 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [1.919s] 2018-10-04 06:14:01,249 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:01.249 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.155s] 2018-10-04 06:14:06,763 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:06.762 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [40.199s] 2018-10-04 06:14:09,292 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:09.292 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.533s] 2018-10-04 06:14:16,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:16.220 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [5.842s] 2018-10-04 06:14:21,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:21.337 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.117s] 2018-10-04 06:14:21,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:21.816 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [12.522s] 2018-10-04 06:14:22,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:22.920 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... fail [209.477s] 2018-10-04 06:14:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:27.818 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-04 06:14:27,819 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:27.819 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-04 06:14:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:34.020 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [12.202s] 2018-10-04 06:14:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:37.455 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [97.290s] 2018-10-04 06:14:40,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:40.208 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [6.187s] 2018-10-04 06:14:49,074 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:14:49.074 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.618s] 2018-10-04 06:15:00,931 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:00.931 49 INFO opnfv-tempest [-] {5} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [37.999s] 2018-10-04 06:15:16,582 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:16.582 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.334s] 2018-10-04 06:15:17,306 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:17.305 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.724s] 2018-10-04 06:15:17,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:17.629 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.323s] 2018-10-04 06:15:18,061 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:18.060 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.430s] 2018-10-04 06:15:18,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:18.448 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.387s] 2018-10-04 06:15:19,584 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:19.583 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.133s] 2018-10-04 06:15:20,811 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:20.810 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [40.593s] 2018-10-04 06:15:21,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:21.174 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.590s] 2018-10-04 06:15:21,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:21.646 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.472s] 2018-10-04 06:15:22,150 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:22.149 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.502s] 2018-10-04 06:15:22,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:22.678 49 INFO opnfv-tempest [-] {5} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.527s] 2018-10-04 06:15:25,615 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:25.615 49 INFO opnfv-tempest [-] {5} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: Identity api v2 is not enabled 2018-10-04 06:15:30,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:30.938 49 INFO opnfv-tempest [-] {5} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.842s] 2018-10-04 06:15:34,331 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:34.331 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.645s] 2018-10-04 06:15:34,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:34.560 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.231s] 2018-10-04 06:15:35,224 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:35.223 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.662s] 2018-10-04 06:15:37,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:37.777 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.553s] 2018-10-04 06:15:39,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.398 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [3.754s] 2018-10-04 06:15:39,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.511 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [1.734s] 2018-10-04 06:15:39,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.560 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.047s] 2018-10-04 06:15:39,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:39.606 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.045s] 2018-10-04 06:15:44,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:44.042 49 INFO opnfv-tempest [-] {3} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... fail [157.622s] 2018-10-04 06:15:51,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:51.577 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.695s] 2018-10-04 06:15:51,984 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:51.984 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.406s] 2018-10-04 06:15:53,337 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:15:53.336 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.352s] 2018-10-04 06:16:00,118 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:00.117 49 INFO opnfv-tempest [-] {6} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-10-04 06:16:01,920 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:01.920 49 INFO opnfv-tempest [-] {6} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: ObjectACLsNegativeTest skipped as swift is not available 2018-10-04 06:16:02,881 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:02.881 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [73.790s] 2018-10-04 06:16:03,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:03.926 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-10-04 06:16:12,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:12.327 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... fail [2.509s] 2018-10-04 06:16:15,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:15.138 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [6.913s] 2018-10-04 06:16:21,963 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:21.962 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [6.824s] 2018-10-04 06:16:27,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:27.210 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.247s] 2018-10-04 06:16:31,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:31.087 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.876s] 2018-10-04 06:16:36,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:36.045 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.957s] 2018-10-04 06:16:39,480 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:39.480 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [27.149s] 2018-10-04 06:16:43,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:43.758 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.281s] 2018-10-04 06:16:46,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:46.122 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.164s] 2018-10-04 06:16:48,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:48.645 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [2.521s] 2018-10-04 06:16:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:50.028 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [1.383s] 2018-10-04 06:16:51,179 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:51.177 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [1.148s] 2018-10-04 06:16:52,894 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:52.894 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.716s] 2018-10-04 06:16:55,776 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:55.775 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.880s] 2018-10-04 06:16:57,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:57.478 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.703s] 2018-10-04 06:16:57,659 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:57.658 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.181s] 2018-10-04 06:16:59,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:16:59.517 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.857s] 2018-10-04 06:17:00,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:00.303 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.785s] 2018-10-04 06:17:01,435 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.435 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [1.132s] 2018-10-04 06:17:01,457 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.456 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.022s] 2018-10-04 06:17:01,625 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.625 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.166s] 2018-10-04 06:17:01,643 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:01.642 49 INFO opnfv-tempest [-] {5} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.018s] 2018-10-04 06:17:03,089 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.088 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: AccountNegativeTest skipped as swift is not available 2018-10-04 06:17:03,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.089 49 INFO opnfv-tempest [-] {5} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: ContainerNegativeTest skipped as swift is not available 2018-10-04 06:17:03,091 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.091 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-04 06:17:03,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:03.095 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: TestObjectStorageBasicOps skipped as swift is not available 2018-10-04 06:17:08,135 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:08.135 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [24.369s] 2018-10-04 06:17:15,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:15.402 49 INFO opnfv-tempest [-] {6} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [7.269s] 2018-10-04 06:17:28,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:28.000 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_ebs_image_and_check_boot ... fail [331.511s] 2018-10-04 06:17:34,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:34.576 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [91.677s] 2018-10-04 06:17:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:45.402 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... fail [242.493s] 2018-10-04 06:17:59,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:59.219 49 INFO opnfv-tempest [-] {13} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [3.739s] 2018-10-04 06:17:59,222 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:17:59.222 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-04 06:18:59,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:18:59.690 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [85.088s] 2018-10-04 06:18:59,691 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:18:59.691 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-04 06:20:12,183 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:12.182 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [72.475s] 2018-10-04 06:20:16,612 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:16.612 49 INFO opnfv-tempest [-] {14} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [4.432s] 2018-10-04 06:20:40,070 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:40.070 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.157s] 2018-10-04 06:20:40,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:40.108 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.037s] 2018-10-04 06:20:44,469 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:44.469 49 INFO opnfv-tempest [-] {5} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... fail [213.793s] 2018-10-04 06:20:45,858 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:45.858 49 INFO opnfv-tempest [-] {14} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.890s] 2018-10-04 06:20:55,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:55.477 49 INFO opnfv-tempest [-] {14} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.894s] 2018-10-04 06:20:57,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:57.902 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:20:57,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:20:57.903 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-10-04 06:21:02,325 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:02.324 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.376s] 2018-10-04 06:21:02,713 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:02.713 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.388s] 2018-10-04 06:21:10,709 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:10.708 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.281s] 2018-10-04 06:21:11,087 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.086 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.377s] 2018-10-04 06:21:11,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.728 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.640s] 2018-10-04 06:21:11,793 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.793 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.065s] 2018-10-04 06:21:11,862 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.862 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.069s] 2018-10-04 06:21:11,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:11.932 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.070s] 2018-10-04 06:21:12,225 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:12.225 49 INFO opnfv-tempest [-] {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... fail [224.217s] 2018-10-04 06:21:20,273 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:20.272 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.540s] 2018-10-04 06:21:20,910 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:20.910 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.637s] 2018-10-04 06:21:21,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:21.310 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.400s] 2018-10-04 06:21:21,695 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:21.695 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.383s] 2018-10-04 06:21:22,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:22.729 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.033s] 2018-10-04 06:21:23,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:23.144 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.414s] 2018-10-04 06:21:23,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:23.647 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.503s] 2018-10-04 06:21:25,783 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:25.783 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.133s] 2018-10-04 06:21:26,088 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:26.088 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... fail [0.303s] 2018-10-04 06:21:26,847 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:26.847 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.760s] 2018-10-04 06:21:26,918 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:26.917 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.071s] 2018-10-04 06:21:27,656 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:27.655 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.736s] 2018-10-04 06:21:28,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:28.366 49 INFO opnfv-tempest [-] {14} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.710s] 2018-10-04 06:21:31,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:31.073 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [217.717s] 2018-10-04 06:21:40,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:40.250 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.437s] 2018-10-04 06:21:40,266 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:40.266 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.019s] 2018-10-04 06:21:40,673 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:40.673 49 INFO opnfv-tempest [-] {14} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.405s] 2018-10-04 06:21:52,478 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:52.478 49 INFO opnfv-tempest [-] {14} tempest.api.network.test_tags.TagsTest.test_create_list_show_update_delete_tags ... success [2.063s] 2018-10-04 06:21:57,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:57.909 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.163s] 2018-10-04 06:21:59,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:21:59.767 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.856s] 2018-10-04 06:22:06,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:06.969 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.374s] 2018-10-04 06:22:07,132 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:07.132 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.163s] 2018-10-04 06:22:07,311 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:07.311 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.178s] 2018-10-04 06:22:07,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:07.466 49 INFO opnfv-tempest [-] {14} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.154s] 2018-10-04 06:22:12,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:22:12.109 49 INFO opnfv-tempest [-] {14} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.149s] 2018-10-04 06:25:06,788 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-10-04 06:25:06.787 49 INFO opnfv-tempest [-] {10} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [215.701s] 2018-10-04 06:25:13,996 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: cddacb44-f86b-4db0-8d33-892643a36c88 2018-10-04 06:25:14,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'cddacb44-f86b-4db0-8d33-892643a36c88']'. 2018-10-04 06:25:15,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-10-04 06:25:15,209 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | cddacb44-f86b-4db0-8d33-892643a36c88 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-10-04 06:00:23 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-10-04 06:25:13 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:24:50 | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-10-04 06:25:15,210 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e52073a8-a2a6-4800-9e23-68dedda6a080) | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 6a6b3542-5059-4f7b-bb9c-c1812aa5f699) | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 1468 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 1479.165 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 1036 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 356 | 2018-10-04 06:25:15,211 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 76 | 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-10-04 06:25:15,212 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-10-04 06:25:15,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_full_parallel success_rate is 93.1654676259% 2018-10-04 06:25:15,691 - xtesting.ci.run_tests - INFO - Test result: +-------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------------------+------------------+------------------+----------------+ | tempest_full_parallel | functest | 25:05 | PASS | +-------------------------------+------------------+------------------+----------------+ 2018-10-04 06:25:15,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 06:25:15,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:25:17,045 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c557f5ca-c65e-45c1-8a49-63c6845a178f Date: Thu, 04 Oct 2018 06:25: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-04 06:25:17,045 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e used request id req-c557f5ca-c65e-45c1-8a49-63c6845a178f 2018-10-04 06:25:17,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.35091900826s 2018-10-04 06:25:17,046 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cfb44b79-ba63-42a4-a765-7ca62a6afe8e used request id req-c557f5ca-c65e-45c1-8a49-63c6845a178f 2018-10-04 06:25:17,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 06:25:17,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:17,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:25: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-c124fd7a-6e21-4612-8670-c9bcb484436b x-compute-request-id: req-c124fd7a-6e21-4612-8670-c9bcb484436b Content-Encoding: gzip Content-Length: 417 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "a18883bd-c3f5-47fd-bdbd-a64b308a377f", "name": "tempest_full_parallel-flavor_alt_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c55fec33-d818-4713-8a47-8811d58ca0f1", "name": "tempest_full_parallel-flavor_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 06:25:17,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c124fd7a-6e21-4612-8670-c9bcb484436b 2018-10-04 06:25:17,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.650426149368s 2018-10-04 06:25:17,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c124fd7a-6e21-4612-8670-c9bcb484436b 2018-10-04 06:25:17,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 06:25:17,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:17,753 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 06:25: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-a9aa900d-1ee1-4ff3-b76f-9d3a4cbb5803 x-compute-request-id: req-a9aa900d-1ee1-4ff3-b76f-9d3a4cbb5803 Content-Length: 0 Content-Type: application/json 2018-10-04 06:25:17,753 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f used request id req-a9aa900d-1ee1-4ff3-b76f-9d3a4cbb5803 2018-10-04 06:25:17,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0533850193024s 2018-10-04 06:25:17,754 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/a18883bd-c3f5-47fd-bdbd-a64b308a377f used request id req-a9aa900d-1ee1-4ff3-b76f-9d3a4cbb5803 2018-10-04 06:25:17,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-10-04 06:25:17,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:25:18,309 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 4553 Content-Type: application/json X-Openstack-Request-Id: req-7e8aacdb-f5c7-417a-a7db-9176282f8c98 Date: Thu, 04 Oct 2018 06:25:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/dde92616-72b3-4314-859b-4ae13676195f/snap", "metadata": {}}], "boot_roles": "Member", "file": "/v2/images/dde92616-72b3-4314-859b-4ae13676195f/file", "owner": "64b12c8dd36d4d21b6dac5bf85875656", "id": "dde92616-72b3-4314-859b-4ae13676195f", "size": 0, "self": "/v2/images/dde92616-72b3-4314-859b-4ae13676195f", "block_device_mapping": "[{\"guest_format\": null, \"boot_index\": 0, \"delete_on_termination\": true, \"no_device\": null, \"snapshot_id\": \"bfa3122a-9d3a-4f1c-8ab5-c3ea603a3410\", \"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-1854510873", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/dde92616-72b3-4314-859b-4ae13676195f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:12:22Z", "owner_user_name": "tempest-TestVolumeBootPattern-1854510873", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest-TestVolumeBootPatternsnapshot-1870891587", "checksum": "d41d8cd98f00b204e9800998ecf8427e", "created_at": "2018-10-04T06:12:20Z", "protected": false, "root_device_name": "/dev/vda"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "updated_at": "2018-10-04T06:03:31Z", "boot_roles": "Member", "file": "/v2/images/67bf31c6-ab2f-47bd-a8fc-2d221a37729e/file", "owner": "e350d03e8141406586b567dbf4fb91d9", "id": "67bf31c6-ab2f-47bd-a8fc-2d221a37729e", "size": 1073741824, "user_id": "71f8b64c83d64f829d9d392448a3ad30", "image_type": "backup", "self": "/v2/images/67bf31c6-ab2f-47bd-a8fc-2d221a37729e", "disk_format": "raw", "base_image_ref": "b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "owner_project_name": "tempest-ServerActionsTestJSON-787624064", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/67bf31c6-ab2f-47bd-a8fc-2d221a37729e/snap", "owner_id": "e350d03e8141406586b567dbf4fb91d9", "status": "active", "image_location": "snapshot", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/67bf31c6-ab2f-47bd-a8fc-2d221a37729e/snap", "metadata": {}}], "owner_user_name": "tempest-ServerActionsTestJSON-787624064", "visibility": "private", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 1, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "instance_uuid": "8a87971b-712f-418b-a48f-1fadb757c826", "name": "tempest-backup-1-197984909", "checksum": null, "created_at": "2018-10-04T06:03:06Z", "backup_type": "daily", "protected": false, "schema": "/v2/schemas/image"}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "metadata": {}}], "file": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/file", "owner": "9caa214c09bd47ebb19b2d2e981d3b3d", "id": "b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "size": 12716032, "self": "/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69", "disk_format": "qcow2", "direct_url": "rbd://315fd255-8b05-42d4-a784-7d224baff30f/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-10-04T06:00:12Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_full_parallel-img_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-10-04T06:00:11Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-10-04 06:25:18,310 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7e8aacdb-f5c7-417a-a7db-9176282f8c98 2018-10-04 06:25:18,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.555185079575s 2018-10-04 06:25:18,310 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-7e8aacdb-f5c7-417a-a7db-9176282f8c98 2018-10-04 06:25:18,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-10-04 06:25:18,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e6a40ce2dec1d326a92f6ebac31cc45ba49ed230" 2018-10-04 06:25:20,603 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6efbd9b0-4b6b-4b42-892c-7b25fca6d798 Date: Thu, 04 Oct 2018 06:25: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-04 06:25:20,603 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69 used request id req-6efbd9b0-4b6b-4b42-892c-7b25fca6d798 2018-10-04 06:25:20,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.2895219326s 2018-10-04 06:25:20,603 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/b0c7a071-74d8-4c64-810f-1c9f7fc0ae69 used request id req-6efbd9b0-4b6b-4b42-892c-7b25fca6d798 2018-10-04 06:25:20,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-10-04 06:25:20,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:20,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:25: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-d39fa6dc-66eb-4228-b7c1-d60eb29ba662 x-compute-request-id: req-d39fa6dc-66eb-4228-b7c1-d60eb29ba662 Content-Encoding: gzip Content-Length: 363 Content-Type: application/json RESP BODY: {"flavors": [{"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "9bc9f832-a36a-400c-9ebc-7b4dc6d20733", "name": "m1.tiny", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "c55fec33-d818-4713-8a47-8811d58ca0f1", "name": "tempest_full_parallel-flavor_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2018-10-04 06:25:20,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d39fa6dc-66eb-4228-b7c1-d60eb29ba662 2018-10-04 06:25:20,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0305459499359s 2018-10-04 06:25:20,635 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d39fa6dc-66eb-4228-b7c1-d60eb29ba662 2018-10-04 06:25:20,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-10-04 06:25:20,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:20,675 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 04 Oct 2018 06:25: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-14db1ea3-b2d4-4ef9-a61c-91338ce00702 x-compute-request-id: req-14db1ea3-b2d4-4ef9-a61c-91338ce00702 Content-Length: 0 Content-Type: application/json 2018-10-04 06:25:20,675 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1 used request id req-14db1ea3-b2d4-4ef9-a61c-91338ce00702 2018-10-04 06:25:20,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0379369258881s 2018-10-04 06:25:20,675 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c55fec33-d818-4713-8a47-8811d58ca0f1 used request id req-14db1ea3-b2d4-4ef9-a61c-91338ce00702 2018-10-04 06:25:20,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 06:25:20,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:20,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:25:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-890585fe-4a0c-45bf-9ff8-3d1c3e2ed800 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/18d7c1297f5f4cb3864e0372a31274a8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "18d7c1297f5f4cb3864e0372a31274a8", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2baf922a37bd4002820e392765248a46"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2baf922a37bd4002820e392765248a46", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/33f7a636146147bf91c6e023357f2461"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33f7a636146147bf91c6e023357f2461", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/3fb37e680977452daf8bd686b0b8e695"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3fb37e680977452daf8bd686b0b8e695", "email": "nova@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.23:5000/v3/users/59326836131e431da68504d379fd3933"}, "domain_id": "default", "enabled": true, "options": {}, "id": "59326836131e431da68504d379fd3933", "email": "barbican@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/5b5d442bde7c4395a5f0f127dc509aca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b5d442bde7c4395a5f0f127dc509aca", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/61e71a034fc24fc68bb3c3801fd949a6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61e71a034fc24fc68bb3c3801fd949a6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/a13b61a990a4489bad6bbdb85766313d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a13b61a990a4489bad6bbdb85766313d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/b7b3acac283e462da8c91e2ac1e1ceaa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7b3acac283e462da8c91e2ac1e1ceaa", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/c0b5dcc066db41729247c1c0af1aaec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c0b5dcc066db41729247c1c0af1aaec4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/c63b18539c0f494b9322ae9872007396"}, "domain_id": "a2a3dacaff7f4714bb402b0f8913198f", "enabled": true, "options": {}, "id": "c63b18539c0f494b9322ae9872007396", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc", "links": {"self": "http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03"}, "domain_id": "default", "enabled": true, "id": "ca92eba1954346a2b18a7e113e7b2c03", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.23:5000/v3/users/cd3f5701e7ea4652a52f4bbe3081be91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cd3f5701e7ea4652a52f4bbe3081be91", "email": "congress@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/eb5420b579934fd69ba26f5e7281be5f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "eb5420b579934fd69ba26f5e7281be5f", "email": "heat@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/ee0250453ada4e49a6a8df3fee6230c4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ee0250453ada4e49a6a8df3fee6230c4", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-10-04 06:25:20,772 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-890585fe-4a0c-45bf-9ff8-3d1c3e2ed800 2018-10-04 06:25:20,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0970668792725s 2018-10-04 06:25:20,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-890585fe-4a0c-45bf-9ff8-3d1c3e2ed800 2018-10-04 06:25:20,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-10-04 06:25:20,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:20,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:25:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd699c66-0916-49fd-9f7b-76ae52b59c10 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03"}, "enabled": true, "id": "ca92eba1954346a2b18a7e113e7b2c03", "options": {}, "domain_id": "default", "name": "tempest_full_parallel-user_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}} 2018-10-04 06:25:20,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 used request id req-bd699c66-0916-49fd-9f7b-76ae52b59c10 2018-10-04 06:25:20,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0954020023346s 2018-10-04 06:25:20,875 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 used request id req-bd699c66-0916-49fd-9f7b-76ae52b59c10 2018-10-04 06:25:20,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-10-04 06:25:20,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:21,127 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 06:25:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8fda1b20-f7f7-414e-bacf-8b42d57d77ff Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 06:25:21,128 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 used request id req-8fda1b20-f7f7-414e-bacf-8b42d57d77ff 2018-10-04 06:25:21,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.252410888672s 2018-10-04 06:25:21,128 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ca92eba1954346a2b18a7e113e7b2c03 used request id req-8fda1b20-f7f7-414e-bacf-8b42d57d77ff 2018-10-04 06:25:21,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-10-04 06:25:21,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:21,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-077c7f4e-f1df-4696-b297-b442832b0f09 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/510ab77bdaaa470cad047d68b7d85c03"}, "enabled": true, "id": "510ab77bdaaa470cad047d68b7d85c03", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/922c345b28c644408c4ff74110916626"}, "enabled": true, "id": "922c345b28c644408c4ff74110916626", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_full_parallel", "links": {"self": "http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d"}, "enabled": true, "id": "9caa214c09bd47ebb19b2d2e981d3b3d", "parent_id": "default", "domain_id": "default", "name": "tempest_full_paral-project_e17da317-ec30-4713-bbe0-d40e9e3b9ecc"}]} 2018-10-04 06:25:21,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-077c7f4e-f1df-4696-b297-b442832b0f09 2018-10-04 06:25:21,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0836000442505s 2018-10-04 06:25:21,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-077c7f4e-f1df-4696-b297-b442832b0f09 2018-10-04 06:25:21,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-10-04 06:25:21,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d -H "User-Agent: os-client-config/1.28.0 shade/1.22.2 keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:21,372 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 06:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0912c20d-4e31-4967-aa2c-33243a342976 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 06:25:21,372 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d used request id req-0912c20d-4e31-4967-aa2c-33243a342976 2018-10-04 06:25:21,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157549142838s 2018-10-04 06:25:21,373 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/9caa214c09bd47ebb19b2d2e981d3b3d used request id req-0912c20d-4e31-4967-aa2c-33243a342976 2018-10-04 06:25:21,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-10-04 06:25:21,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:21,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 04 Oct 2018 06:25:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c537fbcd-fe29-4b06-bd7c-99c90545c1d7 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "340684e0674e4373a0f0f1a50a557251", "links": {"self": "http://172.30.9.23:5000/v3/roles/340684e0674e4373a0f0f1a50a557251"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7490eca731204278990d3f9370066ffb", "links": {"self": "http://172.30.9.23:5000/v3/roles/7490eca731204278990d3f9370066ffb"}, "name": "admin"}, {"domain_id": null, "id": "7b86a87c528e4063b579af31c781e3ef", "links": {"self": "http://172.30.9.23:5000/v3/roles/7b86a87c528e4063b579af31c781e3ef"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "f4ee75e2e752471b94fbdd5c195161ad", "links": {"self": "http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad"}, "name": "Member"}]} 2018-10-04 06:25:21,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c537fbcd-fe29-4b06-bd7c-99c90545c1d7 2018-10-04 06:25:21,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0781221389771s 2018-10-04 06:25:21,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-10-04 06:25:21,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:21,571 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 04 Oct 2018 06:25:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4bc0114-bcbf-4e57-923c-3ef9eabe5644 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-10-04 06:25:21,572 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/f4ee75e2e752471b94fbdd5c195161ad used request id req-a4bc0114-bcbf-4e57-923c-3ef9eabe5644 2018-10-04 06:25:21,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.119071960449s 2018-10-04 06:25:21,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-10-04 06:25:21,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9caa214c09bd47ebb19b2d2e981d3b3d&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}b0ca3251164a7420692dd82dcaf48fa4d222d50d" 2018-10-04 06:25:21,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-76b69efe-2b3a-422f-8ef5-2fbaf28296e3 Date: Thu, 04 Oct 2018 06:25:21 GMT RESP BODY: {"security_groups": []} 2018-10-04 06:25:21,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9caa214c09bd47ebb19b2d2e981d3b3d&name=default used request id req-76b69efe-2b3a-422f-8ef5-2fbaf28296e3 2018-10-04 06:25:21,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.198665142059s 2018-10-04 06:25:21,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json?project_id=9caa214c09bd47ebb19b2d2e981d3b3d&name=default used request id req-76b69efe-2b3a-422f-8ef5-2fbaf28296e3 2018-10-04 06:25:21,774 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK